×
Modelio 4.0.0 released (07 Nov 2019)
Modelio 4.0.0 has been released ( www.modelio.org/forum/4-announcements/45...-4-0-0-released.html )
Modelio 3.7 execution under MacOS 10.13.1 fails
4 years 8 months ago #4788 by fleedo
@pan:
-startup
../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
--launcher.library
../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.401.v20161122-1740
-clearPersistedState
-vmargs
-Xms512m
-Dpython.console.encoding=UTF-8
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
--launcher.appendVmargs
-vm /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.8
--add-modules=ALL-SYSTEM
-startup
../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
--launcher.library
../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.401.v20161122-1740
-clearPersistedState
-vmargs
-Xms512m
-Dpython.console.encoding=UTF-8
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
--launcher.appendVmargs
-vm /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.8
--add-modules=ALL-SYSTEM
Please Log in or Create an account to join the conversation.
4 years 8 months ago #4792 by fleedo
Hi all,
fixed it. Setting the path of the vm needs to go first of course

This worked for me:
fixed it. Setting the path of the vm needs to go first of course



This worked for me:
-startup
../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
--launcher.library
../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.401.v20161122-1740
-clearPersistedState
-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin/java
-vmargs
-Xms512m
-Dpython.console.encoding=UTF-8
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
--launcher.appendVmargs
-Dosgi.requiredJavaVersion=1.8
--add-modules=ALL-SYSTEM
Please Log in or Create an account to join the conversation.
4 years 8 months ago #4793 by pan
The following user(s) said Thank You: fleedo
Please Log in or Create an account to join the conversation.
4 years 4 months ago #5039 by kenny
Dear all,
I got the same issue, and solved it by editing the project.conf file:
The original value of JDKPath is empty.
BR
/Kenny
I got the same issue, and solved it by editing the project.conf file:
<prop name="JDKPath" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home" scope="LOCAL"/>
The original value of JDKPath is empty.
BR
/Kenny
Please Log in or Create an account to join the conversation.
- Model_master
-
- Offline
- Fresh Boarder
-
Less More
- Posts: 5
- Thank you received: 0
4 years 2 months ago #5199 by Model_master
Hello,
I am trying to strat modelio. Recently i finally managed to start it up. After I restarted mac, I receive:
An error has occurred
See the log file
/Users/admin/.modelio/3.7/.eclipse/configuration.x86_64.os/1528440728292.log
I thought that it is the problem with Mac 32 and 64 bits modes but no. I am running Mac as 64 bit.
Than I decided to find this log. And I see that cmarti94 had the same mistake. Hot to fix this problem?
!SESSION Fri Jun 08 09:29:56 2018
!ENTRY org.eclipse.equinox.launcher 4 0 2018-06-08 09:29:56.775
!MESSAGE Could not find extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar
!ENTRY org.eclipse.equinox.launcher 4 0 2018-06-08 09:29:56.782
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:670)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
I saw that you have asked to share the log file but I do not see how to attach it here.
Please help.
I am trying to strat modelio. Recently i finally managed to start it up. After I restarted mac, I receive:
An error has occurred
See the log file
/Users/admin/.modelio/3.7/.eclipse/configuration.x86_64.os/1528440728292.log
I thought that it is the problem with Mac 32 and 64 bits modes but no. I am running Mac as 64 bit.
Than I decided to find this log. And I see that cmarti94 had the same mistake. Hot to fix this problem?
!SESSION Fri Jun 08 09:29:56 2018
!ENTRY org.eclipse.equinox.launcher 4 0 2018-06-08 09:29:56.775
!MESSAGE Could not find extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar
!ENTRY org.eclipse.equinox.launcher 4 0 2018-06-08 09:29:56.782
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:670)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
I saw that you have asked to share the log file but I do not see how to attach it here.
Please help.
Please Log in or Create an account to join the conversation.
Moderators: cde
Time to create page: 0.045 seconds