1. OutOfMemoryError (Palacios, Gethsemani)


I think you need a header and footer element. At least <db:header/> and
<db:footer/>. Other than that,
(you might want to put in some data on the test form and check your database
connection manually)
Other than that.....this is a very nebulous error...can be caused by many
things like:
  String a; for(int i=0;true || i=largeNum;i++){ a+=a; }




I am getting the following error:

2002-07-13 18:05:24 - Ctx(/iiv) : Exception in R( /iiv + /home.jsp + null) -
java.lang.OutOfMemoryError
<<no stack trace available>>


I have no idea where to go from here.  Any suggestions?

Using:
Tomcat 3.3a
DbForms:  dbforms_v1_1_2.jar
Oracle9i

Here is the EXTREMELY simple home.jsp that I am trying to display:


<%@ taglib uri="/WEB-INF/dbForms.tld" prefix="db" %>
<html>
<head>
<db:base/>
</head>
<body>
<db:errors/>
<db:dbform tableName="PAYER" maxRows="*" followUp="/login.jsp"
autoUpdate="true">
<db:body>
<tr>
<td>
<db:updateButton caption="update"/>
<db:deleteButton caption="delete"/>
</td>
</tr>
</db:body>
</db:dbform>
</body>
</html>

Regards,
Gethsemani Palacios
Computer Specialist
Austin Automation Center
512-326-6708
512-762-7295




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to