On Wed, Jan 19, 2011 at 01:30:30PM +0100, David wrote: > Hi, everyone! > > We have edtected we have not configured dpsce.cfg correctly, we solved this. > Now we get this message trying to access to http://url:8080/jspui > > Thanks! > > David > > > INFO: Server startup in 15186 ms > [WARN] deprecation - The 'component-configurations' section in the sitemap > is deprecated. Please check for alternatives.
Everybody gets this. Not to worry. > 19-Jan-2011 12:20:21 org.apache.catalina.connector.CoyoteAdapter service > SEVERE: An exception or error occurred in the container during the request > processing > java.lang.OutOfMemoryError: PermGen space This is the problem. The Java Virtual Machine in which Tomcat runs doesn't have enough memory set aside for holding class bodies (essentially, program code) and the like. Check the way Tomcat is started up, especially the value of the environment variable JAVA_OPTS if you have one. I suspect that -XX:MaxPermSize is set very low. You may have left out a scale factor, such as writing "MaxPermSize=512" rather than "MaxPermSize=512M". (That is: bytes rather than megabytes.) -- Mark H. Wood, Lead System Programmer [email protected] Asking whether markets are efficient is like asking whether people are smart.
pgphcouaefllI.pgp
Description: PGP signature
------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

