Message12660

Author wfouche2
Recipients wfouche2
Date 2019-09-26.09:50:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569491411.8.0.659550669516.issue2804@roundup.psfhosted.org>
In-reply-to
Content
jython-standalone.jar build from source at change https://hg.python.org/jython/rev/b180cce20e85 displays the following error at startup:

            Jython 2.7.2a1+
               Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/base/CharMatcher
                       at org.python.core.Py.fileSystemEncode(Py.java:744)
                       at org.python.core.PySystemState.initRegistry(PySystemState.java:963)
                       at org.python.core.PySystemState.doInitialize(PySystemState.java:1201)
                       at org.python.core.PySystemState.initialize(PySystemState.java:1130)
                       at org.python.core.PySystemState.initialize(PySystemState.java:1085)
                       at org.python.core.PySystemState.initialize(PySystemState.java:1080)
                       at org.python.core.PySystemState.initialize(PySystemState.java:1075)
                       at org.python.util.jython.main(jython.java:531)
               Caused by: java.lang.ClassNotFoundException: com.google.common.base.CharMatcher
                       at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
                       at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
                       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
                       at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
                       ... 8 more
History
Date User Action Args
2019-09-26 09:50:11wfouche2setrecipients: + wfouche2
2019-09-26 09:50:11wfouche2setmessageid: <1569491411.8.0.659550669516.issue2804@roundup.psfhosted.org>
2019-09-26 09:50:11wfouche2linkissue2804 messages
2019-09-26 09:50:11wfouche2create