[
https://issues.apache.org/jira/browse/DERBY-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eranda Sooriyabandara updated DERBY-1958:
-----------------------------------------
Attachment: Derby-1958.diff
Hi Bryan,
Here I reproduce the error and do the following changes to the code and get the
following result.
First create database
ij> connect 'jdbc:derby:MyDB;create=true';
ij> create table t1(a int);
0 rows inserted/updated/deleted
ij> insert into t1 values(1),(2);
2 rows inserted/updated/deleted
ij> select a from t1;
A
-----------
1
2
2 rows selected
ij> exit;
then restart
ij> connect 'jdbc:derby:MyDB;create=true';
ij> select a from t1;
ERROR XSDG3: Meta-data for Container
org.apache.derby.impl.store.raw.data.rafcontai...@1318b could not be accessed
to read /home/eranda/Desktop/DERBY/Derby-1958/trunk/test/MyDB/seg0/ca1.dat
ij>
what you think about the message?
> 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
> Attachments: Derby-1958.diff
>
>
> 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.rafcontai...@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.