[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, 5 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, 5 months
[JBoss JIRA] Created: (TEIID-358) Quick Start Guide / Examples needs to add derbyclient.jar to UDFs for previewing
by Paul Nittel (JIRA)
Quick Start Guide / Examples needs to add derbyclient.jar to UDFs for previewing
--------------------------------------------------------------------------------
Key: TEIID-358
URL: https://jira.jboss.org/jira/browse/TEIID-358
Project: Teiid
Issue Type: Bug
Components: Documentation
Affects Versions: 6.0.0
Environment: fedora 10
Reporter: Paul Nittel
Assignee: Steven Hawkins
I ran into this while assisting user Bribek.
When the Derby source is created and imported, a connector binding is built in the Designer. The one thing Designer does not do is place the jar file where it needs to be for previewing. The Quick Start Example needs to add the step of adding the derbyclient.jar file using the UDFs view and "Import UDF Extension Jar Files" action.
IMHO, the Quick Start needs to be revisited to determine exactly what the required minimum effort is for a user to get through this. Perhaps on the Teiid side avoid all modeling and add a Quick Start on the Designer side that builds the VDB. If Teiid can do the Quick Start with just a VDB, that might be preferable.
--
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-901) NPE encountered when doing an INSERT into SFDC Account table
by Mark Drilling (JIRA)
NPE encountered when doing an INSERT into SFDC Account table
------------------------------------------------------------
Key: TEIID-901
URL: https://jira.jboss.org/jira/browse/TEIID-901
Project: Teiid
Issue Type: Bug
Components: Salesforce Connector
Reporter: Mark Drilling
Assignee: John Doyle
Attempt to insert record into the SDFC account table failed with the following exception:
Caused by: java.lang.NullPointerException
at com.metamatrix.connector.salesforce.execution.visitors.InsertVisitor.stripQutes(InsertVisitor.java:64)
at com.metamatrix.connector.salesforce.execution.visitors.InsertVisitor.visit(InsertVisitor.java:44)
at com.metamatrix.connector.salesforce.execution.InsertExecutionImpl.execute(InsertExecutionImpl.java:15)
at com.metamatrix.connector.salesforce.execution.UpdateExecutionParent.execute(UpdateExecutionParent.java:67)
--
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