Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.0.2 Minor Release
-
Labels:
-
Story Points:0.25
-
Sprint:Fall 2018 Sprint 4, Fall 2018 Sprint 5
Description
The following error is seen in the console when starting 9.0.2:
09:51:16.336 [main] ERROR com.affymetrix.main.OSGiHandler - Unable to resolve htsjdk-igb [34](R 34.0): missing requirement [htsjdk-igb [34](R 34.0)] osgi.wiring.package; (osgi.wiring.package=scala.reflect) Unresolved requirements: [[htsjdk-igb [34](R 34.0)] osgi.wiring.package; (osgi.wiring.package=scala.reflect)]
org.osgi.framework.BundleException: Unable to resolve htsjdk-igb [34](R 34.0): missing requirement [htsjdk-igb [34](R 34.0)] osgi.wiring.package; (osgi.wiring.package=scala.reflect) Unresolved requirements: [[htsjdk-igb [34](R 34.0)] osgi.wiring.package; (osgi.wiring.package=scala.reflect)]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4114) ~[igb_exe.jar:na]
at org.apache.felix.framework.Felix.startBundle(Felix.java:2111) ~[igb_exe.jar:na]
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:977) ~[igb_exe.jar:na]
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:964) ~[igb_exe.jar:na]
at com.affymetrix.main.OSGiHandler.loadBundles(OSGiHandler.java:83) [igb_exe.jar:na]
at com.affymetrix.main.OSGiHandler.startOSGi(OSGiHandler.java:63) [igb_exe.jar:na]
at com.affymetrix.main.Main.main(Main.java:30) [igb_exe.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_152]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_152]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_152]
at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_152]
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:81) [i4jruntime.jar:na]
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94) [i4jruntime.jar:na]
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25) [i4jruntime.jar:na]
Attachments
Issue Links
- relates to
-
IGBF-1418 Import htsjdk as OSGi bundle
- Closed