[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: SWTError: No more handles [gtk_init_check() failed]
|
There seem to be different causes of this problem, so it's hard to say.
However, bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=106396 contains a
lot of info about potential causes and workarounds, which may be helpful for
your case. Pay particular attention to comments made by Billy Biggs.
Grant
"Keya" <rajakididi@xxxxxxxxxxx> wrote in message
news:7cef59ff19dad8be1495ca458e7e08f1$1@xxxxxxxxxxxxxxxxxx
> Hi all,
>
> I am trying to perform a Profile Launch using Eclipse TPTP plugins on a
> set of my plugins the workspace. The launch is not successful and in the
> log file available under the .metdata directory of the runtime-workspace
> I observe a trace wich is quoted below. I posted the query of the tptp
> newsgroup but there are responses on it so I thought of trying it on the
> swt newsgroup since the problem is swt related [ At least, the message
> seems to be so. ]
>
> I will really appreciate some help for this problem. The problem is
> detailed further in the mail.
>
> Thanks!
>
> Hi,
>
> I am doing a Profile Launch as an Eclipse Application configuration. The
> launch proceeds collecting execution time and memory information but after
> a minute or so the launch terminates. The application doesn't launch
> itself. i can't see the IDE / workbench. And in the .log file available in
> the workspace I see the following stack information printed:
>
> !STACK 1
> org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
> at org.eclipse.swt.SWT.error(SWT.java:3400)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:793)
> at org.eclipse.swt.widgets.Display.create(Display.java:781)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:145)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:452)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:443)
> at
> org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:448)
> at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
> ....
>
>
> I looked for this problem and saw a Bug filed for it at: [
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=138182 ]
>
> I tried with the few quick fixes mentioned in the bug report like setting
> the Environment Variables and so, but no luck. I am running Ubuntu Dapper
> distribution on an x86 machine with Eclipse SDK 3.2.0 with TPTP 4.2.0 and
> JDK1.5.
>
> Please help me to figure out a solution for this.
>
> Thanks & Regards,
> Keya
>