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 18 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
John FergusMemberHi All. I’ve searched the forums and google but cannot find any help with an error i’m getting. I’ve Eclipse 5.1 installed (installation details at end of this post).
My problem is eclipse does not save (or rather does not ‘recall’) any launch configurations – particularly java & ant ones in my case. I can successfullly create a new JUnit configuration and it will appear in the list but not a Java applet, java application nor ant configuration. In the create/manager configuration panel I do not see a list of any previous launch configurations and if I create a new configuration the next time i come back it will not be there. It appears that the java configurations are being saved in the directory …
C:\Projects\.metadata\.plugins\org.eclipse.debug.core\.launches
where my workspace is as it has a whole bunch of .launch files with the correct configuration names, but they never appear in the list. There are some errors in my .log file, but nothing seems to get written there when i access the configuration panel. The errors are of the form …
!ENTRY org.eclipse.debug.ui 4 120 2007-06-21 10:43:37.031
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.debug.core.DebugException: Launch configuration New_configuration (2) at C:\Projects\.metadata\.plugins\org.eclipse.debug.core\.launches\New_configuration (2).launch does not exist.Can anyone shed any light of this? It’s a real pain to have to create new configurations each time you want to debug/run your project.
Thanks,
John.MyEclipse Installation Details:
*** Date:
21 June 2007 13:33:42 o’clock IST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.1 GA
Build id: 20070302-5.1.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.1 GA
Build id: 20070302-5.1.1-GAEclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\MyEclipse 5.1.1 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
1bc_6c
-vm
C:\Program Files\MyEclipse 5.1.1 GA\jre\bin\javaw.exeJune 21, 2007 at 8:26 am #271879
Riyad KallaMemberJohn,
You could have a corrupted workspace. Try restarting using -clean as outlined here:
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/June 22, 2007 at 10:46 am #271964
John FergusMemberThanks Riyad. The -clean did not fix the issue, so i created a new workspace and imported the project into that. All seems to work ok now.
john.
June 22, 2007 at 11:07 am #271968
Riyad KallaMemberJohn,
Sorry clean didn’t do it, but I’m glad the new workspace did the trick. -
AuthorPosts
