Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Spring 8 2023 Apr 24
Description
Situation: Currently unable to resolve org.apache.felix.scr. Note that the only other bundle affected by org.apache.felix.scr is the graphTab bundle. Both bundles state that they are missing the required org.osgi.service.component.
14:49:00.346 [main] ERROR com.affymetrix.main.OSGiHandler - Unable to resolve org.apache.felix.scr [64](R 64.0): missing requirement [org.apache.felix.scr [64](R 64.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.service.component)(version>=1.5.0)(!(version>=1.6.0))) Unresolved requirements: [[org.apache.felix.scr [64](R 64.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.service.component)(version>=1.5.0)(!(version>=1.6.0)))]
Task: Determine why this error is appearing, if it can be fixed then update this ticket as needed.
Attachments
Issue Links
- relates to
-
IGBF-3275 Investigate the OSGI wiring issue
- Closed
This stackoverflow seems pertinent: https://stackoverflow.com/questions/54020799/apache-felix-osgi-error-missing-requirement-osgi-extender
However, adding the artifact for org.osgi.service.component into the pom does not resolve the issue.