- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个基于插件的 RCP 应用程序,我将其导出为产品,直到添加 Guava 库为止,它工作得很好。我将 Guava-23.0 库添加到项目中,并将插件添加到依赖项中(但出于某种原因,它将 guava 插件列为 21.0 而不是 23.0?),当我从 Eclipse 进行测试。
但是,当我导出产品然后尝试打开应用程序时,它不会启动,而是创建这个巨大的错误文件:
!SESSION 2017-12-13 12:18:54.650 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_144
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -clearPersistedState
Command-line arguments: -os win32 -ws win32 -arch x86_64 -clearPersistedState
!ENTRY org.eclipse.update.configurator 4 0 2017-12-13 12:18:56.114
!MESSAGE Could not install bundle plugins/ch.qos.logback.classic_1.0.7.v20121108-1250.jar A bundle is already installed with the name "ch.qos.logback.classic" and version "1.0.7.v20121108-1250"
!ENTRY org.eclipse.update.configurator 4 0 2017-12-13 12:18:56.114
!MESSAGE Could not install bundle plugins/ch.qos.logback.core_1.0.7.v20121108-1250.jar A bundle is already installed with the name "ch.qos.logback.core" and version "1.0.7.v20121108-1250"
!ENTRY org.eclipse.update.configurator 4 0 2017-12-13 12:18:56.130
!MESSAGE Could not install bundle plugins/ch.qos.logback.slf4j_1.0.7.v201505121915.jar A bundle is already installed with the name "ch.qos.logback.slf4j" and version "1.0.7.v201505121915"
!ENTRY org.eclipse.update.configurator 4 0 2017-12-13 12:18:56.130
!MESSAGE Could not install bundle plugins/com.google.guava_15.0.0.v201403281430.jar A bundle is already installed with the name "com.google.guava" and version "15.0.0.v201403281430"
//**A bunch of the same error for difference bundles here**
!ENTRY org.eclipse.update.configurator 4 0 2017-12-13 12:18:56.614
!MESSAGE Could not install bundle plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar A bundle is already installed with the name "org.w3c.dom.svg" and version "1.1.0.v201011041433"
!ENTRY org.eclipse.update.configurator 4 0 2017-12-13 12:18:56.614
!MESSAGE Could not install bundle plugins/sample_1.0.0.201712131218.jar A bundle is already installed with the name "sample" and version "1.0.0.201712131218"
!ENTRY org.eclipse.help.base 4 0 2017-12-13 12:18:56.677
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.help.base [117]
Unresolved requirement: Require-Bundle: org.apache.lucene.core; bundle-version="[6.1.0,7.0.0)"
Unresolved requirement: Require-Bundle: org.apache.lucene.analyzers-common; bundle-version="[6.1.0,7.0.0)"
-> Bundle-SymbolicName: org.apache.lucene.analyzers-common; bundle-version="6.1.0.v20161115-1612"
org.apache.lucene.analyzers-common [22]
Unresolved requirement: Import-Package: org.apache.lucene.document; core="split"; version="[6.1.0,6.2.0)"
at org.eclipse.osgi.container.Module.start(Module.java:444)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1634)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1613)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1585)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1528)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.help.ui 4 0 2017-12-13 12:18:56.693
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.help.ui [118]
Unresolved requirement: Require-Bundle: org.eclipse.help.base; bundle-version="[4.0.0,5.0.0)"; visibility:="reexport"
-> Bundle-SymbolicName: org.eclipse.help.base; bundle-version="4.2.101.v20171009-0410"; singleton:="true"
org.eclipse.help.base [117]
Unresolved requirement: Require-Bundle: org.apache.lucene.core; bundle-version="[6.1.0,7.0.0)"
Unresolved requirement: Require-Bundle: org.apache.lucene.analyzers-common; bundle-version="[6.1.0,7.0.0)"
-> Bundle-SymbolicName: org.apache.lucene.analyzers-common; bundle-version="6.1.0.v20161115-1612"
org.apache.lucene.analyzers-common [22]
Unresolved requirement: Import-Package: org.apache.lucene.document; core="split"; version="[6.1.0,6.2.0)"
at org.eclipse.osgi.container.Module.start(Module.java:444)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1634)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1613)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1585)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1528)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.m2e.core 4 0 2017-12-13 12:18:56.693
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.core [143]
Unresolved requirement: Require-Bundle: com.google.guava; bundle-version="[21.0.0,22.0.0)"
at org.eclipse.osgi.container.Module.start(Module.java:444)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1634)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1613)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1585)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1528)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.m2e.core.ui 4 0 2017-12-13 12:18:56.693
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.m2e.core.ui [144]
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core; bundle-version="[1.8.1,1.9.0)"
-> Bundle-SymbolicName: org.eclipse.m2e.core; bundle-version="1.8.2.20171007-0217"; singleton:="true"
org.eclipse.m2e.core [143]
Unresolved requirement: Require-Bundle: com.google.guava; bundle-version="[21.0.0,22.0.0)"
at org.eclipse.osgi.container.Module.start(Module.java:444)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1634)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1613)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1585)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1528)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.equinox.app 0 0 2017-12-13 12:18:57.145
!MESSAGE Product sample.product could not be found.
!ENTRY org.eclipse.m2e.core 2 0 2017-12-13 12:18:57.504
!MESSAGE Could not resolve module: org.eclipse.m2e.core [143]
Unresolved requirement: Require-Bundle: com.google.guava; bundle-version="[21.0.0,22.0.0)"
!ENTRY org.apache.lucene.analyzers-smartcn 2 0 2017-12-13 12:18:57.504
!MESSAGE Could not resolve module: org.apache.lucene.analyzers-smartcn [23]
Unresolved requirement: Import-Package: org.apache.lucene.analysis; version="[6.1.0,6.2.0)"
!ENTRY org.eclipse.help.ui 2 0 2017-12-13 12:18:57.504
!MESSAGE Could not resolve module: org.eclipse.help.ui [118]
Unresolved requirement: Require-Bundle: org.eclipse.help.base; bundle-version="[4.0.0,5.0.0)"; visibility:="reexport"
-> Bundle-SymbolicName: org.eclipse.help.base; bundle-version="4.2.101.v20171009-0410"; singleton:="true"
org.eclipse.help.base [117]
Unresolved requirement: Require-Bundle: org.apache.lucene.analyzers-common; bundle-version="[6.1.0,7.0.0)"
-> Bundle-SymbolicName: org.apache.lucene.analyzers-common; bundle-version="6.1.0.v20161115-1612"
org.apache.lucene.analyzers-common [22]
Unresolved requirement: Import-Package: org.apache.lucene.document; core="split"; version="[6.1.0,6.2.0)"
!ENTRY org.eclipse.m2e.logback.appender 2 0 2017-12-13 12:18:57.504
!MESSAGE Could not resolve module: org.eclipse.m2e.logback.appender [145]
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core.ui; bundle-version="[1.8.1,1.9.0)"
-> Bundle-SymbolicName: org.eclipse.m2e.core.ui; bundle-version="1.8.2.20171007-0217"; singleton:="true"
org.eclipse.m2e.core.ui [144]
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core; bundle-version="[1.8.1,1.9.0)"
-> Bundle-SymbolicName: org.eclipse.m2e.core; bundle-version="1.8.2.20171007-0217"; singleton:="true"
org.eclipse.m2e.core [143]
Unresolved requirement: Require-Bundle: com.google.guava; bundle-version="[21.0.0,22.0.0)"
!ENTRY org.apache.lucene.analyzers-common 2 0 2017-12-13 12:18:57.504
!MESSAGE Could not resolve module: org.apache.lucene.analyzers-common [22]
Unresolved requirement: Import-Package: org.apache.lucene.document; core="split"; version="[6.1.0,6.2.0)"
!ENTRY org.eclipse.m2e.core.ui 2 0 2017-12-13 12:18:57.504
!MESSAGE Could not resolve module: org.eclipse.m2e.core.ui [144]
Unresolved requirement: Require-Bundle: org.eclipse.m2e.core; bundle-version="[1.8.1,1.9.0)"
-> Bundle-SymbolicName: org.eclipse.m2e.core; bundle-version="1.8.2.20171007-0217"; singleton:="true"
org.eclipse.m2e.core [143]
Unresolved requirement: Require-Bundle: com.google.guava; bundle-version="[21.0.0,22.0.0)"
!ENTRY org.eclipse.help.base 2 0 2017-12-13 12:18:57.504
!MESSAGE Could not resolve module: org.eclipse.help.base [117]
Unresolved requirement: Require-Bundle: org.apache.lucene.analyzers-common; bundle-version="[6.1.0,7.0.0)"
-> Bundle-SymbolicName: org.apache.lucene.analyzers-common; bundle-version="6.1.0.v20161115-1612"
org.apache.lucene.analyzers-common [22]
Unresolved requirement: Import-Package: org.apache.lucene.document; core="split"; version="[6.1.0,6.2.0)"
!ENTRY org.apache.lucene.misc 2 0 2017-12-13 12:18:57.504
!MESSAGE Could not resolve module: org.apache.lucene.misc [25]
Unresolved requirement: Import-Package: org.apache.lucene.analysis; version="[6.1.0,6.2.0)"
!ENTRY sample 2 0 2017-12-13 12:18:57.504
!MESSAGE Could not resolve module: sample [216]
Unresolved requirement: Require-Bundle: com.google.guava; bundle-version="21.0.0"
!ENTRY org.eclipse.osgi 4 0 2017-12-13 12:18:57.504
!MESSAGE Application error
!STACK 1
java.lang.NullPointerException
at org.eclipse.emf.common.util.URI$URIPool$PlatformAccessUnit.setValue(URI.java:865)
at org.eclipse.emf.common.util.URI$URIPool.intern(URI.java:1949)
at org.eclipse.emf.common.util.URI.createPlatformPluginURI(URI.java:2718)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.determineApplicationModelURI(E4Application.java:408)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.loadApplicationModel(E4Application.java:349)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:253)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:149)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
我一生都无法弄清楚为什么会发生这种情况或如何解决它。
最佳答案
经过一些更深入的研究,我找到了问题的解决方案。这似乎是某种错误,但修复方法是在产品文件的内容选项卡下手动指定 com.google.guava 和 org.apache.lucene.core 的确切版本。
关于java - 将 Guava 添加到依赖项后,基于插件的 RCP 产品构建将无法运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47799228/
我在 gobject 上阅读了一个维基百科页面,上面写着, Depending only on GLib and libc, GObject is a cornerstone of GNOME and
如何注册一个依赖属性,其值是使用另一个依赖属性的值计算的? 由于 .NET 属性包装器在运行时被 WPF 绕过,因此不应在 getter 和 setter 中包含逻辑。解决方案通常是使用 Proper
我一直在尝试将 ActionbarSherlock maven 依赖项添加到我的项目中 com.actionbarsherlock library 4.2.0 在我的 po
http://tutorials.jenkov.com/ood/understanding-dependencies.html#whatis说(强调我的): Whenever a class A us
我对所有这些魔法有点不清楚。 据我了解,依赖属性是从 DependencyObject 继承的,因此存储值: 如果分配了值(在本地字典中),则在实例本身中 或者如果未指定值,则从指向父元素的链接中获取
我刚刚更新了在 ASP.NET Framework 4.5.2 版上运行的 MVC Web 应用程序。我正在使用 Twilio 发送 SMS 消息: var twilio = new TwilioRe
我刚刚发现了一件令人生畏的事情。 spring 依赖坐标有两个版本。 项目依赖于 spring mvc 和 spring flow。有两组并行的依赖项。 Spring MVC 具有以下方案的依赖项
我正在尝试包含 的 maven 依赖项 org.jacorb jacorb 2.3.1 依赖已解决,但它导致另一个依赖 picocontainer 出现问题: [ERROR
我正在尝试在 Haskell 项目中包含特定版本的库。该库是住宿加早餐型的(用于 martix 操作),但我需要特定的 0.4.3 版本,该版本修复了乘法实现的错误。 所以,我的 stack.yaml
有谁知道如何制作依赖的 UIPickerView.例如,当我选择组件一的第 2 行时,组件二的标题会发生变化吗? 我在互联网上查找过,没有真正的答案,我尝试过使用 if 和 switch 语句,但它们
我正在编写一个用于验收测试的项目,由于各种原因,这依赖于另一个打包为 WAR 的项目。我已成功使用 maven-dependency-plugin 解压 WAR,但无法让我的项目包含解压的 WEB-I
或多或少我在 session 上大量构建我的网站(特别是重定向用户等),我很好奇这是否是一种危险的做法。禁用浏览器 cookie 保存的用户的大致比例是多少?我愿意接受任何建议:) 谢谢 最佳答案 s
开始玩 Scala futures,我被依赖的 futures 困住了。 让我们举个例子。我搜索地点并获得 Future[Seq[Place]]。对于这些地点中的每一个,我搜索最近的地铁站(该服务返回
或多或少我在 session 上大量构建我的网站(特别是重定向用户等),我很好奇这是否是一种危险的做法。禁用浏览器 cookie 保存的用户的大致比例是多少?我愿意接受任何建议:) 谢谢 最佳答案 s
我有一个二进制文件,需要一些 *.so 文件才能执行。现在,当我尝试在一些旧机器上执行它时,它会显示 /lib/libc.so.6: version `GLIBC_2.4' not found 如何将
我尝试使用 Dygraph 来表示图表,我在 https://github.com/danvk/dygraphs 中找到了代码,但是它有太多的依赖文件,我觉得很烦人。是否有一个文件可以容纳所有必需的
我正在处理一个 javascript 文件,该文件 a) 声明一个具有函数的对象,并且 b) 使用它期望在外部声明的散列调用该对象的 init 函数。我的 Jasmine 规范提示它找不到哈希,因为它
最近我一直在学习 Angular 并且进展顺利,但是关于依赖注入(inject)的一些事情我仍然不清楚。 是否有任何理由在我的 app.js 文件中声明我的应用程序的其他部分(服务、 Controll
考虑一个名为 foo 的表,它有 id (PRIMARY & AUTO_INCREMENT) 列。我正在向该表中插入一行,挑战从此时开始。 $db->query("INSERT INTO `foo`
我正在使用级联下拉 jquery 插件。 (https://github.com/dnasir/jquery-cascading-dropdown) 我有两个下拉菜单。 “客户端”和“站点”。 根据您
我是一名优秀的程序员,十分优秀!