Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 95319 invoked from network); 20 Oct 2010 11:13:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 11:13:56 -0000 Received: (qmail 42760 invoked by uid 500); 20 Oct 2010 11:13:55 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 42644 invoked by uid 500); 20 Oct 2010 11:13:54 -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 42443 invoked by uid 99); 20 Oct 2010 11:13:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 11:13:52 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 11:13:50 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9KBDSTA022596 for ; Wed, 20 Oct 2010 11:13:28 GMT Message-ID: <30996411.6921287573208436.JavaMail.jira@thor> Date: Wed, 20 Oct 2010 07:13:28 -0400 (EDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Issue Comment Edited: (DERBY-4755) DERBY-4601 added a new message to derby.log during engine shutdown and it changed the database shutdown message. Need to update docs with that information In-Reply-To: <15192702.553901279911662487.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922913#action_12922913 ] Knut Anders Hatlen edited comment on DERBY-4755 at 10/20/10 7:13 AM: --------------------------------------------------------------------- I think the lacking space Kim referred to was in the shutdown engine message, which looks like this in the attached derby.log: Tue Oct 19 22:52:03 PDT 2010:Shutting down Derby Engine I agree with Kim that there should be a space between the colon and "Shutting", so I took the liberty of checking in the attached patch "space.diff". The message now looks like this: Wed Oct 20 12:29:03 CEST 2010: Shutting down Derby Engine Committed revision 1025498. was (Author: knutanders): I think the lacking space Kim referred to was in the shutdown engine message, which looks like this in the attached derby.log: Tue Oct 19 22:52:03 PDT 2010:Shutting down Derby Engine I agree with Kim that there should be a space between the colon an "Shutting", so I took the liberty of checking in the attached patch "space.diff". The message now looks like this: Wed Oct 20 12:29:03 CEST 2010: Shutting down Derby Engine Committed revision 1025498. > DERBY-4601 added a new message to derby.log during engine shutdown and it changed the database shutdown message. Need to update docs with that information > ---------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-4755 > URL: https://issues.apache.org/jira/browse/DERBY-4755 > Project: Derby > Issue Type: Bug > Components: Documentation > Affects Versions: 10.7.0.0 > Reporter: Mamta A. Satoor > Assignee: Kim Haase > Attachments: derby.log, space.diff > > > DERBY-4601 added a new message to derby.log during engine shutdown and it changed the database shutdown message. Need to update docs with that information. I have found 2 places in our docs where we show examples of shutdown messages > 1)In Getting started Guide, under Creating a Derby database and running SQL statements section, we show a typical startup and shutdown message. That section will need to change > 2)In Derby Developer's Guide, under section Derby System -> Shutting down the system > An eg of engine shutdown message in derby.log is > 2010-07-23 18:59:24.078 GMT Thread[main,5,main] :Shutting down Derby Engine > An eg of database shutdown message is as follows > 2010-07-20 17:23:55.171 GMT: > Shutting down instance 80220011-0129-f0e1-f479-0000000c5ef0 on database directory C:\p4clients\svnmain\client2\trunk\systest\out142\dbs\tours3 with class loader sun.misc.Launcher$AppClassLoader@3f6e3f6e > (Notice that this message includes the name of the db getting shutdown. Before the changes for DERBY-4601 went in, we didn't include the name of the database) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.