Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Upgrade problems on Mac (was: EPP 2020-06 M3)

Dennis,

It's likely unrelated.  I believe that the trace below is just this old problem:

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=514960

I.e., the platform shuts down regardless of what jobs are running and those jobs then see an indeterminate state (and have no way to defend themselves from this).

And of course the Eclipse SDK doesn't have Oomph in it...

Regards,
Ed


On 02.06.2020 14:51, Dennis Hübner wrote:
I can start Eclipse manually after update. 
Also File -> Restart works.

I don't know if there is a bug report somewhere.

I see this error log entry, but I'm not sure it's related:

java.lang.NullPointerException
at org.eclipse.core.internal.runtime.InternalPlatform.getLog(InternalPlatform.java:365)
at org.eclipse.core.runtime.Plugin.getLog(Plugin.java:237)
at org.eclipse.oomph.util.OomphPlugin.getLog(OomphPlugin.java:210)
at org.eclipse.oomph.util.OomphPlugin.log(OomphPlugin.java:225)
at org.eclipse.oomph.util.OomphPlugin.log(OomphPlugin.java:236)
at org.eclipse.oomph.internal.ui.EarlyStart.run(EarlyStart.java:116)
at org.eclipse.oomph.internal.ui.EarlyStart$1.run(EarlyStart.java:91)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)


Viele Grüße,
Dennis

Am 02.06.2020 um 14:38 schrieb Lakshmi P Shanmugam <lshanmug@xxxxxxxxxx>:

I can reproduce this problem on updating the Eclipse SDK build as well on Mac. Restart is broken. The IDE launches fine when started manually.
 
Thanks & Regards,
Lakshmi P Shanmugam,
Eclipse Platform Co-lead,
India Software Lab, Bangalore
 
 
----- Original message -----
From: Mickael Istria <mistria@xxxxxxxxxx>
Sent by: epp-dev-bounces@xxxxxxxxxxx
To: Eclipse Packaging Project <epp-dev@xxxxxxxxxxx>
Cc:
Subject: [EXTERNAL] Re: [epp-dev] Upgrade problems on Mac (was: EPP 2020-06 M3)
Date: Tue, Jun 2, 2020 5:42 PM
 
No problem with the Java package on Linux. Seems like a Mac specific issue.
Does the IDE start after upgrade if you launch it manually? Ie is the IDE still fine, and just restart is broken; or is the IDE never ever starting again?
 
_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/epp-dev
 

_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/epp-dev


_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/epp-dev

Back to the top