For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 3 voices, and was last updated 20 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
jccartwrightMemberHello,
After hitting the browser tab in the myeclipse perspective, I was told an error had occurred and I needed to restart the workbench. However, now eclipse will no longer launch, complaining that “An error has occurred. See the log file…”
The trace (listed below) suggests that it might be something to do with MyEclipse – Can you help me please? This happened once before, and while removing my workspace directory remedied the problem, it also forced me to re-create all my user libraries which was a real drag.
Thanks!
— john
!SESSION Jan 25, 2005 17:06:01.249 ———————————————
eclipse.buildId=M200409161125
java.version=1.5.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US!ENTRY org.eclipse.osgi Jan 25, 2005 17:06:01.250
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError: /extra/contrib/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-mozilla-gtk-3063.so: libxpcom.so: cannot open shared object file: No such file or directory)
at org.eclipse.swt.SWT.error(SWT.java:2717)
at org.eclipse.swt.SWT.error(SWT.java:2616)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)
at com.genuitec.eclipse.browser.HTMLViewer.createControl(Unknown Source)
at com.genuitec.eclipse.browser.HTMLViewer.<init>(Unknown Source)
at com.genuitec.eclipse.browser.HTMLViewer.<init>(Unknown Source)
at com.genuitec.eclipse.browser.HTMLViewer.<init>(Unknown Source)
at com.genuitec.eclipse.browser.HTMLView.createPartControl(Unknown Source)
at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:135)
at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:351)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
— snip —January 25, 2005 at 6:34 pm #223491
Scott AndersonParticipantJohn,
Restarting once with the -clean commandline options should get things moving again (ie. eclipse -clean).
January 26, 2005 at 9:52 am #223536
jccartwrightMember@support-scott wrote:
John,
Restarting once with the -clean commandline options should get things moving again (ie. eclipse -clean).
Thanks for the suggestion, but this does not fix the problem. Can you explain what’s going on or suggest a different fix?
Thanks again!
— john
January 26, 2005 at 10:43 am #223543
Riyad KallaMemberJohn,
This is a really annoying side effect of the SWT Browser not being happy with the version of Mozilla installed. It needs <= 1.6 and you likely have 1.7> installed or Firefox. Please see this entry for a workaround: http://www.myeclipseide.com/images/tutorials/quickstarts/htmleditor/ (go to the FAQ section)Also this should be fixed in 3.8.4 in that we don’t blow up if the browser is incompatible. Sorry for the inconvenience.
January 26, 2005 at 11:24 am #223562
jccartwrightMember@support-rkalla wrote:
John,
This is a really annoying side effect of the SWT Browser not being happy with the version of Mozilla installed. It needs <= 1.6 and you likely have 1.7> installed or Firefox. Please see this entry for a workaround: http://www.myeclipseide.com/images/tutorials/quickstarts/htmleditor/ (go to the FAQ section)Also this should be fixed in 3.8.4 in that we don’t blow up if the browser is incompatible. Sorry for the inconvenience.
Thanks Riyad, this seems to have fixed the problem. One step that I didn’t see mentioned was the need to add the $MOZILLA_FIVE_HOME to the LD_LIBRARY_PATH.
Do I understand correctly that MyEclipse 3.8.3 does not work with Eclipse3.1M4? Do you have an approximate release date for 3.8.4?
— john
January 26, 2005 at 11:28 am #223564
Riyad KallaMemberDo I understand correctly that MyEclipse 3.8.3 does not work with Eclipse3.1M4?
Correct
Do you have an approximate release date for 3.8.4?
Soon, like “any day now” soon… also there will likely be two releases of 3.8.4, a version for Eclipse 3.0 and a version for Eclipse 3.1, so just be mindful of that when you are downloading the release.
-
AuthorPosts