Bug#604020: eclipse-pydev: java traceback

Paul Wise pabs at debian.org
Fri Nov 19 13:16:07 UTC 2010


Package: eclipse-pydev
Version: 1.2.5-4
Severity: normal

I got a traceback when running eclipse with pydev:

pabs at chianamo:~$ eclipse 
*sys-package-mgr*: can't create package cache dir, '/usr/lib/eclipse/plugins/org.python.pydev.jython_1.2.5/cachedir/packages'
Exception in thread "PyEdit initializer" java.lang.NoClassDefFoundError: org/python/pydev/jython/JythonPlugin
	at org.python.pydev.editor.scripting.PyEditScripting.<init>(PyEditScripting.java:28)
	at org.python.pydev.editor.PyEdit$3.run(PyEdit.java:425)
	at java.lang.Thread.run(Thread.java:636)
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle org.python.pydev.jython (217).
	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:125)
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
	at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:454)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
	... 3 more
Caused by: org.osgi.framework.BundleException: Exception in org.python.pydev.jython.JythonPlugin.start() of bundle org.python.pydev.jython.
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:806)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
	at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
	... 12 more
Caused by: java.lang.NoClassDefFoundError: org/jruby/ext/posix/util/Platform
	at org.python.core.PySystemState.getPath(PySystemState.java:513)
	at org.python.core.PySystemState.getPath(PySystemState.java:486)
	at org.python.core.imp.loadFromSource(imp.java:460)
	at org.python.core.imp.find_module(imp.java:411)
	at org.python.core.imp.import_next(imp.java:635)
	at org.python.core.imp.import_first(imp.java:656)
	at org.python.core.imp.load(imp.java:564)
	at org.python.core.util.FileUtil.isatty(FileUtil.java:70)
	at org.python.core.io.StreamIO.isatty(StreamIO.java:234)
	at org.python.core.io.BufferedIOMixin.isatty(BufferedIOMixin.java:90)
	at org.python.core.io.TextIOBase.isatty(TextIOBase.java:175)
	at org.python.core.PyFile.file_isatty(PyFile.java:496)
	at org.python.core.PyFile.isatty(PyFile.java:491)
	at org.python.core.PySystemState.initEncoding(PySystemState.java:229)
	at org.python.core.PySystemState.doInitialize(PySystemState.java:874)
	at org.python.core.PySystemState.initialize(PySystemState.java:777)
	at org.python.core.PySystemState.initialize(PySystemState.java:727)
	at org.python.pydev.jython.JythonPlugin.start(JythonPlugin.java:185)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
	... 17 more
Caused by: java.lang.ClassNotFoundException: org.jruby.ext.posix.util.Platform
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:494)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
	... 38 more
Exception in thread "PyEdit initializer" java.lang.NoClassDefFoundError: org/python/pydev/jython/JythonPlugin
	at org.python.pydev.editor.scripting.PyEditScripting.<init>(PyEditScripting.java:28)
	at org.python.pydev.editor.PyEdit$3.run(PyEdit.java:425)
	at java.lang.Thread.run(Thread.java:636)

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages eclipse-pydev depends on:
ii  bicyclerepair           0.9-6            A refactoring tool for python
ii  eclipse                 3.5.2-6squeeze1  Extensible Tool Platform and Java 
ii  jython                  2.5.1-2          Python seamlessly integrated with 
ii  libcommons-codec-java   1.4-2            encoder and decoders such as Base6
ii  python                  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-dev              2.6.6-3+squeeze1 header files and a static library 

Versions of packages eclipse-pydev recommends:
pn  eclipse-platform-gcj          <none>     (no description available)
pn  eclipse-pydev-gcj             <none>     (no description available)

-- 
bye,
pabs

http://wiki.debian.org/PaulWise

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20101119/a2d53966/attachment.pgp>


More information about the pkg-java-maintainers mailing list