I have been running JServ for months now without problems. I changed one of my
support classes today and I get the following error:
FROM MOD_JSERV.LOG(log.file in jserv.properties)
[21/04/1999 10:50:17:038 EDT] java.lang.VerifyError
at org.apache.jserv.JServConnection.run(JServConnection.java:365)
at java.lang.Thread.run(Thread.java)
FROM JSERV.LOG (ApJServLogFile in jserv.conf)
[21/04/1999 09:47:48:327] (ERROR) ajp11: Servlet Error:
java.lang.VerifyError: null
[21/04/1999 09:47:48:327] (ERROR) an error returned handling request via
protocol "ajpv11"
I believe this error is occuring when this support class is instantiated.
If I turn off verification with java -noverify I get this error:
FROM MOD_JSERV.LOG(log.file in jserv.properties)
[21/04/1999 10:52:44:227 EDT] java.lang.IllegalAccessError:
java.lang.String.count
at org.apache.jserv.JServConnection.run(JServConnection.java:365)
at java.lang.Thread.run(Thread.java)
FROM JSERV.LOG (ApJServLogFile in jserv.conf)
[21/04/1999 09:52:44:226] (ERROR) ajp11: Servlet Error:
java.lang.IllegalAccessError: java.lang.String.count: java.lang.String.count
[21/04/1999 09:52:44:226] (ERROR) an error returned handling request via
protocol "ajpv11"
I was using 1.0b2, so I downloaded the 1.0b3 jar and tried it with the same
results.
Any ideas?
TIA,
Ross Cormier
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]