Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Aeri warning over org.eclipse.reddeer NPE 2.0.7 #1958

Closed
odockal opened this issue Sep 12, 2018 · 2 comments
Closed

Aeri warning over org.eclipse.reddeer NPE 2.0.7 #1958

odockal opened this issue Sep 12, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@odockal
Copy link
Collaborator

odockal commented Sep 12, 2018

screenshot_20180912_211720

@odockal odockal added this to the 2.4.0 milestone Sep 12, 2018
@odockal odockal added the bug label Oct 8, 2018
jkopriva added a commit to jkopriva/reddeer that referenced this issue Nov 8, 2018
@jkopriva jkopriva closed this as completed Nov 9, 2018
@jkopriva jkopriva reopened this Nov 9, 2018
odockal pushed a commit that referenced this issue Nov 15, 2018
@jkopriva
Copy link
Contributor

Another bunch of errors:
eclipse.buildId=12.10.0.AM1-v20181119-0555-B3655
java.version=1.8.0_191
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -data file:/home/jkopriva/devstudio_B3655/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product

org.eclipse.e4.ui.workbench
Warning
Tue Nov 20 10:11:12 CET 2018
Removing part descriptor with the 'org.eclipse.reddeer.workbench.test.ui.views.dirtylabelview' id and the 'Workbench Dirty Test' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class.

eclipse.buildId=12.10.0.AM1-v20181119-0555-B3655
java.version=1.8.0_191
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -data file:/home/jkopriva/devstudio_B3655/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product

org.eclipse.e4.ui.workbench
Warning
Tue Nov 20 10:11:11 CET 2018
Removing part descriptor with the 'org.eclipse.reddeer.workbench.test.ui.views.labelview' id and the 'Workbench Test' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class.

eclipse.buildId=12.10.0.AM1-v20181119-0555-B3655
java.version=1.8.0_191
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.jboss.devstudio.core.product
Command-line arguments: -data file:/home/jkopriva/devstudio_B3655/workspace/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product

org.eclipse.reddeer.eclipse.test
Error
Tue Nov 20 10:11:03 CET 2018
FrameworkEvent ERROR

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.reddeer.eclipse.test [1196]
Unresolved requirement: Require-Bundle: org.eclipse.epp.logging.aeri.ide
-> Bundle-SymbolicName: org.eclipse.epp.logging.aeri.ide; bundle-version="2.0.7.v20180504-0806"; singleton:="true"
org.eclipse.epp.logging.aeri.ide [345]
Unresolved requirement: Import-Package: org.apache.lucene.document; version="[7.1.0,8.0.0)"

at org.eclipse.osgi.container.Module.start(Module.java:447)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1685)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1664)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1627)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1558)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)

@odockal
Copy link
Collaborator Author

odockal commented Nov 28, 2018

Only those warnings left:

eclipse.buildId=12.10.0.AM1-v20181128-0454-B3667
java.version=1.8.0_191
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product com.jboss.devstudio.core.product
Command-line arguments:  -data file:/home/odockal/workspace12100AM1-1128/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product

org.eclipse.e4.ui.workbench
Warning
Wed Nov 28 10:43:36 CET 2018
Removing part descriptor with the 'org.eclipse.reddeer.workbench.test.ui.views.dirtylabelview' id and the 'Workbench Dirty Test' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class.

eclipse.buildId=12.10.0.AM1-v20181128-0454-B3667
java.version=1.8.0_191
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product com.jboss.devstudio.core.product
Command-line arguments:  -data file:/home/odockal/workspace12100AM1-1128/ -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product

org.eclipse.e4.ui.workbench
Warning
Wed Nov 28 10:43:35 CET 2018
Removing part descriptor with the 'org.eclipse.reddeer.workbench.test.ui.views.labelview' id and the 'Workbench Test' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class.

Follow up issue: #1977

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants