Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » workbench hangs after first execution
workbench hangs after first execution [message #328201] Fri, 16 May 2008 20:48 Go to next message
jeevan is currently offline jeevanFriend
Messages: 20
Registered: July 2009
Junior Member
Hi all:

I recently added code to store store some data in the session property.
Everyhting in the app works fine. However, once I exit the application and
tries to restart it, it hangs forever.
But, if I close my plugin project and then exit. I can restart again. The
same is the case when I clear the workspace.
Any ideas?

-Jeevan
Re: workbench hangs after first execution [message #328204 is a reply to message #328201] Sat, 17 May 2008 06:07 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Jeevan wrote:
> Hi all:
>
> I recently added code to store store some data in the session
> property. Everyhting in the app works fine. However, once I exit the
> application and tries to restart it, it hangs forever. But, if I close
> my plugin project and then exit. I can restart again. The same is the
> case when I clear the workspace.
> Any ideas?
Make a stack dump.

Dani
>
> -Jeevan
>
Re: workbench hangs after first execution [message #328207 is a reply to message #328204] Sat, 17 May 2008 14:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------050909000503080604090607
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Jeevan,

Here are some instructions for how to do that.
<http://wiki.eclipse.org/index.php/How_to_report_a_deadlock>

http://wiki.eclipse.org/index.php/How_to_report_a_deadlock


Daniel Megert wrote:
> Jeevan wrote:
>> Hi all:
>>
>> I recently added code to store store some data in the session
>> property. Everyhting in the app works fine. However, once I exit the
>> application and tries to restart it, it hangs forever. But, if I
>> close my plugin project and then exit. I can restart again. The same
>> is the case when I clear the workspace.
>> Any ideas?
> Make a stack dump.
>
> Dani
>>
>> -Jeevan
>>


--------------050909000503080604090607
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jeevan,<br>
<br>
Here are some instructions for how to do that.<a
href="http://wiki.eclipse.org/index.php/How_to_report_a_deadlock"><br>
</a>
<blockquote><a
href="http://wiki.eclipse.org/index.php/How_to_report_a_deadlock">http://wiki.eclipse.org/index.php/How_to_report_a_deadlock</a><br>
</blockquote>
<br>
Daniel Megert wrote:
<blockquote cite="mid:g0lsn6$hn1$1@build.eclipse.org" type="cite">Jeevan
wrote:
<br>
<blockquote type="cite">Hi all:
<br>
<br>
I recently added code to store store some data in the session property.
Everyhting in the app works fine. However, once I exit the application
and tries to restart it, it hangs forever. But, if I close my plugin
project and then exit. I can restart again. The same is the case when I
clear the workspace.
<br>
Any ideas?
<br>
</blockquote>
Make a stack dump.
<br>
<br>
Dani
<br>
<blockquote type="cite"><br>
-Jeevan
<br>
<br>
</blockquote>
</blockquote>
<br>
</body>
</html>

--------------050909000503080604090607--
Re: workbench hangs after first execution [message #328291 is a reply to message #328207] Tue, 20 May 2008 20:40 Go to previous messageGo to next message
jeevan is currently offline jeevanFriend
Messages: 20
Registered: July 2009
Junior Member
the tool proved to be very useful.

It helped me debug to the source of the problem

-jm
Re: workbench hangs after first execution [message #328330 is a reply to message #328291] Wed, 21 May 2008 16:46 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Jeevan wrote:
> the tool proved to be very useful.
>
> It helped me debug to the source of the problem
And the winner is?

Dani
>
> -jm
Re: workbench hangs after first execution [message #328334 is a reply to message #328330] Wed, 21 May 2008 19:15 Go to previous message
jeevan is currently offline jeevanFriend
Messages: 20
Registered: July 2009
Junior Member
mine is a GMF application which can have multiple projects and I have a
piece of code which automatically update a session property with the
active project. This had a bug. At the time the application opened the
active project was not set and for some reasons this led to the workbench
not opening at all... and since I use org.eclipse.ui.ide.workbench to run
my application, there was no exception reported

-Jeevan
Previous Topic:Rounded section and CCombo controls
Next Topic:Run As JUnit Plug-in Test
Goto Forum:
  


Current Time: Sun Jul 07 03:19:04 GMT 2024

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

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

Back to the top