[JBoss JIRA] Created: (TEIID-1083) When running either control at the vdb level while the vdb is being access produces an exception
by Van Halbert (JIRA)
When running either control at the vdb level while the vdb is being access produces an exception
------------------------------------------------------------------------------------------------
Key: TEIID-1083
URL: https://jira.jboss.org/jira/browse/TEIID-1083
Project: Teiid
Issue Type: Bug
Components: Jopr Plugin
Affects Versions: 7.0
Reporter: Van Halbert
Assignee: Ted Jones
Fix For: 7.0
Prior to running BQT test, I was able to execute either control successfully. However, once the test started, I tried to execute the control with no success.
View VDB Sessions produced this error:
java.lang.NullPointerException
at org.teiid.rhq.admin.DQPManagementView.getSessionCollectionValueForVDB(DQPManagementView.java:568)
at org.teiid.rhq.admin.DQPManagementView.executeVdbOperation(DQPManagementView.java:220)
at org.teiid.rhq.admin.DQPManagementView.executeOperation(DQPManagementView.java:130)
at org.teiid.rhq.plugin.Facet.execute(Facet.java:200)
at org.teiid.rhq.plugin.Facet.invokeOperation(Facet.java:258)
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:597)
at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:482)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
View VDB Request produced this exception:
java.lang.reflect.UndeclaredThrowableException
at org.jboss.metatype.plugins.values.DefaultMetaValueFactory.unwrapComposite(DefaultMetaValueFactory.java:817)
at org.jboss.metatype.plugins.values.DefaultMetaValueFactory.internalUnwrap(DefaultMetaValueFactory.java:646)
at org.jboss.metatype.plugins.values.DefaultMetaValueFactory.unwrap(DefaultMetaValueFactory.java:563)
at org.teiid.rhq.admin.DQPManagementView.getRequestCollectionValueForVDB(DQPManagementView.java:509)
at org.teiid.rhq.admin.DQPManagementView.executeVdbOperation(DQPManagementView.java:227)
at org.teiid.rhq.admin.DQPManagementView.executeOperation(DQPManagementView.java:130)
at org.teiid.rhq.plugin.Facet.execute(Facet.java:200)
at org.teiid.rhq.plugin.Facet.invokeOperation(Facet.java:258)
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:597)
at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:482)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.lang.IllegalArgumentException: No such property processingState for bean org.teiid.adminapi.impl.RequestMetadata available [transactionId, sourceRequest, state, executionId, class, properties, startTime, nodeId, threadState, sessionId, name, command, JAXBProperties]
at org.jboss.beans.info.plugins.AbstractBeanInfo.getProperty(AbstractBeanInfo.java:147)
at org.jboss.metatype.plugins.values.DefaultMetaValueFactory.unwrapComposite(DefaultMetaValueFactory.java:809)
... 17 more
--
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
14 years, 6 months
[JBoss JIRA] Created: (TEIID-1053) NPE in Teiid JOPR when running control at vdb level - View VDB requests
by Van Halbert (JIRA)
NPE in Teiid JOPR when running control at vdb level - View VDB requests
-----------------------------------------------------------------------
Key: TEIID-1053
URL: https://jira.jboss.org/jira/browse/TEIID-1053
Project: Teiid
Issue Type: Bug
Components: Jopr Plugin
Affects Versions: 7.0
Reporter: Van Halbert
Assignee: Ted Jones
When selected to run View VDB request at the vdb level, the following error was displayed for the history
java.lang.NullPointerException
at org.teiid.rhq.admin.DQPManagementView.getRequestCollectionValue(DQPManagementView.java:399)
at org.teiid.rhq.admin.DQPManagementView.executeVdbOperation(DQPManagementView.java:204)
at org.teiid.rhq.admin.DQPManagementView.executeOperation(DQPManagementView.java:129)
at org.teiid.rhq.plugin.Facet.execute(Facet.java:200)
at org.teiid.rhq.plugin.Facet.invokeOperation(Facet.java:258)
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:597)
at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:482)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
--
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
14 years, 6 months
[JBoss JIRA] Commented: (TEIID-177) Provide JDBC 3.0 JRE 1.5 backwards compatibility
by Steve Hawkins (JIRA)
[ https://jira.jboss.org/browse/TEIID-177?page=com.atlassian.jira.plugin.sy... ]
Steve Hawkins commented on TEIID-177:
-------------------------------------
I am now inclined to remove the comment based approach. There are a couple of reasons for this.
1. with ODBC support there is another possible path of using a 1.5 (or older) client with the JDBC-ODBC bridge to call a Teiid 7.1. The limitations here would be JDBC extensions and transaction support, but at least for local transactions support could be added (there is already a JIRA on the ANSI syntax, but we could just reuse the set statement logic to allow SET AUTOCOMMIT OFF|ON).
2. The comment based approach will only allow us to get to 1.5, not 1.4 - which would probably be just as common of a legacy environment (just based upon our MetaMatrix customer experience). Our client server code is littered with 1.5 constructs and cannot through simple commenting be reverted to 1.4 support.
So we'll need to revisit what we really intend to support here, are we requiring a distribution jar, or would instructions on using retro tooling, or a workaround based on ODBC be sufficient.
> Provide JDBC 3.0 JRE 1.5 backwards compatibility
> ------------------------------------------------
>
> Key: TEIID-177
> URL: https://jira.jboss.org/browse/TEIID-177
> Project: Teiid
> Issue Type: Feature Request
> Components: JDBC Driver
> Affects Versions: 6.0.0
> Reporter: Van Halbert
> Assignee: Ramesh Reddy
> Priority: Critical
> Fix For: 7.1
>
>
> The jdbc driver needs to support jdk 1.5 on the client.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months