Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Exception when Starting Oomph
Exception when Starting Oomph [message #1581826] Sat, 24 January 2015 08:19 Go to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14666
Registered: July 2009
Senior Member
I just downloaded the Oomph Installer and run the Executable
(On MacOSx Mavericks + Java 8 Update 31.

On Startup i get the following exception

java.util.NoSuchElementException
at java.util.ArrayList$Itr.next(ArrayList.java:854)
at org.eclipse.oomph.p2.internal.core.AgentManagerImpl$1.initializeFirstTime(AgentManagerImpl.java:104)
at org.eclipse.oomph.p2.internal.core.PersistentMap.load(PersistentMap.java:103)
at org.eclipse.oomph.p2.internal.core.AgentManagerImpl.<init>(AgentManagerImpl.java:131)
at org.eclipse.oomph.p2.internal.core.AgentManagerImpl.<init>(AgentManagerImpl.java:61)
at org.eclipse.oomph.p2.core.P2Util.getAgentManager(P2Util.java:73)
at org.eclipse.oomph.p2.core.P2Util.getCurrentProvisioningAgent(P2Util.java:87)
at org.eclipse.oomph.setup.internal.installer.InstallerApplication.run(InstallerApplication.java:67)
at org.eclipse.oomph.setup.internal.installer.InstallerApplication.start(InstallerApplication.java:260)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Exception when Starting Oomph [message #1581839 is a reply to message #1581826] Sat, 24 January 2015 08:25 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14666
Registered: July 2009
Senior Member
p.S: it helped to mkdir ~/.p2 manually

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Exception when Starting Oomph [message #1581870 is a reply to message #1581826] Sat, 24 January 2015 08:52 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Christian,

I fear this problem has just been introduced with this contribution:

458103: CachingTransport very high memory footprint
https://bugs.eclipse.org/bugs/show_bug.cgi?id=458103

I'll reopen that bugzilla and revert the respective changes until the contributor has provided a fix to the problem.
Thanks for reporting this!

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 24.01.2015 um 09:19 schrieb Christian Dietrich:
> I just downloaded the Oomph Installer and run the Executable
> (On MacOSx Mavericks + Java 8 Update 31.
>
> On Startup i get the following exception
>
> java.util.NoSuchElementException
> at java.util.ArrayList$Itr.next(ArrayList.java:854)
> at org.eclipse.oomph.p2.internal.core.AgentManagerImpl$1.initializeFirstTime(AgentManagerImpl.java:104)
> at org.eclipse.oomph.p2.internal.core.PersistentMap.load(PersistentMap.java:103)
> at org.eclipse.oomph.p2.internal.core.AgentManagerImpl.<init>(AgentManagerImpl.java:131)
> at org.eclipse.oomph.p2.internal.core.AgentManagerImpl.<init>(AgentManagerImpl.java:61)
> at org.eclipse.oomph.p2.core.P2Util.getAgentManager(P2Util.java:73)
> at org.eclipse.oomph.p2.core.P2Util.getCurrentProvisioningAgent(P2Util.java:87)
> at org.eclipse.oomph.setup.internal.installer.InstallerApplication.run(InstallerApplication.java:67)
> at org.eclipse.oomph.setup.internal.installer.InstallerApplication.start(InstallerApplication.java:260)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
>


Previous Topic:Customizing generated .target in setup file (launcherArgs)
Next Topic:Reference online .setup on https server with ssl-certificate signed by unknown CA
Goto Forum:
  


Current Time: Fri Apr 26 16:39:44 GMT 2024

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

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

Back to the top