Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problems with Galileo hanging.(Applicaiton fault.)
Problems with Galileo hanging. [message #667465] Thu, 28 April 2011 22:12 Go to next message
Karl Krasnowsky is currently offline Karl KrasnowskyFriend
Messages: 9
Registered: March 2011
Location: Beaverton, OR
Junior Member

Mad
I'm about to shoot my system...
Window XP Pro sp3
Eclipse Galileo

This is the 3rd time today that Eclipse has simply hung on me while doing nothing necessarily special but editing a file in a text editor (an xml file if it makes any difference).
I'm not running the compiler, debugger, nothing... simply typing along and ... wait for it ... hour glass... never comes back, have to kill the process and all that I was working on is wasted time.
I've take to saving a often as I think about it, but loosing 15 minute chunks is still expensive.

How can I debug this? What steps do I take to figure out the offending process and send it to the depths of hell were it belongs?

Re: Problems with Galileo hanging. [message #667468 is a reply to message #667465] Thu, 28 April 2011 22:32 Go to previous messageGo to next message
Karl Krasnowsky is currently offline Karl KrasnowskyFriend
Messages: 9
Registered: March 2011
Location: Beaverton, OR
Junior Member

So to add to this... I'm checking my .log file for any clues and brought up another oddity.
I have to use a proxy to access the server through eclipse for software updates, etc.
To do this I edit the Network Connections settings for HTTP, HTTPS and tried the same with the 3rd entry SOCKS.
Unfortunately setting SOCKS broke the ability to connect so I unset it, and it works as expected.
Log has lines that says this:
!ENTRY org.eclipse.core.net 1 0 2011-04-28 15:17:08.922
!MESSAGE System property http.proxyHost is not set but should be xxxxx.xx.xxxx.com.

!ENTRY org.eclipse.core.net 1 0 2011-04-28 15:17:08.922
!MESSAGE System property http.proxyPort is not set but should be 8080.

Hmmm, really... So to shut it up I updated my settings to add this to the SOCKS field (found that once again it broke my ability to connect to the network) and now I get message like this in this log:

!ENTRY org.eclipse.core.net 1 0 2011-04-28 15:20:26.645
!MESSAGE System property socksProxyHost is set to xxxxx.xx.xxxx.com but should not be set.

!ENTRY org.eclipse.core.net 1 0 2011-04-28 15:20:26.645
!MESSAGE System property socksProxyPort is set to 8080 but should not be set.

Really? Not very helpful...

[Updated on: Thu, 28 April 2011 22:33]

Report message to a moderator

Re: Problems with Galileo hanging. [message #667470 is a reply to message #667465] Thu, 28 April 2011 23:18 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2011.04.28 16:12, Karl wrote:
> :x I'm about to shoot my system...
> Window XP Pro sp3
> Eclipse Galileo
>
> This is the 3rd time today that Eclipse has simply hung on me while
> doing nothing necessarily special but editing a file in a text editor
> (an xml file if it makes any difference).
> I'm not running the compiler, debugger, nothing... simply typing along
> and ... wait for it ... hour glass... never comes back, have to kill the
> process and all that I was working on is wasted time.
> I've take to saving a often as I think about it, but loosing 15 minute
> chunks is still expensive.
>
> How can I debug this? What steps do I take to figure out the offending
> process and send it to the depths of hell were it belongs?

I don't know what's in your XML file(s), but it sounds like validation
is what's holding you up. There are two solutions.

One depends on any DTD referenced in the file(s) that are causing the
problem. Maybe other dependencies. I know least about this.

The other is to turn off validation for XML files. You might want to do
this temporarily until you solve the real problem (inability to locate
files relevant to validation) or permanently. You can do this either for
the workspace via Window -> Preferences -> Validation or or just for
your project via right-click the project and choose Properties ->
Validation and enable project-specific settings. Suspend all validators
is radical, but effective. In your present state of frustration, this
setting pretty well meets the bill for "sending it to the depths of hell
where it belongs."

;-)

Hope this helps.

Someone with greater understanding of DTDs and other relevant
dependencies may come along and explain how better to solve your
problem. Microsurgery in place of amputation.
Previous Topic:Can't open former project
Next Topic:Tab and Shift + Tab
Goto Forum:
  


Current Time: Wed Apr 24 18:28:22 GMT 2024

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

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

Back to the top