[JBoss JIRA] (JBIDE-26480) Missing org.eclipse.epp.logging.aeri.ide plugin in devstudio
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-26480?page=com.atlassian.jira.plug... ]
Stephane Bouchet commented on JBIDE-26480:
------------------------------------------
testing using osgi console with 4.14.0.Final give me an error :
{code:java}
osgi> ss aeri
"Framework is launched."
id State Bundle
341 STARTING org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806
342 INSTALLED org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806
osgi> start 342
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.epp.logging.aeri.ide [342]
Unresolved requirement: Import-Package: org.apache.lucene.document; version="[7.1.0,8.0.0)"
{code}
despite the fact that this Import-Package is correctly resolved to the org.apache.lucene.core_7.5.0 bundle.
After looking at the upstream bugzilla, aeri is not used anymore in the release train. the only reference i can find is from reddeer. maybe it's time to remove this dependency ?
> 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.AM1
>
>
> 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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years