Guest User

Untitled

a guest
May 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Error starting up the client class net.i2p.jircii.GuiTest
  2. java.lang.reflect.InvocationTargetException
  3. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  4. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6. at java.lang.reflect.Method.invoke(Method.java:616)
  7. at net.i2p.router.startup.LoadClientAppsJob$RunApp.run(LoadClientAppsJob.java:238)
  8. at java.lang.Thread.run(Thread.java:679)
  9. at net.i2p.util.I2PThread.run(I2PThread.java:85)
  10. Caused by: java.lang.RuntimeException: Cannot run the graphical application. I2P must be running on a graphical display, and it must be running as the logged-in user and not as a daemon.
  11. at net.i2p.jircii.GuiTest.main(GuiTest.java:32)
  12.  
  13. AND ANOTHER ONE
  14.  
  15. PM ERROR [I2PSendQueue] i2p.bote.network.I2PSendQueue : Can't send packet.
  16. java.net.NoRouteToHostException: Connection reset
  17. at net.i2p.client.streaming.I2PSocketManagerFull.connect(I2PSocketManagerFull.java:229)
  18. at net.i2p.client.streaming.I2PSocketManagerFull.connect(I2PSocketManagerFull.java:248)
  19. at i2p.bote.network.I2PSendQueue.sendStream(I2PSendQueue.java:284)
  20. at i2p.bote.network.I2PSendQueue.send(I2PSendQueue.java:254)
  21. at i2p.bote.network.I2PSendQueue.doStep(I2PSendQueue.java:207)
  22. at i2p.bote.service.I2PBoteThread.run(I2PBoteThread.java:77)
Add Comment
Please, Sign In to add comment