Fragment bundles should not be started by OBR plugin service

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: Setup
    • None

      If attempting to install a plug-in that is an OSGi fragment bundle, SolarNode attempts to start the bundle as well, but fragments cannot be started. An exception is thrown instead:

      java.lang.RuntimeException: Unable to start plugin net.solarnetwork.node.setup.web.loxone version 1.0.0
      	at net.solarnetwork.node.setup.obr.OBRProvisionTask.downloadPlugins(OBRProvisionTask.java:231)
      	at net.solarnetwork.node.setup.obr.OBRProvisionTask.call(OBRProvisionTask.java:101)
      	at net.solarnetwork.node.setup.obr.OBRProvisionTask.call(OBRProvisionTask.java:62)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      	at java.lang.Thread.run(Thread.java:745)
      

            Assignee:
            Matt Magoffin
            Reporter:
            Matt Magoffin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: