[Dspace-tech] Debugging JSP user interface

2011-03-10 Thread Craig Brute
Hi I am working with the JSP interface making some changes, hoowever im not sure how to turn on debugging so that i get more detailed error messages. currently i am only able to get the 'internal server error' message. Thanks Craig

Re: [Dspace-tech] Debugging JSP user interface

2011-03-10 Thread Peter Dietz
Hi Craig, The first thing you'll want to do is look at your logs. There's a guide here: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error In the terminal, its easy to watch the logs with: tail -f /dspace/log/dspace.log.*-MM-DD* After that, if you need to do deeper forensics,

Re: [Dspace-tech] Debugging JSP user interface

2011-03-10 Thread Steve Swinsburg
Hi, These are logged to the dspace logs, if you tail those you'll see the stacktrace. Although I'd be interested in knowing if we can present the stacktraces in the UI as well, maybe on that 'Internal Server Error' page. cheers, Steve On 10/03/2011, at 9:11 PM, Craig Brute wrote: Hi