--
OK so I went up from 1.0b5 to 1.0 and I'm still getting the class format
errors. I was thinking it might have been a Blackdown VM problem, but as
it's failing on the NT box in an identical fashion under the Sun VM I'm
reasonably sure it's a JServ issue. Is JServ's class loader significantly
different to the one that runs for standalone apps? Everything works fine
in shell apps.
Here's the error -
java.lang.ClassFormatError: jet/bean/JREngine (Illegal Method name "?")
at org.apache.jserv.JServConnection.processRequest(JServConnection.java)
at org.apache.jserv.JServConnection.run(JServConnection.java)
at java.lang.Thread.run(Thread.java:479)
I have a little program that prints out method names and stuff, and sure
enough when I print out this class I get methods whose names are just
question marks. However, javap doesn't print them out, I'm wondering
whether they're wiggy methods or other entities which masquerade as methods
and which javap knows to avoid.
I need to get this fixed, and I'm perfectly happy to go hunting around in
the source if someone will point me in the right direction. Thanks in
advance for any help received with this.
J
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]