Guest User

Untitled

a guest
Nov 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. vleite@zeitgeist:~/research/projects/paintera$ java -Xmx16G -XX:+UseConcMarkSweepGC -jar target/paintera-0.8.2-SNAPSHOT-shaded.jar
  2. [JavaFX Application Thread] INFO org.janelia.saalfeldlab.paintera.ProjectDirectoryNotSpecifiedDialog - Using temporary project directory /tmp/paintera-project-3928812994014600096
  3. [WARNING] Class pool is empty: forgot to call Thread#setClassLoader?
  4. Exception in Application start method
  5. java.lang.reflect.InvocationTargetException
  6. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  7. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  9. at java.lang.reflect.Method.invoke(Method.java:498)
  10. at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
  11. at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:498)
  16. at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
  17. Caused by: java.lang.RuntimeException: Exception in Application start method
  18. at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
  19. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$99(LauncherImpl.java:182)
  20. at java.lang.Thread.run(Thread.java:748)
  21. Caused by: java.lang.ExceptionInInitializerError
  22. at org.janelia.saalfeldlab.paintera.PainteraBaseView.<init>(PainteraBaseView.java:106)
  23. at org.janelia.saalfeldlab.paintera.Paintera.startImpl(Paintera.java:164)
  24. at org.janelia.saalfeldlab.paintera.Paintera.start(Paintera.java:106)
  25. at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$106(LauncherImpl.java:863)
  26. at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$119(PlatformImpl.java:326)
  27. at com.sun.javafx.application.PlatformImpl.lambda$null$117(PlatformImpl.java:295)
  28. at java.security.AccessController.doPrivileged(Native Method)
  29. at com.sun.javafx.application.PlatformImpl.lambda$runLater$118(PlatformImpl.java:294)
  30. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
  31. at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
  32. at com.sun.glass.ui.gtk.GtkApplication.lambda$null$450(GtkApplication.java:139)
  33. ... 1 more
  34. Caused by: java.lang.IllegalArgumentException: No compatible service: org.scijava.plugin.PluginService
  35. at org.scijava.service.ServiceHelper.loadService(ServiceHelper.java:244)
  36. at org.scijava.service.ServiceHelper.loadService(ServiceHelper.java:195)
  37. at org.scijava.service.ServiceHelper.loadServices(ServiceHelper.java:171)
  38. at org.scijava.Context.<init>(Context.java:281)
  39. at org.scijava.Context.<init>(Context.java:237)
  40. at org.scijava.Context.<init>(Context.java:177)
  41. at org.scijava.Context.<init>(Context.java:163)
  42. at org.janelia.saalfeldlab.paintera.cache.DiscoverableMemoryUsage.discoverAll(DiscoverableMemoryUsage.java:38)
  43. at org.janelia.saalfeldlab.util.MakeUnchecked.lambda$supplier$6(MakeUnchecked.java:119)
  44. at org.janelia.saalfeldlab.paintera.cache.DiscoverableMemoryUsage.<clinit>(DiscoverableMemoryUsage.java:22)
  45. ... 12 more
  46. Exception running application org.janelia.saalfeldlab.paintera.Paintera
Add Comment
Please, Sign In to add comment