2

我今天启动了 STS,然后弹出一个错误警报,要求我查看 /Users/salman/springsource/sts-2.6.0.RELEASE/configuration 下的错误日志。该日志文件具有以下堆栈跟踪:

!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 在启动时冻结 - 在加载工作区之前但没有任何效果。

当我去尝试一些不同的事情并查看更多博客文章时。我不介意在这里得到快速回复。

编辑:这是我的 STS.ini。这有意义吗?

-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
4

2 回答 2

4

我能够通过删除配置下的“org.eclipse.osgi”文件夹并重新启动 STS 来解决它。在配置文件夹中获得了此捆绑包的全新版本。我认为这就是被破坏的东西。

于 2012-05-08T10:58:29.220 回答
0

按照提到的步骤

  1. 打开应用程序
  2. 定位 STS
  3. 右键单击并打开包内容
  4. 导航到eclipse文件夹
  5. 打开 sts.ini
  6. 添加-Xss128m -Xmn1024m
于 2022-01-18T03:40:25.340 回答