Problem with SLES 10.0, scalix 11.0.4 and Tomcat

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

Michl

Problem with SLES 10.0, scalix 11.0.4 and Tomcat

Postby Michl » Tue Jun 05, 2007 1:38 pm

Hallo,

After Installation I can't acces the swa or sac - site on localhost, or remote host.
The Browser give me an Error 404 - Object not found.

Also at startup i get this:

Code: Select all

Starting Tomcat service (Marvin)/etc/init.d/scalix-tomcat: line 122: ulimit: =10000: invalid number
The Java interpreter is not found
This is needed to run this program
failed

Can anybody help?

Thank You,
Michl

PS: Sorry, but my English is not the best... ;-)

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Thu Jun 07, 2007 2:38 am

Hi!

Yeah, for this error the equals sign in /etc/init.d/scalix-tomcat after ulimit -SHn needs to
go away.

Code: Select all

elif [ "$DISTRIBUTION" = "suse" ] ; then

start() {
        # Clear out any temporary files, especially lock files.
        test -n "$CATALINA_BASE" && rm -f $CATALINA_BASE/temp/* >/dev/null 2>&1
        echo -n "Starting Tomcat service ($SCALIX_INSTANCE)"
        if [ ! -z "$ULIMIT_NUM_FILES" ]; then
            ulimit -SHn ${ULIMIT_NUM_FILES}
        fi
        $startup
        rc_status -v
}


Hope this helps.

Thanks,
Subir


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 11 guests

cron