Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ResourceBundle Missing Problem with Websphere V3.5.4

4 views
Skip to first unread message

Darren Briaris

unread,
Dec 7, 2001, 7:16:02 AM12/7/01
to
We have an servlet that uses a ResourceBundle (.properties file) This
works fine locally but when deployed (manually)to websphere we get an
error as follows:-

java.lang.NoClassDefFoundError: quotations (wrong name: Quotations)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled Code))
at java.lang.ClassLoader.defineClass(ClassLoader.java:419)
at com.ibm.servlet.classloader.DynamicClassLoader.loadNonSystemClass(DynamicClassLoader.java(Compiled
Code))
at com.ibm.servlet.classloader.ClassLoaderTemplate.findClass(ClassLoaderTemplate.java:86)
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at com.ibm.servlet.classloader.ClassLoaderTemplate.loadClass(ClassLoaderTemplate.java:64)
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at java.util.ResourceBundle.findBundle(ResourceBundle.java(Compiled
Code))
at java.util.ResourceBundle.getBundle(ResourceBundle.java:432)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:350)
at Login.doPost(Login.java:97)

quotations.properties is the name of the file and it is in the
classpath.

We have two apps running on the box. When we have to restart the main
app we get this error on the very first time someone accesses the site
(after the first time the message does not occur again) , but on the
new site I am attempting to test the error comes up all the time.

Any help will be greatly appreciated

Cheers,

0 new messages