|
Replies:
4
-
Last Post:
Jul 11, 2009 4:50 PM
by: Annies
|
|
|
|
|
|
|
Felix fileinstall issue in latest build
Posted:
Jul 9, 2009 2:58 PM
|
|
|
|
|
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)|#]
[att1.html]
|
|
|
|
|
|
|
RE: Felix fileinstall issue in latest build
Posted:
Jul 9, 2009 3:39 PM
in response to: Annies
|
|
|
|
|
or manifest went null check $GLASSFISH_HOME/domains/domain1/applications/j2ee-apps/YourWebAppName/META-INF/manifest.mf contains these items
Manifest-Version: 1.0 Ant-Version: Apache Ant 1.6.5 Created-By: Apache Ant 1.5.1 Application-Type: system-all
if so try to turn on logging:
http://wiki.glassfish.java.net/Wiki.jsp?page=JavaServerFacesRI#section-JavaServerFacesRI-HowCanITurnOnLogging
Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.
Date: Thu, 9 Jul 2009 14:58:41 -0700 From: annies_a@yahoo.com To: users@glassfish.dev.java.net Subject: Felix fileinstall issue in latest build
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)|#]
_________________________________________________________________ Lauren found her dream laptop. Find the PC that’s right for you. http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 [att1.html]
|
|
|
|
|
|
|
|
Re: Felix fileinstall issue in latest build
Posted:
Jul 9, 2009 9:30 PM
in response to: Annies
|
|
|
This is not a problem with FileInstall as such. I think I know what's going on. File a bug and assign it to me (ss141213), I shall try to address it.
Sahoo
Annies wrote: > > 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)|#] > > > >
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: users-help@glassfish.dev.java.net
|
|
|
|
|
|
|
|
Re: Felix fileinstall issue in latest build
Posted:
Jul 9, 2009 10:19 PM
in response to: Sahoo
|
|
|
I should have also told you that bundle actually gets started as the message below shows:
[#|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|#]
; it's just that an error occurs in an asynchronous bundle listener.
SO, you should see no impact in your bundle.
Thanks, Sahoo Sahoo wrote: > This is not a problem with FileInstall as such. I think I know what's > going on. File a bug and assign it to me (ss141213), I shall try to > address it. > > Sahoo > > Annies wrote: >> >> 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)|#] >> >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net > For additional commands, e-mail: users-help@glassfish.dev.java.net >
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: users-help@glassfish.dev.java.net
|
|
|
|
|
|
|
|
Re: Felix fileinstall issue in latest build
Posted:
Jul 11, 2009 4:50 PM
in response to: Sahoo
|
|
|
|
|
Thanks Sahoo. I created issue https://glassfish.dev.java.net/issues/show_bug.cgi?id=8707 In Felix console I noticed that the bundles are started, but the blocking issue is - the server hangs at startup the next time.
Thanks Annies
________________________________ From: Sahoo <Sahoo@Sun.COM> To: users@glassfish.dev.java.net Sent: Thursday, July 9, 2009 10:19:50 PM Subject: Re: Felix fileinstall issue in latest build
I should have also told you that bundle actually gets started as the message below shows:
[#|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|#]
; it's just that an error occurs in an asynchronous bundle listener.
SO, you should see no impact in your bundle.
Thanks, Sahoo Sahoo wrote: > This is not a problem with FileInstall as such. I think I know what's going on. File a bug and assign it to me (ss141213), I shall try to address it. > > Sahoo > > Annies wrote: >> >> 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)|#] >> >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net > For additional commands, e-mail: users-help@glassfish.dev.java.net >
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: users-help@glassfish.dev.java.net
[att1.html]
|
|
|
|
|