- This topic has 4 replies, 3 voices, and was last updated 19 years, 11 months ago by Greg.
-
AuthorPosts
-
mauscaMemberDear all,
I have Mandrake linux 10.1, Eclipse 3.0.1 and MyEclipse 3.8.2. I use the ide until last week but this morning i starting the ide and i receve an error message the tel me to restart the workbench. From this moment when i starting eclipse i reciving this message:
An error has occurred. See the log file
“/home/maurizio/eclipseWorkspace/.metadata/.log”.the log file contains this message:
!SESSION dic 13, 2004 13:48:07.554 ———————————————
eclipse.buildId=M200409161125
java.version=1.5.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT!ENTRY org.eclipse.osgi dic 13, 2004 13:48:07.555
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError: /usr/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/o
s/linux/x86/libswt-mozilla-gtk-3063.so: /usr/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-mozilla-gtk-3063
.so: undefined symbol: _ZN9nsCStringC1Ev)
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)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:273)
at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:530)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:528)
at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:102)
at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java:132)
…….please help me,
by Maurizio.
Riyad KallaMemberMaurizio,
Try exciting X and restarting your session. The “No more handles” exception is more of a system level SWT-GTK error, has nothing to do with ME. Its GTK unable to receieve resources from the Windowing environment (X in this case) in order to create on-screen widgets.
mauscaMemberI restart the system but have the same problem.
I contact the Mandrake support for help me.thank you for support.
Riyad KallaMemberYou can also find some good help in the SWT forums, this is a common enough problem that many Eclipse users run into this as well on Linux with certain builds of GTK. I honestly don’t know what causes it. It does occur on Windows, but far less frequently.
GregMemberMaurizio,
You have a incompatible version of mozilla for Eclipse 3.0.1. View our HTML Editing Quickstart and look at the FAQ section. In there are instructions for how to download and install a Eclipse3.0.1-friendly mozilla. Once that works then that you can the MyEclipse Webbrowser with no problems.
-
AuthorPosts