Message8031

Author offbeata
Recipients offbeata
Date 2013-05-24.12:20:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369398059.11.0.486359292221.issue2057@psf.upfronthosting.co.za>
In-reply-to
Content
When deployed as java webstart a simple import inspect would fail with the following exception:
java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException: 5
Exception in thread "AWT-EventQueue-0" Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "__pyclasspath__/console.py", line 16, in <module>
  File "__pyclasspath__/jintrospect.py", line 6, in <module>
  File "__pyclasspath__/introspect.py", line 15, in <module>
java.lang.ArrayIndexOutOfBoundsException: 5
	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)
	at org.python.core.AnnotationReader.<init>(AnnotationReader.java:44)
	at org.python.core.imp.readCode(imp.java:219)
	at org.python.core.util.importer.getModuleCode(importer.java:202)
	at org.python.core.util.importer.importer_load_module(importer.java:95)
	at org.python.core.ClasspathPyImporter.ClasspathPyImporter_load_module(ClasspathPyImporter.java:63)
	at org.python.core.ClasspathPyImporter$ClasspathPyImporter_load_module_exposer.__call__(Unknown Source)
	at org.python.core.PyBuiltinMethodNarrow.__call__(PyBuiltinMethodNarrow.java:47)
	at org.python.core.imp.loadFromLoader(imp.java:518)
	at org.python.core.imp.find_module(imp.java:472)
	at org.python.core.imp.import_next(imp.java:718)
	at org.python.core.imp.import_module_level(imp.java:827)
	at org.python.core.imp.importName(imp.java:917)
	at org.python.core.ImportFunction.__call__(__builtin__.java:1220)
	at org.python.core.PyObject.__call__(PyObject.java:357)
	at org.python.core.__builtin__.__import__(__builtin__.java:1173)
	at org.python.core.imp.importOne(imp.java:936)
...
History
Date User Action Args
2013-05-24 12:20:59offbeatasetrecipients: + offbeata
2013-05-24 12:20:59offbeatasetmessageid: <1369398059.11.0.486359292221.issue2057@psf.upfronthosting.co.za>
2013-05-24 12:20:58offbeatalinkissue2057 messages
2013-05-24 12:20:58offbeatacreate