Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unhandled event loop exception No more handles

I randomly get the below error when running jobs in TIS on my Windows 7 64bit OS running Java 1.6.0_27 and on Talend MDM Studio (TIS Enterprise MPx with DQ option)
The Studio is installed at C:\Talend\423\studio\Talend-All-r67267-V4.2.3\Talend-win-x86_64.exe
It happens on any and all jobs I am running, any thoughts?
eclipse.buildId=unknown
java.version=1.6.0_27
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64

Error
Wed Oct 19 11:55:30 CDT 2011
Unhandled event loop exception
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:4109)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Widget.error(Widget.java:468) at org.eclipse.swt.widgets.Control.createHandle(Control.java:633

To see the whole post, download it here
Labels (3)
22 Replies
Anonymous
Not applicable
Author

I've reinstalled it from ZIP archive and got this "Unhandled event loop exception. No more handles" error 15 minutes later.
Here is the latest log snapshot:

!ENTRY org.eclipse.ui 4 0 2011-10-24 23:45:00.162
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:4109)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
at org.eclipse.swt.widgets.Control.createHandle(Control.java:633)
at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:305)
at org.eclipse.swt.widgets.ToolBar.createHandle(ToolBar.java:300)
at org.eclipse.swt.widgets.Control.createWidget(Control.java:649)
at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:134) at org.eclipse.swt.widgets.ToolBar.createWidget(To

To see the whole post, download it here
OriginalPost.pdf
Anonymous
Not applicable
Author

Hi,
It may be a wild guess, but I remember having a similar issue some time ago where I tried running 32 bit java on my XP 64 bit system.
Have you tried installing a 64 bit java runtime and running 64 bit talend executables?
Good luck!
Arno
Anonymous
Not applicable
Author

Hey Arno. Thanks for the hint. I made sure to start 64 bit version (TalendOpenStudio-win-x86_64) from downloaded ZIP archive and got the same error first time I had to kill the job. I've noticed within Talend that Installed JRE points to 32bit version, though. I've changed it to 64 bit. Let's see whether this is going to help.
Anonymous
Not applicable
Author

Did that fix your issue colddata? And if so where did you change that setting?
Anonymous
Not applicable
Author

There is no setting per se. You just download ZIP file from Talend site and launch TalendOpenStudio-win-x86_64.exe file. So far, I am only experiencing these errors after I've killed a running job a few times. Other than that, I am not noticing these errors anymore.
Anonymous
Not applicable
Author

Thanks, I did that today as well and will see if that makes a difference. thanks
Anonymous
Not applicable
Author

I am still getting that error. This is driving me crazy. I have 64 bit Java, I installed from the zip, I have it installed in a path with no spaces.
Any other ideas?
Anonymous
Not applicable
Author

Hi,
I'm in same problem.
I installed TOS5.0.2 in windows7 64bit.
Use java version 7.
I create job like >>if>>.
I open "if" property and click the space where written ,
then pop up error window which show me .
how to solve this problem?
Anonymous
Not applicable
Author

Hi,
It looks like it is a nasty issue with nobody finding a solution.
I have the same issue with TOS5.0.2 on windows7 64bit and java version "1.6.0_30"
Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode).
No news bad news.
Anonymous
Not applicable
Author

After having this same issue I realized that it was only happening on one of the jobs that I had built.  The culprit in my case was a foreign key constraint failure.  When I rebuilt the job from scratch I had the same issue until I fixed this issue.  For whatever reason it wasn't showing as a foreign key constrain failure like it usually does, but this seemed to fix it. 
This may not be your issue but worth a check..