Error shows when hot deploy "CounterApp_1.0.0.eba" sample
----------------------------------------------------------
Key: GERONIMO-5781
URL: https://issues.apache.org/jira/browse/GERONIMO-5781
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: deployment
Affects Versions: 3.0
Environment: Windows XP
IBM jdk 1.6
eclipse-jee-helios-SR1-win32
GEP3.0
Reporter: Tina Li
1. Get the latest build Jan 24 of geronimo-tomcat7-javaee6-3.0-SNAPSHOT
2.Start eclipse and create a new server using the newest geronimo server build
3.Start the created server and put "CounterApp_1.0.0.eba" into deploy directory
4. Then errors showed in eclipse console:
Geronimo Application Server started
2011-01-24 15:58:07,312 ERROR [DirectoryHotDeployer] Unable to undeploy
D:\geronimo-tomcat7-javaee6-3.0-SNAPSHOT\deploy\CounterApp_1.0.0.eba(application/CounterApp/1.0.0/eba)load
of application/CounterApp/1.0.0/eba failed
org.apache.geronimo.kernel.config.LifecycleException: load of
application/CounterApp/1.0.0/eba failed
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:307)
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:281)
at
org.apache.geronimo.kernel.config.KernelConfigurationManager.loadConfiguration(KernelConfigurationManager.java:124)
at
org.apache.geronimo.deployment.plugin.local.RedeployCommand.redeploySameConfiguration(RedeployCommand.java:228)
at
org.apache.geronimo.deployment.plugin.local.RedeployCommand.run(RedeployCommand.java:101)
at java.lang.Thread.run(Thread.java:736)
Caused by: org.osgi.framework.BundleException: The activator
org.apache.geronimo.kernel.osgi.ConfigurationActivator for bundle
application.CounterApp is invalid
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:156)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:302)
... 5 more
Caused by: java.lang.ClassNotFoundException:
org.apache.geronimo.kernel.osgi.ConfigurationActivator
at java.lang.Throwable.<init>(Throwable.java:80)
at
java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java:76)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:430)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:103)
at java.lang.ClassLoader.loadClass(ClassLoader.java:619)
at
org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:149)
... 9 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.