Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » eclipse hung at startup
eclipse hung at startup [message #666841] Sat, 23 April 2011 04:59
jason  is currently offline jason Friend
Messages: 1
Registered: April 2011
Junior Member
Hi, I have been using Eclipse helio release for a few months without much issue until yesterday. It hung at the start up right after the splash screen without any message. Couldn't think of anything to fix it, I reinstalled, recreated the workspace and imported my project. Then I close down eclipse. It hung again at start up. I run it with -debug option, it didn't give me much information either. Finally I noticed some log file in eclipse/configuration file. Here is the content the log

jsun@lnxdev11:/home/jsun/eclipse/configuration>cat 1303530900483.log
!SESSION 2011-04-22 20:54:59.670 -----------------------------------------------
eclipse.buildId=M20100909-0800
java.fullversion=JRE 1.6.0 IBM J9 2.4 Linux amd64-64 jvmxa6460sr7-20091214_49398 (JIT enabled, AOT enabled)
J9VM - 20091214_049398
JIT - r9_20091123_13891
GC - 20091111_AA
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64 -data newspace -clean -debug

!ENTRY org.eclipse.osgi 4 0 2011-04-22 20:55:00.982
!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(EclipseS tarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:600)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
jsun@lnxdev11:/home/jsun/eclipse/configuration>cat configure.ini
cat: configure.ini: No such file or directory
jsun@lnxdev11:/home/jsun/eclipse/configuration>cat config.ini
#This configuration file was written by: org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxF wConfigFileParser
#Fri Sep 17 03:25:35 EDT 2010
org.eclipse.update.reconcile=false
eclipse.p2.profile=epp.package.cpp
osgi.instance.area.default=@user.home/workspace
osgi.framework=file\:plugins/org.eclipse.osgi_3.6.1.R36x_v20 100806.jar
equinox.use.ds=true
eclipse.buildId=M20100909-0800
osgi.bundles=reference\:file\: org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar @1\:start
org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.e clipse.equinox.simpleconfigurator/bundles.info
eclipse.product=org.eclipse.platform.ide
osgi.splashPath=platform\:/base/plugins/org.eclipse.platform
osgi.framework.extensions=
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.p2.data.area=@config.dir/../p2
osgi.bundles.defaultStartLevel=4

The eclipse.ini file looks like the following
jsun@lnxdev11:/home/jsun/eclipse/configuration>
jsun@lnxdev11:/home/jsun/eclipse/configuration>cat ../eclipse.ini
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vm
/home/gadair/java/ibm-java-x86_64-60/bin/java
-vmargs
-Xms40m
-Xmx512m

Any idea how to fix the problem? I have no idea how to proceed from here. Thanks very much for help or suggestion

[Updated on: Sat, 23 April 2011 05:04]

Report message to a moderator

Previous Topic:Application install
Next Topic:Error when installing plug in for eclipse 3.4.2
Goto Forum:
  


Current Time: Fri Apr 26 06:14:31 GMT 2024

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

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

Back to the top