Message7507

Author mvera
Recipients mvera
Date 2012-11-05.09:19:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352107175.24.0.116682277836.issue1983@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Jython 2.5.3
Websphere 7.0 fixpack 23 ND 64 bits
Windows 2008 64 bits
Jython is embedded in a web app.

Our application works fine under tomcat/windows 7 32 bits with the Oracle JVM. But when our application is deployed under websphere the scripts we deploy can't be executed. It seems that objectweb asm can't analyse the byte code of classes generated from standard python files.

Here is a part of the stacktrace. The complete trace is provided as an attached file.

Caused by: java.lang.ArrayIndexOutOfBoundsException
	at org.python.objectweb.asm.ClassReader.a(Unknown Source)
	at org.python.objectweb.asm.ClassReader.accept(Unknown Source)
	at org.python.objectweb.asm.ClassReader.accept(Unknown Source)

Any workaround is welcome.

Regards,
Mickaƫl
History
Date User Action Args
2012-11-05 09:19:35mverasetrecipients: + mvera
2012-11-05 09:19:35mverasetmessageid: <1352107175.24.0.116682277836.issue1983@psf.upfronthosting.co.za>
2012-11-05 09:19:34mveralinkissue1983 messages
2012-11-05 09:19:34mveracreate