[teiid-issues] [JBoss JIRA] Resolved: (TEIID-819) NPE Executing Update Statement via Hibernate

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Sep 3 23:56:23 EDT 2009


     [ https://jira.jboss.org/jira/browse/TEIID-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-819.
----------------------------------

    Resolution: Duplicate Issue


duplicate of TEIID-763, I'll raise the priority of that on that one to major.

> 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

        


More information about the teiid-issues mailing list