users@glassfish.java.net

Felix fileinstall issue in latest build

From: Annies <annies_a_at_yahoo.com>
Date: Thu, 9 Jul 2009 14:58:41 -0700 (PDT)

With b54, when I copy a bundle to autodeploy-bundles dir, Felix fileinstall picks it up and installs it.
But it fails to start the bundle with an error like this - Error during dispatch.
(java.lang.IllegalArgumentException: URI is not absolute.
This used to work fine before. Last I tested was with b51.


[#|2009-07-09T14:54:58.019-0700|INFO|glassfish|null|_ThreadID=17;_ThreadName=Thread-1;|Installed /Users/annies/b54/glassfishv3/glassfish/domains/domain1/autodeploy-bundles/jbi.jar|#]

[#|2009-07-09T14:54:58.023-0700|INFO|glassfish|null|_ThreadID=17;_ThreadName=Thread-1;|Started bundle: /Users/annies/b54/glassfishv3/glassfish/domains/domain1/autodeploy-bundles/jbi.jar|#]

[#|2009-07-09T14:54:58.023-0700|INFO|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;|ERROR: EventDispatcher: Error during dispatch. (java.lang.IllegalArgumentException: URI is not absolute)|#]

[#|2009-07-09T14:54:58.023-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;|java.lang.IllegalArgumentException: URI is not absolute|#]

[#|2009-07-09T14:54:58.024-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at java.io.File.<init>(File.java:361)|#]

[#|2009-07-09T14:54:58.024-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at org.jvnet.hk2.osgiadapter.OSGiModuleDefinition.getManifest(OSGiModuleDefinition.java:198)|#]

[#|2009-07-09T14:54:58.024-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at org.glassfish.admin.monitor.MonitoringBootstrap.addProvider(MonitoringBootstrap.java:118)|#]

[#|2009-07-09T14:54:58.024-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at org.glassfish.admin.monitor.MonitoringBootstrap.moduleStarted(MonitoringBootstrap.java:96)|#]

[#|2009-07-09T14:54:58.024-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl$3.bundleChanged(OSGiModulesRegistryImpl.java:461)|#]

[#|2009-07-09T14:54:58.024-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:771)|#]

[#|2009-07-09T14:54:58.024-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:700)|#]

[#|2009-07-09T14:54:58.025-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at org.apache.felix.framework.util.EventDispatcher.run(EventDispatcher.java:900)|#]

[#|2009-07-09T14:54:58.025-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at org.apache.felix.framework.util.EventDispatcher.access$000(EventDispatcher.java:50)|#]

[#|2009-07-09T14:54:58.025-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at org.apache.felix.framework.util.EventDispatcher$1.run(EventDispatcher.java:102)|#]

[#|2009-07-09T14:54:58.026-0700|SEVERE|glassfish|null|_ThreadID=18;_ThreadName=Thread-1;| at java.lang.Thread.run(Thread.java:637)|#]