Jörn Heid wrote:
> 
> When trying to start Cocoon (Resin 2.0.2) on XP I get
> 
> java.lang.ClassFormatError: uk/co/weft/maybeupload/MaybeUploadRequestWrapper
> (Code of a method longer than 65535 bytes)
>         at java.lang.ClassLoader.defineClass0(Native Method)
> 
> On my Windows 2000 machine the same configuration seems to work fine (same
> JDK, same Resin installation).

I believe that this may be a ClassLoader issue with Resin.  They already
have a synchronization error in their ClassLoader code.  It is very possible
to reason that M$ changed the native API that Resin was using and no longer
performs the unzip operation correctly.

Resin uses JNI to speed up sections of the servlet container.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to