Okay I trying to figure out the standard setup for glassfish because I am getting an OutOfMemory Error when I attempt to retrieve information from the database. I am running glassfish (latest version) and I have added the JVM command line arguments -Xms32 -Xmx512m to the JVM Settings for the server. I am still getting the OutOfMemory error. I am doing a JPA/ EJB 3.0 application. The data set is small, so I don't think that's an issue.
[code]
WARNING: javax.ejb.EJBException: nested exception is: java.rmi.ServerError: Error occurred in server thread; nested exception is:
java.lang.OutOfMemoryError: Java heap space
java.rmi.ServerError: Error occurred in server thread; nested exception is:
java.lang.OutOfMemoryError: Java heap space
[/code]
Any suggestions we be greatly appreciated.
Russ
[Message sent by forum member 'russ205' (russ205)]
http://forums.java.net/jive/thread.jspa?messageID=263718