Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Eclipse Juno Reporting(Unhandled event loop exception No more handles [Could not detect registered XULRunner to use])
Eclipse Juno Reporting [message #986589] Wed, 21 November 2012 05:47 Go to next message
rim shFriend
Messages: 2
Registered: November 2012
Junior Member
While previewing the report in Eclipse Juno getting the below error

Using Ubuntu 12.04
"Unhandled event loop exception
No more handles [Could not detect registered XULRunner to use]"


Need help on this!!
Re: Eclipse Juno Reporting [message #994502 is a reply to message #986589] Thu, 27 December 2012 14:04 Go to previous messageGo to next message
bernard morrin is currently offline bernard morrinFriend
Messages: 1
Registered: December 2012
Junior Member
Hi,

I have the same problem, I find a temporary solution.

You can try:
In console: eclipse -vmargs -Dorg.eclipse.swt.browser.DefaultType=mozilla

Or in eclipse.ini -Dorg.eclipse.swt.browser.DefaultType=mozilla (or chrome )

You must check in "preference->report design-> preview" : Always use external browsers.

Bye

Re: Eclipse Juno Reporting [message #1014969 is a reply to message #994502] Wed, 27 February 2013 02:03 Go to previous messageGo to next message
Stella Lok is currently offline Stella LokFriend
Messages: 10
Registered: September 2012
Junior Member
I encountered this error before when using XULRunner. Putting this in eclipse.ini works for me: -Dorg.eclipse.swt.browser.XULRunnerPath=<xulrunner-directory-path>

[Updated on: Wed, 27 February 2013 02:05]

Report message to a moderator

Re: Eclipse Juno Reporting [message #1015455 is a reply to message #986589] Thu, 28 February 2013 15:56 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
If there's an app/plugin that is creating a Browser with style
SWT.MOZILLA then it should be shipping a XULRunner and explicitly
pointing at it, in addition to setting the
org.eclipse.swt.browser.DefaultType property as described in
http://www.eclipse.org/swt/faq.php#browserspecifydefault . It cannot be
assumed that a usable XULRunner will be auto-detected on any OS anymore,
including Linux.

Grant


On 11/21/2012 7:30 AM, rim sh wrote:
> While previewing the report in Eclipse Juno getting the below error
>
> Using Ubuntu 12.04
> "Unhandled event loop exception
> No more handles [Could not detect registered XULRunner to use]"
>
>
> Need help on this!!
Previous Topic:Problem with copying and pasting in XULRunner Browser on Eclipse
Next Topic:Virtual TableViewer sorting causes selection problems
Goto Forum:
  


Current Time: Fri Apr 26 03:14:26 GMT 2024

Powered by FUDForum. Page generated in 0.03311 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top