- This topic has 10 replies, 5 voices, and was last updated 15 years, 5 months ago by vgriffin.
-
AuthorPosts
-
vgriffinMemberI’m running a pretty old version of Red hat Linux. I just installed 7.5 and have a problem with startup. It tells me to select an external browser because it’s having trouble opening the start page. I’ve checked tha preferences and it has the external browser set to the system default. I can view help, which it opens in the external browser. The MyEclipse Start Page tabl displays the message:
Could not open the editor: An unexpected exception was thrown.
When I look at details, I see the following:
java.lang.NullPointerException
at org.eclipse.ui.internal.browser.BrowserViewer.getURL(BrowserViewer.java:833)
at org.eclipse.ui.internal.browser.BrowserViewer.navigate(BrowserViewer.java:615)
at org.eclipse.ui.internal.browser.BrowserViewer.setURL(BrowserViewer.java:661)
at org.eclipse.ui.internal.browser.BrowserViewer.setURL(BrowserViewer.java:288)
at org.eclipse.ui.internal.browser.WebBrowserEditor.createPartControl(WebBrowserEditor.java:80)
at com.genuitec.eclipse.intro.StartPageEditor.createPartControl(StartPageEditor.java:74)
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.PartPane.setVisible(PartPane.java:306)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:779)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:678)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:639)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2817)
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.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2643)
at com.genuitec.eclipse.intro.StartPageEditor.openStartPage(StartPageEditor.java:165)
at com.genuitec.eclipse.intro.IntroStartup$1.runInUIThread(IntroStartup.java:42)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3378)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3036)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
support-shaliniMembervgriffin,
Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
How did you install MyEclipse? Did you use all-in-one installer/pulse explorer/installed eclipse classic 3.4.1 and added MyEclipse plugin?
Loyal WaterMembervgriffin,
Could you also let us know whether you are working on the 32 bit or 64 bit linux?
vgriffinMemberI took it out so I could get some work done and have reinstalled 7.5 to get the info. It got the error when it came up on installation. Here are the details. (When I asked to view the error log, it didn’t do anything.) I’m running the 32-bit all-in-one and used a completely “fresh” directory this time.
*** Date:
Friday, July 10, 2009 6:22:56 PM GMT+00:00** System properties:
OS=Linux
OS version=2.6.9.ELsmp
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.5
Build id: 7.5-20090609Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse startup command=-os
linux
-ws
gtk
-arch
x86
-showsplash
-launcher
/opt/Genuitec/MyEclipse7.5/myeclipse
-name
Myeclipse
–launcher.library
/opt/Genuitec/MyEclipse7.5/../Common/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/eclipse_1115.so
-startup
/opt/Genuitec/MyEclipse7.5/../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-exitdata
e18012
-clean
-configuration
/opt/Genuitec/MyEclipse7.5/configuration
-clean
-vm
/opt/Genuitec/Common/binary/com.sun.java.jdk.linux.x86_1.6.0.013/bin/java
support-shaliniMembervgriffin,
Can you switch to a new workspace and check if the issue persists?
vgriffinMemberI already tried that. It does.
Michael GrouseMember@vgriffin wrote:
I already tried that. It does.
I am also getting this error. It will not show the start page. I could probably live with that but after I restart about three times the preferences screen where I need to go to set the external browser comes up completely empty except for a tiny square on top left corner.
I am working on 64 bit Red Hat (interestingly enough I am being forced to use 32 bit java env. so I am running the 32 bit all in one installer)
I tried setting an external browser as /usr/bin/firefox which is where firefox is located. Firefox is also on the path so just typing firefox at the command prompt would also work. mozilla is also on the path btw.
*** Date:
Monday, July 13, 2009 4:59:10 PM PDT** System properties:
OS=Linux
OS version=2.6.9.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.5
Build id: 7.5-20090609Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse startup command=-os
linux
-ws
gtk
-arch
x86
-showsplash
-launcher
/home/c0gromi/Genuitec/MyEclipse/myeclipse
-name
Myeclipse
–launcher.library
/home/c0gromi/Genuitec/workspace/../Common/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/eclipse_1115.so
-startup
/home/c0gromi/Genuitec/workspace/../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-exitdata
1100015
-clean
-configuration
/home/c0gromi/Genuitec/MyEclipse/configuration
-data
/home/c0gromi/Genuitec/workspace
-vm
/home/c0gromi/Genuitec/Common/binary/com.sun.java.jdk.linux.x86_1.6.0.013/bin/java
Michael GrouseMemberI have tried going to Help -> Software Updates -> Check for Updates, and I get the following message:
Check for Updates… could not validate the system configuration. Your installation appears to be misconfigured due to a missing active profile definition.
Is this perhaps related to the internal/external browser issue?
support-shaliniMembermichaelagrouse, vgriffin,
Are there any errors in the log file located at workspace dir > .metadata > .log?
Can you send the screenshots, error log file as PM/mail to support@genuitec.com, mention subject as ATTN:Shalini and refer to this thread.
Riyad KallaMembervgriffin,
The issue is most likely a platform conflict with the native XUL Runner libraries (Mozilla) we ship in order to render the Start Page (it’s actually a web page). That version of XUL Runner is built against a relatively modern version of Linux and it’s possible that while MyEclipse is able to load the XUL Runner libraries, there is some mismatch occuring between the XUL Runner libraries and the platform itself. Unfortunately I don’t have a workaround for you at this time.
michaelagrouse,
That sounds like a GTK/SWT rendering glitch. When that happens, try and resize the window slightly to force it to repaint itself — it should look fine after you do that.
vgriffinMemberIn other words, 7.1 is as new a version of MyEclipse as I can use. I absolutely recognize that a vendor can only support reasonably-current software. We already know that this version of Linux doesn’t work with FireFox 3.
Thank you for your time.
-
AuthorPosts