小编bor*_*mgr的帖子

Equinox启动错误(错过控制台捆绑)

java.version=1.6.0_10
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
 Command-line arguments:  -console -configuration runtime

ENTRY org.eclipse.osgi 4 0 2012-03-28 15:50:09.721
 !MESSAGE Could not find bundle: org.eclipse.equinox.console
!STACK 0`enter code here`
org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console
at          org.eclipse.osgi.framework.internal.core.ConsoleManager.checkForConsoleBundle(ConsoleManager.java:211)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:297)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:151)

!ENTRY org.eclipse.osgi 4 0 2012-03-28 15:50:09.737
!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:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    at …
Run Code Online (Sandbox Code Playgroud)

osgi equinox

8
推荐指数
2
解决办法
2万
查看次数

在 Jenkins Pipeline 中,从 vars 文件夹中的共享库返回一个值(映射或列表)

我有一个 Jenkins Pipeline,它调用 vars 文件夹内的 groovy 函数。

a)返回一个值(例如脚本中的列表或映射)并在管道中访问它是否是正确的方法

b)即使这不是正确的方法,是否有办法实现此功能?

jenkins jenkins-pipeline

5
推荐指数
1
解决办法
8636
查看次数

underscore.js _.values方法反转顺序

_.valuesunderscore.js 的函数反转返回值的顺序.

有谁知道这种行为背后的原因?

javascript underscore.js

3
推荐指数
1
解决办法
4446
查看次数