Re: [xwiki-devs] [xwiki-notifications] XWiki doesn't start anymore
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
Vincent Massol wrote:
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).
Are you by any chance using Ubuntu? I noticed the same problem on an Ubuntu, but it looked to me that the whole Java system was broken, as there were failures in Eclipse and other Java programs. -- Sergiu Dumitriu http://purl.org/net/sergiu/
On Thu, May 1, 2008 at 12:16 AM, Sergiu Dumitriu <[email protected]> wrote:
Are you by any chance using Ubuntu? I noticed the same problem on an Ubuntu, but it looked to me that the whole Java system was broken, as there were failures in Eclipse and other Java programs.
Some time ago an update of the X server in the Ubuntu repositories crashed many Java applications, including Eclipse. But they quickly fixed that anyway, if you're system is up to date that should not happen. -- Tiago Rinck Caveden http://caveden.multiply.com
participants (3)
-
Sergiu Dumitriu -
Tiago Rinck Caveden -
Vincent Massol