For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 19 years ago by
Loyal Water.
-
AuthorPosts
-
RobertFredrikssonMemberHi,
I have just installed a (tryout) version of MyEclipse GA 5.5.1 and have a strange problem. When I create and save my workspace from within MyEclipse I am unable to open that workspace again. The proces for opening the workspace just stops in the middle. The log givs no indications of a problem (see pasted log). I have to create a new workspace and import the old workspace into the new one. The projects imports OK but when I save and Exit MyEclipse, I have to repeat the same procedure the next time I open my project. My project opens (but with some errors due to missing plugins) into the native Eclipse 3.2 IDE from eclipse.org. I have tried this on hte bundled JRE as well as JRE 6.01, with the same probelem. I do not check oup my files from a CVS, everything is on my local file system.
System: WinXP SP2.
Any Help would be appriciated, I am fine with importing the projects now, but to use MyEclipse for larger projects would not be feasible. That would be a pitty cause I realy like the Matisse integration.
/Rob
!SESSION 2007-08-10 12:33:29.390 ———————————————–
eclipse.buildId=M20070212-1330
java.version=1.6.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=sv_SE
Framework arguments: -Xmx256
Command-line arguments: -os win32 -ws win32 -arch x86 -Xmx256!ENTRY com.genuitec.eclipse.core 1 0 2007-08-10 12:33:50.281
!MESSAGE Unable to locate .myeclipse.properties file!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:50.343
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\css_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:50.593
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\forms_lists_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:50.750
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\htmlform_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:50.937
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\html_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:51.078
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\javascript_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:51.234
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\jsf_f_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:51.390
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\jsf_h_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:51.546
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\struts_bean_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:51.703
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\struts_html_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:51.843
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\struts_logic_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-08-10 12:33:51.984
!MESSAGE Installed snippet library: D:\MyEclipse2\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\struts_tiles_snippets.xml
!SESSION 2007-08-10 12:48:36.953 ———————————————–
eclipse.buildId=M20070212-1330
java.version=1.6.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=sv_SE
Framework arguments: -Xmx256
Command-line arguments: -os win32 -ws win32 -arch x86 -Xmx256!ENTRY com.genuitec.eclipse.core 1 0 2007-08-10 12:48:54.921
!MESSAGE Unable to locate .myeclipse.properties fileAugust 10, 2007 at 9:36 am #273743
Loyal WaterMemberTry restarting MyEclipse using -clean and see if you can launch the workspace successfully:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10280.htmlAugust 11, 2007 at 4:25 pm #273789
RobertFredrikssonMemberHi,
I tried to start my worksapce with the following command:
D:\MyEclipse2\eclipse\eclipse.exe -Xmx256 -vm “d:\MyEclipse2\jre\bin\javaw.exe” -clean
Still stalls at the same point. Also, I now have a registred version, so id does not seem to be a “feature” of the demo version, although it stalls where it looks for the license file.
I run the IDE with the bundled JVM, but I have a project specific (1.6) set inside MyEclipse, could that be the problem?/Robert
August 13, 2007 at 8:02 am #273807
Loyal WaterMemberActually it could be the reason. Can you try running with 1.5 as well just to make sure.
-
AuthorPosts
