hey guys, i've got something strange going on. i've got resin-2.0.0
installed on two seperate redhat-6.2 boxes. on one box, my c2 webapp works
great. on another, all requests are met with this exception:


java.lang.VerifyError: (class: org/apache/cocoon/servlet/CocoonServlet,
method: createCocoon signature: ()V) Incompatible object argument for
function call
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Class.java:237)
        at java.beans.Beans.instantiate(Beans.java:207)
        at java.beans.Beans.instantiate(Beans.java:51)
        at
com.caucho.server.http.Application.createServlet(Application.java:2125)
        at
com.caucho.server.http.Application.loadServlet(Application.java:2091)
        at
com.caucho.server.http.Application.getFilterChainServlet(Application.java:1934)
        at
com.caucho.server.http.Application.buildFilterChain(Application.java:1913)
        at com.caucho.server.http.Invocation.service(Invocation.java:270)
        at
com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:128)
        at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:216)
        at
com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:158)
        at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
        at java.lang.Thread.run(Thread.java:484)

any ideas what's up? the resin installation and webapp directories are
_absolutely_ identical. the boxes have the same jvm, same glibc, same
everything. i'm puzzled.

- donald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to