For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 23 replies, 4 voices, and was last updated 20 years, 11 months ago by
yeecn.
-
AuthorPosts
-
yeecnMemberHi,
I just downloaded myeclipse 4.0GA, and I am having various problems. Not seeing the UML toolbar is one, and not getting spring support is another.
Below are my config:
Windows 2003 server
JAVA HOME=jdk1.5.0_04
Eclipse 3.1.0 Build id: I20050627-1435
MyEclipse 4.0.0GA
Eclipse freshly installed, no other plugin– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
4, namely .build_3.1.0, .doc_user_3.1.0, .junit.runtine_3.1.0, .source_3.1.0Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
Yes –
!ENTRY com.genuitec.eclipse.core 1 0 2005-09-01 15:41:34.108
!MESSAGE Unable to locate .myeclipse.properties file!ENTRY org.eclipse.ui 4 4 2005-09-01 15:42:19.554
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.action.umltoolsThanks.
September 1, 2005 at 7:59 am #236340
Riyad KallaMemberIf you go to Window > Preferences > MyEclipse, what is your full Build Id given on that screen?
Also, can you edit the shortcut used to start MYEclipse and add -clean to it and then restart?
September 1, 2005 at 9:58 am #236366
yeecnMemberIt is:
Version: 4.0.0 GA
Build Id: 20050829-4.0.0-GAI did the -clean, it is still the same. Below is the log file for a project where I was halfway working through the spring quickstart tutorial:
!SESSION 2005-09-01 22:54:16.298 ———————————————–
eclipse.buildId=I20050627-1435
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_AU
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY com.genuitec.eclipse.core 1 0 2005-09-01 22:54:28.606
!MESSAGE Unable to locate .myeclipse.properties file!ENTRY org.eclipse.ui 4 0 2005-09-01 22:54:54.894
!MESSAGE Warning: Detected recursive attempt by part com.genuitec.eclipse.springframework.springconfigeditor to create itself (this is probably, but not necessarily, a bug)
!STACK 1
org.eclipse.ui.PartInitException: Warning: Detected recursive attempt by part com.genuitec.eclipse.springframework.springconfigeditor to create itself (this is probably, but not necessarily, a bug)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:543)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:477)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:402)
at org.eclipse.ui.internal.EditorManager.findEditor(EditorManager.java:372)
at org.eclipse.ui.internal.WorkbenchPage.findEditor(WorkbenchPage.java:1772)
at com.genuitec.eclipse.core.util.EditorUtil.getEditorForInput(Unknown Source)
at com.genuitec.eclipse.core.util.EditorUtil.checkConflictingEditor(Unknown Source)
at com.ibm.xmleditor.internal.XMLMultiPageEditorPart.init(XMLMultiPageEditorPart.java:568)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:785)
at org.eclipse.ui.internal.PartStack.access$0(PartStack.java:771)
at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:119)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:126)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267)
at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:276)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$2.handleEvent(DefaultTabFolder.java:84)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:867)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:852)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:660)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3138)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1922)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:288)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
!SUBENTRY 1 org.eclipse.ui 4 0 2005-09-01 22:54:54.904
!MESSAGE Warning: Detected recursive attempt by part com.genuitec.eclipse.springframework.springconfigeditor to create itself (this is probably, but not necessarily, a bug)September 1, 2005 at 10:05 am #236368
yeecnMemberI managed to get UML to work. Spring IDE is not starting up. The above log was generated when I tried to open the springapp-servlet.xml.
September 1, 2005 at 10:33 am #236377
Scott AndersonParticipantI managed to get UML to work.
And what did you do to accomplish that?
September 1, 2005 at 8:37 pm #236443
yeecnMemberFile -> New -> UML Model Repository got it going.
September 2, 2005 at 5:59 am #236460
David DossotMemberFYI.
I was suffering the same pains with the Spring Beans view and the XML editor after upgrading from 4.0RC? to 4.0GA.
Using -clean has saved the day.D.
September 2, 2005 at 7:07 am #236463
yeecnMemberI did that no less than 4 times but to no avail. I am still getting the following on startup. Could that be the root of all evils?
!ENTRY com.genuitec.eclipse.core 1 0 2005-09-02 20:00:44.281
!MESSAGE Unable to locate .myeclipse.properties fileRegards
September 2, 2005 at 7:18 am #236465
David DossotMemberI do not think so because I still get this message when starting Eclipse up.
September 2, 2005 at 8:32 am #236481
Riyad KallaMemberyeecn,
Can you trya clean workspace, File > Switch Workspace > C:\tempworkspace, hit OK. Now create a new project, add Spring caps and try and work with it. Does it work?September 2, 2005 at 9:36 am #236500
yeecnMember@support-rkalla wrote:
yeecn,
Can you trya clean workspace, File > Switch Workspace > C:\tempworkspace, hit OK. Now create a new project, add Spring caps and try and work with it. Does it work?Just did that – nothing changed.
Yee
September 2, 2005 at 10:38 am #236508
Scott AndersonParticipantI did that no less than 4 times but to no avail. I am still getting the following on startup. Could that be the root of all evils?
!ENTRY com.genuitec.eclipse.core 1 0 2005-09-02 20:00:44.281
!MESSAGE Unable to locate .myeclipse.properties fileNo, that’s just informational for us. It won’t cause this issue.
Truthfully, given what you’ve already tried, this honestly looks like an installation issue to me since it can’t be replicated anywhere else. I know it’s a hassle, but can you try installing a fresh copy of Eclipse 3.1 (final) in another location and then install only MyEclipse 4.0GA such that it points to it. Then start Eclipse with -clean (eclipse.exe -clean) and open a new workspace and see if the spring capabilities begin to behave themselves. If not, please post the log entries you see in that build here.
September 2, 2005 at 12:30 pm #236516
yeecnMemberI tried more than once to install fresh – i.e. unzip “eclipse-SDK-3.1-win32.zip” to a new folder, unzip “ME-4.0GA_E3.1ManualInstall.zip”, start new eclipse, manual install MyEclipse – but it always gives the same result. The moment I click on the “springapp-servlet.xml” I will get a prompt about license expiry, then there will be loading of a ME….eans_1_2.dtd file (can see a progress bar on bottom right of status bar, but can’t see the full file name), and then the errors will be logged.
Another observation is that if I close eclipse with “springapp-servlet.xml” being the active editor, then the next time I start eclipse again I will not get the message. But I don’t get to see the mapping graph nevertheless.
Is there anything else I can try?
September 2, 2005 at 6:16 pm #236528
Scott AndersonParticipantThe moment I click on the “springapp-servlet.xml” I will get a prompt about license expiry, then there will be loading of a ME….eans_1_2.dtd file
This is the first time you mentioned getting a message about license expiry and it is highly important. So, do you have a valid subscription key that has not expired or are you within the 30-day trial? What expriation date does your key show when you look at Window > Preferences > Subscription? If the date is valid, are you perhaps using a non-Gregorian calendar on your system (like a Thai calendar or something)? If you’re not using a Gregorian calendar, then there is a workaround to make MyEclipse understand what the date is here: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-6486.html
September 2, 2005 at 7:54 pm #236535
yeecnMemberYes – I am using the 30-day trial. It says “Your 30-day trial period expires on 1/10/05 15:41”
I am quite sure that I am using a Gregorian calendar – I don’t even know how to set it to anything else. I am using English (Australia) locale, so the date format is d/MM/yy -
AuthorPosts
