- This topic has 10 replies, 2 voices, and was last updated 16 years, 2 months ago by
Greg.
-
AuthorPosts
-
CALMMemberi unzip MyEclipse_7.0_ArchivedUpdateSite.zip in my eclipse 3.4.1/dropins
when i open jsp files with MyEclipse Visual Jsp Designer,it throws a swt err.
but all-in-one version has not this issue.
is bug?
GregMemberCould you post your installation details? MyEclipse menu > Installation Summary… here? Also could you post any relevant log entries in your error log, <workspace>/.metadata/.log
Thanks
CALMMemberinstallation details:
*** Date:
2008年12月11日 星期四 上�10时53分55秒 CST** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.0
Build id: 7.0-20081201*** Eclipse details:
Eclipse SDKVersion: 3.4.1
Build id: M20080911-1700Eclipse Platform
Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
Build id: M20080911-1700Eclipse RCP
Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
Build id: M20080703-0800Eclipse Java Development Tools
Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
Build id: M20080709-0800Eclipse Project SDK
Version: 3.4.1.R34x_v20080827-7O7S78C2J40sK2o_ALcK8tLN_yZSJeg0P-3EtL4Ra90kv
Build id: M20080911-1700Eclipse Plug-in Development Environment
Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
Build id: M20080703-0800Eclipse Graphical Editing Framework GEF
Version: 3.4.1.v20080806-67718083A56B4H2A3213573
Build id: 200809101400Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
D:\Program Files\Eclipse\platform\eclipse-SDK-3.4.1-win32\\plugins\org.eclipse.platform_3.3.101.v200809111700\splash.bmp
-launcher
D:\Program Files\Eclipse\platform\eclipse-SDK-3.4.1-win32\eclipse.exe
-name
Eclipse
–launcher.library
D:\Program Files\Eclipse\platform\eclipse-SDK-3.4.1-win32\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
D:\Program Files\Eclipse\platform\eclipse-SDK-3.4.1-win32\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-vm
C:\Program Files\Java\jdk1.6.0_11\bin\..\jre\bin\client\jvm.dll
CALMMember.log:
!ENTRY org.eclipse.atf.mozilla.ide.core 4 0 2008-12-11 10:57:23.937
!MESSAGE Invalid extension contributed by:org.mozilla.xulrunner.win32.win32.x86 Missing, empty or invalid version or path attribute in extension: org.eclipse.atf.mozilla.ide.core.xulrunner!ENTRY org.eclipse.ui 4 0 2008-12-11 10:57:32.312
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTError: No more handles [Could not detect registered XULRunner to use]
at org.eclipse.swt.SWT.error(SWT.java:3803)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:327)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:118)
at com.genuitec.javascript.debug.mozilla.MozBrowser.<init>(MozBrowser.java:19)
at com.genuitec.eclipse.webdesigner3.design.MozillaEditor.<init>(MozillaEditor.java:133)
at com.genuitec.eclipse.webdesigner3.design.MozillaEditor.<init>(MozillaEditor.java:129)
at com.genuitec.eclipse.webdesigner3.design.DesignEditSystem.createVisualEditor(DesignEditSystem.java:83)
at com.genuitec.eclipse.webdesigner3.WebDesigner3.createVisualEditor(WebDesigner3.java:94)
at com.genuitec.eclipse.webdesigner3.editors.WebDesignerMultiPageEditor.createVisualEditor(WebDesignerMultiPageEditor.java:704)
at com.genuitec.eclipse.webdesigner3.editors.WebDesignerMultiPageEditor.createDesignPage(WebDesignerMultiPageEditor.java:578)
at com.genuitec.eclipse.webdesigner3.editors.WebDesignerMultiPageEditor.createPages(WebDesignerMultiPageEditor.java:343)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:310)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594)
at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:266)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2820)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652)
at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:337)
at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:325)
at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:187)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
GregMemberOk I see the problem.
The problem is that unziping the archived updatesite into the dropins directory is not a valid way to install MyEclipse. Sorry I didn’t catch this earlier. But to install MyEclipse 7 from the archived updatesite you actually need to use the p2 update manager to do this.
Just simply follow the instructions here:
http://www.myeclipseide.com/module-htmlpages-display-pid-383.htmlHowever, instead of using the online URL that is pointed out in this document just point the update manager to the local archive or zip file MyEclipse_7.0_ArchivedUpdateSite.zip. Then you will be able to properly install MyEclipse and the JSP editor will work.
Hope this helps.
CALMMemberBut p2 update manager can’t install myeclipse into Specified directory,is not?
GregMemberCan you print out the exact error message or screenshot even? I’m not sure I’m seen or heard of that error. If you could help us understand where it is failling (like at what point during the install process) that should help us get you going.
CALMMemberi get this err on openning jsp file with MyEclipse Visual JSP Designer.
GregMemberWhere you able to install using p2 update manager? Or are you still using drop-ins. If you are using drop-ins with ArchivedUpdateSite, that is the reason for this error.
How did you install MyEclipse, dropins or p2 updatemanager?
CALMMemberdropins .
I have to use flex builder….
GregMemberCould you try this?
Open Flex Builder, go to Help > Software Updates > Available Software, Add Site, then point to the Archived Update site that you downloaded. Select all the MyEclipse features and install.
Give that a try and it should work if Flex builder is based on Eclipse 3.4.x.
-
AuthorPosts