/sca is not accessable, /webmail is

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

mbreiden

/sca is not accessable, /webmail is

Postby mbreiden » Wed Jan 24, 2007 6:58 pm

Hi,

I did install sclaix latest version now 2 times on a opensuse 10.1 server.

Both times the /sca interface was not accesable but the /webmail interface was

Checked the logs etc and couldn't find anything, strange think was that with the first install /sca did show up after some time, but I can't remember anymore what I did to make it work.

so atm I'm stuck with /sca is not found on my webserver.

I have seen that already a lot of other people had that problem, but I can't find my issue. Tomcat is running, as I can log in with the admin account into the webmail component, but it looks like tomcat doesn't grab the /sca url.

Any hints?

anand_joshi
Scalix
Scalix
Posts: 63
Joined: Mon Oct 09, 2006 8:56 am
Contact:

Re: /sca is not accessable, /webmail is

Postby anand_joshi » Thu Jan 25, 2007 7:19 am

Hi,
I also have same issue when I try to install the Scalix server 11 but after reconfiguring the tomcat connector via installer had resolve’s my problem. I do find most of the time /etc/hosts file could make us into lots of issue please also verifies that it should have the proper entry like “127.0.0.1 localhost localhost.localdomainâ€
Anand Joshi

mbreiden

Postby mbreiden » Thu Jan 25, 2007 10:10 am

hosts file is fine.

omshowlog only shows:

WARNING Shared memory (Shared memory ) 01.25.07 13:55:17
[OM 24142] Conversion from SJIS to UCS2 not found

apache config

# ---------------------------------------------------------------------------
# Configure on-the-fly deflate compression of the pages:
# ---------------------------------------------------------------------------

<Location />
AddOutputFilterByType DEFLATE text/xml text/html text/css
AddOutputFilterByType DEFLATE application/x-javascript
</Location>

# ---------------------------------------------------------------------------
# mod_proxy_ajp connector configuration
# ---------------------------------------------------------------------------

<IfModule mod_proxy_ajp.c>

Include /etc/opt/scalix-tomcat/connector/ajp/instance-*.conf

</IfModule>
scalix-tomcat-connector.conf lines 1-19/19 (END)


tomcat config for sac

ProxyPass /sac ajp://os101.discworld.home:8009/sac
app-os101.sac.conf lines 1-1/1 (END)

tomcat config for webmail

ProxyPass /webmail ajp://os101.discworld.home:8009/webmail
app-os101.webmail.conf lines 1-1/1 (END)

hmm ports shows

ProxyPass /webmail ajp://os101.discworld.home:8009/webmail
app-os101.webmail.conf lines 1-1/1 (END)

os101+8005
ports lines 1-1/1 (END)

netstat shows:

Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:5729 0.0.0.0:* LISTEN 3647/advmail.sckd
tcp 0 0 127.0.0.1:8005 0.0.0.0:* LISTEN 2636/java
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN 3684/omslapd
tcp 0 0 192.168.170.52:5733 0.0.0.0:* LISTEN 2806/postmaster
tcp 0 0 0.0.0.0:5768 0.0.0.0:* LISTEN 3702/sxeventserver
tcp 0 0 192.168.170.52:8009 0.0.0.0:* LISTEN 2636/java
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 3755/pop3.server
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 3698/in.imap41d
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 3098/portmap
tcp 0 0 127.0.0.1:2544 0.0.0.0:* LISTEN 3242/zmd
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN 3221/cupsd
tcp 0 0 192.168.170.52:25 0.0.0.0:* LISTEN 3695/omsmtpd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3365/sendmail: acce
tcp 0 0 127.0.0.1:5757 0.0.0.0:* LISTEN 3202/ldapmapper
tcp 0 0 192.168.170.52:8009 192.168.170.52:45950 ESTABLISHED 2636/java
tcp 0 0 192.168.170.52:8009 192.168.170.52:45948 ESTABLISHED 2636/java
tcp 0 0 192.168.170.52:45948 192.168.170.52:8009 ESTABLISHED 3477/httpd2-prefork
tcp 0 0 192.168.170.52:45950 192.168.170.52:8009 ESTABLISHED 3478/httpd2-prefork
tcp 0 0 :::80 :::* LISTEN 3474/httpd2-prefork
tcp 0 0 :::22 :::* LISTEN 3379/sshd
udp 0 0 127.0.0.1:32768 127.0.0.1:32768 ESTABLISHED 2806/postmaster
udp 0 0 0.0.0.0:32769 0.0.0.0:* 3008/mdnsd
udp 0 0 0.0.0.0:32770 0.0.0.0:* 2636/java
udp 0 0 192.168.170.52:5766 0.0.0.0:* 3675/omnssck
udp 0 0 127.0.0.1:5766 0.0.0.0:* 3675/omnssck
udp 0 0 0.0.0.0:5353 0.0.0.0:* 3008/mdnsd
udp 0 0 0.0.0.0:111 0.0.0.0:* 3098/portmap
udp 0 0 0.0.0.0:631 0.0.0.0:* 3221/cupsd

any other idea?

ls-al
Scalix Star
Scalix Star
Posts: 510
Joined: Tue Jun 29, 2004 8:28 am
Location: Leipzig, Germany
Contact:

Postby ls-al » Thu Jan 25, 2007 11:36 am

Stupid question:
Is this just a permanent typo in your first post?
You are referring to "/sca" but it should be "/sac".

If it is still not available would it be good to know the appearing error.

cheers,
Dirk

anand_joshi
Scalix
Scalix
Posts: 63
Joined: Mon Oct 09, 2006 8:56 am
Contact:

Postby anand_joshi » Fri Jan 26, 2007 4:05 pm

Thanks Dirk
You are correct, but I am still not sure might be either this post was typo or Mbreiden is actually using the typo URL to access SAC.


Regards
Anand Joshi

mbreiden

Postby mbreiden » Fri Jan 26, 2007 4:54 pm

aaaarrrrrrgghhh..

so now tell me why I would assume it was sca instead of sac?? ALso why I'm to blind to see it...

thanks.. :oops:


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 7 guests

cron