Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse goes blank (entire UI turns white)(Eclipse goes blank (entire UI turns white) - Title bar Not responding)
Eclipse goes blank (entire UI turns white) [message #989628] Fri, 07 December 2012 04:47 Go to next message
Mahesh Maney is currently offline Mahesh ManeyFriend
Messages: 28
Registered: July 2009
Junior Member
Hi,

We are customizing Eclipse to talk to mainframes. All the files reside in the mainframe and we create the links to the mainframe directly (remote files) and add then as files in the project. CIFS is the protocol used to communicate between the PC and mainframe.

Sometimes when the communication takes time to respond, we have observed that Eclipse (UI) goes completely blank (white) and we cannot see (UI) or perform any operation. For example Saving of file, or reading contents from mainframe.

Is this the expected behavior? or is there something else happening?
Can any one please help me understand this situation ?

Eclipse Java EE IDE for Web Developers.
Version: Indigo Release
Build id: 20110615-0604
Windows XP Professional Edition
Service Pack 3
4 Gigs of RAM.
Re: Eclipse goes blank (entire UI turns white) [message #989642 is a reply to message #989628] Fri, 07 December 2012 07:36 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
It sounds like the communication is happening on the UI thread and once
that's blocked, the IDE can't respond to any window events, including
paint events...

On 07/12/2012 5:47 AM, Mahesh Maney wrote:
> Hi,
>
> We are customizing Eclipse to talk to mainframes. All the files reside
> in the mainframe and we create the links to the mainframe directly
> (remote files) and add then as files in the project. CIFS is the
> protocol used to communicate between the PC and mainframe.
>
> Sometimes when the communication takes time to respond, we have
> observed that Eclipse (UI) goes completely blank (white) and we cannot
> see (UI) or perform any operation. For example Saving of file, or
> reading contents from mainframe.
> Is this the expected behavior? or is there something else happening?
> Can any one please help me understand this situation ?
>
> Eclipse Java EE IDE for Web Developers.
> Version: Indigo Release
> Build id: 20110615-0604
> Windows XP Professional Edition
> Service Pack 3
> 4 Gigs of RAM.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse goes blank (entire UI turns white) [message #998680 is a reply to message #989642] Thu, 10 January 2013 13:50 Go to previous messageGo to next message
Mahesh Maney is currently offline Mahesh ManeyFriend
Messages: 28
Registered: July 2009
Junior Member
So, how do i keep the eclipse UI intact ? any suggestion ?
Re: Eclipse goes blank (entire UI turns white) [message #998795 is a reply to message #998680] Thu, 10 January 2013 17:56 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Mahesh,

You can only influence this if you wrote the code; you'd not do IO on
the UI thread at all. If you're using things that do IO on the UI
thread, there's nothing you can do personally to influence this behavior.

On 10/01/2013 2:50 PM, Mahesh Maney wrote:
> So, how do i keep the eclipse UI intact ? any suggestion ?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse goes blank (entire UI turns white) [message #999020 is a reply to message #998795] Fri, 11 January 2013 06:54 Go to previous message
Mahesh Maney is currently offline Mahesh ManeyFriend
Messages: 28
Registered: July 2009
Junior Member
That was useful Ed, Thanks a ton. Will hunt down the IO and create JOBS on the IO operations.
Previous Topic:"Upgrade" a Helios based Product + IDE to 3.8.2 Juno SR2?
Next Topic:Problem with disabling context menu items
Goto Forum:
  


Current Time: Fri Apr 19 16:19:44 GMT 2024

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

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

Back to the top