Missing org.eclipse.epp.logging.aeri.ide plugin in devstudio
-------------------------------------------------------------
Key: JBIDE-26480
URL:
https://issues.redhat.com/browse/JBIDE-26480
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: target-platform
Affects Versions: 4.10.0.AM1
Reporter: Ondrej Dockal
Assignee: Jeff MAURY
Priority: Critical
Fix For: 4.15.0.Final
Moving TP from 4.9 to 4.10 caused missing org.eclipse.epp.logging.aeri.ide plugin.
One case how to reproduce this issue is to install RedDeer 2.4.0.M2 (Maybe even older
2.3.0.Final release) which requires aeri.core and aeri.ide plugins to be available.
Restarting of devstudio after instalaltion or RD will shows in error log this:
{code}
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)"
{code}
This is suggesting that it has something in common with lucene.core plugin. this might
help identifying the root cause.