Issue Details (XML | Word | Printable)

Key: DERBY-237
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Sunitha Kambhampati
Reporter: Sunitha Kambhampati
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Boot errors from store must not lose error messages/stack traces in between.

Created: 27/Apr/05 02:06 AM   Updated: 23/May/05 12:12 PM
Return to search
Component/s: Store
Affects Version/s: 10.1.1.0
Fix Version/s: 10.1.1.0

Time Tracking:
Not Specified

Environment: all

Resolution Date: 11/May/05 05:12 AM


 Description  « Hide
Boot errors from store do not show the entire stack traces of the nested exceptions
We need to print the entire stack trace without losing exceptions in between. This will save time to debug errors.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Sunitha Kambhampati added a comment - 11/May/05 05:12 AM
committed with svn 169501.

Sunitha Kambhampati added a comment - 23/May/05 12:12 PM
Changes that went in as part of svn 169501.

Actually nested exceptions from the boot error were not lost but their stack traces were not being written out into error stream which is why the entire stack traces of exceptions was not printed out to derby.log

-- tested it with a corrupted database (from derby 241) that resulted in boot error and the stack traces are printed out ok in derby.log.