[JBoss JIRA] (TEIID-2278) Restarting server causes NPE when reading metadata for the vdb that uses 'ws' translator
by Van Halbert (JIRA)
Van Halbert created TEIID-2278:
----------------------------------
Summary: Restarting server causes NPE when reading metadata for the vdb that uses 'ws' translator
Key: TEIID-2278
URL: https://issues.jboss.org/browse/TEIID-2278
Project: Teiid
Issue Type: Bug
Components: XML Connector
Affects Versions: 8.2
Reporter: Van Halbert
Assignee: Steven Hawkins
Attachments: twitter-ds.xml, twitter-vdb.xml
Running the twitter quick start and when server is restarted, the following stacks trace is produced:
13:04:27,756 ERROR [org.jboss.threads.executor] (teiid-async-threads - 4) Task execution failed for task org.teiid.jboss.VDBService$6@15d0ff7: java.lang.NullPointerException
at org.teiid.query.metadata.MetadataValidator.addColumn(MetadataValidator.java:295) [teiid-engine-8.2.0.CR1-SNAPSHOT.jar:8.2.0.CR1-SNAPSHOT]
at org.teiid.query.metadata.MetadataValidator.validate(MetadataValidator.java:240) [teiid-engine-8.2.0.CR1-SNAPSHOT.jar:8.2.0.CR1-SNAPSHOT]
at org.teiid.query.metadata.MetadataValidator.access$000(MetadataValidator.java:63) [teiid-engine-8.2.0.CR1-SNAPSHOT.jar:8.2.0.CR1-SNAPSHOT]
at org.teiid.query.metadata.MetadataValidator$ResolveQueryPlans.execute(MetadataValidator.java:183) [teiid-engine-8.2.0.CR1-SNAPSHOT.jar:8.2.0.CR1-SNAPSHOT]
at org.teiid.query.metadata.MetadataValidator.validate(MetadataValidator.java:73) [teiid-engine-8.2.0.CR1-SNAPSHOT.jar:8.2.0.CR1-SNAPSHOT]
at org.teiid.deployers.VDBRepository.finishDeployment(VDBRepository.java:289) [teiid-runtime-8.2.0.CR1-SNAPSHOT.jar:8.2.0.CR1-SNAPSHOT]
at org.teiid.runtime.AbstractVDBDeployer.metadataLoaded(AbstractVDBDeployer.java:170) [teiid-runtime-8.2.0.CR1-SNAPSHOT.jar:8.2.0.CR1-SNAPSHOT]
at org.teiid.jboss.VDBService.access$900(VDBService.java:91) [teiid-jboss-integration-8.2.0.CR1-SNAPSHOT.jar:8.2.0.CR1-SNAPSHOT]
at org.teiid.jboss.VDBService$6.run(VDBService.java:395) [teiid-jboss-integration-8.2.0.CR1-SNAPSHOT.jar:8.2.0.CR1-SNAPSHOT]
at org.jboss.threads.SimpleDirectExecutor.execute(SimpleDirectExecutor.java:33)
at org.jboss.threads.QueueExecutor.runTask(QueueExecutor.java:801)
at org.jboss.threads.QueueExecutor.access$100(QueueExecutor.java:45)
at org.jboss.threads.QueueExecutor$Worker.run(QueueExecutor.java:821)
at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_35]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
If I clean the data/teiid-data directory and restart, its ok, but restart again, NPE is produced again.
--
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
12 years, 1 month
[JBoss JIRA] (TEIID-2275) Convert dynamicvdb-twitter to a quickstart
by Van Halbert (JIRA)
Van Halbert created TEIID-2275:
----------------------------------
Summary: Convert dynamicvdb-twitter to a quickstart
Key: TEIID-2275
URL: https://issues.jboss.org/browse/TEIID-2275
Project: Teiid
Issue Type: Sub-task
Components: Build/Kits
Affects Versions: 8.2
Reporter: Van Halbert
Assignee: Van Halbert
Convert the dynamicvdb-twitter into a quick start, which will provide a means such that a user can auto configure and deploy artifacts to a jboss-as server.
--
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
12 years, 1 month
[JBoss JIRA] (TEIID-2276) Change simpleclient quickstart to pass in username/password instead of hard coding
by Van Halbert (JIRA)
Van Halbert created TEIID-2276:
----------------------------------
Summary: Change simpleclient quickstart to pass in username/password instead of hard coding
Key: TEIID-2276
URL: https://issues.jboss.org/browse/TEIID-2276
Project: Teiid
Issue Type: Enhancement
Components: Build/Kits
Affects Versions: 8.2
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Minor
Change JDBCClient.java to accept username/password via system properties. This will also change the run.sh(bat) scripts to pass in the properties. This should be done so that other quick starts can easily use different username/passwords for demonstrations without having to recompile the class.
--
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
12 years, 1 month
[JBoss JIRA] (TEIID-2256) Embedded refinements
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2256:
-------------------------------------
Summary: Embedded refinements
Key: TEIID-2256
URL: https://issues.jboss.org/browse/TEIID-2256
Project: Teiid
Issue Type: Enhancement
Components: Embedded
Affects Versions: 8.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.2
There should be a way to dump schemas and there should be a way to add named translators and translators by class, rather than just by instance without a name.
--
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
12 years, 1 month