2012-03-29 264 views
2

我今天启动了STS,弹出一个错误提示,要求我查看/Users/salman/springsource/sts-2.6.0.RELEASE/configuration下的错误日志。该日志文件有以下堆栈跟踪:Mac上的STS启动问题

!SESSION 2012-03-29 10:16:51.910 ----------------------------------------------- 
eclipse.buildId=2.9.0.201203011000-RELEASE 
java.version=1.6.0_29 
java.vendor=Apple Inc. 
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US 
Framework arguments: -product com.springsource.sts.ide -keyring /Users/salmanqureshi/.eclipse_keyring -showlocation 
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.springsource.sts.ide -keyring /Users/salmanqureshi/.eclipse_keyring -showlocation 

!ENTRY org.eclipse.osgi 2 0 2012-03-29 10:16:54.928 
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists: 
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-03-29 10:16:54.928 
!MESSAGE Bundle org.codehaus.groovy_1.8.6.xx-20120301-1300-e36-RELEASE [1323] was not resolved. 
!SUBENTRY 2 org.codehaus.groovy 2 0 2012-03-29 10:16:54.928 
!MESSAGE The bundle is disabled: "org.eclipse.pde.ui:Disabled via PDE" 

!ENTRY org.eclipse.osgi 4 0 2012-03-29 10:16:54.930 
!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:369) 
    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:620) 
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575) 
    at org.eclipse.equinox.launcher.Main.run(Main.java:1408) 

我想在此线程Eclipse freezing at startup - before loading workspace列出的几个解决方案,但毫无效果。

虽然我去尝试一些不同的事情,并检出更多的博客文章。我不介意在这里得到一个快速答复。编辑: 这是我的STS.ini。这是否有意义kadaj?

-startup 
../../../plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar 
--launcher.library 
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.2.R36x_v20101019_1345 
-product 
com.springsource.sts.ide 
--launcher.defaultAction 
openFile 
-vmargs 
-clean 
-Dosgi.requiredJavaVersion=1.5 
-Xmn128m 
-Xms256m 
-Xmx768m 
-Xss1m 
-XX:PermSize=128m 
-XX:MaxPermSize=384m 
-XstartOnFirstThread 
-Dorg.eclipse.swt.internal.carbon.smallFonts 

回答

3

我能够通过在配置和重新启动STS下删除'org.eclipse.osgi'文件夹来解决它。在配置文件夹中获得了这个包的新版本。我认为那是被损坏的。感谢您的回复,但

+0

这也解决了我的问题。从GGTS 3.0.0.RELEASE升级到3.1.0.RELEASE后发生了矿难。 – ShatyUT 2012-10-09 11:46:53