[JBoss JIRA] Created: (TEIID-651) teiid-6.0.1-embedded-dist.zip: version of jar in run.bat/run.sh is out-of-sync
by Dave Malcolm (JIRA)
teiid-6.0.1-embedded-dist.zip: version of jar in run.bat/run.sh is out-of-sync
------------------------------------------------------------------------------
Key: TEIID-651
URL: https://jira.jboss.org/jira/browse/TEIID-651
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Affects Versions: 6.0.0
Environment: RHEL 5.3
java version "1.6.0_0"
IcedTea6 1.3.1 (6b12-Fedora-EPEL-5) Runtime Environment (build 1.6.0_0-b12)
OpenJDK Server VM (build 1.6.0_0-b12, mixed mode)
Reporter: Dave Malcolm
Assignee: Steven Hawkins
teiid-6.0.1-embedded-dist.zip (md5sum 8c8e8d6e3513ca88fbd302be9750943d)
contains this file:
- teiid-embedded-6.0.1/examples/portfolio/run.sh
Attempting to invoke run.sh leads to this error:
Exception in thread "main" java.lang.ClassNotFoundException: com.metamatrix.jdbc.EmbeddedDriver
Appears to be a version mismatch: run.sh contains this line:
TEIID_PATH=../../teiid-6.0.0-client.jar:../../deploy:../../lib/*:../../extensions/*
However, the zipfile contains the file ../../teiid-6.0.1-client.jar (note the difference in version; 6.0.0 vs 6.0.1).
I see a similar issue in the run.sh file (not tested though)
--
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
16 years, 6 months
[JBoss JIRA] Created: (TEIID-819) NPE Executing Update Statement via Hibernate
by Ted Jones (JIRA)
NPE Executing Update Statement via Hibernate
--------------------------------------------
Key: TEIID-819
URL: https://jira.jboss.org/jira/browse/TEIID-819
Project: Teiid
Issue Type: Bug
Reporter: Ted Jones
Assignee: Steven Hawkins
Executing an update statement against Teiid using Hibernate, I received an NPE...
INFO [STDOUT] Hibernate:
update
portfolio.Accounts.ACCOUNT
set
TYPE=?,
STATUS=?,
SSN=?,
DATEOPENED=?,
DATECLOSED=?
where
ACCOUNT_ID=?
15:01:55,462 ERROR [STDERR] Exception in thread "Worker32"
15:01:55,471 ERROR [STDERR] java.lang.NullPointerException
15:01:55,471 ERROR [STDERR] at com.metamatrix.cache.jboss.JBossCache.getChild(JBossCache.java:145)
15:01:55,471 ERROR [STDERR] at org.teiid.dqp.internal.cache.DQPContextCache.removeRequestScopedCache(DQPContextCache.java:63)
15:01:55,471 ERROR [STDERR] at org.teiid.dqp.internal.process.DQPCore.removeRequest(DQPCore.java:305)
15:01:55,471 ERROR [STDERR] at org.teiid.dqp.internal.process.RequestWorkItem.attemptClose(RequestWorkItem.java:355)
15:01:55,471 ERROR [STDERR] at org.teiid.dqp.internal.process.RequestWorkItem.process(RequestWorkItem.java:245)
15:01:55,471 ERROR [STDERR] at org.teiid.dqp.internal.process.AbstractWorkItem.run(AbstractWorkItem.java:44)
15:01:55,471 ERROR [STDERR] at com.metamatrix.common.queue.WorkerPoolFactory$StatsCapturingSharedThreadPoolExecutor$1.run(WorkerPoolFactory.java:211)
15:01:55,471 ERROR [STDERR] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
15:01:55,471 ERROR [STDERR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
--
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
16 years, 6 months