Hi, On Apr 30, 2008, at 1:05 AM, Fabrizio Lamari (TeleJob - WebMaster) wrote:
> Hello > > I was using the XWiki for our company and since yesterday evening it > doesn’t work anymore. > I haven’t changed anything on the settings yesterday. > When I want to go on the XWiki (www.telejob.ch/wiki.html) I get this > error: [snip] > Caused by: java.sql.SQLException: General error: > java.lang.OutOfMemoryError: Java heap space > at org.hsqldb.jdbc.Util.sqlException(Unknown Source) > at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source) > at org.hsqldb.jdbcDriver.getConnection(Unknown Source) > at org.hsqldb.jdbcDriver.connect(Unknown Source) > at > org > .apache > .commons > .dbcp > .DriverConnectionFactory > .createConnection(DriverConnectionFactory.java:37) > at > org > .apache > .commons > .dbcp > .PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java: > 290) > at > org > .apache > .commons > .dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java: > 877) > at > org > .apache > .commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java: > 851) [snip] As you can see your JVM has no more memory. I don't know why this happened (it can a lot of reasons) but the way to solve it for now is just to restart the JVM (i.e. the servlet container). Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

