Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Can't start eclipse
Can't start eclipse [message #483782] Wed, 02 September 2009 23:17 Go to next message
Eclipse UserFriend
Originally posted by: orfeo61.gmail.com

Hi all,

I'm having a problem with starting eclipse.
It used to run well but from some point it fails to start leaving the
following logs.
Could anyone shed some light on this?

Thanks,
Sangmin

eclipse.buildId=I20090611-1540
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product
org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.osgi 4 0 2009-09-02 17:29:12.743
!MESSAGE Startup error
!STACK 1
java.lang.IllegalArgumentException: invalid qualifier: 6+desktop7+24
at org.osgi.framework.Version.validate(Version.java:188)
at org.osgi.framework.Version.<init>(Version.java:92)
at
org.eclipse.osgi.framework.internal.core.Framework.initializ eProperties(Framework.java:361)
at
org.eclipse.osgi.framework.internal.core.Framework.initializ e(Framework.java:196)
at
org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:157)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:286)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:175)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Re: Can't start eclipse [message #483868 is a reply to message #483782] Thu, 03 September 2009 12:41 Go to previous messageGo to next message
eager2know  is currently offline eager2know Friend
Messages: 1
Registered: September 2009
Junior Member
I am having the exact same problelm
Re: Can't start eclipse [message #483936 is a reply to message #483782] Thu, 03 September 2009 16:20 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
On 9/2/09 7:17 PM, Sangmin wrote:
> Hi all,
>
> I'm having a problem with starting eclipse.
> It used to run well but from some point it fails to start leaving the
> following logs.
> Could anyone shed some light on this?

I don't know this particular error, but many problems running Eclipse on
Linux are the result of gcj. Install the Sun JDK and then make sure
Eclipse is using it by following the instructions here:
http://wiki.eclipse.org/Eclipse.ini

Hope this helps,
Eric



> eclipse.buildId=I20090611-1540
> java.version=1.6.0_11
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Framework arguments: -product org.eclipse.epp.package.jee.product
> Command-line arguments: -os linux -ws gtk -arch x86 -product
> org.eclipse.epp.package.jee.product
>
> !ENTRY org.eclipse.osgi 4 0 2009-09-02 17:29:12.743
> !MESSAGE Startup error
> !STACK 1
> java.lang.IllegalArgumentException: invalid qualifier: 6+desktop7+24
> at org.osgi.framework.Version.validate(Version.java:188)
> at org.osgi.framework.Version.<init>(Version.java:92)
> at
> org.eclipse.osgi.framework.internal.core.Framework.initializ eProperties(Framework.java:361)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.initializ e(Framework.java:196)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:157)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:286)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:175)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
>
>
Re: Can't start eclipse [message #553741 is a reply to message #483868] Wed, 18 August 2010 16:23 Go to previous message
topcat  is currently offline topcat Friend
Messages: 1
Registered: August 2010
Junior Member
I don't know if this is still relevant. But, this might solve your problem..

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

Its because of a '+' in the version name. A workaround is to set org.osgi.framework.os.version in the config file.
Previous Topic:Eclipse crashes on file system access
Next Topic:creating jar for swing application (java)
Goto Forum:
  


Current Time: Fri Apr 19 10:06:52 GMT 2024

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

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

Back to the top