[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[linux-distros-dev] eclipse startup errror on linux
|
- From: Shyam Sarkar <shyam.s.sarkar@xxxxxxxxx>
- Date: Thu, 15 Jan 2009 11:20:24 -0800
- Delivered-to: linux-distros-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=9qyi1nlWEV/2MBM0gmqfO+2GrXkoThMTRTI2dRWHcw4=; b=RRVQpU3hRqAcIJ3wgzyx6fi5K/vo4W7PvWVICDTSTKK+Qkz3v7z/piDCcJDmSyHg9T OLhdvJomoPBxFZrsy8KbiX8TzOGt+C/hqt1kr4q4tp10I1tpd+qBuBzzxg8KoxZbMBaY ARSIdfoc582tz9Ctfl5mGn+yYNOR7vhvNQF4o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=x42wu+rh0M5Y/47qv/BPThgHDoM+EZ/HySzdKK/jRqYCu/qqar9Ov36MTN4EjdY2ru muGhfXT/qzTPkTSCuXRH2UkyF6N4SWGijNgxrAYZ22nOG4/qlD/N/x0TV6HHRvk/gGZt 64TAMyZwRWF5evz5FCFznoSHXrG8GdwVWgmgE=
I installed eclipse and sourced config.ini but I get following error when trying to run eclipse :
!SESSION 2009-01-15 10:32:39.133 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64
!ENTRY org.eclipse.osgi 4 0 2009-01-15 10:32:39.638
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
---------------------------------------------------------------------------------------
Please tell me what shoudl I do ?
thanks,