Re: WARNING: Exception getting SSL attributes

2002-11-01 Thread Steve Howie


Ma, Yongjie wrote:

I got same exception message. And Bill Barker told me this is a bug in Tomcat 4.1.12.

Following message was from him:

The SSL support in 4.1.12 is broken with JVM 1.4.x.  You need to copy
http://gump.covalent.net/jars/latest/jakarta-tomcat-connectors/tomcat-util.jar.
jar to $CATALINA_HOME/server/lib to fix (or wait, hopefully not long, for
4.1.13).

I tried this new jar file, yes, the exception message was disappeared. But It brings another problem, it will always ask client certificate even if you set ClientAuth=false.

I did not try new 4.1.13 yet. Maybe you can try that one first.



I also got the same errors using JSSE 1.0.3 and JSDK 1.3.1_01 with 
Tomcat 4.1.12.

I upgraded Tomcat from 4.0.4 and I dont think I got these messages with 
that version. So it does look like a Tomcat issue.

Scotty


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org



Running 3.2 and 4.0 instances on same machine

2002-05-06 Thread Steve Howie

Subject line says it all - are there any issues apart from port number 
stopping me from running Tomcat 3.2.4 and 4.0 on the same machine ??

Thanks

Scotty


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Tomcat Manager App gets funny message

2001-12-07 Thread Steve Howie

Running the Manager App under Tomcat presents me with the following really
helpful error message:
FAIL - Unknown command
I have my name 'scotty' defined in the 'tomcat-users.xml' file as follows:


tomcat-users
  user name=scotty password=** roles=standard,manager /
  user name=tomcat password=tomcat roles=tomcat /
  user name=role1  password=tomcat roles=role1  /
  user name=both   password=tomcat roles=tomcat,role1 /
/tomcat-users
Anyone see this before?
[ Tomcat 4.0.1  Solaris 2.7  JSDK 1.3.1 ]
Scotty




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Tomcat Manager App gets funny message

2001-12-07 Thread Steve Howie

Never mind ... I figured it out myself ... Marvellous what you can find if
you RTFM :)

Sorry folks

Scotty

- Original Message -
From: Steve Howie [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 07, 2001 10:12 AM
Subject: Tomcat Manager App gets funny message


 Running the Manager App under Tomcat presents me with the following really
 helpful error message:
 FAIL - Unknown command
 I have my name 'scotty' defined in the 'tomcat-users.xml' file as follows:




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: 4.0.1 blowing up

2001-12-05 Thread Steve Howie

Howdo,

After a bit of digging on the web, I got the problem solved by upgrading the
Java SDK  version on our server.

I was running JSDK 1.2.1 and upgraded it to 1.3.1 and the problem went away.
Kinda strange, though, that  Tomcat 4.0 was fine and Tomcat 4.0.1 died on
startup. Any ideas anyone? The only major Java related thing that jumped out
at me was the size of bootstrap.jar .. much larger in the Tomcat 4.0.1
distribution.

Scotty

- Original Message -
From: Steve Howie [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 04, 2001 4:46 PM
Subject: 4.0.1 blowing up


 Hi,

 We just installed 4.0.1 on a Sun running Solaris 7, we get the following
 message when we start to run the server:

 
 snip ---
 cruncher [27]% more catalina.out
 Starting service Tomcat-Standalone
 Apache Tomcat/4.0.1
 Bus Error
 si_signo [10]: Bus Error
 si_errno [0]: Error 0
 si_code [1]: BUS_ADRALN [addr: 0x29]

 stackpointer=FFBEBBE8

 *** panic: JIT signal handler did not take the signal

 Test for suspension on thread: 1 in process 24065 ...
 -
 /snip -

 JAVA_HOME and CATALINA_HOME are defined properly.

 Version 4.0 works fine and initializes ok. Any ideas anyone?

 Thanks

 Scotty



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




4.0.1 blowing up

2001-12-04 Thread Steve Howie

Hi,

We just installed 4.0.1 on a Sun running Solaris 7, we get the following
message when we start to run the server:


snip ---
cruncher [27]% more catalina.out
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
Bus Error
si_signo [10]: Bus Error
si_errno [0]: Error 0
si_code [1]: BUS_ADRALN [addr: 0x29]

stackpointer=FFBEBBE8

*** panic: JIT signal handler did not take the signal

Test for suspension on thread: 1 in process 24065 ...
-
/snip -

JAVA_HOME and CATALINA_HOME are defined properly.

Version 4.0 works fine and initializes ok. Any ideas anyone?

Thanks

Scotty


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]