View Single Post
  #3 (permalink)  
Old June 8th, 2011
ToNneTje's Avatar
ToNneTje ToNneTje is offline
Gnutella Admirer
 
Join Date: January 24th, 2009
Location: Netherlands
Posts: 69
ToNneTje is flying high
Default

This is the most recent log:

Quote:
110608 13:46:46.017(T5)(116) ERROR/phex.common.ThreadTracking [Timer-0]:: Uncaught exception: org/bouncycastle/openpgp/PGPException in Thread: Timer-0
java.lang.NoClassDefFoundError: org/bouncycastle/openpgp/PGPException
at phex.gui.common.GUIRegistry*****run(GUIRegistry.ja va:169) [phex.jar:na]
at java.util.TimerThread.mainLoop(Timer.java:534) [na:1.6.0_22]
at java.util.TimerThread.run(Timer.java:484) [na:1.6.0_22]
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.openpgp.PGPException
at java.net.URLClassLoader*****run(URLClassLoader.jav a:217) [na:1.6.0_22]
at java.security.AccessController.doPrivileged(Native Method) [na:1.6.0_22]
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:205) [na:1.6.0_22]
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 21) [na:1.6.0_22]
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:294) [na:1.6.0_22]
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 66) [na:1.6.0_22]
... 3 common frames omitted
110608 13:49:51.956(T9)(116) ERROR/phex.common.ThreadTracking [Timer-0]:: Uncaught exception: org/bouncycastle/openpgp/PGPException in Thread: Timer-0
java.lang.NoClassDefFoundError: org/bouncycastle/openpgp/PGPException
at phex.gui.common.GUIRegistry*****run(GUIRegistry.ja va:169) [phex.jar:na]
at java.util.TimerThread.mainLoop(Timer.java:534) [na:1.6.0_22]
at java.util.TimerThread.run(Timer.java:484) [na:1.6.0_22]
Caused by: java.lang.ClassNotFoundException: org.bouncycastle.openpgp.PGPException
at java.net.URLClassLoader*****run(URLClassLoader.jav a:217) [na:1.6.0_22]
at java.security.AccessController.doPrivileged(Native Method) [na:1.6.0_22]
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:205) [na:1.6.0_22]
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 21) [na:1.6.0_22]
at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:294) [na:1.6.0_22]
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 66) [na:1.6.0_22]
... 3 common frames omitted
110608 14:00:40.137(T648190)(116) ERROR/phex.common.QueryRoutingTable [TriggerQueryRoutingTableUpdate-PhexPool-thread-13]:: Aggregate source is null: 16384/65536
110608 14:00:40.156(T648209)(116) ERROR/phex.common.JThreadPool [TriggerQueryRoutingTableUpdate-PhexPool-thread-13]:: java.lang.NullPointerException
java.lang.NullPointerException
at java.util.BitSet.or(BitSet.java:701) [na:1.6.0_22]
at phex.common.QueryRoutingTable.aggregateToRouteTabl e(QueryRoutingTable.java:200) [phex.jar:na]
at phex.common.QueryRoutingTable.fillQRTWithLeaves(Qu eryRoutingTable.java:624) [phex.jar:na]
at phex.msghandling.MessageService$QRPUpdateTimer.sen dQueryRoutingTable(MessageService.java:579) [phex.jar:na]
at phex.msghandling.MessageService$QRPUpdateTimer.run (MessageService.java:528) [phex.jar:na]
at phex.common.JThreadPool$NamedThreadRunnable.run(JT hreadPool.java:111) [phex.jar:na]
at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1110) [na:1.6.0_22]
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:603) [na:1.6.0_22]
at java.lang.Thread.run(Thread.java:679) [na:1.6.0_22]

Last edited by ToNneTje; June 8th, 2011 at 05:03 AM. Reason: update
Reply With Quote