Advertisement
ubuntupunk

bitminter java exception

Dec 14th, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file.
  2. at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:600)
  3. at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
  4. Caused by: java.lang.reflect.InvocationTargetException
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  8. at java.lang.reflect.Method.invoke(Method.java:622)
  9. at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:594)
  10. ... 1 more
  11. Caused by: java.lang.NoClassDefFoundError: scala/Function0
  12. at com.bitminter.client.Main.main(Unknown Source)
  13. ... 6 more
  14. Caused by: java.lang.ClassNotFoundException: scala.Function0
  15. at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1404)
  16. ... 7 more
  17. Caused by:
  18. java.lang.reflect.InvocationTargetException
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:622)
  23. at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:594)
  24. at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
  25. Caused by: java.lang.NoClassDefFoundError: scala/Function0
  26. at com.bitminter.client.Main.main(Unknown Source)
  27. ... 6 more
  28. Caused by: java.lang.ClassNotFoundException: scala.Function0
  29. at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1404)
  30. ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement