Error starting tomcat5

2004-05-25 Thread Yuri
Hi,
 I got a problem while starting tomcat5 on Win2k,
jre1.3.
 
 Unsuported JNI version 65537
 [2004-05-23 19:09:58] [770  prunsrv.c] [error]
 Failed initializing 
 java c:\tomcat\tomcat5\bin\bootstrap.jar
 [2004-05-23 19:09:58] 
 
 and therefore it will also not run as a service.
 
 can anyone help?
 
 Thanks.





__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Error starting tomcat5

2004-05-25 Thread Shapira, Yoav

Hi,
We saw your original message ;)  Use the JDK, not the JRE, and make sure
it's installed properly and JAVA_HOME is set correctly.  This doesn't
look like an error internal to tomcat.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Yuri [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 25, 2004 9:49 AM
To: Tomcat Users List
Subject: Error starting tomcat5

Hi,
 I got a problem while starting tomcat5 on Win2k,
jre1.3.

 Unsuported JNI version 65537
 [2004-05-23 19:09:58] [770  prunsrv.c] [error]
 Failed initializing
 java c:\tomcat\tomcat5\bin\bootstrap.jar
 [2004-05-23 19:09:58]

 and therefore it will also not run as a service.

 can anyone help?

 Thanks.





__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Error starting tomcat5

2004-05-25 Thread Yuri
Hi,
thx. I do have the JDK1.3 in place and checked
JAVA_HOME too. 

and besides, i am getting faliure delivery messg. for
my posting.

Regards.

Yuri


--- Shapira, Yoav [EMAIL PROTECTED] wrote:
 
 Hi,
 We saw your original message ;)  Use the JDK, not
 the JRE, and make sure
 it's installed properly and JAVA_HOME is set
 correctly.  This doesn't
 look like an error internal to tomcat.
 
 Yoav Shapira
 Millennium Research Informatics
 
 
 -Original Message-
 From: Yuri [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, May 25, 2004 9:49 AM
 To: Tomcat Users List
 Subject: Error starting tomcat5
 
 Hi,
  I got a problem while starting tomcat5 on Win2k,
 jre1.3.
 
  Unsuported JNI version 65537
  [2004-05-23 19:09:58] [770  prunsrv.c] [error]
  Failed initializing
  java c:\tomcat\tomcat5\bin\bootstrap.jar
  [2004-05-23 19:09:58]
 
  and therefore it will also not run as a service.
 
  can anyone help?
 
  Thanks.
 
 
 
 
 
 __
 Do you Yahoo!?
 Friends.  Fun.  Try the all-new Yahoo! Messenger.
 http://messenger.yahoo.com/
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 
 This e-mail, including any attachments, is a
 confidential business communication, and may contain
 information that is confidential, proprietary and/or
 privileged.  This e-mail is intended only for the
 individual(s) to whom it is addressed, and may not
 be saved, copied, printed, disclosed or used by
 anyone else.  If you are not the(an) intended
 recipient, please immediately delete this e-mail
 from your computer system and notify the sender. 
 Thank you.
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 





__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: error starting tomcat5

2004-05-12 Thread Bill Barker

Steven Garrett [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 Thanks to those of you who helped me with my previous server.xml include
 file issue, that worked out like a charmeventually :)

 Anyways, we're testing out tomcat5 on a RedHat 9 box and I keep getting
this
 error message.

 java.lang.NoClassDefFoundError: org/apache/commons/modeler/BaseModelMBean

 All I've been able to find so far is that this is supposedly part of the
 catalina.jar (not very helpful I know).  all I'm trying to do is to get
 tomcat to start at this point.  Any suggestions on how to debug this or if
 anyone knows what's wrong that would be great.  Please let me know if you
 need any further information.


Actually, it is supposed to be part of commons-modeler.jar which should be
living in $CATALINA_HOME/server/lib.

 Thanks,

 Steve




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: error starting tomcat5

2004-05-12 Thread Steven Garrett
Thanks that seems to work out.  Now I have one last error that I can't seem
to figure out:  Where should the commons-digester.jar reside?  currently it
is in the /usr/share/java directory (with all the other jars), but tomcat
can't seem to find it.  I have it in the classpath as well as the
${CATALINA_HOME}/server/lib directory, is this the right place?

Thanks,

Steve

-Original Message-
From: Bill Barker [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 2:50 AM
To: [EMAIL PROTECTED]
Subject: Re: error starting tomcat5



Steven Garrett [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 Thanks to those of you who helped me with my previous server.xml include
 file issue, that worked out like a charmeventually :)

 Anyways, we're testing out tomcat5 on a RedHat 9 box and I keep getting
this
 error message.

 java.lang.NoClassDefFoundError: org/apache/commons/modeler/BaseModelMBean

 All I've been able to find so far is that this is supposedly part of the
 catalina.jar (not very helpful I know).  all I'm trying to do is to get
 tomcat to start at this point.  Any suggestions on how to debug this or if
 anyone knows what's wrong that would be great.  Please let me know if you
 need any further information.


Actually, it is supposed to be part of commons-modeler.jar which should be
living in $CATALINA_HOME/server/lib.

 Thanks,

 Steve




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: error starting tomcat5

2004-05-12 Thread Steven Garrett
Here's the exact error:

java version 1.4.2
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)

java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
at java.lang.Class.getConstructor0(Class.java:1922)
at java.lang.Class.newInstance0(Class.java:278)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:218)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:375)

Thanks,

Steve

-Original Message-
From: Steven Garrett [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 11:31 AM
To: 'Tomcat Users List'
Subject: RE: error starting tomcat5


Thanks that seems to work out.  Now I have one last error that I can't seem
to figure out:  Where should the commons-digester.jar reside?  currently it
is in the /usr/share/java directory (with all the other jars), but tomcat
can't seem to find it.  I have it in the classpath as well as the
${CATALINA_HOME}/server/lib directory, is this the right place?

Thanks,

Steve

-Original Message-
From: Bill Barker [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 2:50 AM
To: [EMAIL PROTECTED]
Subject: Re: error starting tomcat5



Steven Garrett [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi,

 Thanks to those of you who helped me with my previous server.xml include
 file issue, that worked out like a charmeventually :)

 Anyways, we're testing out tomcat5 on a RedHat 9 box and I keep getting
this
 error message.

 java.lang.NoClassDefFoundError: org/apache/commons/modeler/BaseModelMBean

 All I've been able to find so far is that this is supposedly part of the
 catalina.jar (not very helpful I know).  all I'm trying to do is to get
 tomcat to start at this point.  Any suggestions on how to debug this or if
 anyone knows what's wrong that would be great.  Please let me know if you
 need any further information.


Actually, it is supposed to be part of commons-modeler.jar which should be
living in $CATALINA_HOME/server/lib.

 Thanks,

 Steve




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



error starting tomcat5

2004-05-11 Thread Steven Garrett
Hi,

Thanks to those of you who helped me with my previous server.xml include
file issue, that worked out like a charmeventually :)

Anyways, we're testing out tomcat5 on a RedHat 9 box and I keep getting this
error message.

java.lang.NoClassDefFoundError: org/apache/commons/modeler/BaseModelMBean

All I've been able to find so far is that this is supposedly part of the
catalina.jar (not very helpful I know).  all I'm trying to do is to get
tomcat to start at this point.  Any suggestions on how to debug this or if
anyone knows what's wrong that would be great.  Please let me know if you
need any further information.

Thanks,

Steve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]