RoxanaM wrote: > Thank you very much ! I haven't installed the mysql connector jar....... > > Sorry if I bother you with these questions... But now I have a new problem > that I had it at the last xwiki installation too. > > I created a simple page where I put some simple text. When I want to export > this page as pdf > it tells me that I have this error: > > > A problem occured while trying to process your request. Please contact the > webmaster if this happens again. > > Wrapped Exception: > > java.lang.OutOfMemoryError: Java heap space
It means that you should give more memory to the JVM. If you're using tomcat, search in the configuration files for a property named CATALINA_OPTS and add -Xmx512m to it. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
