Hi,

Thanks for the reply. Unfortunately, I have only one Tomcat on this machine, (I moved the other ones), so that can't be it. But Somehow, on starting tomcat from eclipse, the following debug info appeared shortly in the eclipse console:

Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.catalina.startup.Bootstrap
   at java.lang.Class.initializeClass(libgc.so.7)
   ....
Caused by: java.lang.ClassNotFoundException: javax.management.Objectname not found in gnu.gcj.SystemClassLoader(url=[file: .... ])

Could this have anything to do with a classpath not set from eclipse when launching tomcat?

BTW, $CATALINA_HOME is set to the .../apache-tomcat-5.5.23/ location.

TIA
Ronald


Caldarale, Charles R wrote:
From: Ronald van Raaphorst [mailto:[EMAIL PROTECTED] Subject: java.util.MissingResourceException: Can't find bundle for base name

I just got tomcat 5.5.23. If I start tomcat from the command line using ./startup.sh, it works fine. If I start it from Eclipse using the sysdeo plugin, I get the following message (over and over again)

java.util.MissingResourceException: Can't find bundle for base name org.apache.naming.resources.LocalStrings, locale en_US

The resource bundles are in common/i18n, so should be available to
Tomcat regardless of how it's started.  Two possibilities I can think
of:

1) Permissions are not set properly and Eclipse is running under a
different userid than your startup.sh mechanism.

2) Eclipse is actually using a different installation of Tomcat
somewhere on your box.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to