Title: Apache Jserv problem.
Sanju.
I
think I've seen this problem before.
Can
you post the source code that you think caused the
problem.
---- Original Message -----
Sent: Tuesday, March 21, 2000 11:34
PM
Subject: ClassCastException - why?
Everytime I try to run my servlet, I keep getting
a:
uncaught exception
java.lang.ClassCastException....
What
does this exception mean?
This
is the stack trace:
Uncaught exception:
java.lang.ClassCastException
com.forum.dynmodel.servlet.CalcIncomeNestegg
at
org.apache.jserv.JServServletManager.load_init(JServServletManager.java:526)
at
org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java:488)
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:266)
at
org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java)
There is obviously no reference to this exception in
the code. But can't see where it belongs or why it
happens.
I
only mail this to the list to be sure that it is a bug in my code vs.
something apache1.3.9/jserv1.0 is doing.
What
exactly is the
org.apache.jserv.JServServletManager.load_init(JServServletManager.java:526)
doing?
Thanks,
Sanju.
|