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, Spring 9 2023 May 1
Description
Situation: The only remaining errors (errors are all in org.lorainelab.igb.remote.services) all have the same thing in common, a missing requirement for org.apache.felix.dm. The pom does include a dependency for org.apache.felix.dependencymanager, which seems similar. The dependencymanager dependency was updated to the most recent version.
14:49:00.320 [main] ERROR com.affymetrix.main.OSGiHandler - Unable to resolve org.apache.felix.dependencymanager [59](R 59.0): missing requirement [org.apache.felix.dependencymanager [59](R 59.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.service.metatype)(version>=1.3.0)(!(version>=2.0.0))) [caused by: Unable to resolve osgi.cmpn [74](R 74.0): missing requirement [osgi.cmpn [74](R 74.0)] osgi.compile.time.only; (&(must.not.resolve=*)(!(must.not.resolve=*)))] Unresolved requirements: [[org.apache.felix.dependencymanager [59](R 59.0)] osgi.wiring.package; (&(osgi.wiring.package=org.osgi.service.metatype)(version>=1.3.0)(!(version>=2.0.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