aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse startup Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse startup" Watch "Eclipse startup" New topic
Author

Eclipse startup

biswajit goswami
Ranch Hand

Joined: Dec 05, 2005
Posts: 35
Working on RAD.Suddenly,its not getting started.Throws a message to see the log files of eclipse,and here it is:


!SESSION Jul 03, 2006 10:22:24.594 ---------------------------------------------
eclipse.buildId=I200406192000
java.fullversion=J2RE 1.4.2 IBM J9 2.2 Windows XP x86-32 j9n142ifx-20041102 (JIT enabled)
J9VM - 20040916_0908_lHdSMR
JIT - r7_level20040915_1801
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -plugincustomization C:\Program Files\IBM\Rational\SDP\6.0\eclipse\default\plugin_customization.ini

!ENTRY org.eclipse.osgi Jul 03, 2006 10:22:24.594
!MESSAGE Startup error
!STACK 1
java.lang.NullPointerException
at org.eclipse.core.runtime.adaptor.EclipseBundleData.generateManifest(EclipseBundleData.java:233)
at org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManifest(EclipseBundleData.java:191)
at org.eclipse.core.runtime.adaptor.CachedManifest.getManifest(CachedManifest.java:36)
at org.eclipse.core.runtime.adaptor.CachedManifest.get(CachedManifest.java:75)
at org.eclipse.osgi.internal.resolver.StateBuilder.createBundleDescription(StateBuilder.java:38)
at org.eclipse.osgi.internal.resolver.StateObjectFactoryImpl.createBundleDescription(StateObjectFactoryImpl.java:29)
at org.eclipse.core.runtime.adaptor.EclipseAdaptor.createStateManager(EclipseAdaptor.java:144)
at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor.initialize(DefaultAdaptor.java:127)
at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:92)
at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:113)
at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:95)
at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:215)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
!SESSION Mon Jul 03 10:22:24 IST 2006 ------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Jul 03, 2006 10:22:24.610
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.NullPointerException
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:138)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
It seems like an error with eclipse.Any help appreciated.
biswajit goswami
Ranch Hand

Joined: Dec 05, 2005
Posts: 35
its resolved.There's .state file in config folder of eclipse.Seems it got corrupted.(Reason:may be improper shutdown)So i replaced that entire config folder from my colleague ,and now rad is happy.
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
I think it would even have been save to simply delete the config folder - it's just some sort of cache, as far as I know.

Anyway, moving this to our IDE forum...


The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Eclipse startup
 
Similar Threads
Eclipse
eclipse errors
trouble installing and running eclipse
Error in starting Eclipse 3.0.
How can I upgrade Eclipse SDK for WSAD 5.1.2?