Skip to main content



      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 00:47 Go to next message
Eclipse UserFriend
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 09:04 Go to previous messageGo to next message
Eclipse UserFriend
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] Tue, 26 February 2013 21:03 Go to previous messageGo to next message
Eclipse UserFriend
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: Tue, 26 February 2013 21:05] by Moderator

Re: Eclipse Juno Reporting [message #1015455 is a reply to message #986589] Thu, 28 February 2013 10:56 Go to previous message
Eclipse UserFriend
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: Tue Jul 22 19:58:57 EDT 2025

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

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

Back to the top