Yes I can...here it is. again this references the above code (the line number in the exception) & worked fine again once I had re-compiled using the new
java distro.
[2003/04/28 16:18:29] null
java.lang.IncompatibleClassChangeError
at challenge.DailyReport.doPost(DailyReport.java:123)
at challenge.DailyReport.doGet(DailyReport.java:129)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:103)
at com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:96)
at com.caucho.server.http.Invocation.service(Invocation.java:312)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:342)
at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:272)
at com.caucho.server.TcpConnection.run(TcpConnection.java:137)
at java.lang.Thread.run(Thread.java:536)