[teiid-issues] [JBoss JIRA] Commented: (TEIID-1057) Calling getRequests() on RuntimeEngineDeployer Results in MethodNotFound

Ted Jones (JIRA) jira-events at lists.jboss.org
Thu Apr 22 09:36:10 EDT 2010


    [ https://jira.jboss.org/jira/browse/TEIID-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527045#action_12527045 ] 

Ted Jones commented on TEIID-1057:
----------------------------------

Don't say I never gave you anything Steve ;-)

Got this from debug:

[org.jboss.metatype.api.types.SimpleMetaType.resolve(SimpleMetaType.java:156), org.jboss.metatype.api.values.SimpleValueSupport.wrap(SimpleValueSupport.java:64), org.jboss.metatype.api.values.SimpleValueSupport.wrap(SimpleValueSupport.java:60), org.teiid.adminapi.impl.RequestMetadataMapper.createMetaValue(RequestMetadataMapper.java:90), org.teiid.adminapi.impl.RequestMetadataMapper.createMetaValue(RequestMetadataMapper.java:38), org.jboss.metatype.plugins.values.DefaultMetaValueFactory.internalCreate(DefaultMetaValueFactory.java:1122), org.jboss.metatype.plugins.values.DefaultMetaValueFactory.createCollectionValue(DefaultMetaValueFactory.java:254), org.jboss.metatype.plugins.values.DefaultMetaValueFactory.internalCreate(DefaultMetaValueFactory.java:1140), org.jboss.metatype.plugins.values.DefaultMetaValueFactory.create(DefaultMetaValueFactory.java:539), org.jboss.profileservice.management.AbstractRuntimeComponentDispatcher.create(AbstractRuntimeComponentDispatcher.java:95), org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:195), org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:69), sun.reflect.GeneratedMethodAccessor746.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25), java.lang.reflect.Method.invoke(Method.java:597), org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121), org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82), org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:97), org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:891), org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106), org.jboss.remoting.Client.invoke(Client.java:1724), org.jboss.remoting.Client.invoke(Client.java:629), org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60), org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102), org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74), org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102), org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65), org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102), org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java), org.jboss.profileservice.management.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:64), org.teiid.rhq.admin.DQPManagementView.executeManagedOperation(DQPManagementView.java:307), org.teiid.rhq.admin.DQPManagementView.getRequests(DQPManagementView.java:249), org.teiid.rhq.admin.DQPManagementView.getLongRunningQueries(DQPManagementView.java:434), org.teiid.rhq.admin.DQPManagementView.getPlatformMetric(DQPManagementView.java:86), org.teiid.rhq.admin.DQPManagementView.getMetric(DQPManagementView.java:60), org.teiid.rhq.plugin.PlatformComponent.getValues(PlatformComponent.java:131), sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25), java.lang.reflect.Method.invoke(Method.java:597), org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:482), java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303), java.util.concurrent.FutureTask.run(FutureTask.java:138), java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908), java.lang.Thread.run(Thread.java:619)]

> Calling getRequests() on RuntimeEngineDeployer Results in MethodNotFound 
> -------------------------------------------------------------------------
>
>                 Key: TEIID-1057
>                 URL: https://jira.jboss.org/jira/browse/TEIID-1057
>             Project: Teiid
>          Issue Type: Bug
>          Components: AdminApi
>    Affects Versions: 7.0
>            Reporter: Ted Jones
>            Assignee: Steven Hawkins
>
> Executing a call to getRequests() of the RuntimeEngineDeployer from the Teiid Jopr plugin results in a MethodNotFound exception. I know the method exists though and I can see (in debug) that it is being executed. Also in debug I can see an error in org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher java.lang.IllegalArgumentException: Class is not a simple type: org.teiid.adminapi.Request$State. I believe this to be a clue as to the real issue here. I have no stack trace, just what I was able to ascertain from debugging.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the teiid-issues mailing list