Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 69662 invoked from network); 22 Jun 2010 04:57:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jun 2010 04:57:18 -0000 Received: (qmail 87303 invoked by uid 500); 22 Jun 2010 04:57:18 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 87132 invoked by uid 500); 22 Jun 2010 04:57:16 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 87118 invoked by uid 99); 22 Jun 2010 04:57:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 04:57:15 +0000 X-ASF-Spam-Status: No, hits=-1535.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2010 04:57:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5M4usok011314 for ; Tue, 22 Jun 2010 04:56:54 GMT Message-ID: <13028716.6271277182614599.JavaMail.jira@thor> Date: Tue, 22 Jun 2010 00:56:54 -0400 (EDT) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1958) improve XSDG3 error to print container, actual i/o operation, and file name. In-Reply-To: <10088284.1160674715080.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881064#action_12881064 ] Bryan Pendleton commented on DERBY-1958: ---------------------------------------- Hi Eranda, I did a somewhat similar private alteration to Derby for DERBY-3729, so hopefully looking at that work will be a good place to start. If you look through the comments and attachments to DERBY-3729, and in particular this comment: https://issues.apache.org/jira/browse/DERBY-3729?focusedCommentId=12829808&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12829808 I think you should be able to get some ideas about how to make a similar modification in order to expose this XSDG3 error message. Of course, whereas I modified CachedPage.java, you'll want to make a modification somewhere in RAFContainer.java instead. But the basic principles of the technique should be the same. > improve XSDG3 error to print container, actual i/o operation, and file name. > ---------------------------------------------------------------------------- > > Key: DERBY-1958 > URL: https://issues.apache.org/jira/browse/DERBY-1958 > Project: Derby > Issue Type: Improvement > Components: Store > Affects Versions: 10.1.3.1, 10.2.1.6, 10.3.1.4 > Reporter: Mike Matrigali > Priority: Trivial > > The current error does not give enough information to know what container is the problem: > ERROR XSDG3: Meta-data for Container > org.apache.derby.impl.store.raw.data.RAFContainer@10632cd could not be > accessed -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.