openSuSE 10.1 and Scalix 11 Error 403

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Sun Feb 25, 2007 3:18 pm

well, then something else must be preventing this.

on a standard suse 10.1 box, install works out of the box, tomcat IS listening on <hostname>:8009 and as a consequence Scalix web applications are accessible through apache.

i think you must be tracing through the whole tomcat startup now to find out where it breaks and why it doesn't startup the AJP connector as specified in the server.xml config file as per above....

Florian.
Florian von Kurnatowski, Die Harder!

SirAdam
Posts: 41
Joined: Sun Feb 18, 2007 5:44 am

Postby SirAdam » Sun Feb 25, 2007 3:30 pm

Alright,

I just changed my etc/hosts and my hostname entry to my-domain.info.

I will now reinstall scalix completly and after that I tell you what happend.

Cheers

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Sun Feb 25, 2007 3:34 pm

ok, if you try this, make sure that after you run the uninstallation in the installer, you also really delete all /etc/opt/scalix, /opt/scalix and /var/opt/scalix directories. also make sure, that no java processes or postmaster processes or other scalix processes remain running. it is actually a good idea to do a reboot between the uninstall and the install. this is true for hostname changes anyway.

you should confirm that hostname, hostname -s, hostname --fqdn and uname -a produce consistent output and that both the short and the long hostname resolve to the same ip address which must not be 127.0.0.1 and must be one of the active and "up" ip addresses of the system.

Florian.
Florian von Kurnatowski, Die Harder!

SirAdam
Posts: 41
Joined: Sun Feb 18, 2007 5:44 am

Postby SirAdam » Mon Feb 26, 2007 1:33 pm

Hi again,

I have set up everything new (hostname, scalix)

catalina.out

Code: Select all

26.02.2007 18:11:55 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.li
brary.path: /usr/lib64/jvm/java-1.5.0-sun-1.5.0_update10/jre/lib/amd64/server:/usr/lib64/jvm/java-1.5.0-sun-1.5.0_update10/jre/
lib/amd64:/usr/lib64/jvm/java-1.5.0-sun-1.5.0_update10/jre/../lib/amd64
26.02.2007 18:11:55 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1266 ms
26.02.2007 18:11:55 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
26.02.2007 18:11:55 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
26.02.2007 18:11:55 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
RES: Initializing log4j using file /var/opt/scalix/me/res/config/log4j.properties
SIS received contextInitialized event
SIS initialized with config from /var/opt/scalix/me/sis/sis.properties


Code: Select all

my-domain:/var/opt # /opt/scalix-tomcat/bin/sxtomcat-get-mounted-instances
my-domain
my-domain:/var/opt # /opt/scalix-tomcat/bin/sxtomcat-get-inst-dir my-domain
/var/opt/scalix/me/tomcat


Code: Select all

my-domain:/var/opt # service scalix-tomcat status
Instance (my-domain) is running
                                                                      running


Code: Select all

my-domain:/var/opt # lsof -i :8009
my-domain:/var/opt #


Code: Select all

my-domain:/var/opt # lsof -i | grep java
java      13144        root   12u  IPv4  44408       UDP *:32815
java      13144        root   21u  IPv4  45207       UDP *:32816
java      13144        root   23u  IPv4  46648       TCP my-domain.info:39137->my-domain.info:5733 (SYN_SENT)
java      13144        root   24u  IPv4  46629       UDP *:32923
java      13144        root   25u  IPv4  46632       UDP *:32924
java      13144        root   26u  IPv4  46649       UDP *:32925
java      13144        root   27u  IPv4  46650       UDP *:32926
java      13144        root   28u  IPv4  46657       UDP *:32927
java      13144        root   29u  IPv4  46660       UDP *:32928
java      13144        root   30u  IPv4  46664       UDP *:32929
java      13144        root   31u  IPv4  46665       UDP *:32930
java      13144        root   32u  IPv4  46669       UDP *:32931
java      13144        root   33u  IPv4  46672       UDP *:32932
java      13144        root   34u  IPv4  46676       UDP *:32933
java      13144        root   35u  IPv4  46677       UDP *:32934
java      13144        root   36u  IPv4  46681       UDP *:32935
java      13144        root   37u  IPv4  46685       UDP *:32936
java      13144        root   38u  IPv4  46689       UDP *:32937
java      13144        root   39u  IPv4  46690       UDP *:32938
java      13144        root   40u  IPv4  46697       UDP *:32939
java      13144        root   41u  IPv4  46700       UDP *:32940
java      13144        root   42u  IPv4  46704       UDP *:32941
java      13144        root   43u  IPv4  46705       UDP *:32945
java      13144        root   44u  IPv4  46709       UDP *:32946
java      13144        root   45u  IPv4  46746       UDP *:32947
java      13144        root   46u  IPv4  46750       UDP *:32948
java      13144        root   47u  IPv4  46751       UDP *:32949
java      13144        root   48u  IPv4  46759       UDP *:32950
java      13144        root   49u  IPv4  46822       UDP *:32951
java      13144        root   50u  IPv4  46826       UDP *:32952
java      13144        root   51u  IPv4  46827       UDP *:32953


/etc/hosts

Code: Select all

# special IPv6 addresses
::1             localhost ipv6-localhost ipv6-loopback

fe00::0         ipv6-localnet

ff00::0         ipv6-mcastprefix
ff02::1         ipv6-allnodes
ff02::2         ipv6-allrouters
ff02::3         ipv6-allhosts
127.0.0.1       localhost
88.198.60.116   my-domain.info my-domain


hostname, hostname -s, hostname --fqdn

Code: Select all

my-domain.info


Still get the 503 error.

How can I trace where tomcat stucks?

By the way its the 64bit version of openSuSE.

Cheers Michael

SirAdam
Posts: 41
Joined: Sun Feb 18, 2007 5:44 am

Postby SirAdam » Wed Feb 28, 2007 4:08 pm

Someone got some more ideas?

How can I trace where tomcat stucks?

By the way its the 64bit version of openSuSE.

Cheers Michael

uwe-beach
Posts: 48
Joined: Thu Nov 09, 2006 12:35 pm

Postby uwe-beach » Thu Mar 08, 2007 10:04 pm

Hi Michael,

did you found a solution ?

I've the same problem, also on 64bit SuSE.

regards
uwe

SirAdam
Posts: 41
Joined: Sun Feb 18, 2007 5:44 am

Postby SirAdam » Fri Mar 09, 2007 11:15 am

Hi Uwe,

No I didn't found a solution yet still trying.

At the moment I try it with Scalix 11.02.1.

Regards

Michael


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 3 guests