Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 88790 invoked from network); 8 Jun 2008 22:28:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2008 22:28:06 -0000 Received: (qmail 77276 invoked by uid 500); 8 Jun 2008 22:28:08 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 77222 invoked by uid 500); 8 Jun 2008 22:28:08 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 77211 invoked by uid 99); 8 Jun 2008 22:28:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jun 2008 15:28:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jun 2008 22:27:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0248C234C135 for ; Sun, 8 Jun 2008 15:27:45 -0700 (PDT) Message-ID: <1793218229.1212964065002.JavaMail.jira@brutus> Date: Sun, 8 Jun 2008 15:27:45 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-2518) Issue with Geranimo 1.1.0 when using with Derby 10.1 In-Reply-To: <26022908.1161841221148.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-2518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-2518. ---------------------------------- Resolution: Fixed Unfortunately none of the components mentioned are under maintenance at this time. If this is still a problem with current releases please provide more information about how to reproduce the problem, including what you have installed into geronimo and the jar and plugin dependencies in the plans for your code. > Issue with Geranimo 1.1.0 when using with Derby 10.1 > ---------------------------------------------------- > > Key: GERONIMO-2518 > URL: https://issues.apache.org/jira/browse/GERONIMO-2518 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Affects Versions: 1.1.x > Environment: I am using the java version "1.4.2" , which comes with the IBM Websphere IBM Websphere Application Server 6.0.2.5. > Reporter: Suraj Batuwana > Priority: Critical > > Hi, > I have received a server side error as > > Error when executing query:org.apache.derby.client.am.DisconnectException: Execution failed due to a distribution protocol error that caused deallocation of the conversation. The requested command encountered an unarchitected and implementation specific condition for which there was no architected message. > com.ascential.xmeta.query.QueryException: Error when executing query:org.apache.derby.client.am.DisconnectException: Execution failed due to a distribution protocol error that caused deallocation of the conversation. The requested command encountered an unarchitected and implementation specific condition for which there was no architected message. > I have used the Geranimo 1.1 as the application server and the Derby 10.1 Net work server as the database. > When create the datasource I have used the > pass > 1527 > localhost > TestDB > newuser > for the cloudscape datasource plan. Also I have used the > tranql-connector-derby-client-local-1.1.rar and tranql-connector-derby-client-xa-1.1.rar as the tranql connectors. > While the above exception throws at the serverside following exception will throw as derby.log > Server is ready to accept connections on port 1527. > Connection number: 1. > Connection number: 2. > Connection number: 3. > Connection number: 4. > ------------ BEGIN SHUTDOWN ERROR STACK ------------- > ERROR XSDG3: Meta-data for Container org.apache.derby.impl.store.raw.data.RAFContainer@67517852 could not be accessed > at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) > at org.apache.derby.impl.store.raw.data.RAFContainer.run(Unknown Source) > at java.security.AccessController.doPrivileged1(Native Method) > at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code)) > at org.apache.derby.impl.store.raw.data.RAFContainer.openContainer(Unknown Source) > at org.apache.derby.impl.store.raw.data.FileContainer.setIdent(Unknown Source) > at org.apache.derby.impl.store.raw.data.RAFContainer.setIdentity(Unknown Source) > at org.apache.derby.impl.services.cache.CachedItem.takeOnIdentity(Unknown Source) > at org.apache.derby.impl.services.cache.Clock.addEntry(Unknown Source) > at org.apache.derby.impl.services.cache.Clock.find(Unknown Source) > at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openContainer(Unknown Source) > at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openContainer(Unknown Source) > at org.apache.derby.impl.store.raw.xact.Xact.openContainer(Unknown Source) > at org.apache.derby.impl.store.access.btree.index.B2IFactory.readConglomerate(Unknown Source) > at org.apache.derby.impl.store.access.RAMAccessManager.conglomCacheFind(Unknown Source) > at org.apache.derby.impl.store.access.RAMTransaction.findExistingConglomerate(Unknown Source) > at org.apache.derby.impl.store.access.RAMTransaction.openStoreCost(Unknown Source) > at org.apache.derby.impl.sql.compile.CompilerContextImpl.getStoreCostController(Unknown Source) > at org.apache.derby.impl.sql.compile.FromBaseTable.getStoreCostController(Unknown Source) > at org.apache.derby.impl.sql.compile.FromBaseTable.estimateCost(Unknown Source) > at org.apache.derby.impl.sql.compile.OptimizerImpl.estimateTotalCost(Unknown Source) > at org.apache.derby.impl.sql.compile.OptimizerImpl.costBasedCostOptimizable(Unknown Source) > at org.apache.derby.impl.sql.compile.OptimizerImpl.costOptimizable(Unknown Source) > > After the above exception happens any operation doing with my application get fails. > > Note: None of this issue is happening when my application is running with > Derby 10.1 and Geranimo 1.1.0. > So I have assumed this happens only when the Derby 10.1 and Geranimo 1.1.0. > > I am using the java version "1.4.2" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) > Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build cn142ifx-20051115 (SR3 + 94164 + 97403 + 97482) (JIT enabled: jitc)) > This comes with the IBM Websphere IBM Websphere Application Server 6.0.2.5. > I am using tranql-connector-derby-client-local-1.1.rar and tranql-connector-derby-client-xa-1.1.rar as the tranql connectors not the embedded one. Use the above TranQL is one of the project requirements. Because of that I have not tested with embedded version of the TranQL adapter. > > The above exception happens when I run a set of test cases for my application as a nightly build. The error occurs in the 3rd test class. So I have removed the 3rd test class and run it again. I have found that the same error happens in a different test class below. Each of the test class has different functionalities > > Is this a known issue among the community? > Is there any kind of solution for this? > > Thanks, > Suraj > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.