Users - ServletException rendering JSP view Exception: java.lang.OutOfMemoryError

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Users - ServletException rendering JSP view Exception: java.lang.OutOfMemoryError

showsscel
To All:
    There are 100000 record in database,search exception as follows:

 

227625[     JspViewHandler.java:98 :ERROR]
---- error report --------------------------------------------------------------
ServletException rendering JSP view
Exception: java.lang.OutOfMemoryError
Message: null
---- stack trace ---------------------------------------------------------------
java.lang.OutOfMemoryError
--------------------------------------------------------------------------------

227625[     ControlServlet.java:193:ERROR]
---- error report --------------------------------------------------------------
Error in request handler:
Exception: java.lang.OutOfMemoryError
Message: null
---- stack trace ---------------------------------------------------------------
java.lang.OutOfMemoryError
--------------------------------------------------------------------------------

                                          
Everybody what is because?The ofbiz is 3.0.The database is ms sql server 2000.The os is xp sp2.
                                                                        
LinYong

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - ServletException rendering JSP view Exception: java.lang.OutOfMemoryError

davidnwelton
What memory settings are you running Java with?

> Exception: java.lang.OutOfMemoryError


--
David N. Welton
 - http://www.dedasys.com/davidw/

Linux, Open Source Consulting
 - http://www.dedasys.com/
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - ServletException rendering JSP view Exception: java.lang.OutOfMemoryError

Andrew Sykes
In reply to this post by showsscel
If this is your own code, try getting an EntityListIterator rather than
a List.

 - Andrew

On Tue, 2006-06-13 at 18:56 +0800, 林勇 wrote:

> To All:
>     There are 100000 record in database,search exception as follows:
>
>  
>
> 227625[     JspViewHandler.java:98 :ERROR]
> ---- error report
> --------------------------------------------------------------
> ServletException rendering JSP view
> Exception: java.lang.OutOfMemoryError
> Message: null
> ---- stack trace
> ---------------------------------------------------------------
> java.lang.OutOfMemoryError
> --------------------------------------------------------------------------------
>
> 227625[     ControlServlet.java:193:ERROR]
> ---- error report
> --------------------------------------------------------------
> Error in request handler:
> Exception: java.lang.OutOfMemoryError
> Message: null
> ---- stack trace
> ---------------------------------------------------------------
> java.lang.OutOfMemoryError
> --------------------------------------------------------------------------------
>
>
>                                          
> Everybody what is because?The ofbiz is 3.0.The database is ms sql
> server 2000.The os is xp sp2.
>                                                                        
> LinYong
>  _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
--
Kind Regards
Andrew Sykes <[hidden email]>
Sykes Development Ltd
http://www.sykesdevelopment.com

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - ServletException rendering JSP view Exception: java.lang.OutOfMemoryError

David E. Jones
In reply to this post by showsscel

You're using OFBiz 3.0.0? That is very old code and many of the admin tools had not yet been updated to use the Entity Engine's EntityListIterator (mentioned elsewhere in this thread), and thus support working with larger databases.

For that and about 5000 other reasons, you should use a more recent OFBiz code base, doing whatever you can to update if necessary.

-David


林勇 wrote:

> To All:
>     There are 100000 record in database,search exception as follows:
>
>  
>
> 227625[     JspViewHandler.java:98 :ERROR]
> ---- error report
> --------------------------------------------------------------
> ServletException rendering JSP view
> Exception: java.lang.OutOfMemoryError
> Message: null
> ---- stack trace
> ---------------------------------------------------------------
> java.lang.OutOfMemoryError
> --------------------------------------------------------------------------------
>
> 227625[     ControlServlet.java:193:ERROR]
> ---- error report
> --------------------------------------------------------------
> Error in request handler:
> Exception: java.lang.OutOfMemoryError
> Message: null
> ---- stack trace
> ---------------------------------------------------------------
> java.lang.OutOfMemoryError
> --------------------------------------------------------------------------------
>
>                                          
> Everybody what is because?The ofbiz is 3.0.The database is ms sql server
> 2000.The os is xp sp2.
>                                                                        
> LinYong
>
>
> ------------------------------------------------------------------------
>
>  
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users