Sounds the wrong class lib was used in your environment. Can you attach your sample app and let's know what geronimo build you uses?
Forrest On Wed, Nov 10, 2010 at 4:26 AM, Hiperion <[email protected]> wrote: > > Hello all I have a problem in Eclipse when I try to deply to tomcat: > > Reproducible: Always > > Steps to Reproduce: > 1.Project, Run as, Run on server > 2. Choose an existing server, next, Finish > 3. The System tries to deploy the project but after starting the server > right I > get: An internal error occurred during: "Publishing to Apache Geronimo v3.0 > Server at localhost...". > > net.sf.cglib.core.Signature.<init>(Ljava/lang/String;Lnet/sf/cglib/asm/Type;[Lnet/sf/cglib/asm/Type;)V > > Here is the log of my workspace: > > !ENTRY org.eclipse.core.jobs 4 2 2010-11-09 16:16:59.645 > !MESSAGE An internal error occurred during: "Publishing to Apache Geronimo > v3.0 Server at localhost...". > !STACK 0 > java.lang.NoSuchMethodError: > > net.sf.cglib.core.Signature.<init>(Ljava/lang/String;Lnet/sf/cglib/asm/Type;[Lnet/sf/cglib/asm/Type;)V > at > > org.apache.geronimo.system.jmx.JMXProxyMethodInterceptor.getSuperIndex(JMXProxyMethodInterceptor.java:157) > at > > org.apache.geronimo.system.jmx.JMXProxyMethodInterceptor.createGBeanInvokers(JMXProxyMethodInterceptor.java:98) > at > > org.apache.geronimo.system.jmx.JMXProxyMethodInterceptor.<init>(JMXProxyMethodInterceptor.java:63) > at > > org.apache.geronimo.system.jmx.JMXProxyManager.getMethodInterceptor(JMXProxyManager.java:37) > at > > org.apache.geronimo.kernel.basic.BasicProxyManager$ManagedProxyFactory.createProxy(BasicProxyManager.java:216) > at > > org.apache.geronimo.kernel.basic.BasicProxyManager.createProxy(BasicProxyManager.java:103) > at > > org.apache.geronimo.system.jmx.KernelDelegate.getGBean(KernelDelegate.java:109) > at > > org.apache.geronimo.kernel.config.ConfigurationUtil.getConfigurationManager(ConfigurationUtil.java:336) > at > > org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.initialize(JMXDeploymentManager.java:78) > at > > org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager.init(RemoteDeploymentManager.java:68) > at > > org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:187) > at > > org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.getDeploymentManager(BaseDeploymentFactory.java:140) > at > > org.apache.geronimo.st.v30.core.GeronimoConnectionFactory.getDeploymentManager(GeronimoConnectionFactory.java:64) > at > > org.apache.geronimo.st.v30.core.commands.DeploymentCommandFactory.getDeploymentManager(DeploymentCommandFactory.java:106) > at > > org.apache.geronimo.st.v30.core.DeploymentUtils.getLastKnownConfigurationId(DeploymentUtils.java:285) > at > > org.apache.geronimo.st.v30.core.GeronimoServerBehaviourDelegate.getLastKnowConfigurationId(GeronimoServerBehaviourDelegate.java:655) > at > > org.apache.geronimo.st.v30.core.GeronimoServerBehaviourDelegate.doAdded(GeronimoServerBehaviourDelegate.java:478) > at > > org.apache.geronimo.st.v30.core.GeronimoServerBehaviourDelegate.invokeCommand(GeronimoServerBehaviourDelegate.java:441) > at > > org.apache.geronimo.st.v30.core.GeronimoServerBehaviourDelegate.publishModule(GeronimoServerBehaviourDelegate.java:318) > at > > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1025) > at > > org.apache.geronimo.st.v30.core.GeronimoServerBehaviourDelegate.publishModules(GeronimoServerBehaviourDelegate.java:273) > at > > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:948) > at > > org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:775) > at > org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2889) > at > org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:337) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) > > Anyone can help me, please? > > Thanks. > -- > View this message in context: > http://apache-geronimo.328035.n3.nabble.com/An-internal-error-occurred-during-Publishing-to-Apache-Geronimo-v3-0-Server-at-localhost-tp1871899p1871899.html > Sent from the Development mailing list archive at Nabble.com. >
