Advertisement
Guest User

Untitled

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