Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-4727

Document derby.stream.error.logBootTrace=true diagnostic property

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.7.1.1
    • 10.8.1.2
    • Documentation
    • None

    Description

      With the fix for DERBY-4588, the diagnostic property derby.stream.error.logBootTrace can be used to diagnose dual boot issues. Typically when two jvm's or class loaders attempt to boot derby the error message below will appear:

      ERROR XJ040: Failed to start database 'testdb' with class loader sun.misc.Launch
      er$AppClassLoader@481e481e, see the next exception for details.
      ERROR XSDB6: Another instance of Derby may have already booted the database C:\derby\testdb

      and will show the stack trace and class loader of the failed boot attempt. It is sometimes also useful to see the stack trace when the first successful boot attempt occured. To see the stack trace of successful boots and shutdowns, set derby.stream.error.logBootTrace=true to trace the successful attempt. If you think that both attempts should be from the same class loader context, check also the class loader information for boot and shutdown attempts and make sure they all come from the same class loader context.

      Attachments

        1. DERBY-4727.diff
          6 kB
          Camilla Haase
        2. DERBY-4727.stat
          0.2 kB
          Camilla Haase
        3. DERBY-4727.zip
          10 kB
          Camilla Haase

        Issue Links

          Activity

            People

              chaase3 Camilla Haase
              kmarsden Katherine Marsden
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: