Hi there,
I’m having issues building my CAP. My POM file and Activator are happy but i keep getting a “Error Starting Bundle.”
I have a feeling this has to do with Maven, but I can’t see to figure out if I’m missing a Plugin or if my POM file is missing something.
I have attached the error message below. Has any one ran into this problem?
15:05:59.927 ERROR - Error starting bundle. {thread: Thread-2 , loggerClass: com.ur.urcap.osgi.BundleServicesBinder}
org.osgi.framework.BundleException: Unable to resolve com.meltonmcahine.PlasmaCutter [184](R 184.0): missing requirement [com.meltonmcahine.PlasmaCutter [184](R 184.0)] osgi.wiring.package; (osgi.wiring.package=com.meltonmcahine.PlasmaCutter) Unresolved requirements: [[com.meltonmcahine.PlasmaCutter [184](R 184.0)] osgi.wiring.package; (osgi.wiring.package=com.meltonmcahine.PlasmaCutter)]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4114) ~[felix.jar:?]
at org.apache.felix.framework.Felix.startBundle(Felix.java:2111) ~[felix.jar:?]
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:977) ~[felix.jar:?]
at com.ur.urcap.osgi.BundleServicesBinder.startURCapBundles(BundleServicesBinder.java:291) [polyscope-internal-urcap-10.9.258.jar:?]
at com.ur.urcap.osgi.BundleServicesBinder.bindService(BundleServicesBinder.java:196) [polyscope-internal-urcap-10.9.258.jar:?]
at com.ur.view.polyscope.module.ContributionBinding.bindContext(ContributionBinding.java:28) [polyscope-internal-view-10.9.258.jar:?]
at com.ur.view.polyscope.module.ContributionBinding.registerContributions(ContributionBinding.java:17) [polyscope-internal-view-10.9.258.jar:?]
at gui.main.URGUI.bindServices(URGUI.java:343) [polyscope-internal-view-10.9.258.jar:?]
at gui.main.URGUI.bindServices(URGUI.java:306) [polyscope-internal-view-10.9.258.jar:?]
at gui.main.URGUI.run(URGUI.java:195) [polyscope-internal-view-10.9.258.jar:?]
at gui.main.Activator$StartPolyScopeThread.run(Activator.java:81) [polyscope-internal-view-10.9.258.jar:?]