Battling with null pointer exception

2003-02-03 Thread Derek Hohls
I am looking for help tryhing to track down the cause of null pointer exception (my worst type of error to solve). I have an XSP page, containing ESQL; it works fine on my test machine which has a relatively small subset of data, but gives errors on the production machine with the full

Re: Battling with null pointer exception

2003-02-03 Thread Antonio Gallardo
Derek Hohls dijo: I have an XSP page, containing ESQL; it works fine on my test machine which has a relatively small subset of data, but gives errors on the production machine with the full database. OK. I suppose: 1-You have 5,000+ rows in your current DB. 2-The code in the XSP page

Re: Battling with null pointer exception

2003-02-03 Thread Derek Hohls
Antonio Not sure we have more memory on the server, but I can try... The current CATALINA_OPTS looks like: CATALINA_OPTS='-Xbootclasspath/a:/usr/local/pja/lib/pja.jar -Dawt.toolkit=com.eteks.awt.PJAToolkit -Djava2d.font.usePlatformFont=false

Re: Battling with null pointer exception

2003-02-03 Thread Antonio Gallardo
Derek Hohls dijo: Antonio Not sure we have more memory on the server, but I can try... The current CATALINA_OPTS looks like: CATALINA_OPTS='-Xbootclasspath/a:/usr/local/pja/lib/pja.jar -Dawt.toolkit=com.eteks.awt.PJAToolkit -Djava2d.font.usePlatformFont=false