Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 58775 invoked from network); 24 Jul 2009 23:16:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jul 2009 23:16:35 -0000 Received: (qmail 87483 invoked by uid 500); 24 Jul 2009 23:17:40 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 87402 invoked by uid 500); 24 Jul 2009 23:17:40 -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 87394 invoked by uid 99); 24 Jul 2009 23:17:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 23:17:40 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2009 23:17:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C84F2234C004 for ; Fri, 24 Jul 2009 16:17:14 -0700 (PDT) Message-ID: <954864303.1248477434805.JavaMail.jira@brutus> Date: Fri, 24 Jul 2009 16:17:14 -0700 (PDT) From: "oliver homann (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4320) ERROR XSDBB: Unknown page format at page Page(11093,Container(0, 1745)) In-Reply-To: <76569549.1248370154995.JavaMail.jira@brutus> 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-4320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735202#action_12735202 ] oliver homann commented on DERBY-4320: -------------------------------------- Hi Kathey, Before I go into more details I should probably make one thing clear... I am by no means a professional programmer. I'm a scientist who dabbles in programming... so take what I write with a grain of salt :). > Could you provide the table definition and some sample data, (just a 100 rows would be fine)? Here is the SQL statement used to create the table (the # symbol in the table name is an integer... I have many such tables, each with a different integer): create table APP.LOCATION_TABLE# LOCATION_ID INT NOT NULL GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1), CHROMOSOME_ID INT, MIN_X INT, MAX_X INT, STRAND SMALLINT, BIN INT, PRIMARY KEY(LOCATION_ID) ) As soon as the table is created, it is loaded using this statement: CALL SYSCS_UTIL.SYSCS_IMPORT_DATA ('APP', 'LOCATION_TABLE#', 'MIN_X, MAX_X, STRAND, CHROMOSOME_ID, BIN', null, , null, null, null, 0) And then an index is created using this statement CREATE INDEX locLookup# ON APP.LOCATION_TABLE# (CHROMOSOME_ID, BIN) I don't have a sample file available at the moment, but as you can see from the table it is a rather simple series of numbers for each line > At the time you upgraded Derby and your application did you also update your JVM or are you using the same one as before? It is the same. >Do all your users run on Mac or is the upgrade working ok on other platforms? I only have ~10 users at the moment (the application is in beta-testing)... one uses Linux, and the others are roughly split between Mac and Windows. Only one of the Mac users has encountered this problem, and only twice so far. > Are you sure the JVM is running on the same machine as the database drive (it is not network mounted)? Yes. > Are there some disk caching options on Mac that might be relevant? I have no idea. > Is it an index? If so, you *may* be able to recover by dropping and recreating it (please try this on a copy of the database). Unfortunately, the user deleted the database and started anew when the error occurred. > ERROR XSDBB: Unknown page format at page Page(11093,Container(0, 1745)) > ----------------------------------------------------------------------- > > Key: DERBY-4320 > URL: https://issues.apache.org/jira/browse/DERBY-4320 > Project: Derby > Issue Type: Bug > Affects Versions: 10.5.1.1 > Environment: Reported by user on Mac OSX running Java SE 6 > Reporter: oliver homann > Priority: Blocker > > My Java desktop application makes heavy use of a derby database to store data. Since updating to the newest derby.jar, one of my users has been getting intermittent crashes of the type 'ERROR XSDBB: Unknown page format at page Page(11093,Container(0, 1745))'. I am at a loss of how to troubleshoot this issue, as it seems to suggest a low-level problem. I see an earlier report of a similar exception is marked as 'RESOLVED'... perhaps this is a variant of the problem that was previously reported? I have pasted the stack trace below in case it is of any use. I would greatly appreciate any feedback on how to deal with this issue, as my software is completely reliant upon Derby and I would like to continue using the most recent version for the FETCH/OFFSET capabilities. > Thanks. > java.sql.SQLException: Unknown page format at page Page(11093,Container(0, 1745)), page dump follows: Hex dump: > 00000000: 5528 0000 48b8 0401 2d24 0000 0000 0000 U...H?.......... > 00000010: 1a1c 0000 2c21 0000 60b8 0401 2e24 0000 .........?...... > 00000020: 0000 0000 1f1c 0000 5728 0000 78b8 0401 ........W...x?.. > 00000030: 2f24 0000 0000 0000 1d1c 0000 2d21 0000 ................ > 00000040: 90b8 0401 3024 0000 0000 0000 221c 0000 ??..0........... > 00000050: 5928 0000 a8b8 0401 3124 0000 0000 0000 Y...??..1....... > 00000060: 201c 0000 2e21 0000 c0b8 0401 3224 0000 .........?..2... > 00000070: 0000 0000 251c 0000 5b28 0000 d8b8 0401 .............?.. > 00000080: 3324 0000 0000 0000 231c 0000 2f21 0000 3............... > 00000090: f0b8 0401 3424 0000 0000 0000 281c 0000 .?..4........... > 000000a0: 5d28 0000 08b9 0401 3524 0000 0000 0000 .....?..5....... > 000000b0: 261c 0000 3021 0000 20b9 0401 3624 0000 ....0....?..6... > 000000c0: 0000 0000 2b1c 0000 5f28 0000 38b9 0401 ............8?.. > 000000d0: 3724 0000 0000 0000 291c 0000 3121 0000 7...........1... > 000000e0: 50b9 0401 3824 0000 0000 0000 2e1c 0000 P?..8........... > 000000f0: 6128 0000 68b9 0401 3924 0000 0000 0000 a...h?..9....... > 00000100: 2c1c 0000 6228 0000 80b9 0401 3a24 0000 ....b...??...... > 00000110: 0000 0000 311c 0000 6328 0000 98b9 0401 ....1...c...??.. > 00000120: 3b24 0000 0000 0000 2f1c 0000 6428 0000 ............d... > 00000130: b0b9 0401 3c24 0000 0000 0000 341c 0000 ??..........4... > 00000140: 6528 0000 c8b9 0401 3d24 0000 0000 0000 e....?.......... > 00000150: 321c 0000 6628 0000 e0b9 0401 3e24 0000 2...f....?...... > 00000160: 0000 0000 371c 0000 6728 0000 f8b9 0401 ....7...g....?.. > 00000170: 3f24 0000 0000 0000 351c 0000 6828 0000 ........5...h... > 00000180: 10ba 0401 4024 0000 0000 0000 3a1c 0000 .?.............. > 00000190: 6928 0000 28ba 0401 4124 0000 0000 0000 i....?..A....... > 000001a0: 381c 0000 6a28 0000 40ba 0401 4224 0000 8...j....?..B... > 000001b0: 0000 0000 3d1c 0000 6b28 0000 58ba 0401 ........k...X?.. > 000001c0: 4324 0000 0000 0000 3b1c 0000 6c28 0000 C...........l... > 000001d0: 70ba 0401 4424 0000 0000 0000 401c 0000 p?..D........... > 000001e0: 6d28 0000 88ba 0401 4524 0000 0000 0000 m...??..E....... > 000001f0: 3e1c 0000 6e28 0000 a0ba 0401 4624 0000 ....n...??..F... > 00000200: 0000 0000 431c 0000 6f28 0000 b8ba 0401 ....C...o...??.. > 00000210: 4724 0000 0000 0000 411c 0000 7028 0000 G.......A...p... > 00000220: d0ba 0401 4824 0000 0000 0000 461c 0000 .?..H.......F... > 00000230: 7128 0000 e8ba 0401 4924 0000 0000 0000 q....?..I....... > 00000240: 441c 0000 7228 0000 00bb 0401 4a24 0000 D...r....?..J... > 00000250: 0000 0000 491c 0000 7328 0000 18bb 0401 ....I...s....?.. > 00000260: 4b24 0000 0000 0000 471c 0000 7428 0000 K.......G...t... > 00000270: 30bb 0401 4c24 0000 0000 0000 4c1c 0000 0?..L.......L... > 00000280: 7528 0000 48bb 0401 4d24 0000 0000 0000 u...H?..M....... > 00000290: 4a1c 0000 3221 0000 60bb 0401 4e24 0000 J...2....?..N... > 000002a0: 0000 0000 4f1c 0000 7728 0000 78bb 0401 ....O...w...x?.. > 000002b0: 4f24 0000 0000 0000 4d1c 0000 3321 0000 O.......M...3... > 000002c0: 90bb 0401 5024 0000 0000 0000 521c 0000 ??..P.......R... > 000002d0: 7928 0000 a8bb 0401 5124 0000 0000 0000 y...??..Q....... > 000002e0: 501c 0000 3421 0000 c0bb 0401 5224 0000 P...4....?..R... > 000002f0: 0000 0000 551c 0000 7b28 0000 d8bb 0401 ....U........?.. > 00000300: 5324 0000 0000 0000 531c 0000 3521 0000 S.......S...5... > 00000310: f0bb 0401 5424 0000 0000 0000 581c 0000 .?..T.......X... > 00000320: 7d28 0000 08bc 0401 5524 0000 0000 0000 .....?..U....... > 00000330: 561c 0000 3621 0000 20bc 0401 5624 0000 V...6....?..V... > 00000340: 0000 0000 5b1c 0000 7f28 0000 38bc 0401 ............8?.. > 00000350: 5724 0000 0000 0000 591c 0000 8028 0000 W.......Y...?... > 00000360: 50bc 0401 5824 0000 0000 0000 5e1c 0000 P?..X........... > 00000370: 8128 0000 68bc 0401 5924 0000 0000 0000 ?...h?..Y....... > 00000380: 5c1c 0000 3721 0000 80bc 0401 5a24 0000 ....7...??..Z... > 00000390: 0000 0000 611c 0000 8328 0000 98bc 0401 ....a...?...??.. > 000003a0: 5b24 0000 0000 0000 5f1c 0000 3821 0000 ............8... > 000003b0: b0bc 0401 5c24 0000 0000 0000 641c 0000 ??..........d... > 000003c0: 8528 0000 c8bc 0401 5d24 0000 0000 0000 ?....?.......... > 000003d0: 621c 0000 3921 0000 e0bc 0401 5e24 0000 b...9....?...... > 000003e0: 0000 0000 671c 0000 8728 0000 f8bc 0401 ....g...?....?.. > 000003f0: 5f24 0000 0000 0000 651c 0000 8828 0000 ........e...?... > 00000400: 10bd 0401 6024 0000 0000 0000 6a1c 0000 .?..........j... > 00000410: 8928 0000 28bd 0401 6124 0000 0000 0000 ?....?..a....... > 00000420: 681c 0000 3a21 0000 40bd 0401 6224 0000 h........?..b... > 00000430: 0000 0000 6d1c 0000 8b28 0000 58bd 0401 ....m...?...X?.. > 00000440: 6324 0000 0000 0000 6b1c 0000 8c28 0000 c.......k...?... > 00000450: 70bd 0401 6424 0000 0000 0000 701c 0000 p?..d.......p... > 00000460: 8d28 0000 88bd 0401 6524 0000 0000 0000 ?...??..e....... > 00000470: 6e1c 0000 8e28 0000 a0bd 0401 6624 0000 n...?...??..f... > 00000480: 0000 0000 731c 0000 8f28 0000 b8bd 0401 ....s...?...??.. > 00000490: 6724 0000 0000 0000 711c 0000 3b21 0000 g.......q....... > 000004a0: d0bd 0401 6824 0000 0000 0000 761c 0000 .?..h.......v... > 000004b0: 9128 0000 e8bd 0401 6924 0000 0000 0000 ?....?..i....... > 000004c0: 741c 0000 3c21 0000 00be 0401 6a24 0000 t........?..j... > 000004d0: 0000 0000 791c 0000 9328 0000 18be 0401 ....y...?....?.. > 000004e0: 6b24 0000 0000 0000 771c 0000 9428 0000 k.......w...?... > 000004f0: 30be 0401 6c24 0000 0000 0000 7c1c 0000 0?..l........... > 00000500: 9528 0000 48be 0401 6d24 0000 0000 0000 ?...H?..m....... > 00000510: 7a1c 0000 3d21 0000 60be 0401 6e24 0000 z........?..n... > 00000520: 0000 0000 7f1c 0000 9728 0000 78be 0401 ........?...x?.. > 00000530: 6f24 0000 0000 0000 7d1c 0000 3e21 0000 o............... > 00000540: 90be 0401 7024 0000 0000 0000 821c 0000 ??..p.......?... > 00000550: 9928 0000 a8be 0401 7124 0000 0000 0000 ?...??..q....... > 00000560: 801c 0000 9a28 0000 c0be 0401 7224 0000 ?...?....?..r... > 00000570: 0000 0000 851c 0000 9b28 0000 d8be 0401 ....?...?....?.. > 00000580: 7324 0000 0000 0000 831c 0000 9c28 0000 s.......?...?... > 00000590: f0be 0401 7424 0000 0000 0000 881c 0000 .?..t.......?... > 000005a0: 9d28 0000 08bf 0401 7524 0000 0000 0000 ?.......u....... > 000005b0: 861c 0000 9e28 0000 20bf 0401 7624 0000 ?...?.......v... > 000005c0: 0000 0000 8b1c 0000 9f28 0000 38bf 0401 ....?...?...8... > 000005d0: 7724 0000 0000 0000 891c 0000 a028 0000 w.......?...?... > 000005e0: 50bf 0401 7824 0000 0000 0000 8e1c 0000 P...x.......?... > 000005f0: a128 0000 68bf 0401 7924 0000 0000 0000 ?...h...y....... > 00000600: 8c1c 0000 3f21 0000 80bf 0401 7a24 0000 ?.......?...z... > 00000610: 0000 0000 911c 0000 a328 0000 98bf 0401 ....?...?...?... > 00000620: 7b24 0000 0000 0000 8f1c 0000 a428 0000 ........?...?... > 00000630: b0bf 0401 7c24 0000 0000 0000 941c 0000 ?...........?... > 00000640: a528 0000 c8bf 0401 7d24 0000 0000 0000 ?............... > 00000650: 921c 0000 4021 0000 e0bf 0401 7e24 0000 ?............... > 00000660: 0000 0000 971c 0000 a728 0000 f8bf 0401 ....?...?....... > 00000670: 7f24 0000 0000 0000 951c 0000 4121 0000 ........?...A... > 00000680: 10c0 0401 8024 0000 0000 0000 9a1c 0000 ....?.......?... > 00000690: a928 0000 28c0 0401 8124 0000 0000 0000 ?.......?....... > 000006a0: 981c 0000 4221 0000 40c0 0401 8224 0000 ?...B.......?... > 000006b0: 0000 0000 9d1c 0000 ab28 0000 58c0 0401 ....?...?...X... > 000006c0: 8324 0000 0000 0000 9b1c 0000 4321 0000 ?.......?...C... > 000006d0: 70c0 0401 8424 0000 0000 0000 a01c 0000 p...?.......?... > 000006e0: ad28 0000 88c0 0401 8524 0000 0000 0000 ?...?...?....... > 000006f0: 9e1c 0000 4421 0000 a0c0 0401 8624 0000 ?...D...?...?... > 00000700: 0000 0000 a31c 0000 af28 0000 b8c0 0401 ....?...?...?... > 00000710: 8724 0000 0000 0000 a11c 0000 4521 0000 ?.......?...E... > 00000720: d0c0 0401 8824 0000 0000 0000 a61c 0000 ....?.......?... > 00000730: b128 0000 e8c0 0401 8924 0000 0000 0000 ?.......?....... > 00000740: a41c 0000 4621 0000 00c1 0401 8a24 0000 ?...F.......?... > 00000750: 0000 0000 a91c 0000 b328 0000 18c1 0401 ....?...?....... > 00000760: 8b24 0000 0000 0000 a71c 0000 4721 0000 ?.......?...G... > 00000770: 30c1 0401 8c24 0000 0000 0000 ac1c 0000 0...?.......?... > 00000780: b528 0000 48c1 0401 8d24 0000 0000 0000 ?...H...?....... > 00000790: aa1c 0000 4821 0000 60c1 0401 8e24 0000 ?...H.......?... > 000007a0: 0000 0000 af1c 0000 b728 0000 78c1 0401 ....?...?...x... > 000007b0: 8f24 0000 0000 0000 ad1c 0000 4921 0000 ?.......?...I... > 000007c0: 90c1 0401 9024 0000 0000 0000 b21c 0000 ?...?.......?... > 000007d0: b928 0000 a8c1 0401 9124 0000 0000 0000 ?...?...?....... > 000007e0: b01c 0000 4a21 0000 c0c1 0401 9224 0000 ?...J.......?... > 000007f0: 0000 0000 b51c 0000 bb28 0000 d8c1 0401 ....?...?....... > 00000800: 9324 0000 0000 0000 b31c 0000 4b21 0000 ?.......?...K... > 00000810: f0c1 0401 9424 0000 0000 0000 b81c 0000 ....?.......?... > 00000820: bd28 0000 08c2 0401 9524 0000 0000 0000 ?....?..?....... > 00000830: b61c 0000 4c21 0000 20c2 0401 9624 0000 ?...L....?..?... > 00000840: 0000 0000 bb1c 0000 bf28 0000 38c2 0401 ....?.......8?.. > 00000850: 9724 0000 0000 0000 b91c 0000 4d21 0000 ?.......?...M... > 00000860: 50c2 0401 9824 0000 0000 0000 be1c 0000 P?..?.......?... > 00000870: c128 0000 68c2 0401 9924 0000 0000 0000 ....h?..?....... > 00000880: bc1c 0000 4e21 0000 80c2 0401 9a24 0000 ?...N...??..?... > 00000890: 0000 0000 c11c 0000 c328 0000 98c2 0401 ........?...??.. > 000008a0: 9b24 0000 0000 0000 bf1c 0000 c428 0000 ?...........?... > 000008b0: b0c2 0401 9c24 0000 0000 0000 c41c 0000 ??..?.......?... > 000008c0: c528 0000 c8c2 0401 9d24 0000 0000 0000 ?....?..?....... > 000008d0: c21c 0000 4f21 0000 e0c2 0401 9e24 0000 ?...O....?..?... > 000008e0: 0000 0000 c71c 0000 c728 0000 f8c2 0401 ....?...?....?.. > 000008f0: 9f24 0000 0000 0000 c51c 0000 c828 0000 ?.......?....... > 00000900: 10c3 0401 a024 0000 0000 0000 ca1c 0000 .?..?.......?... > 00000910: c928 0000 28c3 0401 a124 0000 0000 0000 .....?..?....... > 00000920: c81c 0000 ca28 0000 40c3 0401 a224 0000 ....?....?..?... > 00000930: 0000 0000 cd1c 0000 cb28 0000 58c3 0401 ....?...?...X?.. > 00000940: a324 0000 0000 0000 cb1c 0000 5021 0000 ?.......?...P... > 00000950: 70c3 0401 a424 0000 0000 0000 d01c 0000 p?..?........... > 00000960: cd28 0000 88c3 0401 a524 0000 0000 0000 ?...??..?....... > 00000970: ce1c 0000 5121 0000 a0c3 0401 a624 0000 ?...Q...??..?... > 00000980: 0000 0000 d31c 0000 cf28 0000 b8c3 0401 ....?...?...??.. > 00000990: a724 0000 0000 0000 d11c 0000 d028 0000 ?............... > 000009a0: d0c3 0401 a824 0000 0000 0000 d61c 0000 .?..?.......?... > 000009b0: d128 0000 e8c3 0401 a924 0000 0000 0000 .....?..?....... > 000009c0: d41c 0000 d228 0000 00c4 0401 aa24 0000 ?...?....?..?... > 000009d0: 0000 0000 d91c 0000 d328 0000 18c4 0401 ........?....?.. > 000009e0: ab24 0000 0000 0000 d71c 0000 d428 0000 ?.......?...?... > 000009f0: 30c4 0401 ac24 0000 0000 0000 dc1c 0000 0?..?.......?... > 00000a00: d528 0000 48c4 0401 ad24 0000 0000 0000 ?...H?..?....... > 00000a10: da1c 0000 d628 0000 60c4 0401 ae24 0000 ?...?....?..?... > 00000a20: 0000 0000 df1c 0000 d728 0000 78c4 0401 ........?...x?.. > 00000a30: af24 0000 0000 0000 dd1c 0000 d828 0000 ?............... > 00000a40: 90c4 0401 b024 0000 0000 0000 e21c 0000 ??..?........... > 00000a50: d928 0000 a8c4 0401 b124 0000 0000 0000 ....??..?....... > 00000a60: e01c 0000 5221 0000 c0c4 0401 b224 0000 ....R....?..?... > 00000a70: 0000 0000 e51c 0000 db28 0000 d8c4 0401 ........?....?.. > 00000a80: b324 0000 0000 0000 e31c 0000 dc28 0000 ?...........?... > 00000a90: f0c4 0401 b424 0000 0000 0000 e81c 0000 .?..?........... > 00000aa0: dd28 0000 08c5 0401 b524 0000 0000 0000 .....?..?....... > 00000ab0: e61c 0000 de28 0000 20c5 0401 b624 0000 .........?..?... > 00000ac0: 0000 0000 eb1c 0000 df28 0000 38c5 0401 ............8?.. > 00000ad0: b724 0000 0000 0000 e91c 0000 5321 0000 ?...........S... > 00000ae0: 50c5 0401 b824 0000 0000 0000 ee1c 0000 P?..?........... > 00000af0: e128 0000 68c5 0401 b924 0000 0000 0000 ....h?..?....... > 00000b00: ec1c 0000 e228 0000 80c5 0401 ba24 0000 ........??..?... > 00000b10: 0000 0000 f11c 0000 e328 0000 98c5 0401 ............??.. > 00000b20: bb24 0000 0000 0000 ef1c 0000 e428 0000 ?............... > 00000b30: b0c5 0401 bc24 0000 0000 0000 f41c 0000 ??..?........... > 00000b40: e528 0000 c8c5 0401 bd24 0000 0000 0000 .....?..?....... > 00000b50: f21c 0000 e628 0000 e0c5 0401 be24 0000 .........?..?... > 00000b60: 0000 0000 f71c 0000 e728 0000 f8c5 0401 .............?.. > 00000b70: bf24 0000 0000 0000 f51c 0000 e828 0000 ................ > 00000b80: 10c6 0401 c024 0000 0000 0000 fa1c 0000 .?.............. > 00000b90: e928 0000 28c6 0401 c124 0000 0000 0000 .....?.......... > 00000ba0: f81c 0000 ea28 0000 40c6 0401 c224 0000 .........?..?... > 00000bb0: 0000 0000 fd1c 0000 eb28 0000 58c6 0401 ............X?.. > 00000bc0: c324 0000 0000 0000 fb1c 0000 ec28 0000 ?............... > 00000bd0: 70c6 0401 c424 0000 0000 0000 001d 0000 p?..?........... > 00000be0: ed28 0000 88c6 0401 c524 0000 0000 0000 ....??..?....... > 00000bf0: fe1c 0000 5421 0000 a0c6 0401 c624 0000 ....T...??..?... > 00000c00: 0000 0000 031d 0000 ef28 0000 b8c6 0401 ............??.. > 00000c10: c724 0000 0000 0000 011d 0000 5521 0000 ?...........U... > 00000c20: d0c6 0401 c824 0000 0000 0000 061d 0000 .?.............. > 00000c30: f128 0000 e8c6 0401 c924 0000 0000 0000 .....?.......... > 00000c40: 041d 0000 f228 0000 00c7 0401 ca24 0000 .........?..?... > 00000c50: 0000 0000 091d 0000 f328 0000 18c7 0401 .............?.. > 00000c60: cb24 0000 0000 0000 071d 0000 f428 0000 ?............... > 00000c70: 30c7 0401 cc24 0000 0000 0000 0c1d 0000 0?..?........... > 00000c80: f528 0000 48c7 0401 cd24 0000 0000 0000 ....H?..?....... > 00000c90: 0a1d 0000 f628 0000 60c7 0401 ce24 0000 .........?..?... > 00000ca0: 0000 0000 0f1d 0000 f728 0000 78c7 0401 ............x?.. > 00000cb0: cf24 0000 0000 0000 0d1d 0000 f828 0000 ?............... > 00000cc0: 90c7 0401 d024 0000 0000 0000 121d 0000 ??.............. > 00000cd0: f928 0000 a8c7 0401 d124 0000 0000 0000 ....??.......... > 00000ce0: 101d 0000 fa28 0000 c0c7 0401 d224 0000 .........?..?... > 00000cf0: 0000 0000 151d 0000 fb28 0000 d8c7 0401 .............?.. > 00000d00: d324 0000 0000 0000 131d 0000 5621 0000 ?...........V... > 00000d10: f0c7 0401 d424 0000 0000 0000 181d 0000 .?..?........... > 00000d20: fd28 0000 08c8 0401 d524 0000 0000 0000 ........?....... > 00000d30: 161d 0000 5721 0000 20c8 0401 d624 0000 ....W.......?... > 00000d40: 0000 0000 1b1d 0000 ff28 0000 38c8 0401 ............8... > 00000d50: d724 0000 0000 0000 191d 0000 0029 0000 ?............... > 00000d60: 50c8 0401 d824 0000 0000 0000 1e1d 0000 P............... > 00000d70: 0129 0000 68c8 0401 d924 0000 0000 0000 ....h........... > 00000d80: 1c1d 0000 0229 0000 80c8 0401 da24 0000 ........?...?... > 00000d90: 0000 0000 211d 0000 0329 0000 98c8 0401 ............?... > 00000da0: db24 0000 0000 0000 1f1d 0000 5821 0000 ?...........X... > 00000db0: b0c8 0401 dc24 0000 0000 0000 241d 0000 ?...?........... > 00000dc0: 0529 0000 c8c8 0401 dd24 0000 0000 0000 ................ > 00000dd0: 221d 0000 0629 0000 e0c8 0401 de24 0000 ................ > 00000de0: 0000 0000 271d 0000 0729 0000 f8c8 0401 ................ > 00000df0: df24 0000 0000 0000 251d 0000 0829 0000 ................ > 00000e00: 10c9 0401 e024 0000 0000 0000 2a1d 0000 ................ > 00000e10: 0929 0000 28c9 0401 e124 0000 0000 0000 ................ > 00000e20: 281d 0000 5921 0000 40c9 0401 e224 0000 ....Y........... > 00000e30: 0000 0000 2d1d 0000 0b29 0000 58c9 0401 ............X... > 00000e40: e324 0000 0000 0000 2b1d 0000 0c29 0000 ................ > 00000e50: 70c9 0401 e424 0000 0000 0000 301d 0000 p...........0... > 00000e60: 0d29 0000 88c9 0401 e524 0000 0000 0000 ....?........... > 00000e70: 2e1d 0000 0e29 0000 a0c9 0401 e624 0000 ........?....... > 00000e80: 0000 0000 331d 0000 0f29 0000 b8c9 0401 ....3.......?... > 00000e90: e724 0000 0000 0000 311d 0000 1029 0000 ........1....... > 00000ea0: d0c9 0401 e824 0000 0000 0000 361d 0000 ............6... > 00000eb0: 1129 0000 e8c9 0401 e924 0000 0000 0000 ................ > 00000ec0: 341d 0000 5a21 0000 00ca 0401 ea24 0000 4...Z....?...... > 00000ed0: 0000 0000 391d 0000 1329 0000 18ca 0401 ....9........?.. > 00000ee0: eb24 0000 0000 0000 371d 0000 5b21 0000 ........7....... > 00000ef0: 30ca 0401 ec24 0000 0000 0000 3c1d 0000 0?.............. > 00000f00: 1529 0000 48ca 0401 ed24 0000 0000 0000 ....H?.......... > 00000f10: 3a1d 0000 5c21 0000 60ca 0401 ee24 0000 .........?...... > 00000f20: 0000 0000 3f1d 0000 1729 0000 78ca 0401 ............x?.. > 00000f30: ef24 0000 0000 0000 3d1d 0000 5d21 0000 ................ > 00000f40: 90ca 0401 f024 0000 0000 0000 421d 0000 ??..........B... > 00000f50: 1929 0000 a8ca 0401 f124 0000 0000 0000 ....??.......... > 00000f60: 401d 0000 5e21 0000 c0ca 0401 f224 0000 .........?...... > 00000f70: 0000 0000 441d 0000 451d 0000 10c3 0501 ....D...E....?.. > 00000f80: bf31 0000 0000 0000 8d2d 0000 e111 0000 .1......?....... > 00000f90: 3ccb 0401 f424 0000 0000 0000 451d 0000 .?..........E... > 00000fa0: f011 0000 2cd9 0201 f624 0000 0000 0000 ................ > 00000fb0: 481d 0000 ff11 0000 5cdb 0201 f824 0000 H........?...... > 00000fc0: 0000 0000 4b1d 0000 0512 0000 b899 0301 ....K.......??.. > 00000fd0: b531 0000 0000 0000 1612 0000 1712 0000 ?1.............. > 00000fe0: 58df 0201 fc24 0000 0000 0000 2512 0000 X............... > 00000ff0: 2612 0000 04e1 0201 fe24 0000 0000 0000 ................ > > at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) > at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) > at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) > at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) > at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedResultSet.closeOnTransactionError(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedResultSet.movePosition(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedResultSet.next(Unknown Source) > at io.database.DatabaseDAO.locations_BUILD_SORT_LOOKUP(DatabaseDAO.java:2328) > at io.database.DatabaseDAO.locationSet_SET_LOCATION_COUNT_AND_BUILD_SORT_TABLE(DatabaseDAO.java:1758) > at io.database.DatabaseUpdater.locationSet_SET_LOCATION_COUNT_AND_BUILD_SORT_TABLE(DatabaseUpdater.java:408) > at io.gui.workers.ClearingHouseForImport.importLocationsPostTempFile(ClearingHouseForImport.java:437) > at io.gui.workers.ClearingHouseForImport.importLocations(ClearingHouseForImport.java:389) > at io.gui.workers.ImportLocationSetAndDataSetToDB$1.run(ImportLocationSetAndDataSetToDB.java:83) > at java.lang.Thread.run(Thread.java:637) > Caused by: java.sql.SQLException: Unknown page format at page Page(11093,Container(0, 1745)), page dump follows: Hex dump: > 00000000: 5528 0000 48b8 0401 2d24 0000 0000 0000 U...H?.......... > 00000010: 1a1c 0000 2c21 0000 60b8 0401 2e24 0000 .........?...... > 00000020: 0000 0000 1f1c 0000 5728 0000 78b8 0401 ........W...x?.. > 00000030: 2f24 0000 0000 0000 1d1c 0000 2d21 0000 ................ > 00000040: 90b8 0401 3024 0000 0000 0000 221c 0000 ??..0........... > 00000050: 5928 0000 a8b8 0401 3124 0000 0000 0000 Y...??..1....... > 00000060: 201c 0000 2e21 0000 c0b8 0401 3224 0000 .........?..2... > 00000070: 0000 0000 251c 0000 5b28 0000 d8b8 0401 .............?.. > 00000080: 3324 0000 0000 0000 231c 0000 2f21 0000 3............... > 00000090: f0b8 0401 3424 0000 0000 0000 281c 0000 .?..4........... > 000000a0: 5d28 0000 08b9 0401 3524 0000 0000 0000 .....?..5....... > 000000b0: 261c 0000 3021 0000 20b9 0401 3624 0000 ....0....?..6... > 000000c0: 0000 0000 2b1c 0000 5f28 0000 38b9 0401 ............8?.. > 000000d0: 3724 0000 0000 0000 291c 0000 3121 0000 7...........1... > 000000e0: 50b9 0401 3824 0000 0000 0000 2e1c 0000 P?..8........... > 000000f0: 6128 0000 68b9 0401 3924 0000 0000 0000 a...h?..9....... > 00000100: 2c1c 0000 6228 0000 80b9 0401 3a24 0000 ....b...??...... > 00000110: 0000 0000 311c 0000 6328 0000 98b9 0401 ....1...c...??.. > 00000120: 3b24 0000 0000 0000 2f1c 0000 6428 0000 ............d... > 00000130: b0b9 0401 3c24 0000 0000 0000 341c 0000 ??..........4... > 00000140: 6528 0000 c8b9 0401 3d24 0000 0000 0000 e....?.......... > 00000150: 321c 0000 6628 0000 e0b9 0401 3e24 0000 2...f....?...... > 00000160: 0000 0000 371c 0000 6728 0000 f8b9 0401 ....7...g....?.. > 00000170: 3f24 0000 0000 0000 351c 0000 6828 0000 ........5...h... > 00000180: 10ba 0401 4024 0000 0000 0000 3a1c 0000 .?.............. > 00000190: 6928 0000 28ba 0401 4124 0000 0000 0000 i....?..A....... > 000001a0: 381c 0000 6a28 0000 40ba 0401 4224 0000 8...j....?..B... > 000001b0: 0000 0000 3d1c 0000 6b28 0000 58ba 0401 ........k...X?.. > 000001c0: 4324 0000 0000 0000 3b1c 0000 6c28 0000 C...........l... > 000001d0: 70ba 0401 4424 0000 0000 0000 401c 0000 p?..D........... > 000001e0: 6d28 0000 88ba 0401 4524 0000 0000 0000 m...??..E....... > 000001f0: 3e1c 0000 6e28 0000 a0ba 0401 4624 0000 ....n...??..F... > 00000200: 0000 0000 431c 0000 6f28 0000 b8ba 0401 ....C...o...??.. > 00000210: 4724 0000 0000 0000 411c 0000 7028 0000 G.......A...p... > 00000220: d0ba 0401 4824 0000 0000 0000 461c 0000 .?..H.......F... > 00000230: 7128 0000 e8ba 0401 4924 0000 0000 0000 q....?..I....... > 00000240: 441c 0000 7228 0000 00bb 0401 4a24 0000 D...r....?..J... > 00000250: 0000 0000 491c 0000 7328 0000 18bb 0401 ....I...s....?.. > 00000260: 4b24 0000 0000 0000 471c 0000 7428 0000 K.......G...t... > 00000270: 30bb 0401 4c24 0000 0000 0000 4c1c 0000 0?..L.......L... > 00000280: 7528 0000 48bb 0401 4d24 0000 0000 0000 u...H?..M....... > 00000290: 4a1c 0000 3221 0000 60bb 0401 4e24 0000 J...2....?..N... > 000002a0: 0000 0000 4f1c 0000 7728 0000 78bb 0401 ....O...w...x?.. > 000002b0: 4f24 0000 0000 0000 4d1c 0000 3321 0000 O.......M...3... > 000002c0: 90bb 0401 5024 0000 0000 0000 521c 0000 ??..P.......R... > 000002d0: 7928 0000 a8bb 0401 5124 0000 0000 0000 y...??..Q....... > 000002e0: 501c 0000 3421 0000 c0bb 0401 5224 0000 P...4....?..R... > 000002f0: 0000 0000 551c 0000 7b28 0000 d8bb 0401 ....U........?.. > 00000300: 5324 0000 0000 0000 531c 0000 3521 0000 S.......S...5... > 00000310: f0bb 0401 5424 0000 0000 0000 581c 0000 .?..T.......X... > 00000320: 7d28 0000 08bc 0401 5524 0000 0000 0000 .....?..U....... > 00000330: 561c 0000 3621 0000 20bc 0401 5624 0000 V...6....?..V... > 00000340: 0000 0000 5b1c 0000 7f28 0000 38bc 0401 ............8?.. > 00000350: 5724 0000 0000 0000 591c 0000 8028 0000 W.......Y...?... > 00000360: 50bc 0401 5824 0000 0000 0000 5e1c 0000 P?..X........... > 00000370: 8128 0000 68bc 0401 5924 0000 0000 0000 ?...h?..Y....... > 00000380: 5c1c 0000 3721 0000 80bc 0401 5a24 0000 ....7...??..Z... > 00000390: 0000 0000 611c 0000 8328 0000 98bc 0401 ....a...?...??.. > 000003a0: 5b24 0000 0000 0000 5f1c 0000 3821 0000 ............8... > 000003b0: b0bc 0401 5c24 0000 0000 0000 641c 0000 ??..........d... > 000003c0: 8528 0000 c8bc 0401 5d24 0000 0000 0000 ?....?.......... > 000003d0: 621c 0000 3921 0000 e0bc 0401 5e24 0000 b...9....?...... > 000003e0: 0000 0000 671c 0000 8728 0000 f8bc 0401 ....g...?....?.. > 000003f0: 5f24 0000 0000 0000 651c 0000 8828 0000 ........e...?... > 00000400: 10bd 0401 6024 0000 0000 0000 6a1c 0000 .?..........j... > 00000410: 8928 0000 28bd 0401 6124 0000 0000 0000 ?....?..a....... > 00000420: 681c 0000 3a21 0000 40bd 0401 6224 0000 h........?..b... > 00000430: 0000 0000 6d1c 0000 8b28 0000 58bd 0401 ....m...?...X?.. > 00000440: 6324 0000 0000 0000 6b1c 0000 8c28 0000 c.......k...?... > 00000450: 70bd 0401 6424 0000 0000 0000 701c 0000 p?..d.......p... > 00000460: 8d28 0000 88bd 0401 6524 0000 0000 0000 ?...??..e....... > 00000470: 6e1c 0000 8e28 0000 a0bd 0401 6624 0000 n...?...??..f... > 00000480: 0000 0000 731c 0000 8f28 0000 b8bd 0401 ....s...?...??.. > 00000490: 6724 0000 0000 0000 711c 0000 3b21 0000 g.......q....... > 000004a0: d0bd 0401 6824 0000 0000 0000 761c 0000 .?..h.......v... > 000004b0: 9128 0000 e8bd 0401 6924 0000 0000 0000 ?....?..i....... > 000004c0: 741c 0000 3c21 0000 00be 0401 6a24 0000 t........?..j... > 000004d0: 0000 0000 791c 0000 9328 0000 18be 0401 ....y...?....?.. > 000004e0: 6b24 0000 0000 0000 771c 0000 9428 0000 k.......w...?... > 000004f0: 30be 0401 6c24 0000 0000 0000 7c1c 0000 0?..l........... > 00000500: 9528 0000 48be 0401 6d24 0000 0000 0000 ?...H?..m....... > 00000510: 7a1c 0000 3d21 0000 60be 0401 6e24 0000 z........?..n... > 00000520: 0000 0000 7f1c 0000 9728 0000 78be 0401 ........?...x?.. > 00000530: 6f24 0000 0000 0000 7d1c 0000 3e21 0000 o............... > 00000540: 90be 0401 7024 0000 0000 0000 821c 0000 ??..p.......?... > 00000550: 9928 0000 a8be 0401 7124 0000 0000 0000 ?...??..q....... > 00000560: 801c 0000 9a28 0000 c0be 0401 7224 0000 ?...?....?..r... > 00000570: 0000 0000 851c 0000 9b28 0000 d8be 0401 ....?...?....?.. > 00000580: 7324 0000 0000 0000 831c 0000 9c28 0000 s.......?...?... > 00000590: f0be 0401 7424 0000 0000 0000 881c 0000 .?..t.......?... > 000005a0: 9d28 0000 08bf 0401 7524 0000 0000 0000 ?.......u....... > 000005b0: 861c 0000 9e28 0000 20bf 0401 7624 0000 ?...?.......v... > 000005c0: 0000 0000 8b1c 0000 9f28 0000 38bf 0401 ....?...?...8... > 000005d0: 7724 0000 0000 0000 891c 0000 a028 0000 w.......?...?... > 000005e0: 50bf 0401 7824 0000 0000 0000 8e1c 0000 P...x.......?... > 000005f0: a128 0000 68bf 0401 7924 0000 0000 0000 ?...h...y....... > 00000600: 8c1c 0000 3f21 0000 80bf 0401 7a24 0000 ?.......?...z... > 00000610: 0000 0000 911c 0000 a328 0000 98bf 0401 ....?...?...?... > 00000620: 7b24 0000 0000 0000 8f1c 0000 a428 0000 ........?...?... > 00000630: b0bf 0401 7c24 0000 0000 0000 941c 0000 ?...........?... > 00000640: a528 0000 c8bf 0401 7d24 0000 0000 0000 ?............... > 00000650: 921c 0000 4021 0000 e0bf 0401 7e24 0000 ?............... > 00000660: 0000 0000 971c 0000 a728 0000 f8bf 0401 ....?...?....... > 00000670: 7f24 0000 0000 0000 951c 0000 4121 0000 ........?...A... > 00000680: 10c0 0401 8024 0000 0000 0000 9a1c 0000 ....?.......?... > 00000690: a928 0000 28c0 0401 8124 0000 0000 0000 ?.......?....... > 000006a0: 981c 0000 4221 0000 40c0 0401 8224 0000 ?...B.......?... > 000006b0: 0000 0000 9d1c 0000 ab28 0000 58c0 0401 ....?...?...X... > 000006c0: 8324 0000 0000 0000 9b1c 0000 4321 0000 ?.......?...C... > 000006d0: 70c0 0401 8424 0000 0000 0000 a01c 0000 p...?.......?... > 000006e0: ad28 0000 88c0 0401 8524 0000 0000 0000 ?...?...?....... > 000006f0: 9e1c 0000 4421 0000 a0c0 0401 8624 0000 ?...D...?...?... > 00000700: 0000 0000 a31c 0000 af28 0000 b8c0 0401 ....?...?...?... > 00000710: 8724 0000 0000 0000 a11c 0000 4521 0000 ?.......?...E... > 00000720: d0c0 0401 8824 0000 0000 0000 a61c 0000 ....?.......?... > 00000730: b128 0000 e8c0 0401 8924 0000 0000 0000 ?.......?....... > 00000740: a41c 0000 4621 0000 00c1 0401 8a24 0000 ?...F.......?... > 00000750: 0000 0000 a91c 0000 b328 0000 18c1 0401 ....?...?....... > 00000760: 8b24 0000 0000 0000 a71c 0000 4721 0000 ?.......?...G... > 00000770: 30c1 0401 8c24 0000 0000 0000 ac1c 0000 0...?.......?... > 00000780: b528 0000 48c1 0401 8d24 0000 0000 0000 ?...H...?....... > 00000790: aa1c 0000 4821 0000 60c1 0401 8e24 0000 ?...H.......?... > 000007a0: 0000 0000 af1c 0000 b728 0000 78c1 0401 ....?...?...x... > 000007b0: 8f24 0000 0000 0000 ad1c 0000 4921 0000 ?.......?...I... > 000007c0: 90c1 0401 9024 0000 0000 0000 b21c 0000 ?...?.......?... > 000007d0: b928 0000 a8c1 0401 9124 0000 0000 0000 ?...?...?....... > 000007e0: b01c 0000 4a21 0000 c0c1 0401 9224 0000 ?...J.......?... > 000007f0: 0000 0000 b51c 0000 bb28 0000 d8c1 0401 ....?...?....... > 00000800: 9324 0000 0000 0000 b31c 0000 4b21 0000 ?.......?...K... > 00000810: f0c1 0401 9424 0000 0000 0000 b81c 0000 ....?.......?... > 00000820: bd28 0000 08c2 0401 9524 0000 0000 0000 ?....?..?....... > 00000830: b61c 0000 4c21 0000 20c2 0401 9624 0000 ?...L....?..?... > 00000840: 0000 0000 bb1c 0000 bf28 0000 38c2 0401 ....?.......8?.. > 00000850: 9724 0000 0000 0000 b91c 0000 4d21 0000 ?.......?...M... > 00000860: 50c2 0401 9824 0000 0000 0000 be1c 0000 P?..?.......?... > 00000870: c128 0000 68c2 0401 9924 0000 0000 0000 ....h?..?....... > 00000880: bc1c 0000 4e21 0000 80c2 0401 9a24 0000 ?...N...??..?... > 00000890: 0000 0000 c11c 0000 c328 0000 98c2 0401 ........?...??.. > 000008a0: 9b24 0000 0000 0000 bf1c 0000 c428 0000 ?...........?... > 000008b0: b0c2 0401 9c24 0000 0000 0000 c41c 0000 ??..?.......?... > 000008c0: c528 0000 c8c2 0401 9d24 0000 0000 0000 ?....?..?....... > 000008d0: c21c 0000 4f21 0000 e0c2 0401 9e24 0000 ?...O....?..?... > 000008e0: 0000 0000 c71c 0000 c728 0000 f8c2 0401 ....?...?....?.. > 000008f0: 9f24 0000 0000 0000 c51c 0000 c828 0000 ?.......?....... > 00000900: 10c3 0401 a024 0000 0000 0000 ca1c 0000 .?..?.......?... > 00000910: c928 0000 28c3 0401 a124 0000 0000 0000 .....?..?....... > 00000920: c81c 0000 ca28 0000 40c3 0401 a224 0000 ....?....?..?... > 00000930: 0000 0000 cd1c 0000 cb28 0000 58c3 0401 ....?...?...X?.. > 00000940: a324 0000 0000 0000 cb1c 0000 5021 0000 ?.......?...P... > 00000950: 70c3 0401 a424 0000 0000 0000 d01c 0000 p?..?........... > 00000960: cd28 0000 88c3 0401 a524 0000 0000 0000 ?...??..?....... > 00000970: ce1c 0000 5121 0000 a0c3 0401 a624 0000 ?...Q...??..?... > 00000980: 0000 0000 d31c 0000 cf28 0000 b8c3 0401 ....?...?...??.. > 00000990: a724 0000 0000 0000 d11c 0000 d028 0000 ?............... > 000009a0: d0c3 0401 a824 0000 0000 0000 d61c 0000 .?..?.......?... > 000009b0: d128 0000 e8c3 0401 a924 0000 0000 0000 .....?..?....... > 000009c0: d41c 0000 d228 0000 00c4 0401 aa24 0000 ?...?....?..?... > 000009d0: 0000 0000 d91c 0000 d328 0000 18c4 0401 ........?....?.. > 000009e0: ab24 0000 0000 0000 d71c 0000 d428 0000 ?.......?...?... > 000009f0: 30c4 0401 ac24 0000 0000 0000 dc1c 0000 0?..?.......?... > 00000a00: d528 0000 48c4 0401 ad24 0000 0000 0000 ?...H?..?....... > 00000a10: da1c 0000 d628 0000 60c4 0401 ae24 0000 ?...?....?..?... > 00000a20: 0000 0000 df1c 0000 d728 0000 78c4 0401 ........?...x?.. > 00000a30: af24 0000 0000 0000 dd1c 0000 d828 0000 ?............... > 00000a40: 90c4 0401 b024 0000 0000 0000 e21c 0000 ??..?........... > 00000a50: d928 0000 a8c4 0401 b124 0000 0000 0000 ....??..?....... > 00000a60: e01c 0000 5221 0000 c0c4 0401 b224 0000 ....R....?..?... > 00000a70: 0000 0000 e51c 0000 db28 0000 d8c4 0401 ........?....?.. > 00000a80: b324 0000 0000 0000 e31c 0000 dc28 0000 ?...........?... > 00000a90: f0c4 0401 b424 0000 0000 0000 e81c 0000 .?..?........... > 00000aa0: dd28 0000 08c5 0401 b524 0000 0000 0000 .....?..?....... > 00000ab0: e61c 0000 de28 0000 20c5 0401 b624 0000 .........?..?... > 00000ac0: 0000 0000 eb1c 0000 df28 0000 38c5 0401 ............8?.. > 00000ad0: b724 0000 0000 0000 e91c 0000 5321 0000 ?...........S... > 00000ae0: 50c5 0401 b824 0000 0000 0000 ee1c 0000 P?..?........... > 00000af0: e128 0000 68c5 0401 b924 0000 0000 0000 ....h?..?....... > 00000b00: ec1c 0000 e228 0000 80c5 0401 ba24 0000 ........??..?... > 00000b10: 0000 0000 f11c 0000 e328 0000 98c5 0401 ............??.. > 00000b20: bb24 0000 0000 0000 ef1c 0000 e428 0000 ?............... > 00000b30: b0c5 0401 bc24 0000 0000 0000 f41c 0000 ??..?........... > 00000b40: e528 0000 c8c5 0401 bd24 0000 0000 0000 .....?..?....... > 00000b50: f21c 0000 e628 0000 e0c5 0401 be24 0000 .........?..?... > 00000b60: 0000 0000 f71c 0000 e728 0000 f8c5 0401 .............?.. > 00000b70: bf24 0000 0000 0000 f51c 0000 e828 0000 ................ > 00000b80: 10c6 0401 c024 0000 0000 0000 fa1c 0000 .?.............. > 00000b90: e928 0000 28c6 0401 c124 0000 0000 0000 .....?.......... > 00000ba0: f81c 0000 ea28 0000 40c6 0401 c224 0000 .........?..?... > 00000bb0: 0000 0000 fd1c 0000 eb28 0000 58c6 0401 ............X?.. > 00000bc0: c324 0000 0000 0000 fb1c 0000 ec28 0000 ?............... > 00000bd0: 70c6 0401 c424 0000 0000 0000 001d 0000 p?..?........... > 00000be0: ed28 0000 88c6 0401 c524 0000 0000 0000 ....??..?....... > 00000bf0: fe1c 0000 5421 0000 a0c6 0401 c624 0000 ....T...??..?... > 00000c00: 0000 0000 031d 0000 ef28 0000 b8c6 0401 ............??.. > 00000c10: c724 0000 0000 0000 011d 0000 5521 0000 ?...........U... > 00000c20: d0c6 0401 c824 0000 0000 0000 061d 0000 .?.............. > 00000c30: f128 0000 e8c6 0401 c924 0000 0000 0000 .....?.......... > 00000c40: 041d 0000 f228 0000 00c7 0401 ca24 0000 .........?..?... > 00000c50: 0000 0000 091d 0000 f328 0000 18c7 0401 .............?.. > 00000c60: cb24 0000 0000 0000 071d 0000 f428 0000 ?............... > 00000c70: 30c7 0401 cc24 0000 0000 0000 0c1d 0000 0?..?........... > 00000c80: f528 0000 48c7 0401 cd24 0000 0000 0000 ....H?..?....... > 00000c90: 0a1d 0000 f628 0000 60c7 0401 ce24 0000 .........?..?... > 00000ca0: 0000 0000 0f1d 0000 f728 0000 78c7 0401 ............x?.. > 00000cb0: cf24 0000 0000 0000 0d1d 0000 f828 0000 ?............... > 00000cc0: 90c7 0401 d024 0000 0000 0000 121d 0000 ??.............. > 00000cd0: f928 0000 a8c7 0401 d124 0000 0000 0000 ....??.......... > 00000ce0: 101d 0000 fa28 0000 c0c7 0401 d224 0000 .........?..?... > 00000cf0: 0000 0000 151d 0000 fb28 0000 d8c7 0401 .............?.. > 00000d00: d324 0000 0000 0000 131d 0000 5621 0000 ?...........V... > 00000d10: f0c7 0401 d424 0000 0000 0000 181d 0000 .?..?........... > 00000d20: fd28 0000 08c8 0401 d524 0000 0000 0000 ........?....... > 00000d30: 161d 0000 5721 0000 20c8 0401 d624 0000 ....W.......?... > 00000d40: 0000 0000 1b1d 0000 ff28 0000 38c8 0401 ............8... > 00000d50: d724 0000 0000 0000 191d 0000 0029 0000 ?............... > 00000d60: 50c8 0401 d824 0000 0000 0000 1e1d 0000 P............... > 00000d70: 0129 0000 68c8 0401 d924 0000 0000 0000 ....h........... > 00000d80: 1c1d 0000 0229 0000 80c8 0401 da24 0000 ........?...?... > 00000d90: 0000 0000 211d 0000 0329 0000 98c8 0401 ............?... > 00000da0: db24 0000 0000 0000 1f1d 0000 5821 0000 ?...........X... > 00000db0: b0c8 0401 dc24 0000 0000 0000 241d 0000 ?...?........... > 00000dc0: 0529 0000 c8c8 0401 dd24 0000 0000 0000 ................ > 00000dd0: 221d 0000 0629 0000 e0c8 0401 de24 0000 ................ > 00000de0: 0000 0000 271d 0000 0729 0000 f8c8 0401 ................ > 00000df0: df24 0000 0000 0000 251d 0000 0829 0000 ................ > 00000e00: 10c9 0401 e024 0000 0000 0000 2a1d 0000 ................ > 00000e10: 0929 0000 28c9 0401 e124 0000 0000 0000 ................ > 00000e20: 281d 0000 5921 0000 40c9 0401 e224 0000 ....Y........... > 00000e30: 0000 0000 2d1d 0000 0b29 0000 58c9 0401 ............X... > 00000e40: e324 0000 0000 0000 2b1d 0000 0c29 0000 ................ > 00000e50: 70c9 0401 e424 0000 0000 0000 301d 0000 p...........0... > 00000e60: 0d29 0000 88c9 0401 e524 0000 0000 0000 ....?........... > 00000e70: 2e1d 0000 0e29 0000 a0c9 0401 e624 0000 ........?....... > 00000e80: 0000 0000 331d 0000 0f29 0000 b8c9 0401 ....3.......?... > 00000e90: e724 0000 0000 0000 311d 0000 1029 0000 ........1....... > 00000ea0: d0c9 0401 e824 0000 0000 0000 361d 0000 ............6... > 00000eb0: 1129 0000 e8c9 0401 e924 0000 0000 0000 ................ > 00000ec0: 341d 0000 5a21 0000 00ca 0401 ea24 0000 4...Z....?...... > 00000ed0: 0000 0000 391d 0000 1329 0000 18ca 0401 ....9........?.. > 00000ee0: eb24 0000 0000 0000 371d 0000 5b21 0000 ........7....... > 00000ef0: 30ca 0401 ec24 0000 0000 0000 3c1d 0000 0?.............. > 00000f00: 1529 0000 48ca 0401 ed24 0000 0000 0000 ....H?.......... > 00000f10: 3a1d 0000 5c21 0000 60ca 0401 ee24 0000 .........?...... > 00000f20: 0000 0000 3f1d 0000 1729 0000 78ca 0401 ............x?.. > 00000f30: ef24 0000 0000 0000 3d1d 0000 5d21 0000 ................ > 00000f40: 90ca 0401 f024 0000 0000 0000 421d 0000 ??..........B... > 00000f50: 1929 0000 a8ca 0401 f124 0000 0000 0000 ....??.......... > 00000f60: 401d 0000 5e21 0000 c0ca 0401 f224 0000 .........?...... > 00000f70: 0000 0000 441d 0000 451d 0000 10c3 0501 ....D...E....?.. > 00000f80: bf31 0000 0000 0000 8d2d 0000 e111 0000 .1......?....... > 00000f90: 3ccb 0401 f424 0000 0000 0000 451d 0000 .?..........E... > 00000fa0: f011 0000 2cd9 0201 f624 0000 0000 0000 ................ > 00000fb0: 481d 0000 ff11 0000 5cdb 0201 f824 0000 H........?...... > 00000fc0: 0000 0000 4b1d 0000 0512 0000 b899 0301 ....K.......??.. > 00000fd0: b531 0000 0000 0000 1612 0000 1712 0000 ?1.............. > 00000fe0: 58df 0201 fc24 0000 0000 0000 2512 0000 X............... > 00000ff0: 2612 0000 04e1 0201 fe24 0000 0000 0000 ................ > > at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) > at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) > ... 16 more > Caused by: ERROR XSDBB: Unknown page format at page Page(11093,Container(0, 1745)), page dump follows: Hex dump: > 00000000: 5528 0000 48b8 0401 2d24 0000 0000 0000 U...H?.......... > 00000010: 1a1c 0000 2c21 0000 60b8 0401 2e24 0000 .........?...... > 00000020: 0000 0000 1f1c 0000 5728 0000 78b8 0401 ........W...x?.. > 00000030: 2f24 0000 0000 0000 1d1c 0000 2d21 0000 ................ > 00000040: 90b8 0401 3024 0000 0000 0000 221c 0000 ??..0........... > 00000050: 5928 0000 a8b8 0401 3124 0000 0000 0000 Y...??..1....... > 00000060: 201c 0000 2e21 0000 c0b8 0401 3224 0000 .........?..2... > 00000070: 0000 0000 251c 0000 5b28 0000 d8b8 0401 .............?.. > 00000080: 3324 0000 0000 0000 231c 0000 2f21 0000 3............... > 00000090: f0b8 0401 3424 0000 0000 0000 281c 0000 .?..4........... > 000000a0: 5d28 0000 08b9 0401 3524 0000 0000 0000 .....?..5....... > 000000b0: 261c 0000 3021 0000 20b9 0401 3624 0000 ....0....?..6... > 000000c0: 0000 0000 2b1c 0000 5f28 0000 38b9 0401 ............8?.. > 000000d0: 3724 0000 0000 0000 291c 0000 3121 0000 7...........1... > 000000e0: 50b9 0401 3824 0000 0000 0000 2e1c 0000 P?..8........... > 000000f0: 6128 0000 68b9 0401 3924 0000 0000 0000 a...h?..9....... > 00000100: 2c1c 0000 6228 0000 80b9 0401 3a24 0000 ....b...??...... > 00000110: 0000 0000 311c 0000 6328 0000 98b9 0401 ....1...c...??.. > 00000120: 3b24 0000 0000 0000 2f1c 0000 6428 0000 ............d... > 00000130: b0b9 0401 3c24 0000 0000 0000 341c 0000 ??..........4... > 00000140: 6528 0000 c8b9 0401 3d24 0000 0000 0000 e....?.......... > 00000150: 321c 0000 6628 0000 e0b9 0401 3e24 0000 2...f....?...... > 00000160: 0000 0000 371c 0000 6728 0000 f8b9 0401 ....7...g....?.. > 00000170: 3f24 0000 0000 0000 351c 0000 6828 0000 ........5...h... > 00000180: 10ba 0401 4024 0000 0000 0000 3a1c 0000 .?.............. > 00000190: 6928 0000 28ba 0401 4124 0000 0000 0000 i....?..A....... > 000001a0: 381c 0000 6a28 0000 40ba 0401 4224 0000 8...j....?..B... > 000001b0: 0000 0000 3d1c 0000 6b28 0000 58ba 0401 ........k...X?.. > 000001c0: 4324 0000 0000 0000 3b1c 0000 6c28 0000 C...........l... > 000001d0: 70ba 0401 4424 0000 0000 0000 401c 0000 p?..D........... > 000001e0: 6d28 0000 88ba 0401 4524 0000 0000 0000 m...??..E....... > 000001f0: 3e1c 0000 6e28 0000 a0ba 0401 4624 0000 ....n...??..F... > 00000200: 0000 0000 431c 0000 6f28 0000 b8ba 0401 ....C...o...??.. > 00000210: 4724 0000 0000 0000 411c 0000 7028 0000 G.......A...p... > 00000220: d0ba 0401 4824 0000 0000 0000 461c 0000 .?..H.......F... > 00000230: 7128 0000 e8ba 0401 4924 0000 0000 0000 q....?..I....... > 00000240: 441c 0000 7228 0000 00bb 0401 4a24 0000 D...r....?..J... > 00000250: 0000 0000 491c 0000 7328 0000 18bb 0401 ....I...s....?.. > 00000260: 4b24 0000 0000 0000 471c 0000 7428 0000 K.......G...t... > 00000270: 30bb 0401 4c24 0000 0000 0000 4c1c 0000 0?..L.......L... > 00000280: 7528 0000 48bb 0401 4d24 0000 0000 0000 u...H?..M....... > 00000290: 4a1c 0000 3221 0000 60bb 0401 4e24 0000 J...2....?..N... > 000002a0: 0000 0000 4f1c 0000 7728 0000 78bb 0401 ....O...w...x?.. > 000002b0: 4f24 0000 0000 0000 4d1c 0000 3321 0000 O.......M...3... > 000002c0: 90bb 0401 5024 0000 0000 0000 521c 0000 ??..P.......R... > 000002d0: 7928 0000 a8bb 0401 5124 0000 0000 0000 y...??..Q....... > 000002e0: 501c 0000 3421 0000 c0bb 0401 5224 0000 P...4....?..R... > 000002f0: 0000 0000 551c 0000 7b28 0000 d8bb 0401 ....U........?.. > 00000300: 5324 0000 0000 0000 531c 0000 3521 0000 S.......S...5... > 00000310: f0bb 0401 5424 0000 0000 0000 581c 0000 .?..T.......X... > 00000320: 7d28 0000 08bc 0401 5524 0000 0000 0000 .....?..U....... > 00000330: 561c 0000 3621 0000 20bc 0401 5624 0000 V...6....?..V... > 00000340: 0000 0000 5b1c 0000 7f28 0000 38bc 0401 ............8?.. > 00000350: 5724 0000 0000 0000 591c 0000 8028 0000 W.......Y...?... > 00000360: 50bc 0401 5824 0000 0000 0000 5e1c 0000 P?..X........... > 00000370: 8128 0000 68bc 0401 5924 0000 0000 0000 ?...h?..Y....... > 00000380: 5c1c 0000 3721 0000 80bc 0401 5a24 0000 ....7...??..Z... > 00000390: 0000 0000 611c 0000 8328 0000 98bc 0401 ....a...?...??.. > 000003a0: 5b24 0000 0000 0000 5f1c 0000 3821 0000 ............8... > 000003b0: b0bc 0401 5c24 0000 0000 0000 641c 0000 ??..........d... > 000003c0: 8528 0000 c8bc 0401 5d24 0000 0000 0000 ?....?.......... > 000003d0: 621c 0000 3921 0000 e0bc 0401 5e24 0000 b...9....?...... > 000003e0: 0000 0000 671c 0000 8728 0000 f8bc 0401 ....g...?....?.. > 000003f0: 5f24 0000 0000 0000 651c 0000 8828 0000 ........e...?... > 00000400: 10bd 0401 6024 0000 0000 0000 6a1c 0000 .?..........j... > 00000410: 8928 0000 28bd 0401 6124 0000 0000 0000 ?....?..a....... > 00000420: 681c 0000 3a21 0000 40bd 0401 6224 0000 h........?..b... > 00000430: 0000 0000 6d1c 0000 8b28 0000 58bd 0401 ....m...?...X?.. > 00000440: 6324 0000 0000 0000 6b1c 0000 8c28 0000 c.......k...?... > 00000450: 70bd 0401 6424 0000 0000 0000 701c 0000 p?..d.......p... > 00000460: 8d28 0000 88bd 0401 6524 0000 0000 0000 ?...??..e....... > 00000470: 6e1c 0000 8e28 0000 a0bd 0401 6624 0000 n...?...??..f... > 00000480: 0000 0000 731c 0000 8f28 0000 b8bd 0401 ....s...?...??.. > 00000490: 6724 0000 0000 0000 711c 0000 3b21 0000 g.......q....... > 000004a0: d0bd 0401 6824 0000 0000 0000 761c 0000 .?..h.......v... > 000004b0: 9128 0000 e8bd 0401 6924 0000 0000 0000 ?....?..i....... > 000004c0: 741c 0000 3c21 0000 00be 0401 6a24 0000 t........?..j... > 000004d0: 0000 0000 791c 0000 9328 0000 18be 0401 ....y...?....?.. > 000004e0: 6b24 0000 0000 0000 771c 0000 9428 0000 k.......w...?... > 000004f0: 30be 0401 6c24 0000 0000 0000 7c1c 0000 0?..l........... > 00000500: 9528 0000 48be 0401 6d24 0000 0000 0000 ?...H?..m....... > 00000510: 7a1c 0000 3d21 0000 60be 0401 6e24 0000 z........?..n... > 00000520: 0000 0000 7f1c 0000 9728 0000 78be 0401 ........?...x?.. > 00000530: 6f24 0000 0000 0000 7d1c 0000 3e21 0000 o............... > 00000540: 90be 0401 7024 0000 0000 0000 821c 0000 ??..p.......?... > 00000550: 9928 0000 a8be 0401 7124 0000 0000 0000 ?...??..q....... > 00000560: 801c 0000 9a28 0000 c0be 0401 7224 0000 ?...?....?..r... > 00000570: 0000 0000 851c 0000 9b28 0000 d8be 0401 ....?...?....?.. > 00000580: 7324 0000 0000 0000 831c 0000 9c28 0000 s.......?...?... > 00000590: f0be 0401 7424 0000 0000 0000 881c 0000 .?..t.......?... > 000005a0: 9d28 0000 08bf 0401 7524 0000 0000 0000 ?.......u....... > 000005b0: 861c 0000 9e28 0000 20bf 0401 7624 0000 ?...?.......v... > 000005c0: 0000 0000 8b1c 0000 9f28 0000 38bf 0401 ....?...?...8... > 000005d0: 7724 0000 0000 0000 891c 0000 a028 0000 w.......?...?... > 000005e0: 50bf 0401 7824 0000 0000 0000 8e1c 0000 P...x.......?... > 000005f0: a128 0000 68bf 0401 7924 0000 0000 0000 ?...h...y....... > 00000600: 8c1c 0000 3f21 0000 80bf 0401 7a24 0000 ?.......?...z... > 00000610: 0000 0000 911c 0000 a328 0000 98bf 0401 ....?...?...?... > 00000620: 7b24 0000 0000 0000 8f1c 0000 a428 0000 ........?...?... > 00000630: b0bf 0401 7c24 0000 0000 0000 941c 0000 ?...........?... > 00000640: a528 0000 c8bf 0401 7d24 0000 0000 0000 ?............... > 00000650: 921c 0000 4021 0000 e0bf 0401 7e24 0000 ?............... > 00000660: 0000 0000 971c 0000 a728 0000 f8bf 0401 ....?...?....... > 00000670: 7f24 0000 0000 0000 951c 0000 4121 0000 ........?...A... > 00000680: 10c0 0401 8024 0000 0000 0000 9a1c 0000 ....?.......?... > 00000690: a928 0000 28c0 0401 8124 0000 0000 0000 ?.......?....... > 000006a0: 981c 0000 4221 0000 40c0 0401 8224 0000 ?...B.......?... > 000006b0: 0000 0000 9d1c 0000 ab28 0000 58c0 0401 ....?...?...X... > 000006c0: 8324 0000 0000 0000 9b1c 0000 4321 0000 ?.......?...C... > 000006d0: 70c0 0401 8424 0000 0000 0000 a01c 0000 p...?.......?... > 000006e0: ad28 0000 88c0 0401 8524 0000 0000 0000 ?...?...?....... > 000006f0: 9e1c 0000 4421 0000 a0c0 0401 8624 0000 ?...D...?...?... > 00000700: 0000 0000 a31c 0000 af28 0000 b8c0 0401 ....?...?...?... > 00000710: 8724 0000 0000 0000 a11c 0000 4521 0000 ?.......?...E... > 00000720: d0c0 0401 8824 0000 0000 0000 a61c 0000 ....?.......?... > 00000730: b128 0000 e8c0 0401 8924 0000 0000 0000 ?.......?....... > 00000740: a41c 0000 4621 0000 00c1 0401 8a24 0000 ?...F.......?... > 00000750: 0000 0000 a91c 0000 b328 0000 18c1 0401 ....?...?....... > 00000760: 8b24 0000 0000 0000 a71c 0000 4721 0000 ?.......?...G... > 00000770: 30c1 0401 8c24 0000 0000 0000 ac1c 0000 0...?.......?... > 00000780: b528 0000 48c1 0401 8d24 0000 0000 0000 ?...H...?....... > 00000790: aa1c 0000 4821 0000 60c1 0401 8e24 0000 ?...H.......?... > 000007a0: 0000 0000 af1c 0000 b728 0000 78c1 0401 ....?...?...x... > 000007b0: 8f24 0000 0000 0000 ad1c 0000 4921 0000 ?.......?...I... > 000007c0: 90c1 0401 9024 0000 0000 0000 b21c 0000 ?...?.......?... > 000007d0: b928 0000 a8c1 0401 9124 0000 0000 0000 ?...?...?....... > 000007e0: b01c 0000 4a21 0000 c0c1 0401 9224 0000 ?...J.......?... > 000007f0: 0000 0000 b51c 0000 bb28 0000 d8c1 0401 ....?...?....... > 00000800: 9324 0000 0000 0000 b31c 0000 4b21 0000 ?.......?...K... > 00000810: f0c1 0401 9424 0000 0000 0000 b81c 0000 ....?.......?... > 00000820: bd28 0000 08c2 0401 9524 0000 0000 0000 ?....?..?....... > 00000830: b61c 0000 4c21 0000 20c2 0401 9624 0000 ?...L....?..?... > 00000840: 0000 0000 bb1c 0000 bf28 0000 38c2 0401 ....?.......8?.. > 00000850: 9724 0000 0000 0000 b91c 0000 4d21 0000 ?.......?...M... > 00000860: 50c2 0401 9824 0000 0000 0000 be1c 0000 P?..?.......?... > 00000870: c128 0000 68c2 0401 9924 0000 0000 0000 ....h?..?....... > 00000880: bc1c 0000 4e21 0000 80c2 0401 9a24 0000 ?...N...??..?... > 00000890: 0000 0000 c11c 0000 c328 0000 98c2 0401 ........?...??.. > 000008a0: 9b24 0000 0000 0000 bf1c 0000 c428 0000 ?...........?... > 000008b0: b0c2 0401 9c24 0000 0000 0000 c41c 0000 ??..?.......?... > 000008c0: c528 0000 c8c2 0401 9d24 0000 0000 0000 ?....?..?....... > 000008d0: c21c 0000 4f21 0000 e0c2 0401 9e24 0000 ?...O....?..?... > 000008e0: 0000 0000 c71c 0000 c728 0000 f8c2 0401 ....?...?....?.. > 000008f0: 9f24 0000 0000 0000 c51c 0000 c828 0000 ?.......?....... > 00000900: 10c3 0401 a024 0000 0000 0000 ca1c 0000 .?..?.......?... > 00000910: c928 0000 28c3 0401 a124 0000 0000 0000 .....?..?....... > 00000920: c81c 0000 ca28 0000 40c3 0401 a224 0000 ....?....?..?... > 00000930: 0000 0000 cd1c 0000 cb28 0000 58c3 0401 ....?...?...X?.. > 00000940: a324 0000 0000 0000 cb1c 0000 5021 0000 ?.......?...P... > 00000950: 70c3 0401 a424 0000 0000 0000 d01c 0000 p?..?........... > 00000960: cd28 0000 88c3 0401 a524 0000 0000 0000 ?...??..?....... > 00000970: ce1c 0000 5121 0000 a0c3 0401 a624 0000 ?...Q...??..?... > 00000980: 0000 0000 d31c 0000 cf28 0000 b8c3 0401 ....?...?...??.. > 00000990: a724 0000 0000 0000 d11c 0000 d028 0000 ?............... > 000009a0: d0c3 0401 a824 0000 0000 0000 d61c 0000 .?..?.......?... > 000009b0: d128 0000 e8c3 0401 a924 0000 0000 0000 .....?..?....... > 000009c0: d41c 0000 d228 0000 00c4 0401 aa24 0000 ?...?....?..?... > 000009d0: 0000 0000 d91c 0000 d328 0000 18c4 0401 ........?....?.. > 000009e0: ab24 0000 0000 0000 d71c 0000 d428 0000 ?.......?...?... > 000009f0: 30c4 0401 ac24 0000 0000 0000 dc1c 0000 0?..?.......?... > 00000a00: d528 0000 48c4 0401 ad24 0000 0000 0000 ?...H?..?....... > 00000a10: da1c 0000 d628 0000 60c4 0401 ae24 0000 ?...?....?..?... > 00000a20: 0000 0000 df1c 0000 d728 0000 78c4 0401 ........?...x?.. > 00000a30: af24 0000 0000 0000 dd1c 0000 d828 0000 ?............... > 00000a40: 90c4 0401 b024 0000 0000 0000 e21c 0000 ??..?........... > 00000a50: d928 0000 a8c4 0401 b124 0000 0000 0000 ....??..?....... > 00000a60: e01c 0000 5221 0000 c0c4 0401 b224 0000 ....R....?..?... > 00000a70: 0000 0000 e51c 0000 db28 0000 d8c4 0401 ........?....?.. > 00000a80: b324 0000 0000 0000 e31c 0000 dc28 0000 ?...........?... > 00000a90: f0c4 0401 b424 0000 0000 0000 e81c 0000 .?..?........... > 00000aa0: dd28 0000 08c5 0401 b524 0000 0000 0000 .....?..?....... > 00000ab0: e61c 0000 de28 0000 20c5 0401 b624 0000 .........?..?... > 00000ac0: 0000 0000 eb1c 0000 df28 0000 38c5 0401 ............8?.. > 00000ad0: b724 0000 0000 0000 e91c 0000 5321 0000 ?...........S... > 00000ae0: 50c5 0401 b824 0000 0000 0000 ee1c 0000 P?..?........... > 00000af0: e128 0000 68c5 0401 b924 0000 0000 0000 ....h?..?....... > 00000b00: ec1c 0000 e228 0000 80c5 0401 ba24 0000 ........??..?... > 00000b10: 0000 0000 f11c 0000 e328 0000 98c5 0401 ............??.. > 00000b20: bb24 0000 0000 0000 ef1c 0000 e428 0000 ?............... > 00000b30: b0c5 0401 bc24 0000 0000 0000 f41c 0000 ??..?........... > 00000b40: e528 0000 c8c5 0401 bd24 0000 0000 0000 .....?..?....... > 00000b50: f21c 0000 e628 0000 e0c5 0401 be24 0000 .........?..?... > 00000b60: 0000 0000 f71c 0000 e728 0000 f8c5 0401 .............?.. > 00000b70: bf24 0000 0000 0000 f51c 0000 e828 0000 ................ > 00000b80: 10c6 0401 c024 0000 0000 0000 fa1c 0000 .?.............. > 00000b90: e928 0000 28c6 0401 c124 0000 0000 0000 .....?.......... > 00000ba0: f81c 0000 ea28 0000 40c6 0401 c224 0000 .........?..?... > 00000bb0: 0000 0000 fd1c 0000 eb28 0000 58c6 0401 ............X?.. > 00000bc0: c324 0000 0000 0000 fb1c 0000 ec28 0000 ?............... > 00000bd0: 70c6 0401 c424 0000 0000 0000 001d 0000 p?..?........... > 00000be0: ed28 0000 88c6 0401 c524 0000 0000 0000 ....??..?....... > 00000bf0: fe1c 0000 5421 0000 a0c6 0401 c624 0000 ....T...??..?... > 00000c00: 0000 0000 031d 0000 ef28 0000 b8c6 0401 ............??.. > 00000c10: c724 0000 0000 0000 011d 0000 5521 0000 ?...........U... > 00000c20: d0c6 0401 c824 0000 0000 0000 061d 0000 .?.............. > 00000c30: f128 0000 e8c6 0401 c924 0000 0000 0000 .....?.......... > 00000c40: 041d 0000 f228 0000 00c7 0401 ca24 0000 .........?..?... > 00000c50: 0000 0000 091d 0000 f328 0000 18c7 0401 .............?.. > 00000c60: cb24 0000 0000 0000 071d 0000 f428 0000 ?............... > 00000c70: 30c7 0401 cc24 0000 0000 0000 0c1d 0000 0?..?........... > 00000c80: f528 0000 48c7 0401 cd24 0000 0000 0000 ....H?..?....... > 00000c90: 0a1d 0000 f628 0000 60c7 0401 ce24 0000 .........?..?... > 00000ca0: 0000 0000 0f1d 0000 f728 0000 78c7 0401 ............x?.. > 00000cb0: cf24 0000 0000 0000 0d1d 0000 f828 0000 ?............... > 00000cc0: 90c7 0401 d024 0000 0000 0000 121d 0000 ??.............. > 00000cd0: f928 0000 a8c7 0401 d124 0000 0000 0000 ....??.......... > 00000ce0: 101d 0000 fa28 0000 c0c7 0401 d224 0000 .........?..?... > 00000cf0: 0000 0000 151d 0000 fb28 0000 d8c7 0401 .............?.. > 00000d00: d324 0000 0000 0000 131d 0000 5621 0000 ?...........V... > 00000d10: f0c7 0401 d424 0000 0000 0000 181d 0000 .?..?........... > 00000d20: fd28 0000 08c8 0401 d524 0000 0000 0000 ........?....... > 00000d30: 161d 0000 5721 0000 20c8 0401 d624 0000 ....W.......?... > 00000d40: 0000 0000 1b1d 0000 ff28 0000 38c8 0401 ............8... > 00000d50: d724 0000 0000 0000 191d 0000 0029 0000 ?............... > 00000d60: 50c8 0401 d824 0000 0000 0000 1e1d 0000 P............... > 00000d70: 0129 0000 68c8 0401 d924 0000 0000 0000 ....h........... > 00000d80: 1c1d 0000 0229 0000 80c8 0401 da24 0000 ........?...?... > 00000d90: 0000 0000 211d 0000 0329 0000 98c8 0401 ............?... > 00000da0: db24 0000 0000 0000 1f1d 0000 5821 0000 ?...........X... > 00000db0: b0c8 0401 dc24 0000 0000 0000 241d 0000 ?...?........... > 00000dc0: 0529 0000 c8c8 0401 dd24 0000 0000 0000 ................ > 00000dd0: 221d 0000 0629 0000 e0c8 0401 de24 0000 ................ > 00000de0: 0000 0000 271d 0000 0729 0000 f8c8 0401 ................ > 00000df0: df24 0000 0000 0000 251d 0000 0829 0000 ................ > 00000e00: 10c9 0401 e024 0000 0000 0000 2a1d 0000 ................ > 00000e10: 0929 0000 28c9 0401 e124 0000 0000 0000 ................ > 00000e20: 281d 0000 5921 0000 40c9 0401 e224 0000 ....Y........... > 00000e30: 0000 0000 2d1d 0000 0b29 0000 58c9 0401 ............X... > 00000e40: e324 0000 0000 0000 2b1d 0000 0c29 0000 ................ > 00000e50: 70c9 0401 e424 0000 0000 0000 301d 0000 p...........0... > 00000e60: 0d29 0000 88c9 0401 e524 0000 0000 0000 ....?........... > 00000e70: 2e1d 0000 0e29 0000 a0c9 0401 e624 0000 ........?....... > 00000e80: 0000 0000 331d 0000 0f29 0000 b8c9 0401 ....3.......?... > 00000e90: e724 0000 0000 0000 311d 0000 1029 0000 ........1....... > 00000ea0: d0c9 0401 e824 0000 0000 0000 361d 0000 ............6... > 00000eb0: 1129 0000 e8c9 0401 e924 0000 0000 0000 ................ > 00000ec0: 341d 0000 5a21 0000 00ca 0401 ea24 0000 4...Z....?...... > 00000ed0: 0000 0000 391d 0000 1329 0000 18ca 0401 ....9........?.. > 00000ee0: eb24 0000 0000 0000 371d 0000 5b21 0000 ........7....... > 00000ef0: 30ca 0401 ec24 0000 0000 0000 3c1d 0000 0?.............. > 00000f00: 1529 0000 48ca 0401 ed24 0000 0000 0000 ....H?.......... > 00000f10: 3a1d 0000 5c21 0000 60ca 0401 ee24 0000 .........?...... > 00000f20: 0000 0000 3f1d 0000 1729 0000 78ca 0401 ............x?.. > 00000f30: ef24 0000 0000 0000 3d1d 0000 5d21 0000 ................ > 00000f40: 90ca 0401 f024 0000 0000 0000 421d 0000 ??..........B... > 00000f50: 1929 0000 a8ca 0401 f124 0000 0000 0000 ....??.......... > 00000f60: 401d 0000 5e21 0000 c0ca 0401 f224 0000 .........?...... > 00000f70: 0000 0000 441d 0000 451d 0000 10c3 0501 ....D...E....?.. > 00000f80: bf31 0000 0000 0000 8d2d 0000 e111 0000 .1......?....... > 00000f90: 3ccb 0401 f424 0000 0000 0000 451d 0000 .?..........E... > 00000fa0: f011 0000 2cd9 0201 f624 0000 0000 0000 ................ > 00000fb0: 481d 0000 ff11 0000 5cdb 0201 f824 0000 H........?...... > 00000fc0: 0000 0000 4b1d 0000 0512 0000 b899 0301 ....K.......??.. > 00000fd0: b531 0000 0000 0000 1612 0000 1712 0000 ?1.............. > 00000fe0: 58df 0201 fc24 0000 0000 0000 2512 0000 X............... > 00000ff0: 2612 0000 04e1 0201 fe24 0000 0000 0000 ................ > > at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) > at org.apache.derby.impl.store.raw.data.CachedPage.changeInstanceTo(Unknown Source) > at org.apache.derby.impl.store.raw.data.CachedPage.setIdentity(Unknown Source) > at org.apache.derby.impl.services.cache.ConcurrentCache.find(Unknown Source) > at org.apache.derby.impl.store.raw.data.FileContainer.getUserPage(Unknown Source) > at org.apache.derby.impl.store.raw.data.FileContainer.getPage(Unknown Source) > at org.apache.derby.impl.store.raw.data.BaseContainerHandle.getPage(Unknown Source) > at org.apache.derby.impl.store.access.btree.ControlRow.get(Unknown Source) > at org.apache.derby.impl.store.access.btree.ControlRow.get(Unknown Source) > at org.apache.derby.impl.store.access.btree.ControlRow.getRightSibling(Unknown Source) > at org.apache.derby.impl.store.access.btree.BTreeScan.positionAtNextPage(Unknown Source) > at org.apache.derby.impl.store.access.btree.BTreeForwardScan.fetchRows(Unknown Source) > at org.apache.derby.impl.store.access.btree.BTreeScan.fetchNext(Unknown Source) > at org.apache.derby.impl.sql.execute.TableScanResultSet.getNextRowCore(Unknown Source) > at org.apache.derby.impl.sql.execute.IndexRowToBaseRowResultSet.getNextRowCore(Unknown Source) > at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source) > at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source) > at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.getNextRow(Unknown Source) > ... 9 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.