Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. ! /Applications/TLA+\ Toolbox.app/Contents/MacOS/toolbox -debug -consoleLog
  2. Start VM: --add-modules=java.se.ee
  3. -XX:+IgnoreUnrecognizedVMOptions
  4. -Xmx1000m
  5. -Dorg.eclipse.equinox.http.jetty.http.port=10996
  6. -Dosgi.splashPath=platform:/base/
  7. -Dosgi.requiredJavaVersion=1.8
  8. -XstartOnFirstThread
  9. -Dorg.eclipse.swt.internal.carbon.smallFonts
  10. -Djava.class.path=/Applications/TLA+ Toolbox.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
  11. -os macosx
  12. -ws cocoa
  13. -arch x86_64
  14. -showsplash
  15. -launcher /Applications/TLA+ Toolbox.app/Contents/MacOS/toolbox
  16. -name TLA+ Toolbox
  17. --launcher.library /Applications/TLA+ Toolbox.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.500.v20170531-1133/eclipse_1624.so
  18. -startup /Applications/TLA+ Toolbox.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
  19. --launcher.overrideVmargs
  20. -debug
  21. -consoleLog
  22. -vm /Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home/bin/../lib/server/libjvm.dylib
  23. -vmargs
  24. --add-modules=java.se.ee
  25. -XX:+IgnoreUnrecognizedVMOptions
  26. -Xmx1000m
  27. -Dorg.eclipse.equinox.http.jetty.http.port=10996
  28. -Dosgi.splashPath=platform:/base/
  29. -Dosgi.requiredJavaVersion=1.8
  30. -XstartOnFirstThread
  31. -Dorg.eclipse.swt.internal.carbon.smallFonts
  32. -Djava.class.path=/Applications/TLA+ Toolbox.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
  33. Install location:
  34. file:/Applications/TLA+ Toolbox.app/Contents/Eclipse/
  35. Configuration file:
  36. file:/Applications/TLA+ Toolbox.app/Contents/Eclipse/configuration/config.ini loaded
  37. Configuration location:
  38. file:/Applications/TLA+ Toolbox.app/Contents/Eclipse/configuration/
  39. Framework located:
  40. file:/Applications/TLA+ Toolbox.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.12.0.v20170512-1932.jar
  41. Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar
  42. eclipse.properties not found
  43. Framework classpath:
  44. file:/Applications/TLA+ Toolbox.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.12.0.v20170512-1932.jar
  45. file:/Applications/TLA+ Toolbox.app/Contents/Eclipse/plugins/
  46. file:/Applications/TLA+ Toolbox.app/Contents/Eclipse/plugins/org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar
  47. Splash location:
  48. /Applications/TLA+ Toolbox.app/Contents/Eclipse/splash.bmp
  49. Debug options:
  50. file:/Applications/TLA+ Toolbox.app/Contents/MacOS/.options not found
  51. java.lang.SecurityException: SHA-256 digest error for org/eclipse/osgi/container/ModuleResolver$ResolveProcess.class
  52. at java.base/sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:223)
  53. at java.base/java.util.jar.JarVerifier.processEntry(JarVerifier.java:243)
  54. at java.base/java.util.jar.JarVerifier.update(JarVerifier.java:230)
  55. at java.base/java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:473)
  56. at java.base/jdk.internal.loader.Resource.getBytes(Resource.java:124)
  57. at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:540)
  58. at java.base/java.net.URLClassLoader.access$100(URLClassLoader.java:83)
  59. at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:453)
  60. at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:447)
  61. at java.base/java.security.AccessController.doPrivileged(Native Method)
  62. at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:446)
  63. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563)
  64. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496)
  65. at org.eclipse.osgi.container.ModuleResolver.resolveDelta(ModuleResolver.java:130)
  66. at org.eclipse.osgi.container.ModuleContainer.resolveAndApply(ModuleContainer.java:493)
  67. at org.eclipse.osgi.container.ModuleContainer.resolve(ModuleContainer.java:451)
  68. at org.eclipse.osgi.container.ModuleContainer.resolve(ModuleContainer.java:441)
  69. at org.eclipse.osgi.storage.Storage.checkSystemBundle(Storage.java:268)
  70. at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:90)
  71. at org.eclipse.osgi.internal.framework.EquinoxContainer.<init>(EquinoxContainer.java:68)
  72. at org.eclipse.osgi.launch.Equinox.<init>(Equinox.java:31)
  73. at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:303)
  74. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239)
  75. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  76. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  77. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  78. at java.base/java.lang.reflect.Method.invoke(Method.java:564)
  79. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
  80. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
  81. at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement