m2eclipse locking up eclipse?

View: New views
6 Messages — Rating Filter:   Alert me  

m2eclipse locking up eclipse?

by kbarlow :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hiyas,

I posted the following message on the Eclipse Forums and they suggested I check with you guys (as you can see in the response), are there any current suggestions for this problem?

Thanks.

Keith

Eclipse Forum Post:

Keith Barlow wrote:
> Hi,
>
> I am having problems with Eclipse... it seems even the simplest changes
> (like updating the project name in the POM) cause eclipse to hang as it
> tries to save the changes. The weird part is that there are no system
> resources being used... the CPU is average 60%-80% on the System Idle
> Process and I don't see any escalations in disk or memory activity...
> Is there any way to adjust the configuration settings to resolve this?

The key phrase you used is "POM", which tells me that you're using the M2Eclipse
Maven integration plug-in.

I suspect the problem is not that Eclipse is hanging, but that M2Eclipse is
checking for updates to your Maven dependencies, in the course of doing an
autobuild as a result of the save. M2Eclipse is a source of great pain.

I would suggest pursuing this on the M2Eclipse forum; people there may have
constructive suggestions. Maybe they've managed to get it so that you can work
in offline mode by now, although last I checked they hadn't.

Walter Harley

Re: m2eclipse locking up eclipse?

by Igor Fedorenko-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

What m2e version are you using? What other non-default plugins,like
subclipse, for example, do you have installed? Are you able to reproduce
the problem with latest 0.9.9 dev build?

--
Regards,
Igor


kbarlow wrote:

> Hiyas,
>
> I posted the following message on the Eclipse Forums and they suggested I
> check with you guys (as you can see in the response), are there any current
> suggestions for this problem?
>
> Thanks.
>
> Keith
>
> http://www.eclipse.org/forums/index.php?t=rview&goto=492832#msg_492832\n\nIf
> Eclipse Forum Post :
>
> Keith Barlow wrote:
>> Hi,
>>
>> I am having problems with Eclipse... it seems even the simplest changes
>> (like updating the project name in the POM) cause eclipse to hang as it
>> tries to save the changes. The weird part is that there are no system
>> resources being used... the CPU is average 60%-80% on the System Idle
>> Process and I don't see any escalations in disk or memory activity...
>> Is there any way to adjust the configuration settings to resolve this?
>
> The key phrase you used is "POM", which tells me that you're using the
> M2Eclipse
> Maven integration plug-in.
>
> I suspect the problem is not that Eclipse is hanging, but that M2Eclipse is
> checking for updates to your Maven dependencies, in the course of doing an
> autobuild as a result of the save. M2Eclipse is a source of great pain.
>
> I would suggest pursuing this on the M2Eclipse forum; people there may have
> constructive suggestions. Maybe they've managed to get it so that you can
> work
> in offline mode by now, although last I checked they hadn't.
>
> Walter Harley
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: m2eclipse locking up eclipse?

by kbarlow :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am using Eclipse 3.5.0 - the Java EE IDE for Web Developers. Beyond that I have only added Subclipse (1.6) installed, Oracle Enterprise Pack, and some Spring IDE features.

I am using the 0.9.9 dev build of m2eclipse atm...

Thanks.

Keith

Igor Fedorenko-4 wrote:
What m2e version are you using? What other non-default plugins,like
subclipse, for example, do you have installed? Are you able to reproduce
the problem with latest 0.9.9 dev build?

--
Regards,
Igor


kbarlow wrote:
> Hiyas,
>
> I posted the following message on the Eclipse Forums and they suggested I
> check with you guys (as you can see in the response), are there any current
> suggestions for this problem?
>
> Thanks.
>
> Keith
>
> http://www.eclipse.org/forums/index.php?t=rview&goto=492832#msg_492832\n\nIf
> Eclipse Forum Post :
>
> Keith Barlow wrote:
>> Hi,
>>
>> I am having problems with Eclipse... it seems even the simplest changes
>> (like updating the project name in the POM) cause eclipse to hang as it
>> tries to save the changes. The weird part is that there are no system
>> resources being used... the CPU is average 60%-80% on the System Idle
>> Process and I don't see any escalations in disk or memory activity...
>> Is there any way to adjust the configuration settings to resolve this?
>
> The key phrase you used is "POM", which tells me that you're using the
> M2Eclipse
> Maven integration plug-in.
>
> I suspect the problem is not that Eclipse is hanging, but that M2Eclipse is
> checking for updates to your Maven dependencies, in the course of doing an
> autobuild as a result of the save. M2Eclipse is a source of great pain.
>
> I would suggest pursuing this on the M2Eclipse forum; people there may have
> constructive suggestions. Maybe they've managed to get it so that you can
> work
> in offline mode by now, although last I checked they hadn't.
>
> Walter Harley
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Re: m2eclipse locking up eclipse?

by Igor Fedorenko-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Are you able to reproduce the problem with just Java EE IDE for Web
Developers and m2e installed? We do not test with Oracle Enterprise Pack
and Spring IDE, and Subclipse is known to have severe performance
problems in some scenarios.

If you can take JVM thread dump when Eclipse is in hung state, that
would help too.

Information about your environment, like -Xmx jvm heap allowance, can be
useful to troubleshoot this problem too.

--
Regards,
Igor


kbarlow wrote:

> I am using Eclipse 3.5.0 - the Java EE IDE for Web Developers. Beyond that I
> have only added Subclipse (1.6) installed, Oracle Enterprise Pack, and some
> Spring IDE features.
>
> I am using the 0.9.9 dev build of m2eclipse atm...
>
> Thanks.
>
> Keith
>
>
> Igor Fedorenko-4 wrote:
>> What m2e version are you using? What other non-default plugins,like
>> subclipse, for example, do you have installed? Are you able to reproduce
>> the problem with latest 0.9.9 dev build?
>>
>> --
>> Regards,
>> Igor
>>
>>
>> kbarlow wrote:
>>> Hiyas,
>>>
>>> I posted the following message on the Eclipse Forums and they suggested I
>>> check with you guys (as you can see in the response), are there any
>>> current
>>> suggestions for this problem?
>>>
>>> Thanks.
>>>
>>> Keith
>>>
>>> http://www.eclipse.org/forums/index.php?t=rview&goto=492832#msg_492832\n\nIf
>>> Eclipse Forum Post :
>>>
>>> Keith Barlow wrote:
>>>> Hi,
>>>>
>>>> I am having problems with Eclipse... it seems even the simplest changes
>>>> (like updating the project name in the POM) cause eclipse to hang as it
>>>> tries to save the changes. The weird part is that there are no system
>>>> resources being used... the CPU is average 60%-80% on the System Idle
>>>> Process and I don't see any escalations in disk or memory activity...
>>>> Is there any way to adjust the configuration settings to resolve this?
>>> The key phrase you used is "POM", which tells me that you're using the
>>> M2Eclipse
>>> Maven integration plug-in.
>>>
>>> I suspect the problem is not that Eclipse is hanging, but that M2Eclipse
>>> is
>>> checking for updates to your Maven dependencies, in the course of doing
>>> an
>>> autobuild as a result of the save. M2Eclipse is a source of great pain.
>>>
>>> I would suggest pursuing this on the M2Eclipse forum; people there may
>>> have
>>> constructive suggestions. Maybe they've managed to get it so that you can
>>> work
>>> in offline mode by now, although last I checked they hadn't.
>>>
>>> Walter Harley
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>>
>>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: m2eclipse locking up eclipse?

by Randy Burgess-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Spring IDE 2.2.6 is known to hang Eclipse when opening XML files, in certain configurations. I know we've had the issue with Subclipse 1.6.x installed too. I would try changing it back to 2.2.4 and the problem may disappear. It has for us.

Regards,
Randy Burgess



On Wed, Oct 21, 2009 at 7:20 PM, kbarlow <keith_barlow@...> wrote:

I am using Eclipse 3.5.0 - the Java EE IDE for Web Developers. Beyond that I
have only added Subclipse (1.6) installed, Oracle Enterprise Pack, and some
Spring IDE features.

I am using the 0.9.9 dev build of m2eclipse atm...

Thanks.

Keith


