You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2011/03/04 23:13:36 UTC

svn commit: r1078171 - in /db/derby/docs/trunk/src: devguide/ getstart/ tools/

Author: chaase3
Date: Fri Mar  4 22:13:36 2011
New Revision: 1078171

URL: http://svn.apache.org/viewvc?rev=1078171&view=rev
Log:
DERBY-5051 Update the docs to include the additional information available in derby.log. This information will be useful from product supportability stand point

Updated 9 topics.

Patches: DERBY-5051.diff

Modified:
    db/derby/docs/trunk/src/devguide/cdevdvlp25889.dita
    db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita
    db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita
    db/derby/docs/trunk/src/getstart/tgssetupverify.dita
    db/derby/docs/trunk/src/getstart/twwdactivity1.dita
    db/derby/docs/trunk/src/getstart/twwdactivity2.dita
    db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita
    db/derby/docs/trunk/src/getstart/twwdactivity4.dita
    db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita

Modified: db/derby/docs/trunk/src/devguide/cdevdvlp25889.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevdvlp25889.dita?rev=1078171&r1=1078170&r2=1078171&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevdvlp25889.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevdvlp25889.dita Fri Mar  4 22:13:36 2011
@@ -28,13 +28,15 @@ outputting information and error message
 </metadata></prolog>
 <conbody>
 <p>Typically, <ph conref="../conrefs.dita#prod/productshortname"></ph> writes
-this information to a log called <i>derby.log</i> in the system directory,
-although you can also have <ph conref="../conrefs.dita#prod/productshortname"></ph> send
-messages to a stream, using the <i>derby.stream.error.method</i> property.
+this information to a log called <i>derby.log</i> in the system directory.
+Alternatively, you can have <ph conref="../conrefs.dita#prod/productshortname"></ph> send
+messages to a stream, using the <i>derby.stream.error.method</i> or
+<i>derby.stream.error.field</i> property, or to a different file, using the
+<i>derby.stream.error.file</i> property.
 By default, <ph conref="../conrefs.dita#prod/productshortname"></ph> overwrites <i>derby.log</i> when
 you start the system. You can configure <ph conref="../conrefs.dita#prod/productshortname"></ph> to
 append to the log with the <i>derby.infolog.append</i> property.
-For information on setting this and other properties, see the
+For information on setting these properties, see the
 <ph conref="../conrefs.dita#pub/citref"></ph>.</p>
 </conbody>
 </concept>

Modified: db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita?rev=1078171&r1=1078170&r2=1078171&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita (original)
+++ db/derby/docs/trunk/src/devguide/cdevdvlp27715.dita Fri Mar  4 22:13:36 2011
@@ -39,16 +39,24 @@ startup performance if you use that conf
 it remains active until the <ph conref="../conrefs.dita#prod/productshortname"></ph> system
 has been shut down or until you shut down the database individually.</p>
 <p>When <ph conref="../conrefs.dita#prod/productshortname"></ph> boots a database,
-a message is added to the log file. The message includes the <ph conref="../conrefs.dita#prod/productshortname"></ph> version
-that the database was booted with, for example:</p>
-<codeblock>Thu Nov 04 16:32:06 EDT 2010:
+a message is added to the log file. The message includes the
+<ph conref="../conrefs.dita#prod/productshortname"></ph> version that the
+database was booted with, along with information about the Java version,
+the user's working directory, and the location of the
+<ph conref="../conrefs.dita#prod/productshortname"></ph> system directory, if
+the user specified it using the <i>derby.system.home</i> property. If
+<i>derby.system.home</i> was not specified, its value is reported as null, as in
+the following example:</p>
+<codeblock>Wed Mar 02 17:06:58 EST 2011:
  Booting Derby version The Apache Software Foundation - Apache Derby 
--  10.7.1.0 - (1031070): instance a816c00e-012c-1896-832c-00002ded7282
+-  10.8.0.0 - (1076370): instance a816c00e-012e-789c-116d-000000bbdd88
 on database directory C:\sampledb with class loader 
