[jboss-dev-forums] [Design of POJO Server] - Re: Stats issue
bytor99999
do-not-reply at jboss.com
Wed Feb 27 23:04:38 EST 2008
"bytor99999" wrote : It might be a red herring. In the console log it shows a different exception, that I think is a call on my end that I need to change now.
No, that wasn't it, still get
java.lang.NoSuchMethodError: org.jboss.deployers.spi.management.ManagementView.getTemplate(Ljava/lang/String;)Lorg/jboss/deployers/spi/management/DeploymentTemplateInfo; at org.rhq.plugins.jbossas5.ProfileJBossServerComponent.createResource(ProfileJBossServerComponent.java:130) 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.rhq.core.pc.inventory.ResourceContainer$LockedFacetInvocationHandler.invoke(ResourceContainer.java:248) at $Proxy178.createResource(Unknown Source) at org.rhq.core.pc.inventory.CreateResourceRunner.call(CreateResourceRunner.java:107) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595)
In this line in our code
deploymentTemplateInfo = profileView.getTemplate(templateName);
I can't even step into that method, and I have a module in my IDE that has that code to step into.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132717#4132717
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132717
More information about the jboss-dev-forums
mailing list