netbrain / ntorrent

Automatically exported from code.google.com/p/ntorrent
GNU General Public License v3.0
0 stars 0 forks source link

Applications Start Failed: org.java.plugin.PluginLifecycleException ... #134

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. linux execute ./nTorrent.sh
2.
3.

What is the expected output? What do you see instead?
Application Failed to start. 
Details:
=========================================================
Sat Apr 02 02:44:30 HST 2011

-----------------------------------------------
Exception details.

Class: org.java.plugin.PluginLifecycleException
Message: can't find plug-in class ntorrent.data.Environment

Stack trace:

org.java.plugin.standard.StandardPluginLifecycleHandler.createPluginInstance(Sta
ndardPluginLifecycleHandler.java:117)
org.java.plugin.standard.StandardPluginManager.activatePlugin(StandardPluginMana
ger.java:403)
org.java.plugin.standard.StandardPluginManager.getPlugin(StandardPluginManager.j
ava:217)
org.java.plugin.boot.DefaultApplicationInitializer.initApplication(DefaultApplic
ationInitializer.java:312)
org.java.plugin.boot.Boot.initApplication(Boot.java:538)
org.java.plugin.boot.Boot.boot(Boot.java:343)
org.java.plugin.boot.Boot.main(Boot.java:243)

Caused by java.lang.ClassNotFoundException: ntorrent.data.Environment

org.java.plugin.standard.StandardPluginClassLoader.loadClass(StandardPluginClass
Loader.java:378)
java.lang.ClassLoader.loadClass(ClassLoader.java:266)
org.java.plugin.standard.StandardPluginLifecycleHandler.createPluginInstance(Sta
ndardPluginLifecycleHandler.java:113)
org.java.plugin.standard.StandardPluginManager.activatePlugin(StandardPluginMana
ger.java:403)
org.java.plugin.standard.StandardPluginManager.getPlugin(StandardPluginManager.j
ava:217)
org.java.plugin.boot.DefaultApplicationInitializer.initApplication(DefaultApplic
ationInitializer.java:312)
org.java.plugin.boot.Boot.initApplication(Boot.java:538)
org.java.plugin.boot.Boot.boot(Boot.java:343)
org.java.plugin.boot.Boot.main(Boot.java:243)

-----------------------------------------------
System properties:

file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=/
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.awt.printerjob=sun.print.PSPrinterJob
java.class.path=lib/jpf-boot.jar
java.class.version=50.0
java.endorsed.dirs=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/endorsed
java.ext.dirs=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/ext:/usr/java/packag
es/lib/ext
java.home=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre
java.io.tmpdir=/tmp
java.library.path=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/i386/server:/usr
/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/i386:/usr/lib/jvm/java-1.6.0-openjdk-1
.6.0/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
java.runtime.name=OpenJDK Runtime Environment
java.runtime.version=1.6.0_20-b20
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.6.0_20
java.vm.info=mixed mode
java.vm.name=OpenJDK Server VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=19.0-b09
javax.accessibility.assistive_technologies=org.GNOME.Accessibility.JavaBridge
jpf.boot.mode=shell
line.separator=

org.java.plugin.jpf-version=1.5.1
os.arch=i386
os.name=Linux
os.version=2.6.31.14-0.6-desktop
path.separator=:
sun.arch.data.model=32
sun.boot.class.path=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/resources.jar:
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/rt.jar:/usr/lib/jvm/java-1.6.0-ope
njdk-1.6.0/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/
jsse.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/jce.jar:/usr/lib/jvm/java
-1.6.0-openjdk-1.6.0/jre/lib/charsets.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/
jre/lib/netx.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/plugin.jar:/usr/l
ib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/rhino.jar:/usr/lib/jvm/java-1.6.0-openjd
k-1.6.0/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/c
lasses
sun.boot.library.path=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0/jre/lib/i386
sun.cpu.endian=little
sun.cpu.isalist=
sun.io.unicode.encoding=UnicodeLittle
sun.java.launcher=SUN_STANDARD
sun.jnu.encoding=UTF-8
sun.management.compiler=HotSpot Tiered Compilers
sun.os.patch.level=unknown
user.country=US
user.dir=/usr/local/src/ntorrent
user.home=/root
user.language=en
user.name=root
user.timezone=Pacific/Honolulu

-----------------------------------------------
Runtime info:

Memory TOTAL / FREE / MAX: 31457280 / 27243928 / 477233152
Available processors: 2
System class loader: sun.misc.Launcher$AppClassLoader@1a16869
Thread context class loader: sun.misc.Launcher$AppClassLoader@1a16869
Security manager: null
=========================================================

What version of the product are you using? On what operating system?
Using nTorrent-src-0.5.1.tar.bz2 on GNU/Linux OpenSuse 11.3

Please provide any additional information below and if necessary, attach the 
nTorrent log file found under $HOME/.ntorrent/.
Directory and file do not exist.

Original issue reported on code.google.com by Psyber.N...@gmail.com on 2 Apr 2011 at 12:56

Attachments:

GoogleCodeExporter commented 9 years ago
I have the same problem

Any solution?

Original comment by gusg...@gmail.com on 26 Jul 2014 at 5:12