-sun.misc.Launcher$AppClassLoader@7d772e 
+sun.misc.Launcher$AppClassLoader@11b86e7 
 Loaded from file:C:\db-derby-10.7.1.0-bin\lib\derby.jar
 java.vendor=Sun Microsystems Inc.
-java.runtime.version=1.6.0_21-b06
+java.runtime.version=1.6.0_24-b07
+user.dir=C:\
+derby.system.home=null
 Database Class Loader started - derby.database.classpath=''</codeblock>
 <p>The number of databases running in a <ph conref="../conrefs.dita#prod/productshortname"></ph> system
 is limited only by the amount of memory available in the JVM.</p>

Modified: db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita?rev=1078171&r1=1078170&r2=1078171&view=diff
==============================================================================
--- db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita (original)
+++ db/derby/docs/trunk/src/devguide/tdevdvlp20349.dita Fri Mar  4 22:13:36 2011
@@ -34,12 +34,12 @@ by issuing the following JDBC call:</p><
 commands always raise <i>SQLExceptions</i>.</p><p>When a <ph conref="../conrefs.dita#prod/productshortname"></ph> system
 shuts down, a message goes to the log file:</p>
 <codeblock>----------------------------------------------------------------
-Thu Nov 04 16:32:41 EDT 2010: Shutting down Derby engine
+Wed Mar 02 17:08:36 EST 2011: Shutting down Derby engine
 ----------------------------------------------------------------
-Thu Nov 04 16:32:41 EDT 2010:
-Shutting down instance a816c00e-012c-1896-832c-00002ded7282 on 
+Wed Mar 02 17:08:36 EST 2011:
+Shutting down instance a816c00e-012e-789c-116d-000000bbdd88 on 
 database directory C:\sampledb with class loader 
-sun.misc.Launcher$AppClassLoader@7d772e 
+sun.misc.Launcher$AppClassLoader@11b86e7 
 ----------------------------------------------------------------</codeblock>
 <p>Typically,
 an application using an embedded <ph conref="../conrefs.dita#prod/productshortname"></ph> engine
@@ -49,11 +49,18 @@ later restart it in the same JVM session
 the application needs to reload <i>org.apache.derby.jdbc.EmbeddedDriver</i> as
 follows:</p>
 <codeblock>Class.forName(org.apache.derby.jdbc.EmbeddedDriver).newInstance();</codeblock>
-<p>Loading the embedded driver starts Derby.</p>
+<p>Loading the embedded driver starts
+<ph conref="../conrefs.dita#prod/productshortname"></ph>.</p>
 <p>The JDBC specification does not recommend calling
 <codeph>newInstance()</codeph>, but adding a <codeph>newInstance()</codeph> call
 guarantees that <ph conref="../conrefs.dita#prod/productshortname"></ph> will be
 booted on any JVM.</p>
+<note>If your application will need to restart
+<ph conref="../conrefs.dita#prod/productshortname"></ph>, you can add the
+attribute <i>deregister=false</i> to the connection URL to avoid having to
+reload the embedded driver:
+<codeblock>DriverManager.getConnection("jdbc:derby:;shutdown=true;deregister=false");</codeblock>
+</note>
 <p>It is also possible to shut down a single database instead of the entire <ph
 conref="../conrefs.dita#prod/productshortname"></ph> system. See <xref href="tdevdvlp40464.dita#tdevdvlp40464"></xref>.
 You can reboot a database in the same <ph conref="../conrefs.dita#prod/productshortname"></ph> session

Modified: db/derby/docs/trunk/src/getstart/tgssetupverify.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/getstart/tgssetupverify.dita?rev=1078171&r1=1078170&r2=1078171&view=diff
==============================================================================
--- db/derby/docs/trunk/src/getstart/tgssetupverify.dita (original)
+++ db/derby/docs/trunk/src/getstart/tgssetupverify.dita Fri Mar  4 22:13:36 2011
@@ -36,13 +36,13 @@ with Derby activities</indexterm></index
 <context> <p>To check the <ph conref="../conrefs.dita#prod/productshortname"></ph> system
 configuration:</p></context>
 <steps>
