[teiid-issues] [JBoss JIRA] Resolved: (TEIID-1353) Intermittent, recurring problem with EDS adminshell - seeing NPE - with [org.jboss.resource.connectionmanager.NoTxConnectionManager] exception maybe 20% of the time

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Tue Nov 9 16:02:01 EST 2010


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

Ramesh Reddy resolved TEIID-1353.
---------------------------------

    Resolution: Rejected


Looks like this *only* occurs during the shutdown sequence. The data source connection manager pool is stopped and a event is not yet notified to the Managed Connection, so Teiid sends closedConnection event to the pool, but it has no way to cleanup properly as "stopService" is already called on it. 

This is avoided by fixing the JBoss AS connector to code check if the shutdown process is in progress by adding a null check. At any rate this is not a Teiid bug. Please open JIRA with JBoss AS.

> Intermittent, recurring problem with EDS adminshell - seeing NPE - with [org.jboss.resource.connectionmanager.NoTxConnectionManager] exception maybe 20% of the time
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-1353
>                 URL: https://jira.jboss.org/browse/TEIID-1353
>             Project: Teiid
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 7.1.1
>            Reporter: Len DiMaggio
>            Priority: Minor
>
> Seeing this about one time in 5 performing a query and then disconnecting a JDBC and admin connection. Will attacher server.log and pointer to test code.
> Logging this as a minor issue as there does not seem to be any functional impact, but the server.log message may concern users.

-- 
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

        


More information about the teiid-issues mailing list