You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by JSF <jo...@yahoo.com> on 2003/06/13 20:03:58 UTC

Tomcat Upgrade/Install problems

Hello Everyone,

           I am trying to install the latest stable
version of Tomcat (4.1.24) on Mac OS X SERVER 10.2.3.

Due to some reason the startup fails with exception 
posted at the end of this message 


I tried Aaron Faby's Tomcat installer package as well
as binary from tomcat's website. I worked really
instantly on a regular os x machine. I am pretty
comfortable installing tomcat on any platform but I
just can't get it to run on X-SERVE.

I also tried some obvious solutions such as adding the

tomcat-coyote.jar file to classpath in startup
scripts.
But because of some strange I still get the same
reason. I made sure that the class file in question is
actually present in tomcat-coyote.jar



Did anyone sucessfully install latest version of
Tomcat? If yes, could you provide
suggestions/pointers.

Thanks.

-Rahul.

ERROR MESSAGE FROM LOG FILE:


ERROR reading /opt/Tomcat/conf/server.xml
At Line 99 /Server/Service/Connector/
className=org.apache.coyote.tomcat4.CoyoteConnector
port=8080 minProcessors=5 maxProcess
ors=75 enableLookups=true redirectPort=8443
acceptCount=100 debug=0 connectionTimeout=20000
useURIValidationHack=false disable
UploadTimeout=true

Catalina.start: java.lang.ClassNotFoundException:
org.apache.coyote.tomcat4.CoyoteConnector
java.lang.ClassNotFoundException:
org.apache.coyote.tomcat4.CoyoteConnector
        at
java.net.URLClassLoader$1.run(URLClassLoader.java:198)
        at
java.security.AccessController.doPrivileged(Native
Method)
        at
java.net.URLClassLoader.findClass(URLClassLoader.java:186)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:299)
        at
java.lang.ClassLoader.loadClass(ClassLoader.java:255)
        at


=====
I used to be indecisive; now I'm not sure.

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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


JK2, another connector, another error

Posted by Alberto Puerta <ap...@renr.es>.
 Hi all.

 I migrated from webapp to jk2 happily and seems to work fine, but i found
some errors in catalina.log.
 any idea to resolv them? are important?

in tomcat catalina.log

Starting service Tomcat-Apache
Apache Tomcat/4.1.24
12-jun-2003 20:31:55 org.apache.jk.server.JkMain newHandler
GRAVE: No class name for handle handle
12-jun-2003 20:31:56 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
12-jun-2003 20:31:56 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=4/140
config=/usr/local/datos/software/tomcat/conf/jk2.properties
12-jun-2003 20:36:15 org.apache.jk.common.ChannelSocket processConnection
INFO: connection timeout reached

in apache error.log:

[Thu Jun 12 20:31:54 2003] [notice] jk2_init() Found child 14392 in
scoreboard slot 0
[Thu Jun 12 20:31:54 2003] [notice] workerEnv.init() ok
/usr/local/datos/software/apache/conf/workers2.properties
[Thu Jun 12 20:31:54 2003] [error] mod_jk child init 1 0
[Thu Jun 12 20:31:54 2003] [notice] jk2_init() Found child 14393 in
scoreboard slot 1
[Thu Jun 12 20:31:54 2003] [notice] workerEnv.init() ok
/usr/local/datos/software/apache/conf/workers2.properties
[Thu Jun 12 20:31:54 2003] [notice] jk2_init() Found child 14394 in
scoreboard slot 2
[Thu Jun 12 20:31:54 2003] [notice] workerEnv.init() ok
/usr/local/datos/software/apache/conf/workers2.properties
[Thu Jun 12 20:31:54 2003] [error] jk2_init() Can't find child 14395 in
scoreboard
[Thu Jun 12 20:31:54 2003] [notice] workerEnv.init() ok
/usr/local/datos/software/apache/conf/workers2.properties
[Thu Jun 12 20:31:54 2003] [error] mod_jk child init 1 -2

Thanks.


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