Hey all, I've not been lurking for very long, but I'll put in my speak anyway :) I run Eclipse 3.0.2 (vanilla) on Sun's JDK 1.5 and the ultra-cool-eclipse 3.1.0 (Fedora rawhide) on gcj (Red Hat 4.0.0-6) on the same workspace. When running ultra-cool-eclipse I have no run configurations. It's also not possible to add a new run configuration as the "New" button in the Run->Run dialog is grey'ed out. I also don't have a syntax highlighting editor. I get a plain text editor with no nice colours. Are these problems cause by me running two versions of Eclipse on the same workspace? Or are they well known issues? Or is is something else?
Hi,
* A.J.Delaney@brighton.ac.uk A.J.Delaney@brighton.ac.uk [2005-05-19 10:35]:
Are these problems cause by me running two versions of Eclipse on the same workspace? Or are they well known issues? Or is is something else?
I haven't seen anything like this. We have seen issues where ~/.eclipse caused problems when Eclipse was run with multiple JVMs. Maybe try removing that directory entirely before running? There could also be some differences between 3.0.2 and 3.1 that are causing issues.
Andrew
On Thu, 19 May 2005 A.J.Delaney@brighton.ac.uk wrote:
Hey all, I've not been lurking for very long, but I'll put in my speak anyway :) I run Eclipse 3.0.2 (vanilla) on Sun's JDK 1.5 and the ultra-cool-eclipse 3.1.0 (Fedora rawhide) on gcj (Red Hat 4.0.0-6) on the same workspace. When running ultra-cool-eclipse I have no run configurations. It's also not possible to add a new run configuration as the "New" button in the Run->Run dialog is grey'ed out. I also don't have a syntax highlighting editor. I get a plain text editor with no nice colours. Are these problems cause by me running two versions of Eclipse on the same workspace?
Quite possibly. Try passing the -data option to eclipse to select a different workspace for each version e.g.
eclipse -data $HOME/workspace31
/usr/local/eclipse/eclipse -data $HOME/workspace30
On Thu, 2005-05-19 at 11:32 -0400, Robin Green wrote:
Quite possibly. Try passing the -data option to eclipse to select a different workspace for each version e.g.
eclipse -data $HOME/workspace31
/usr/local/eclipse/eclipse -data $HOME/workspace30
That's what I do. I've deleted the ~/.eclipse dir as previously suggested. That didn't fix the problem. I still can't create Run configurations. I also deleted ~/workspace, which didn't help either. I've the following packages installed [balor@mowa423-lxajd9 ajd9]$ rpm -qa | grep eclipse eclipse-ecj-3.1.0_fc-0.M6.18 eclipse-platform-3.1.0_fc-0.M6.18 eclipse-ecj-3.1.0_fc-0.M6.16 eclipse-platform-3.1.0_fc-0.M6.16
The issue with the editor seems to be
"Unable to create editor. This message may be due to a bug in the editor, not a problem with the file you are trying to edit. First close this error message and then use "Open With..." to open the file in a different editor. Reason for the failure: No editor descriptor for id org.eclipse.jdt.ui.CompilationUnitEditor"
with the stack trace org.eclipse.ui.PartInitException: No editor descriptor for id org.eclipse.jdt.ui.CompilationUnitEditor at org.eclipse.ui.internal.EditorManager.busyRestoreEditorHelper(org.eclipse.ui.internal.EditorManager$Editor) (Unknown Source) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(org.eclipse.ui.internal.EditorManager$Editor) (Unknown Source) at org.eclipse.ui.internal.EditorManager$7.run() (Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.widgets.Display, java.lang.Runnable) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0.jar.so) at org.eclipse.ui.internal.EditorManager.restoreEditor(org.eclipse.ui.internal.EditorManager$Editor) (Unknown Source) at org.eclipse.ui.internal.EditorManager$Editor.getEditor(boolean) (Unknown Source) at org.eclipse.ui.internal.EditorManager$Editor.getPart(boolean) (Unknown Source) at org.eclipse.ui.internal.PartPane.setVisible(boolean) (Unknown Source) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(boolean) (Unknown Source) at org.eclipse.ui.internal.presentations.newapi.PresentablePartFolder.select(org.eclipse.ui.presentations.IPresentablePart) (Unknown Source) at org.eclipse.ui.internal.presentations.newapi.LeftToRightTabOrder.select(org.eclipse.ui.presentations.IPresentablePart) (Unknown Source) at org.eclipse.ui.internal.presentations.newapi.TabbedStackPresentation.selectPart(org.eclipse.ui.presentations.IPresentablePart) (Unknown Source) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection() (Unknown Source) at org.eclipse.ui.internal.PartStack.setSelection(org.eclipse.ui.internal.LayoutPart) (Unknown Source) at org.eclipse.ui.internal.PartStack.showPart(org.eclipse.ui.internal.LayoutPart, java.lang.Object) (Unknown Source) at org.eclipse.ui.internal.PartStack.add(org.eclipse.ui.internal.LayoutPart) (Unknown Source) at org.eclipse.ui.internal.EditorStack.add(org.eclipse.ui.internal.LayoutPart) (Unknown Source) at org.eclipse.ui.internal.EditorSashContainer.addEditor(org.eclipse.ui.internal.EditorPane) (Unknown Source) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(org.eclipse.ui.internal.EditorPane) (Unknown Source) at org.eclipse.ui.internal.EditorManager$4.run() (Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.widgets.Display, java.lang.Runnable) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0.jar.so) at org.eclipse.ui.internal.EditorManager.createEditorTab(org.eclipse.ui.internal.EditorManager$Editor) (Unknown Source) at org.eclipse.ui.internal.EditorManager.restoreEditorState(org.eclipse.ui.IMemento, java.util.ArrayList, org.eclipse.ui.IEditorPart[], java.util.ArrayList, org.eclipse.core.runtime.MultiStatus) (Unknown Source)
Hi,
Could you file a bug about this in the Red Hat bugzilla (Fedora Core - Eclipse)? This type of thing tends to get lost on mailing lists.
Thanks, Ben
On Thu, May 19, 2005 at 04:42:46PM +0100, A.J.Delaney@brighton.ac.uk wrote:
On Thu, 2005-05-19 at 11:32 -0400, Robin Green wrote:
Quite possibly. Try passing the -data option to eclipse to select a different workspace for each version e.g.
eclipse -data $HOME/workspace31
/usr/local/eclipse/eclipse -data $HOME/workspace30
That's what I do. I've deleted the ~/.eclipse dir as previously suggested. That didn't fix the problem. I still can't create Run configurations. I also deleted ~/workspace, which didn't help either. I've the following packages installed [balor@mowa423-lxajd9 ajd9]$ rpm -qa | grep eclipse eclipse-ecj-3.1.0_fc-0.M6.18 eclipse-platform-3.1.0_fc-0.M6.18 eclipse-ecj-3.1.0_fc-0.M6.16 eclipse-platform-3.1.0_fc-0.M6.16
The issue with the editor seems to be
"Unable to create editor. This message may be due to a bug in the editor, not a problem with the file you are trying to edit. First close this error message and then use "Open With..." to open the file in a different editor. Reason for the failure: No editor descriptor for id org.eclipse.jdt.ui.CompilationUnitEditor"
with the stack trace org.eclipse.ui.PartInitException: No editor descriptor for id org.eclipse.jdt.ui.CompilationUnitEditor at org.eclipse.ui.internal.EditorManager.busyRestoreEditorHelper(org.eclipse.ui.internal.EditorManager$Editor) (Unknown Source) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(org.eclipse.ui.internal.EditorManager$Editor) (Unknown Source) at org.eclipse.ui.internal.EditorManager$7.run() (Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.widgets.Display, java.lang.Runnable) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0.jar.so) at org.eclipse.ui.internal.EditorManager.restoreEditor(org.eclipse.ui.internal.EditorManager$Editor) (Unknown Source) at org.eclipse.ui.internal.EditorManager$Editor.getEditor(boolean) (Unknown Source) at org.eclipse.ui.internal.EditorManager$Editor.getPart(boolean) (Unknown Source) at org.eclipse.ui.internal.PartPane.setVisible(boolean) (Unknown Source) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(boolean) (Unknown Source) at org.eclipse.ui.internal.presentations.newapi.PresentablePartFolder.select(org.eclipse.ui.presentations.IPresentablePart) (Unknown Source) at org.eclipse.ui.internal.presentations.newapi.LeftToRightTabOrder.select(org.eclipse.ui.presentations.IPresentablePart) (Unknown Source) at org.eclipse.ui.internal.presentations.newapi.TabbedStackPresentation.selectPart(org.eclipse.ui.presentations.IPresentablePart) (Unknown Source) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection() (Unknown Source) at org.eclipse.ui.internal.PartStack.setSelection(org.eclipse.ui.internal.LayoutPart) (Unknown Source) at org.eclipse.ui.internal.PartStack.showPart(org.eclipse.ui.internal.LayoutPart, java.lang.Object) (Unknown Source) at org.eclipse.ui.internal.PartStack.add(org.eclipse.ui.internal.LayoutPart) (Unknown Source) at org.eclipse.ui.internal.EditorStack.add(org.eclipse.ui.internal.LayoutPart) (Unknown Source) at org.eclipse.ui.internal.EditorSashContainer.addEditor(org.eclipse.ui.internal.EditorPane) (Unknown Source) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(org.eclipse.ui.internal.EditorPane) (Unknown Source) at org.eclipse.ui.internal.EditorManager$4.run() (Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.widgets.Display, java.lang.Runnable) (/usr/lib/eclipse/plugins/org.eclipse.swt.gtk_3.1.0.jar.so) at org.eclipse.ui.internal.EditorManager.createEditorTab(org.eclipse.ui.internal.EditorManager$Editor) (Unknown Source) at org.eclipse.ui.internal.EditorManager.restoreEditorState(org.eclipse.ui.IMemento, java.util.ArrayList, org.eclipse.ui.IEditorPart[], java.util.ArrayList, org.eclipse.core.runtime.MultiStatus) (Unknown Source)
-- Aidan Delaney Lecturer, School of Computing, Mathematics and Information Sciences, University of Brighton.
-- fedora-devel-java-list mailing list fedora-devel-java-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-devel-java-list
Hey all, On Thu, 2005-05-19 at 13:53 -0400, Ben Konrath wrote:
Could you file a bug about this in the Red Hat bugzilla (Fedora Core - Eclipse)? This type of thing tends to get lost on mailing lists.
I hate filing un-researched bugs. However research shows me that my system is foobared. I've got some rpm problems. http://thread.gmane.org/gmane.linux.redhat.fedora.devel/25391
This is probably the cause of my malcontent.
On Thu, 2005-05-19 at 16:42 +0100, A.J.Delaney@brighton.ac.uk wrote: [...]
[balor@mowa423-lxajd9 ajd9]$ rpm -qa | grep eclipse eclipse-ecj-3.1.0_fc-0.M6.18 eclipse-platform-3.1.0_fc-0.M6.18 eclipse-ecj-3.1.0_fc-0.M6.16 eclipse-platform-3.1.0_fc-0.M6.16
[...]
You seem to have two versions installed simultaneously. That isn't supposed to happen under normal circumstances I think. Also isn't eclipse-jdt missing?
Regards, Ismael
java-devel@lists.fedoraproject.org