Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » Trying to add operation to class - get an error
Trying to add operation to class - get an error [message #1079454] Sun, 04 August 2013 16:15 Go to next message
Anton Hughes is currently offline Anton HughesFriend
Messages: 66
Registered: January 2013
Member
Hi

When I try to add an operation to a class, I get the following error:

Unhandled event loop exception
No more handles

Is this something I am doing wrong?

How can I fix this?
Re: Trying to add operation to class - get an error [message #1082243 is a reply to message #1079454] Thu, 08 August 2013 09:36 Go to previous messageGo to next message
Anton Hughes is currently offline Anton HughesFriend
Messages: 66
Registered: January 2013
Member
Anyone?
Re: Trying to add operation to class - get an error [message #1083913 is a reply to message #1079454] Sat, 10 August 2013 18:13 Go to previous messageGo to next message
Christian Damus is currently offline Christian DamusFriend
Messages: 1270
Registered: July 2009
Location: Canada
Senior Member

Hi, Anton,

This is not something that you can fix, except by debugging the problem
and contributing a patch (please do!). This is almost certainly a bug,
as "no more handles" is the typical consequence of a leak of SWT
resources (widgets, fonts, colors, etc.). Something in the application
is not releasing window-system resources (on Windows called "handles")
when they are no longer needed, and that is a bug. Whether it is a
Papyrus bug or a bug in any of its dependencies needs debugging to
determine.

Cheers,

Christian


On 2013-08-04 16:15:50 +0000, Anton Hughes said:

> Hi
>
> When I try to add an operation to a class, I get the following error:
>
> Unhandled event loop exception
> No more handles
>
> Is this something I am doing wrong?
>
> How can I fix this?
Re: Trying to add operation to class - get an error [message #1084184 is a reply to message #1079454] Sun, 11 August 2013 05:08 Go to previous message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
HI

You need to provide far more details.

What Papyrus/Eclipse versions?

Is it reproducible?

What was the real exception and stack trace?

I assume that the problem is not reproducible, at least not as reported,
since Papyrus is able to add operations to classes. (If it is
reproducible for you, you should provide the files for the repro.)

If you are using Eclipse Kepler, then perhaps you are seeing a currently
unresolved issue that shows up strange errors.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=398925

You fix it by restarting Eclipse.

Regards

Ed Willink

On 04/08/2013 17:15, Anton Hughes wrote:
> Hi
>
> When I try to add an operation to a class, I get the following error:
>
> Unhandled event loop exception
> No more handles
>
> Is this something I am doing wrong?
>
> How can I fix this?
Previous Topic:Exception opening models with Papyrus editor
Next Topic:Connection Handles gone in Papyrus 0.10.0
Goto Forum:
  


Current Time: Fri Mar 29 15:49:16 GMT 2024

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

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

Back to the top