You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (Assigned) (JIRA)" <ji...@apache.org> on 2012/02/16 01:11:00 UTC

[jira] [Assigned] (DERBY-2066) DisconnectException: The DDM object 0x1232 is not supported following shutdown of embedded engine while network server is running

     [ https://issues.apache.org/jira/browse/DERBY-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden reassigned DERBY-2066:
-------------------------------------

    Assignee: Rick Hillegas
    
> DisconnectException: The DDM object 0x1232 is not supported following shutdown of embedded engine while network server is running
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2066
>                 URL: https://issues.apache.org/jira/browse/DERBY-2066
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Client, Network Server
>    Affects Versions: 10.3.1.4
>         Environment: JDK 142 windows
>            Reporter: Daniel John Debrunner
>            Assignee: Rick Hillegas
>              Labels: derby_backport_reject_10_8
>             Fix For: 10.9.0.0
>
>         Attachments: Test_2066.java, derby-2066-01-aa-makeMessageIDaSQLState.diff, derby-2066-01-ab-makeMessageIDaSQLState.diff, derby-2066-01-ac-makeMessageIDaSQLState.diff
>
>
> Running all within the same JVM.
> start network server using api
> connect to database using client
> close connection
> shutdown engine (not network server) using jdbc:derby:;shutdown=true
> connect to database using client - FAILS
> Caused by: org.apache.derby.client.am.DisconnectException: The DDM object 0x1232 is not supported.  The connection has been terminated.
> 	at org.apache.derby.client.net.NetConnectionReply.doObjnsprmSemantics(Unknown Source)
> 	at org.apache.derby.client.net.NetConnectionReply.parseCommonError(Unknown Source)
> 	at org.apache.derby.client.net.NetConnectionReply.parseSecurityCheckError(Unknown Source)
> 	at org.apache.derby.client.net.NetConnectionReply.parseSECCHKreply(Unknown Source)
> 	at org.apache.derby.client.net.NetConnectionReply.readSecurityCheck(Unknown Source)
> 	at org.apache.derby.client.net.NetConnection.readSecurityCheckAndAccessRdb(Unknown Source)
> 	at org.apache.derby.client.net.NetConnection.flowSecurityCheckAndAccessRdb(Unknown Source)
> 	at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(Unknown Source)
> 	at org.apache.derby.client.net.NetConnection.flowConnect(Unknown Source)
> 	at org.apache.derby.client.net.NetConnection.<init>(Unknown Source)
> 	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(Unknown Source)
> 	... 33 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira