
November 27th, 2001, 10:09 AM
|
|
Junior Member
|
|
Join Date: Nov 2001
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
JSP JRun NullPointerException
I have a JSP page that calls a method in an imported java class to run a query against a SQL Server Database and export the dataset to a text file. The page works fine for smaller datasets, but when the dataset has around 200K records I get the following error "java.lang.NullPointerException at allaire.jrun.jsp.JRunJSPStaticHelpers.getStackTraceLineNumber(JRunJSPStaticHelpers.java:185)..."
Any ideas?
Thanks for your help,
Matt
|