dev@glassfish.java.net

Re: error in jmxremote_optional when building V3 from scratch

From: Sahoo <Sahoo_at_Sun.COM>
Date: Tue, 15 Jul 2008 18:15:51 -0700

Llyod,

1. Yes, those messages are harmless. We are working on fixing the server
to not print them.

2. I don't understand why you chose to use this email thread to bring
this issue. As I understand, Anissa reported a problem while running mvn
command which is completely unrelated to the message printed in log file.

3. I also don't know what made you think MAVEN_OPTS can affect GlassFish
runtime, which is responsible for producing these messages. It's not as
if you are using /mvn gf:run/, are you?

Thanks,
Sahoo

Lloyd Chambers wrote:
> Sahoo,
>
> Yes. Here is the log.
>
>
> MB2:amx-impl lloyd$ runv3
> Jul 15, 2008 5:48:01 PM
> com.sun.enterprise.admin.launcher.GFLauncherLogger info
> INFO: JVM invocation command line:
> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
> -cp
> /v3/run/modules/glassfish-10.0-SNAPSHOT-sources.jar:/v3/run/modules/glassfish-10.0-SNAPSHOT.jar
>
> -XX:+UnlockDiagnosticVMOptions
> -XX:+LogVMOutput
> -XX:NewRatio=2
> -XX:LogFile=/v3/run/domains/domain1/logs/jvm.log
> -Xmx512m
> -client
> -Djava.ext.dirs=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/jre/lib/ext:/v3/run/domains/domain1/lib/ext:/v3/run/javadb/lib
>
> -Djava.security.policy=/v3/run/domains/domain1/config/server.policy
> -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
> -Djava.endorsed.dirs=/v3/run/lib/endorsed
> -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
>
> -Djavax.net.ssl.trustStore=/v3/run/domains/domain1/config/cacerts.jks
> -Djavax.net.ssl.keyStore=/v3/run/domains/domain1/config/keystore.jks
> -Dsun.rmi.dgc.server.gcInterval=3600000
> -Dsun.rmi.dgc.client.gcInterval=3600000
> -Djava.security.auth.login.config=/v3/run/domains/domain1/config/login.conf
>
> com.sun.enterprise.glassfish.bootstrap.ASMain
> -debug
> false
> -domaindir
> /v3/run/domains/domain1
> -instancename
> server
> -verbose
> true
> -domainname
> domain1
> Jul 15, 2008 5:48:01 PM
> com.sun.enterprise.admin.launcher.GFLauncherLogger info
> INFO: Successfully launched in 178 msec.
> Jul 15, 2008 5:48:01 PM com.sun.enterprise.glassfish.bootstrap.ASMain
> main
> INFO: Launching GlassFish on Apache Felix OSGi platform
> Jul 15, 2008 5:48:01 PM
> com.sun.enterprise.glassfish.bootstrap.ASMainOSGi getSharedRepos
> INFO: /v3/run/domains/domain1/lib does not exist
> Jul 15, 2008 5:48:01 PM
> com.sun.enterprise.glassfish.bootstrap.ASMainHelper setUpOSGiCache
> INFO: Removing Felix cache profile dir
> /v3/run/domains/domain1/.felix/gf left from a previous run
>
> Welcome to Felix.
> =================
>
> Jul 15, 2008 5:48:01 PM HK2Main start
> INFO: contextRootDir = /v3/run/modules
> Jul 15, 2008 5:48:01 PM OSGiFactoryImpl initialize
> INFO: Singleton already initialized as
> com.sun.enterprise.module.impl.HK2Factory_at_79b177
> org.osgi.framework.BundleException: Bundle symbolic name and version
> are not unique.
> at org.apache.felix.framework.Felix.createModule(Felix.java:3408)
> at org.apache.felix.framework.Felix.createBundleInfo(Felix.java:3332)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2315)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2229)
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:132)
>
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:110)
>
> at
> org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl.newModule(OSGiModulesRegistryImpl.java:90)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.getModules(AbstractModulesRegistryImpl.java:344)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.createHabitat(AbstractModulesRegistryImpl.java:134)
>
> at com.sun.enterprise.module.bootstrap.Main.createHabitat(Main.java:392)
> at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:113)
> at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
>
> at org.apache.felix.framework.Felix._startBundle(Felix.java:1610)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
> at
> org.apache.felix.framework.Felix.setFrameworkStartLevel(Felix.java:1125)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:258)
> at java.lang.Thread.run(Thread.java:613)
> Jul 15, 2008 5:48:02 PM OSGiModulesRegistryImpl add
> WARNING: Exception org.osgi.framework.BundleException: Could not
> create bundle object. while adding location =
> file:/v3/run/modules/tiger-types-osgi-0.3.8.jar
> org.osgi.framework.BundleException: Bundle symbolic name and version
> are not unique.
> at org.apache.felix.framework.Felix.createModule(Felix.java:3408)
> at org.apache.felix.framework.Felix.createBundleInfo(Felix.java:3332)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2315)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2229)
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:132)
>
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:110)
>
> at
> org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl.newModule(OSGiModulesRegistryImpl.java:90)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.getModules(AbstractModulesRegistryImpl.java:344)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.createHabitat(AbstractModulesRegistryImpl.java:134)
>
> at com.sun.enterprise.module.bootstrap.Main.createHabitat(Main.java:392)
> at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:113)
> at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
>
> at org.apache.felix.framework.Felix._startBundle(Felix.java:1610)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
> at
> org.apache.felix.framework.Felix.setFrameworkStartLevel(Felix.java:1125)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:258)
> at java.lang.Thread.run(Thread.java:613)
> Jul 15, 2008 5:48:02 PM OSGiModulesRegistryImpl add
> WARNING: Exception org.osgi.framework.BundleException: Could not
> create bundle object. while adding location =
> file:/v3/run/modules/auto-depends-0.3.8.jar
> org.osgi.framework.BundleException: Bundle symbolic name and version
> are not unique.
> at org.apache.felix.framework.Felix.createModule(Felix.java:3408)
> at org.apache.felix.framework.Felix.createBundleInfo(Felix.java:3332)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2315)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2229)
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:132)
>
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:110)
>
> at
> org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl.newModule(OSGiModulesRegistryImpl.java:90)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.getModules(AbstractModulesRegistryImpl.java:344)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.createHabitat(AbstractModulesRegistryImpl.java:134)
>
> at com.sun.enterprise.module.bootstrap.Main.createHabitat(Main.java:392)
> at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:113)
> at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
>
> at org.apache.felix.framework.Felix._startBundle(Felix.java:1610)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
> at
> org.apache.felix.framework.Felix.setFrameworkStartLevel(Felix.java:1125)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:258)
> at java.lang.Thread.run(Thread.java:613)
> Jul 15, 2008 5:48:02 PM OSGiModulesRegistryImpl add
> WARNING: Exception org.osgi.framework.BundleException: Could not
> create bundle object. while adding location =
> file:/v3/run/modules/hk2-core-0.3.8.jar
> org.osgi.framework.BundleException: Bundle symbolic name and version
> are not unique.
> at org.apache.felix.framework.Felix.createModule(Felix.java:3408)
> at org.apache.felix.framework.Felix.createBundleInfo(Felix.java:3332)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2315)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2229)
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:132)
>
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:110)
>
> at
> org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl.newModule(OSGiModulesRegistryImpl.java:90)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.getModules(AbstractModulesRegistryImpl.java:344)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.createHabitat(AbstractModulesRegistryImpl.java:134)
>
> at com.sun.enterprise.module.bootstrap.Main.createHabitat(Main.java:392)
> at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:113)
> at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
>
> at org.apache.felix.framework.Felix._startBundle(Felix.java:1610)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
> at
> org.apache.felix.framework.Felix.setFrameworkStartLevel(Felix.java:1125)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:258)
> at java.lang.Thread.run(Thread.java:613)
> Jul 15, 2008 5:48:02 PM OSGiModulesRegistryImpl add
> WARNING: Exception org.osgi.framework.BundleException: Could not
> create bundle object. while adding location =
> file:/v3/run/modules/config-0.3.8.jar
> org.osgi.framework.BundleException: Bundle symbolic name and version
> are not unique.
> at org.apache.felix.framework.Felix.createModule(Felix.java:3408)
> at org.apache.felix.framework.Felix.createBundleInfo(Felix.java:3332)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2315)
> at org.apache.felix.framework.Felix.installBundle(Felix.java:2229)
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:132)
>
> at
> org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:110)
>
> at
> org.jvnet.hk2.osgiadapter.OSGiModulesRegistryImpl.newModule(OSGiModulesRegistryImpl.java:90)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.getModules(AbstractModulesRegistryImpl.java:344)
>
> at
> com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.createHabitat(AbstractModulesRegistryImpl.java:134)
>
> at com.sun.enterprise.module.bootstrap.Main.createHabitat(Main.java:392)
> at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:113)
> at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
>
> at org.apache.felix.framework.Felix._startBundle(Felix.java:1610)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
> at
> org.apache.felix.framework.Felix.setFrameworkStartLevel(Felix.java:1125)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:258)
> at java.lang.Thread.run(Thread.java:613)
> Jul 15, 2008 5:48:03 PM OSGiModulesRegistryImpl add
> WARNING: Exception org.osgi.framework.BundleException: Could not
> create bundle object. while adding location =
> file:/v3/run/modules/osgi-adapter-0.3.8.jar
> Jul 15, 2008 5:48:03 PM OSGiModuleImpl loadClass
> INFO: Started bundle org.glassfish.core.kernel [38]
> Jul 15, 2008 5:48:03 PM OSGiModuleImpl loadClass
> INFO: Started bundle org.glassfish.common.glassfish-mbeanserver [22]
> Jul 15, 2008 5:48:03 PM OSGiModuleImpl loadClass
> INFO: Started bundle org.glassfish.admin.config-api [55]
> Jul 15, 2008 5:48:03 PM OSGiModuleImpl loadClass
> INFO: Started bundle org.glassfish.common.glassfish-naming [40]
> Jul 15, 2008 5:48:03 PM OSGiModuleImpl loadClass
> INFO: Started bundle org.glassfish.common.internal-api [44]
> Jul 15, 2008 5:48:03 PM OSGiModuleImpl loadClass
> INFO: Started bundle org.glassfish.deployment.deployment-common [82]
> Jul 15, 2008 5:48:03 PM
> INFO: JMXMP connector server URL = service:jmx:jmxmp://localhost:8888
> Jul 15, 2008 5:48:03 PM
> com.sun.enterprise.v3.services.impl.GrizzlyProxy start
> INFO: Listening on port 8080
> Jul 15, 2008 5:48:03 PM
> com.sun.enterprise.v3.services.impl.GrizzlyProxy start
> INFO: Listening on port 8181
> Jul 15, 2008 5:48:03 PM
> com.sun.enterprise.v3.services.impl.GrizzlyProxy start
> INFO: Listening on port 4848
> Jul 15, 2008 5:48:03 PM OSGiModuleImpl loadClass
> INFO: Started bundle org.glassfish.common.container-common [60]
> Jul 15, 2008 5:48:03 PM
> com.sun.enterprise.v3.admin.adapter.AdminConsoleAdapter setContextRoot
> INFO: Admin Console Adapter: context root: /admin
> Jul 15, 2008 5:48:04 PM com.sun.enterprise.v3.server.AppServerStartup run
> INFO: Glassfish v3 started in 2103 ms
> Jul 15, 2008 5:48:04 PM
> com.sun.enterprise.glassfish.bootstrap.ASMainFelix launchOSGiFW
> INFO: Framework successfully started
>
>
>
>
> ..............................................
> Lloyd Chambers
> lloyd.chambers_at_sun.com
> GlassFish team, admin
>
>
>
>
> On Jul 15, 2008, at 3:30 PM, Sahoo wrote:
>
>> Llyod,
>>
>> You see a problem in server.log, right? Can you clarify this first?
>>
>> Thanks,
>> Sahoo
>>
>> Lloyd Chambers wrote:
>>> Sahoo,
>>>
>>> Since I see the problem 100% of the time--can I expect that the
>>> server will function correctly or must I wait for a fix?
>>>
>>> Lloyd
>>>
>>>
>>> On Jul 14, 2008, at 2:50 PM, Sahoo wrote:
>>>
>>>> It's a zip utility bug [1] in JDK. It has been escalated as P1 and
>>>> being investigated. As Bhakti mentioned in her reply, increasing
>>>> heap size during build reduces the frequency of occurrence of this
>>>> problem. No need to wipe maven cache when you see this problem.
>>>>
>>>> Thanks,
>>>> Sahoo
>>>>
>>>> [1] http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6713913
>>>>
>>>> Anissa Lam wrote:
>>>>>
>>>>> I cleaned up my ~/.m2/repository, and build v3 which i just
>>>>> checked out.
>>>>> Got the following error.
>>>>>
>>>>> Any idea ?
>>>>>
>>>>> thanks
>>>>> Anissa
>>>>>
>>>>> [INFO]
>>>>> ----------------------------------------------------------------------------
>>>>>
>>>>> [INFO] Building jmxremote_optional repackaged as a module
>>>>> [INFO] task-segment: [install]
>>>>> [INFO]
>>>>> ----------------------------------------------------------------------------
>>>>>
>>>>> [INFO] [resources:resources]
>>>>> [INFO] Using default encoding to copy filtered resources.
>>>>> Downloading:
>>>>> http://download.java.net/maven/glassfish/org/jvnet/opendmk/jmxremote_optional/1.0_01-ea/jmxremote_optional-1.0_01-ea.pom
>>>>>
>>>>> 960b downloaded
>>>>> Downloading:
>>>>> http://download.java.net/maven/glassfish/org/jvnet/opendmk/jmxremote_optional/1.0_01-ea/jmxremote_optional-1.0_01-ea.jar
>>>>>
>>>>> 512K downloaded
>>>>> [INFO] [compiler:compile]
>>>>> [INFO] No sources to compile
>>>>> [INFO] [resources:testResources]
>>>>> [INFO] Using default encoding to copy filtered resources.
>>>>> [INFO] [compiler:testCompile]
>>>>> [INFO] No sources to compile
>>>>> [INFO] [surefire:test]
>>>>> [INFO] No tests to run.
>>>>> [INFO] [jar:jar]
>>>>> [WARNING] JAR will be empty - no content was marked for inclusion!
>>>>> [INFO] Building jar:
>>>>> /Users/anilam/Awork/V3/v3/distributions/external/jmxremote_optional/target/jmxremote_optional-repackaged-10.0-SNAPSHOT.jar
>>>>>
>>>>> [INFO] [bundle:bundle {execution: osgi-bundle}]
>>>>> [INFO] Expanding:
>>>>> /Users/anilam/Awork/V3/v3/distributions/external/jmxremote_optional/target/jmxremote_optional-repackaged-10.0-SNAPSHOT.jar
>>>>> into
>>>>> /Users/anilam/Awork/V3/v3/distributions/external/jmxremote_optional/target/classes
>>>>>
>>>>> [INFO] Preparing source:jar
>>>>> [WARNING] Removing: jar from forked lifecycle, to prevent
>>>>> recursive invocation.
>>>>> [INFO] No goals needed for project - skipping
>>>>> [INFO] [source:jar {execution: attach-sources}]
>>>>> [INFO] Building jar:
>>>>> /Users/anilam/Awork/V3/v3/distributions/external/jmxremote_optional/target/jmxremote_optional-repackaged-10.0-SNAPSHOT-sources.jar
>>>>>
>>>>> [INFO] [install:install]
>>>>> [INFO] Installing
>>>>> /Users/anilam/Awork/V3/v3/distributions/external/jmxremote_optional/target/jmxremote_optional-repackaged-10.0-SNAPSHOT.jar
>>>>> to
>>>>> /Users/anilam/.m2/repository/org/glassfish/external/jmxremote_optional-repackaged/10.0-SNAPSHOT/jmxremote_optional-repackaged-10.0-SNAPSHOT.jar
>>>>>
>>>>> [INFO] Installing
>>>>> /Users/anilam/Awork/V3/v3/distributions/external/jmxremote_optional/target/jmxremote_optional-repackaged-10.0-SNAPSHOT-sources.jar
>>>>> to
>>>>> /Users/anilam/.m2/repository/org/glassfish/external/jmxremote_optional-repackaged/10.0-SNAPSHOT/jmxremote_optional-repackaged-10.0-SNAPSHOT-sources.jar
>>>>>
>>>>> [INFO]
>>>>> ----------------------------------------------------------------------------
>>>>>
>>>>> [INFO] Building Glassfish MBeanServer support
>>>>> [INFO] task-segment: [install]
>>>>> [INFO]
>>>>> ----------------------------------------------------------------------------
>>>>>
>>>>> [INFO] [resources:resources]
>>>>> [INFO] Using default encoding to copy filtered resources.
>>>>> [INFO] snapshot org.glassfish.common:internal-api:10.0-SNAPSHOT:
>>>>> checking for updates from glassfish-repository
>>>>> [INFO] snapshot org.glassfish.common:internal-api:10.0-SNAPSHOT:
>>>>> checking for updates from glassfish-repository-wsinterop
>>>>> [INFO] snapshot org.glassfish.common:internal-api:10.0-SNAPSHOT:
>>>>> checking for updates from java-dev-repository
>>>>> [INFO] snapshot org.glassfish.common:internal-api:10.0-SNAPSHOT:
>>>>> checking for updates from repo1.maven.org
>>>>> [INFO] snapshot org.glassfish.common:internal-api:10.0-SNAPSHOT:
>>>>> checking for updates from maven2.java.net
>>>>> [INFO] snapshot org.glassfish.common:internal-api:10.0-SNAPSHOT:
>>>>> checking for updates from maven2.java.net-backup
>>>>> [INFO] [hk2:hk2-compile]
>>>>> [INFO] Compiling 10 source files to
>>>>> /Users/anilam/Awork/V3/v3/common/mbeanserver/target/classes
>>>>> Note:
>>>>> /Users/anilam/Awork/V3/v3/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/AppserverMBeanServer.java
>>>>> uses or overrides a deprecated API.
>>>>> Note: Recompile with -Xlint:deprecation for details.
>>>>> Note:
>>>>> /Users/anilam/Awork/V3/v3/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/Booter.java
>>>>> uses unchecked or unsafe operations.
>>>>> Note: Recompile with -Xlint:unchecked for details.
>>>>> [INFO] [bundle:manifest {execution: bundle-manifest}]
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>> [ERROR] FATAL ERROR
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>> [INFO] jzentry == 0,
>>>>> jzfile = 3698112,
>>>>> total = 7,
>>>>> name =
>>>>> /Users/anilam/Awork/V3/v3/distributions/external/jmxremote_optional/target/jmxremote_optional-repackaged-10.0-SNAPSHOT.jar,
>>>>>
>>>>> i = 2,
>>>>> message = invalid LOC header (bad signature)
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>> [INFO] Trace
>>>>> java.lang.InternalError: jzentry == 0,
>>>>> jzfile = 3698112,
>>>>> total = 7,
>>>>> name =
>>>>> /Users/anilam/Awork/V3/v3/distributions/external/jmxremote_optional/target/jmxremote_optional-repackaged-10.0-SNAPSHOT.jar,
>>>>>
>>>>> i = 2,
>>>>> message = invalid LOC header (bad signature)
>>>>> at java.util.zip.ZipFile$3.nextElement(ZipFile.java:429)
>>>>> at java.util.zip.ZipFile$3.nextElement(ZipFile.java:415)
>>>>> at aQute.lib.osgi.ZipResource.build(ZipResource.java:41)
>>>>> at aQute.lib.osgi.ZipResource.build(ZipResource.java:32)
>>>>> at aQute.lib.osgi.Jar.<init>(Jar.java:35)
>>>>> at
>>>>> org.apache.felix.bundleplugin.BundlePlugin.getClasspath(BundlePlugin.java:670)
>>>>>
>>>>> at
>>>>> org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:227)
>>>>>
>>>>> at
>>>>> org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:218)
>>>>>
>>>>> at
>>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
>>>>>
>>>>> at
>>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
>>>>>
>>>>> at
>>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
>>>>>
>>>>> at
>>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
>>>>>
>>>>> at
>>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
>>>>>
>>>>> at
>>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
>>>>>
>>>>> at
>>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
>>>>>
>>>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>>>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>> at
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>>
>>>>> at
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>
>>>>> at java.lang.reflect.Method.invoke(Method.java:585)
>>>>> at
>>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>>> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>>> at
>>>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>> [INFO] Total time: 5 minutes 2 seconds
>>>>> [INFO] Finished at: Mon Jul 14 12:21:42 PDT 2008
>>>>> [INFO] Final Memory: 40M/73M
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>