Message4146

Author jars
Recipients jars, leosoto
Date 2009-02-17.01:57:18
SpamBayes Score 1.0189566e-06
Marked as misclassified No
Message-id <1234835838.98.0.798808395463.issue1262@psf.upfronthosting.co.za>
In-reply-to
Content
when create a new project with 'jython django-admin.py startproject
testapp', then 'jython testapp/manage.py runserver', you got:

java.lang.ArrayIndexOutOfBoundsException: 3916
	at org.objectweb.asm.ClassReader.readClass(Unknown Source)
	at org.objectweb.asm.ClassReader.accept(Unknown Source)
	at org.objectweb.asm.ClassReader.accept(Unknown Source)

note: If u delete all .class then it work.

attached is the project that has the errors.

platform: 

mac os 10.5.5

java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
History
Date User Action Args
2009-02-17 01:57:19jarssetrecipients: + jars, leosoto
2009-02-17 01:57:18jarssetmessageid: <1234835838.98.0.798808395463.issue1262@psf.upfronthosting.co.za>
2009-02-17 01:57:18jarslinkissue1262 messages
2009-02-17 01:57:18jarscreate