Message5898

Author jaraco
Recipients amak, boisgera, c.cerbo, fwierzbicki, jaraco, jdeolive, pjenvey, zyasoft
Date 2010-07-15.01:57:27
SpamBayes Score 0.08822148
Marked as misclassified No
Message-id <1279159049.29.0.54084825435.issue1373@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to test the compiled patch, but I'm not sure how. When I copy jython-dev.jar to my Jython home directory, I get a traceback (below). If I just inject the SyspathJavaLoader.class into the stock 2.5.1 jython.jar, I get only an 'Exception in thread "main"' error (and the program exits).

Any suggestions?

Exception in thread "main" java.lang.NoClassDefFoundError: org/jruby/ext/posix/POSIXHandler
        at org.python.modules.Setup.<clinit>(Setup.java:62)
        at org.python.core.PySystemState.initBuiltins(PySystemState.java:1000)
        at org.python.core.PySystemState.doInitialize(PySystemState.java:837)
        at org.python.core.PySystemState.initialize(PySystemState.java:756)
        at org.python.core.PySystemState.initialize(PySystemState.java:706)
        at org.python.core.PySystemState.initialize(PySystemState.java:699)
        at org.python.util.jython.run(jython.java:150)
        at org.python.util.jython.main(jython.java:129)
Caused by: java.lang.ClassNotFoundException: org.jruby.ext.posix.POSIXHandler
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
        ... 8 more
History
Date User Action Args
2010-07-15 01:57:29jaracosetmessageid: <1279159049.29.0.54084825435.issue1373@psf.upfronthosting.co.za>
2010-07-15 01:57:29jaracosetrecipients: + jaraco, fwierzbicki, amak, pjenvey, zyasoft, boisgera, jdeolive, c.cerbo
2010-07-15 01:57:28jaracolinkissue1373 messages
2010-07-15 01:57:27jaracocreate