Igor Fedorenko-4 wrote:
>
> What m2e version are you using? What other non-default plugins,like
> subclipse, for example, do you have installed? Are you able to reproduce
> the problem with latest 0.9.9 dev build?
>
> --
> Regards,
> Igor
>
>
> kbarlow wrote:
>> Hiyas,
>>
>> I posted the following message on the Eclipse Forums and they suggested I
>> check with you guys (as you can see in the response), are there any
>> current
>> suggestions for this problem?
>>
>> Thanks.
>>
>> Keith
>>
>> http://www.eclipse.org/forums/index.php?t=rview&goto=492832#msg_492832\n\nIf
>> Eclipse Forum Post :
>>
>> Keith Barlow wrote:
>>> Hi,
>>>
>>> I am having problems with Eclipse... it seems even the simplest changes
>>> (like updating the project name in the POM) cause eclipse to hang as it
>>> tries to save the changes. The weird part is that there are no system
>>> resources being used... the CPU is average 60%-80% on the System Idle
>>> Process and I don't see any escalations in disk or memory activity...
>>> Is there any way to adjust the configuration settings to resolve this?
>>
>> The key phrase you used is "POM", which tells me that you're using the
>> M2Eclipse
>> Maven integration plug-in.
>>
>> I suspect the problem is not that Eclipse is hanging, but that M2Eclipse
>> is
>> checking for updates to your Maven dependencies, in the course of doing
>> an
>> autobuild as a result of the save. M2Eclipse is a source of great pain.
>>
>> I would suggest pursuing this on the M2Eclipse forum; people there may
>> have
>> constructive suggestions. Maybe they've managed to get it so that you can
>> work
>> in offline mode by now, although last I checked they hadn't.
>>
>> Walter Harley
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>
>

--
View this message in context: http://www.nabble.com/m2eclipse-locking-up-eclipse--tp26001517p26001762.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




Re: m2eclipse locking up eclipse?

by kbarlow :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I will have to take a thread dump one of these days... the more I look at it, it appears there might be something causing a hangup before Update Maven Dependencies even starts.  I don't know what is running at that point but I will have to find out.  Maybe its a feature of the Spring IDE as you guys have suggested.  I don't think its the Oracle Enterprise Pack for Eclipse since that just enables weblogic deployments - Spring IDE was a requirement of that though so you never really know.

Ill post again when I have something more.

Thanks.

Keith

Igor Fedorenko-4 wrote:
Are you able to reproduce the problem with just Java EE IDE for Web
Developers and m2e installed? We do not test with Oracle Enterprise Pack
and Spring IDE, and Subclipse is known to have severe performance
problems in some scenarios.

If you can take JVM thread dump when Eclipse is in hung state, that
would help too.

Information about your environment, like -Xmx jvm heap allowance, can be
useful to troubleshoot this problem too.

--
Regards,
Igor


kbarlow wrote:
> I am using Eclipse 3.5.0 - the Java EE IDE for Web Developers. Beyond that I
> have only added Subclipse (1.6) installed, Oracle Enterprise Pack, and some
> Spring IDE features.
>
> I am using the 0.9.9 dev build of m2eclipse atm...
>
> Thanks.
>
> Keith
>
>
> Igor Fedorenko-4 wrote:
>> What m2e version are you using? What other non-default plugins,like
>> subclipse, for example, do you have installed? Are you able to reproduce
>> the problem with latest 0.9.9 dev build?
>>
>> --
>> Regards,
>> Igor
>>
>>
>> kbarlow wrote:
>>> Hiyas,
>>>
>>> I posted the following message on the Eclipse Forums and they suggested I
>>> check with you guys (as you can see in the response), are there any
>>> current
>>> suggestions for this problem?
>>>
>>> Thanks.
>>>
>>> Keith
>>>
>>> http://www.eclipse.org/forums/index.php?t=rview&goto=492832#msg_492832\n\nIf
>>> Eclipse Forum Post :
>>>
>>> Keith Barlow wrote:
>>>> Hi,
>>>>
>>>> I am having problems with Eclipse... it seems even the simplest changes
>>>> (like updating the project name in the POM) cause eclipse to hang as it
>>>> tries to save the changes. The weird part is that there are no system
>>>> resources being used... the CPU is average 60%-80% on the System Idle
>>>> Process and I don't see any escalations in disk or memory activity...
>>>> Is there any way to adjust the configuration settings to resolve this?
>>> The key phrase you used is "POM", which tells me that you're using the
>>> M2Eclipse
>>> Maven integration plug-in.
>>>
>>> I suspect the problem is not that Eclipse is hanging, but that M2Eclipse
>>> is
>>> checking for updates to your Maven dependencies, in the course of doing
>>> an
>>> autobuild as a result of the save. M2Eclipse is a source of great pain.
>>>
>>> I would suggest pursuing this on the M2Eclipse forum; people there may
>>> have
>>> constructive suggestions. Maybe they've managed to get it so that you can
>>> work
>>> in offline mode by now, although last I checked they hadn't.
>>>
>>> Walter Harley
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>>
>>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email