[jboss-user] Re: Cannot find method addChild with this signature
samk at twinix.com
samk at twinix.com
Mon Feb 23 06:22:31 EST 2009
See Thread at: http://www.techienuggets.com/Detail?tx=64374 Posted on behalf of a User
Did anyone ever get a resolution to this? I'm getting the same problem/exception: ReflectionException: Cannot find method addChild with this signature
- JDK 1.6.0.7
- jboss 5 for jdk 6
In Response To:
I just downloaded JBoss-5.0.0.GA. (released a few days ago) .
I am trying to configure with a configuration that worked flawlessly in JBoss 4.21 using an expanded war file (directory) named laser.war.
The following error is generated:
23:17:19,758 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/lasser state=Create mode=Manual requiredState=Installed
org.jboss.deployers.spi.DeploymentException: URL vfsfile:/opt/jboss-5.0.0.GA/server/default/deploy/lasser.war/ deployment failed
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:373)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:460)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:96)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Caused by: LifecycleException: Error initializaing : javax.management.ReflectionException: Cannot find method addChild with this signature
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4150)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:367)
... 55 more
Is there some sort of config file for Tomcat that I am missing?
Any suggestions?
Thx.
Mike
More information about the jboss-user
mailing list