[teiid-issues] [JBoss JIRA] (TEIID-2207) RHQ Plugin gets NPE when getting requests for a VDB

Paul Nittel (JIRA) jira-events at lists.jboss.org
Fri Sep 14 08:48:33 EDT 2012


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

Paul Nittel commented on TEIID-2207:
------------------------------------

One Way to Test This

I've got a SOA-P 5.3 installation with the roll-up patch installed.

I've got VDB with the TPCR database as a source and a view model which has several tables with transformations based on the TPCR test suite. The idea is to produce a query which runs for several seconds to give me time to switch to RHQ and try the different methods. With all this in place, I execute my query of the table, switch over to RHQ and run both the View VDB Sessions and View VDB Requests actions. (Hopefully all this is done before the query finishes.)

The query I execute is: select * from vTpcr.Q04  ORDER BY o_orderpriority

I tail the server.log file to see if any exceptions were thrown.
                
> RHQ Plugin gets NPE when getting requests for a VDB
> ---------------------------------------------------
>
>                 Key: TEIID-2207
>                 URL: https://issues.jboss.org/browse/TEIID-2207
>             Project: Teiid
>          Issue Type: Bug
>    Affects Versions: 7.7.1
>         Environment: SOA-P 5.3 with BZ842760 (9/13) patch applied
>            Reporter: Paul Nittel
>            Assignee: Ted Jones
>         Attachments: server.log
>
>
> Using RHQ while a long query was executing, I used the VDB's "View VDB Requests" and received no information in the UI. The server log contained the attached exception and stack trace.
> java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'getRequestsUsingVDB' on component 'RuntimeEngineDeployer' with parameters [SimpleMetaType:java.lang.String:TpcrVdb, SimpleMetaType:int:1].
> 	at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:201)
> 	at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:103)
> 	at sun.reflect.GeneratedMethodAccessor661.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:616)
> 	at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list