Skip to main content



      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] Thu, 06 December 2012 23:47 Go to next message
Eclipse UserFriend
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 02:36 Go to previous messageGo to next message
Eclipse UserFriend
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.
Re: Eclipse goes blank (entire UI turns white) [message #998680 is a reply to message #989642] Thu, 10 January 2013 08:50 Go to previous messageGo to next message
Eclipse UserFriend
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 12:56 Go to previous messageGo to next message
Eclipse UserFriend
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 ?
Re: Eclipse goes blank (entire UI turns white) [message #999020 is a reply to message #998795] Fri, 11 January 2013 01:54 Go to previous message
Eclipse UserFriend
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: Wed Jul 16 01:31:44 EDT 2025

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

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

Back to the top