Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Cleanup, adding info about StackOverflow

...

Resources

General Instructions

Finding the Error Message in your Log Files

...

Searching for Fixes to Common Errors

Turning on Debugging (optional)

  • If you'd like to try and do some debugging yourself, you can change the DSpace logger settings to DEBUG which will sometimes provide you with more information about the error. To turn on debugging, visit the [dspace]/config/log4j.properties file and do the following:

    • To enable DEBUG logging in the dspace.log file, change the log4j.rootCategory and log4j.logger.org.dspace settings to DEBUG rather than INFO.

    • (XMLUI Only) To enable DEBUG logging in the cocoon.log file, change the log4j.logger.org.apache.cocoon setting to DEBUG rather than INFO.

    • NOTE: You'll need to restart Tomcat after enabling DEBUG mode in the log4j.properties file.

    • WARNING: Make sure to turn off debugging once you are finished. Leaving debugging turned on will cause the log files to grow very large very quickly!

Send the error message and describe how you encountered it

...

Report the Error and Describe How You Encountered It

There are two ways you may choose to report this error. However, we ask that you only choose one, depending on which you prefer.

  1. Post a question on StackOverflow and tag it with "dspace".  See Guide to Posting Technical Questions to StackOverflow for more information.

  2. OR, email a description of the error along with the error stack listing to dspace-tech@lists.sourceforge.net.

...

    1. If you are not a member of this list, you can signup at https://lists.sourceforge.net/lists/listinfo/dspace-tech

...

...

MAKE SURE to include the following

...

information:

  1. Your environment: Operating system, version of DSpace, version of Tomcat, Java, etc.
    1. NOTE: on DSpace 4.x or above, simply running "./dspace version" from the commandline will provide much of this information for you.
  2. The exact steps you took to encounter the error

...

  1. , as this will help us in investigating the problem. Often, we need to understand how to replicate the error before we can determine what the underlying cause is

...

  1. .
  2. The error stack that you found in your log file