Page 1 of 1

Attempting TO Login...........waiting

Posted: Tue Aug 23, 2005 9:23 am
by lilkev
Hi All.
Perfect install on an FC4 Box running the included Tomcat5 and j2sdk 1.4.2. After the install I get the Login screen come up and I enter the sxadmin username and password. I select "Not using secure login" and hit the login button.

A little message appears saying attempting to login and thats it. It just sits there.

I had a look around the forums and a few people had this issue if they were running Java 1.5 but I am running 1.4.2 as spec'd in the install notes.

Not even sure where to start looking into this problem, but I could really use some help or a point to a post in the forum where I will find the answers.

I'm really looking forward to playing with Scalix, it looks AWESOME!!!!!

Many thanks in advance

Kev

Re: Attempting TO Login...........waiting

Posted: Tue Aug 23, 2005 10:00 am
by ScalixSupport
lilkev wrote:Hi All.
Perfect install on an FC4 Box running the included Tomcat5 and j2sdk 1.4.2. After the install I get the Login screen come up and I enter the sxadmin username and password. I select "Not using secure login" and hit the login button.

A little message appears saying attempting to login and thats it. It just sits there.

I had a look around the forums and a few people had this issue if they were running Java 1.5 but I am running 1.4.2 as spec'd in the install notes.

Not even sure where to start looking into this problem, but I could really use some help or a point to a post in the forum where I will find the answers.

I'm really looking forward to playing with Scalix, it looks AWESOME!!!!!

Many thanks in advance

Kev


Hi,

so what does a ps -ef| grep java come up with?

Cheers,

Sascha.

Um.....this

Posted: Tue Aug 23, 2005 10:14 am
by lilkev
Heres what I got back from ps -ef |grep java

tomcat 2869 1 0 10:18 ? 00:00:32 /usr/lib/jvm/java/bin/java -Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -classpath /usr/lib/jvm/java/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/java/commons-logging-api.jar:/usr/share/java/mx4j/mx4j.jar -Dcatalina.base=/usr/share/tomcat5 -Dcatalina.home=/usr/share/tomcat5 -Djava.io.tmpdir=/usr/share/tomcat5/temp org.apache.catalina.startup.Bootstrap start
root 21255 21227 0 14:56 pts/4 00:00:00 grep java

I'm not sure what this means I'm looking at. Can you enlighten me?

Re: Um.....this

Posted: Tue Aug 23, 2005 10:17 am
by ScalixSupport
lilkev wrote:Heres what I got back from ps -ef |grep java

tomcat 2869 1 0 10:18 ? 00:00:32 /usr/lib/jvm/java/bin/java -Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -classpath /usr/lib/jvm/java/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/java/commons-logging-api.jar:/usr/share/java/mx4j/mx4j.jar -Dcatalina.base=/usr/share/tomcat5 -Dcatalina.home=/usr/share/tomcat5 -Djava.io.tmpdir=/usr/share/tomcat5/temp org.apache.catalina.startup.Bootstrap start
root 21255 21227 0 14:56 pts/4 00:00:00 grep java

I'm not sure what this means I'm looking at. Can you enlighten me?


It means your Tomcat is running and working allright. You should be able to see the demo page when you fire up the browser and connect to http://your.host.com:8080

Did you start Scalix (omrc ?)

Cheers,

Sascha.

Tomcat, all good

Posted: Tue Aug 23, 2005 10:27 am
by lilkev
Hi Mate
Yes. I get the tomcat page at localhost:8080 and if I type service scalix status I get:

# service scalix status
daemons
PC Monitor Started NON-STOP 0
Directory Relay Server Started 15:02:42
Notification Server Started 15:02:42 0
Shared memory daemon Started NON-STOP
Notification Monitor Started NON-STOP
Session Monitor Started NON-STOP
Container Access Monitor Started NON-STOP
Item Structure Server Stopped
Database Monitor Started 15:02:42
Licence Monitor Daemon Started NON-STOP
LDAP Daemon Started 15:02:42
Queue Manager Started NON-STOP
Item Delete Daemon Started NON-STOP
IMAP Server Daemon Started 15:02:42
SMTP Relay Started 15:02:42
Mime Browser Controller Started 15:02:42

services
Service Router Started 15:02:43 0
Local Delivery Started 15:02:43 0
Internet Mail Gateway Started 15:02:43 0
Local Client Interface Enabled 15:02:43 0
Remote Client Interface Enabled 15:02:43 0
Test Server Started 15:02:43 0
Request Server Started 15:02:43 0
Print Server Started 15:02:43 0
Background Search Service Started 15:02:43 0
CDA Server Started 15:02:43 0
POP3 interface Started 15:02:43 0
Omscan Server Started 15:02:43 0
Archiver Started 15:02:43 0

I am facing the same problem

Posted: Thu Aug 25, 2005 2:07 am
by vikrant
I am facing the same problem. It sits at the login screen and wait.
The installation has been perfect. It seems some issue with JDK 1.5.

Thanks
Vikrant

Not Using Java 1.5

Posted: Thu Aug 25, 2005 4:57 am
by lilkev
I'm not using Java 1.5.

I cant believe that I'm the only one having this issue with FC4!

Posted: Thu Aug 25, 2005 11:27 am
by ScalixSupport
Please see the thread at http://www.scalix.com/community/viewtopic.php?t=475

Also, can you post the output from $TOMCAT_HOME/catalina.out ?

Cheers

Dave

Found the Problem! FC4 Users Beware!!!

Posted: Thu Aug 25, 2005 7:02 pm
by lilkev
Hi All

Found the problem and thought I'd share it with the rest of the class. Fedora Core 4 comes with its own Tomcat5 Package. When I installed Scalix it found I had Tomcat running and so I assumed everything was cool. But either the Naming of the Tomcat packages or the location was not to Scalix's liking and so it would not engage.

I Uninstalled Scalix and then re-installed using the jakarta-tomcat tarball that comes with Scalix (in the third_party folder if you're looking for it) and Viola. Fully operational Scalix server.

Now to see what the bugger can do!

THanks to Sascha and dave and the support team. You're legends!

Kev

Tomcat installation

Posted: Sat Sep 10, 2005 11:06 pm
by BMillikan
Where did you install the tarball. It creates a directory, but the default (as you probably know) is in the /usr/share/java directory. Also, do you use a startup script to kick off tomcat each time the computer boots? Would you mind sharing it?

Thanks,
Brian

Where and how

Posted: Sat Sep 10, 2005 11:20 pm
by lilkev
Hi mate

I'm actually away from the box at the moment but from Memory I let it install in /root/jakarta...... like that

No I havent written a startup script yet, I was going to look into that when I get back. If youwrite one first then share it here. Me and many others will want to use it.

Kev

tomcat script

Posted: Sat Sep 10, 2005 11:44 pm
by BMillikan
I may do that. I have a "template" script I used for Apple's Darwin Streaming Server. I just didn't know if anyone else had one yet. I'll post it when I get it working.

Thanks,
Brian

BTW, thanks for the info. I'm able to log in too!

Posted: Sun Sep 11, 2005 2:50 pm
by ScalixSupport
There is a sample tomcat init.d script in the admin_resource_kit/ directory on the Scalix install media.

Cheers

Dave

Posted: Thu Nov 03, 2005 1:07 pm
by aaronjstanley
Hello, I posted a question in the following discussion about this issue.
http://www.scalix.com/community/viewtopic.php?t=494

I am running FC4 and installed the latest JDK, per the Fedora release notes and the scalix release notes. Has anyone got this working with the latest JDK?

Thank you.