Hwee Lim wrote: > I was able to get to Turbine Data Manager Login Screen using URL like such > http://127.0.0.1:8080/newapp/servlet/newapp > > But, when I login as turbine/turbine, I always get an Error in the next > page and the following ERROR show up in the turbine.log. > > [Wed Oct 17 13:42:37 PDT 2001] -- INFO -- IDBroker thread was started. > [Wed Oct 17 13:42:38 PDT 2001] -- ERROR -- Turbine.handleException: > javax/naming/Referenceable > [Wed Oct 17 13:42:38 PDT 2001] -- ERROR -- > Exception: java.lang.NoClassDefFoundError: javax/naming/Referenceable > Stack Trace follows: > java.lang.NoClassDefFoundError: javax/naming/Referenceable > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled Code) > at java.security.SecureClassLoader.defineClass(SecureClassLoader.java, >
That is a new one :-) To login you don't need any classes from the javax.naming package. This is the sample application unmodified? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
