Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Startup no splash and very slow after Oxygen upgrade
Startup no splash and very slow after Oxygen upgrade [message #1767362] Wed, 05 July 2017 08:26 Go to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
Hi,

I had a Neon.3 oomph based install which now upgraded to Oxygen. Since the upgrade:

- No splash screen when I launch eclipse
- It takes a long time till the workbench shows up, more than 5 minutes. I am not even sure why it comes up eventually.

I know it's hard to tell, but maybe there are some debug flags I could set to check what's up?
Re: Startup no splash and very slow after Oxygen upgrade [message #1767417 is a reply to message #1767362] Wed, 05 July 2017 19:57 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
So, I cleaned the bundle pool with the installer's bundle pool manager ui. I had about 30k unused IUs which took over 2 hours to delete. Now the workbench starts as desired, but still no splash, which is minor, but I still wonder.. Eclipse.ini has
-product
org.eclipse.epp.package.committers.product
-showsplash
org.eclipse.epp.package.common
Re: Startup no splash and very slow after Oxygen upgrade [message #1767432 is a reply to message #1767417] Thu, 06 July 2017 04:32 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
What's the value of osgi.splashPath in eclipse/configuration/configuration.ini? Is it like this: osgi.splashPath=platform\:/base/plugins/org.eclipse.platform or is it a "file:" URI and does it point to a file that exits?

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Startup no splash and very slow after Oxygen upgrade [message #1767442 is a reply to message #1767432] Thu, 06 July 2017 07:40 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
It is osgi.splashPath=platform\:/base/plugins/org.eclipse.platform
Re: Startup no splash and very slow after Oxygen upgrade [message #1767455 is a reply to message #1767442] Thu, 06 July 2017 08:44 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
That's good. We've written logic to ensure it's in this form, so at least that has kicked it. I can't think of any other reason why the splash screen wouldn't come up. Sorry...

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Startup no splash and very slow after Oxygen upgrade [message #1770786 is a reply to message #1767455] Thu, 17 August 2017 06:36 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
Do you know what 'interaction' there is between the Splash and the Workspace chooser dialog? I still don't know what's going on, but sometimes I feel that it's just the workspace chooser that is somehow invisible. This is Windows 10.
Re: Startup no splash and very slow after Oxygen upgrade [message #1770974 is a reply to message #1770786] Sun, 20 August 2017 09:27 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
No, sorry. :-(

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Startup no splash and very slow after Oxygen upgrade [message #1773892 is a reply to message #1770974] Fri, 06 October 2017 08:12 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
Now that I got Oxygen.1 the spash shows up again and startup is normal.
Re: Startup no splash and very slow after Oxygen upgrade [message #1775056 is a reply to message #1773892] Tue, 24 October 2017 09:04 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
Still happening from time to time, I think now it might be related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=522662
Re: Startup no splash and very slow after Oxygen upgrade [message #1777757 is a reply to message #1767362] Mon, 04 December 2017 10:25 Go to previous messageGo to next message
Felix Dorner is currently offline Felix DornerFriend
Messages: 392
Registered: December 2015
Senior Member
It just happenes again. I refactored the targlets in my setup a bit and since I redirect oomph to use that refactored model it failed at resolving (because I messed up the refactor). I commented the redirection in eclipse.ini and restarted. Now the splash shows without progress bar, just hanging there. Here is a stacktrace for future investigation. I don't know if this happens at all startups and most of the time it's just fast, of if that execution path just happens because I failed to resolve the target during last session.

"Start Level: Equinox Container: f8e4232a-8400-4a5a-a454-d8d5d81f0b75" #15 daemon prio=5 os_prio=0 tid=0x000000001bd6e800 nid=0x2f58 runnable [0x000000001db19000]
java.lang.Thread.State: RUNNABLE
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
at org.eclipse.update.internal.configurator.SiteEntry.detectPackedPlugin(SiteEntry.java:367)
at org.eclipse.update.internal.configurator.SiteEntry.detectPlugins(SiteEntry.java:341)
at org.eclipse.update.internal.configurator.SiteEntry.loadFromDisk(SiteEntry.java:653)
at org.eclipse.update.internal.configurator.PlatformConfiguration.reconcile(PlatformConfiguration.java:1250)
at org.eclipse.update.internal.configurator.PlatformConfiguration.<init>(PlatformConfiguration.java:138)
at org.eclipse.update.internal.configurator.PlatformConfiguration.startup(PlatformConfiguration.java:707)
- locked <0x00000000c3201170> (a java.lang.Class for org.eclipse.update.internal.configurator.PlatformConfiguration)
at org.eclipse.update.internal.configurator.ConfigurationActivator.getPlatformConfiguration(ConfigurationActivator.java:404)
at org.eclipse.update.internal.configurator.ConfigurationActivator.initialize(ConfigurationActivator.java:136)
at org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:69)
Re: Startup no splash and very slow after Oxygen upgrade [message #1777761 is a reply to message #1777757] Mon, 04 December 2017 11:28 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
I know I've seen a PDE bug opened that various things cause PDE to try to resolve the target platform so if you shutdown with an unresolved TP, that can be a problem during startup. But looking at your stack trace doesn't tell me much about what's really happening that's so expensive...

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:CDT include paths with Oomph?
Next Topic:Conditional project catalog?
Goto Forum:
  


Current Time: Fri Mar 29 10:48:52 GMT 2024

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

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

Back to the top