Re: Internal Servern Error 500 (Midtiern 7.604)

2011-10-25 Thread Anders, Thomas (ext)
John, Daniel Our Mid-Tiers/Tomcats create separate txt files in the Tomcat log directory for each exception, e.g. localhost_log.2011-10-24.txt In catalina.out, you will only get the NullPointerException message, not the whole stack trace. You can configure this in Tomcat's server.xml:

AW: Huge queries hogging up the database

2011-03-01 Thread Anders, Thomas (EXT)
As we stepped over the same bind variables recently in a similar issue: You should check out contents of Oracle's v$sql_bind_capture - you will most likely find the contents of your bind variables in there, as long as you have the sql id of the statement. In our case, we found several malformed