-<step><cmd>Verify that the <codeph>java.exe</codeph> file, version 1.4.2 or,
+<step><cmd>Verify that the <codeph>java</codeph> executable file, version 1.4.2 or,
 higher is in your command execution PATH by opening a command window and running
 the <codeph>java -version</codeph> command.</cmd><stepresult>The output from
 the command looks something like this:
-<codeblock><systemoutput>java version &quot;1.6.0_17&quot;  
-Java(TM) SE Runtime Environment (build 1.6.0_17-b04)  
-Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)</systemoutput></codeblock>
+<codeblock><systemoutput>java version &quot;1.6.0_24&quot;  
+Java(TM) SE Runtime Environment (build 1.6.0_24-b07)  
+Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)</systemoutput></codeblock>
 The
 output you see might be different from what is shown here because the <codeph>java
 -version</codeph> command outputs vendor-specific information. If the command

Modified: db/derby/docs/trunk/src/getstart/twwdactivity1.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/getstart/twwdactivity1.dita?rev=1078171&r1=1078170&r2=1078171&view=diff
==============================================================================
--- db/derby/docs/trunk/src/getstart/twwdactivity1.dita (original)
+++ db/derby/docs/trunk/src/getstart/twwdactivity1.dita Fri Mar  4 22:13:36 2011
@@ -143,23 +143,25 @@ ij> insert into COUNTRIES values ( 'Alba
 log that, under normal circumstances, contains a set of startup messages and
 a shutdown message. <codeblock><systemoutput>
 ----------------------------------------------------------------
-Thu Nov 04 15:43:01 EDT 2010:
+Wed Mar 02 17:06:58 EST 2011:
 Booting Derby version The Apache Software Foundation - Apache 
-  Derby - 10.7.1.0 - (1031070): 
-  instance a816c00e-012c-1869-e1d2-000000bc30c8 
+  Derby - 10.8.0.0 - (1076370): 
+  instance a816c00e-012e-789c-116d-000000bbdd88 
 on database directory C:\DERBYTUTOR\firstdb  
-  with class loader sun.misc.Launcher$AppClassLoader@7d772e 
-Loaded from file:C:\db-derby-10.7.1.0-bin\lib\derby.jar
+  with class loader sun.misc.Launcher$AppClassLoader@11b86e7 
+Loaded from file:C:\db-derby-10.8.0.0-bin\lib\derby.jar
 java.vendor=Sun Microsystems Inc.
-java.runtime.version=1.6.0_21-b06
+java.runtime.version=1.6.0_24-b07
+user.dir=C:\DERBYTUTOR
+derby.system.home=C:\DERBYTUTOR
 Database Class Loader started - derby.database.classpath=''
 ----------------------------------------------------------------
-Thu Nov 04 15:43:40 EDT 2010: Shutting down Derby engine
+Wed Mar 02 17:08:36 EST 2011: Shutting down Derby engine
 ----------------------------------------------------------------
-Thu Nov 04 15:43:40 EDT 2010:
-Shutting down instance a816c00e-012c-1869-e1d2-000000bc30c8 on 
+Wed Mar 02 17:08:36 EST 2011:
+Shutting down instance a816c00e-012e-789c-116d-000000bbdd88 on 
   database directory C:\DERBYTUTOR\firstdb 
-  with class loader sun.misc.Launcher$AppClassLoader@7d772e 
+  with class loader sun.misc.Launcher$AppClassLoader@11b86e7 
 ----------------------------------------------------------------</systemoutput></codeblock></li>
 <li>The <codeph>firstdb</codeph> database directory. Within the directory
 are the subdirectories <codeph>seg0</codeph> (containing the data files) and <codeph>log</codeph> (containing

Modified: db/derby/docs/trunk/src/getstart/twwdactivity2.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/getstart/twwdactivity2.dita?rev=1078171&r1=1078170&r2=1078171&view=diff
==============================================================================
--- db/derby/docs/trunk/src/getstart/twwdactivity2.dita (original)
+++ db/derby/docs/trunk/src/getstart/twwdactivity2.dita Fri Mar  4 22:13:36 2011
@@ -49,19 +49,19 @@ perform some basic SQL operations.</p></
 <stentry><lines>UNIX
 (Korn Shell)</lines></stentry>
 <stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar server start</userinput></b>
-<systemoutput>Thu Nov 04 15:50:38 EDT 2010 : Security manager
+<systemoutput>Wed Mar 02 17:25:26 EST 2011 : Security manager
  installed using the Basic server security policy.
-Thu Nov 04 15:50:39 EDT 2010 : Apache Derby Network
- Server - 10.7.1.0 - (1031070) started and ready to
+Wed Mar 02 17:25:27 EST 2011 : Apache Derby Network
+ Server - 10.8.0.0 - (1076370) started and ready to
  accept connections on port 1527</systemoutput></codeblock></stentry>
 </strow>
 <strow>
 <stentry><lines>Windows</lines></stentry>
 <stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar server start</userinput></b>
-<systemoutput>Thu Nov 04 15:50:38 EDT 2010 : Security manager
+<systemoutput>Wed Mar 02 17:25:26 EST 2011 : Security manager
  installed using the Basic server security policy.
-Thu Nov 04 15:50:39 EDT 2010 : Apache Derby Network
- Server - 10.7.1.0 - (1031070) started and ready to
+Wed Mar 02 17:25:27 EST 2011 : Apache Derby Network
+ Server - 10.8.0.0 - (1076370) started and ready to
  accept connections on port 1527</systemoutput></codeblock></stentry>
 </strow>
 </simpletable></stepxmp><stepresult>A Network Server startup message appears
@@ -132,14 +132,14 @@ Server.</cmd><stepxmp><simpletable relco
 <stentry><lines>UNIX
 (Korn Shell)</lines></stentry>
 <stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar server shutdown</userinput></b>
-<systemoutput>Thu Nov 04 15:56:01 EDT 2010 : Apache Derby Network
- Server - 10.7.1.0 - (1031070) shutdown</systemoutput></codeblock></stentry>
+<systemoutput>Wed Mar 02 17:29:44 EST 2011 : Apache Derby Network
+ Server - 10.8.0.0 - (1076370) shutdown</systemoutput></codeblock></stentry>
 </strow>
 <strow>
 <stentry><lines>Windows</lines></stentry>
 <stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar server shutdown</userinput></b>
-<systemoutput>Thu Nov 04 15:56:01 EDT 2010 : Apache Derby Network
- Server - 10.7.1.0 - (1031070) shutdown</systemoutput></codeblock></stentry>
+<systemoutput>Wed Mar 02 17:29:44 EST 2011 : Apache Derby Network
+ Server - 10.8.0.0 - (1076370) shutdown</systemoutput></codeblock></stentry>
 </strow>
 </simpletable></stepxmp><stepresult>The server shutdown confirmation appears
 in both command windows.</stepresult></step>

Modified: db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita?rev=1078171&r1=1078170&r2=1078171&view=diff
==============================================================================
--- db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita (original)
+++ db/derby/docs/trunk/src/getstart/twwdactivity3_Setup.dita Fri Mar  4 22:13:36 2011
@@ -90,13 +90,13 @@ Connected to database jdbcDemoDB
 Enter wish-list item (enter exit to end):</systemoutput>
 <b><userinput>a peppermint stick</userinput></b>
 <systemoutput>  __________________________________________________
-On 2010-11-04 16:09:25.686 I wished for a peppermint stick
+On 2011-03-02 17:41:52.531 I wished for a peppermint stick
   __________________________________________________
 Enter wish-list item (enter exit to end):</systemoutput>
 <b><userinput>a long vacation</userinput></b>
 <systemoutput>  __________________________________________________
-On 2010-11-04 16:09:25.686 I wished for a peppermint stick
-On 2010-11-04 16:09:31.948 I wished for a long vacation
+On 2011-03-02 17:41:52.531 I wished for a peppermint stick
+On 2011-03-02 17:42:03.248 I wished for a long vacation
   __________________________________________________
 Enter wish-list item (enter exit to end):</systemoutput>
 <b><userinput>exit</userinput></b>

Modified: db/derby/docs/trunk/src/getstart/twwdactivity4.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/getstart/twwdactivity4.dita?rev=1078171&r1=1078170&r2=1078171&view=diff
==============================================================================
--- db/derby/docs/trunk/src/getstart/twwdactivity4.dita (original)
+++ db/derby/docs/trunk/src/getstart/twwdactivity4.dita Fri Mar  4 22:13:36 2011
@@ -121,19 +121,19 @@ performed successfully.) </stepresult></
 <stentry><lines>UNIX
 (Korn Shell)</lines></stentry>
 <stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar server start</userinput></b>
-Thu Nov 04 16:31:45 EDT 2010 : Security manager
+Wed Mar 02 17:45:31 EST 2011 : Security manager
  installed using the Basic server security policy.
-Thu Nov 04 16:31:46 EDT 2010 : Apache Derby
- Network Server - 10.7.1.0 - (1031070) started and
+Wed Mar 02 17:45:32 EST 2011 : Apache Derby
+ Network Server - 10.8.0.0 - (1076370) started and
  ready to accept connections on port 1527</codeblock></stentry>
 </strow>
 <strow>
 <stentry><lines>Windows</lines></stentry>
 <stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar server start</userinput></b>
-Thu Nov 04 16:31:45 EDT 2010 : Security manager
+Wed Mar 02 17:45:31 EST 2011 : Security manager
  installed using the Basic server security policy.
-Thu Nov 04 16:31:46 EDT 2010 : Apache Derby 
- Network Server - 10.7.1.0 - (1031070) started and
+Wed Mar 02 17:45:32 EST 2011 : Apache Derby 
+ Network Server - 10.8.0.0 - (1076370) started and
  ready to accept connections on port 1527</codeblock></stentry>
 </strow>
 </simpletable> </stepxmp></substep>
@@ -168,17 +168,17 @@ Connected to database jdbcDemoDB
 Enter wish-list item (enter exit to end):</systemoutput>
 <b><userinput>a sunny day</userinput></b>
 <systemoutput>  __________________________________________________
-On 2010-11-04 16:09:25.686 I wished for a peppermint stick
-On 2010-11-04 16:09:31.948 I wished for a long vacation
-On 2010-11-04 16:32:13.17 I wished for a sunny day
+On 2011-03-02 17:41:52.531 I wished for a peppermint stick
+On 2011-03-02 17:42:03.248 I wished for a long vacation
+On 2011-03-02 17:48:09.622 I wished for a sunny day
   __________________________________________________
 Enter wish-list item (enter exit to end):</systemoutput>
 <b><userinput>a new car</userinput></b>
 <systemoutput>  __________________________________________________
-On 2010-11-04 16:09:25.686 I wished for a peppermint stick
-On 2010-11-04 16:09:31.948 I wished for a long vacation
-On 2010-11-04 16:32:13.17 I wished for a sunny day
-On 2010-11-04 16:32:19.349 I wished for a new car
+On 2011-03-02 17:41:52.531 I wished for a peppermint stick
+On 2011-03-02 17:42:03.248 I wished for a long vacation
+On 2011-03-02 17:48:09.622 I wished for a sunny day
+On 2011-03-02 17:48:29.136 I wished for a new car
   __________________________________________________
 Enter wish-list item (enter exit to end):</systemoutput>
 <b><userinput>exit</userinput></b>
@@ -196,15 +196,15 @@ Getting Started With Derby JDBC program 
 <stentry><lines>UNIX
 (Korn Shell)</lines></stentry>
 <stentry><codeblock><b><userinput>java -jar $DERBY_HOME/lib/derbyrun.jar server shutdown</userinput></b>
-<systemoutput>Thu Nov 04 16:32:41 EDT 2010 : Apache Derby Network
- Server - 10.7.1.0 - (1031070)  shutdown</systemoutput>
+<systemoutput>Wed Mar 02 17:48:54 EST 2011 : Apache Derby Network
+ Server - 10.8.0.0 - (1076370)  shutdown</systemoutput>
 </codeblock></stentry>
 </strow>
 <strow>
 <stentry><lines>Windows</lines></stentry>
 <stentry><codeblock><b><userinput>java -jar %DERBY_HOME%\lib\derbyrun.jar server shutdown</userinput></b>
-<systemoutput>Thu Nov 04 16:32:41 EDT 2010 : Apache Derby Network
- Server - 10.7.1.0 - (1031070)  shutdown</systemoutput>
+<systemoutput>Wed Mar 02 17:48:54 EST 2011 : Apache Derby Network
+ Server - 10.8.0.0 - (1076370)  shutdown</systemoutput>
 </codeblock></stentry>
 </strow>
 </simpletable> </stepxmp><stepresult>The server shutdown confirmation appears

Modified: db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita?rev=1078171&r1=1078170&r2=1078171&view=diff
==============================================================================
--- db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita (original)
+++ db/derby/docs/trunk/src/tools/rtoolssysinfo1002629.dita Fri Mar  4 22:13:36 2011
@@ -27,12 +27,12 @@ limitations under the License.
 <refbody>
 <example>When you run the <codeph>sysinfo</codeph> command using the
 <codeph>derbyrun.jar</codeph> file, the output looks something like this: 
-<codeblock><b>java -jar C:\db-derby-10.7.1.0-bin\lib\derbyrun.jar sysinfo</b>
+<codeblock><b>java -jar C:\db-derby-10.8.0.0-bin\lib\derbyrun.jar sysinfo</b>
 ------------------ Java Information ------------------
-Java Version:    1.6.0_21
+Java Version:    1.6.0_24
 Java Vendor:     Sun Microsystems Inc.
-Java home:       C:\jdk1.6.0_21\jre
-Java classpath:  C:\db-derby-10.7.1.0-bin\lib\derbyrun.jar
+Java home:       C:\jdk1.6.0_24\jre
+Java classpath:  C:\db-derby-10.8.0.0-bin\lib\derbyrun.jar
 OS name:         Windows XP
 OS architecture: x86
 OS version:      5.1
@@ -41,42 +41,42 @@ Java user home:  C:\Documents and Settin
 Java user dir:   C:\DERBYDBS
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
-java.runtime.version: 1.6.0_21-b06
+java.runtime.version: 1.6.0_24-b07
 --------- Derby Information --------
 JRE - JDBC: Java SE 6 - JDBC 4.0
-[C:\db-derby-10.7.1.0-bin\lib\derby.jar] 10.7.1.0 - (1031070)
-[C:\db-derby-10.7.1.0-bin\lib\derbytools.jar] 10.7.1.0 - (1031070)
-[C:\db-derby-10.7.1.0-bin\lib\derbynet.jar] 10.7.1.0 - (1031070)
-[C:\db-derby-10.7.1.0-bin\lib\derbyclient.jar] 10.7.1.0 - (1031070)
+[C:\db-derby-10.7.1.0-bin\lib\derby.jar] 10.8.0.0 - (1076370)
+[C:\db-derby-10.7.1.0-bin\lib\derbytools.jar] 10.8.0.0 - (1076370)
+[C:\db-derby-10.7.1.0-bin\lib\derbynet.jar] 10.8.0.0 - (1076370)
+[C:\db-derby-10.7.1.0-bin\lib\derbyclient.jar] 10.8.0.0 - (1076370)
 ------------------------------------------------------
 ----------------- Locale Information -----------------
 Current Locale : [English/United States [en_US]]
 Found support for locale: [cs]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [de_DE]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [es]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [fr]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [hu]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [it]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [ja_JP]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [ko_KR]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [pl]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [pt_BR]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [ru]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [zh_CN]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 Found support for locale: [zh_TW]
-         version: 10.7.1.0 - (1031070)
+         version: 10.8.0.0 - (1076370)
 ------------------------------------------------------</codeblock></example>
 <section><p>When you request help for a problem by posting to the derby-user 
 mailing list, include a copy of the information provided