Re: [xwiki-users] Retrieving data

2012-10-15 Thread Sergiu Dumitriu

On 10/15/2012 08:50 AM, Paul Libbrecht wrote:


Le 15 oct. 2012 à 14:47, Vincent Massol a écrit :


"Caused by: java.sql.SQLException: Out of Memory"

Try increasing the memory you give to java.


And... migrating to MySQL, Derby, or some other DB which is not memory based!!

paul



The problem is that you're still using the default HSQLDB database, with 
the default configuration, which is optimized for small trial usages. 
All the data is kept in memory for fast access, so the memory that is 
allocated to the process needs to get larger as you add more data to the 
wiki.


First step to get your wiki started is to increase the memory: in 
start_xwiki.bat, search for a line similar to:


set XWIKI_OPTS=-Xmx512m -XX:MaxPermSize=128m

Change the -Xmx value to something bigger, like 1024m, and restart XWiki.

Second step is to either switch to a different database engine, or to 
configure HSQLDB to use a cached table mode, where it loads only a small 
portion of the database in memory.



On Oct 15, 2012, at 2:44 PM, Higginson Ian (WIRRAL PCT)  
wrote:


I feel really stupid for not attaching the log, haha! I've pasted what I get 
when we try to access the wiki; nothing has been changed AFAIK since the last 
time it worked:

HTTP ERROR 500

Problem accessing /xwiki/bin/view/Main/. Reason:
org.apache.commons.dbcp.SQLNestedException: Cannot create 
PoolableConnectionFactory (Out of Memory)


-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Paul Libbrecht
Sent: 15 October 2012 13:39
To: XWiki Users
Subject: Re: [xwiki-users] Retrieving data

Ian,

error 500 means internal error.
It could really be just about anything.

Some parts of the log are needed I think.

paul


Le 15 oct. 2012 à 14:17, Higginson Ian (WIRRAL PCT) a écrit :


Hi,

After a few successful months using XWiki it's finally decided to die on me 
(error 500, etc.) and I can't seem to get it back up and running. Is there any 
way I can extract the attachments that I had in the wiki manually at all?

Many thanks,
Ian.


--
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Retrieving data

2012-10-15 Thread Higginson Ian (WIRRAL PCT)
Well we restarted our server and then it just stopped working for some reason; 
I had this problem a while back which I found out was our anti-virus software 
locking a file but it's got no more interaction with the XWiki folder any more.

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Vincent Massol
Sent: 15 October 2012 13:58
To: XWiki Users
Subject: Re: [xwiki-users] Retrieving data


On Oct 15, 2012, at 2:51 PM, "Higginson Ian (WIRRAL PCT)" 
 wrote:

> Thanks for your reply, Vincent! Is this something I set in the 
> start_xwiki.bat file or is it controlled from elsewhere?

Yes it's in start_xwiki.bat

hmm if you're using start_xwiki.bat then it should have a correct value 
already unless you've overriden XWIKI_OPTS

Is this a wiki that's been running a long time without restart or do you get 
this error when starting it?

Thanks
-Vincent

> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
> Vincent Massol
> Sent: 15 October 2012 13:48
> To: XWiki Users
> Subject: Re: [xwiki-users] Retrieving data
>
> "Caused by: java.sql.SQLException: Out of Memory"
>
> Try increasing the memory you give to java.
>
> -Vincent
>
> On Oct 15, 2012, at 2:44 PM, Higginson Ian (WIRRAL PCT) 
>  wrote:
>
>> I feel really stupid for not attaching the log, haha! I've pasted what I get 
>> when we try to access the wiki; nothing has been changed AFAIK since the 
>> last time it worked:
>>
>> HTTP ERROR 500
>>
>> Problem accessing /xwiki/bin/view/Main/. Reason:
>>
>>   Error number 3 in 0: Could not initialize main XWiki context
>> Wrapped Exception: Error number 3001 in 3: Cannot load class 
>> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from 
>> param xwiki.store.migration.manager.class
>> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
>> Wrapped Exception: Could not create a DBCP pool. There is an error in the 
>> hibernate configuration file, please review it.
>> Caused by:
>>
>> com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main 
>> XWiki context
>> Wrapped Exception: Error number 3001 in 3: Cannot load class 
>> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from 
>> param xwiki.store.migration.manager.class
>> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
>> Wrapped Exception: Could not create a DBCP pool. There is an error in the 
>> hibernate configuration file, please review it.
>>   at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:422)
>>   at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
>>   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
>>   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
>>   at 
>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
>>   at 
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
>>   at 
>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
>>   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>>   at 
>> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:538)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352)
>>   at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
>>   at 
>> org.

Re: [xwiki-users] Retrieving data

2012-10-15 Thread Vincent Massol

On Oct 15, 2012, at 2:51 PM, "Higginson Ian (WIRRAL PCT)" 
 wrote:

> Thanks for your reply, Vincent! Is this something I set in the 
> start_xwiki.bat file or is it controlled from elsewhere?

Yes it's in start_xwiki.bat

hmm if you're using start_xwiki.bat then it should have a correct value 
already…. unless you've overriden XWIKI_OPTS

Is this a wiki that's been running a long time without restart or do you get 
this error when starting it?

Thanks
-Vincent

> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
> Vincent Massol
> Sent: 15 October 2012 13:48
> To: XWiki Users
> Subject: Re: [xwiki-users] Retrieving data
> 
> "Caused by: java.sql.SQLException: Out of Memory"
> 
> Try increasing the memory you give to java.
> 
> -Vincent
> 
> On Oct 15, 2012, at 2:44 PM, Higginson Ian (WIRRAL PCT) 
>  wrote:
> 
>> I feel really stupid for not attaching the log, haha! I've pasted what I get 
>> when we try to access the wiki; nothing has been changed AFAIK since the 
>> last time it worked:
>> 
>> HTTP ERROR 500
>> 
>> Problem accessing /xwiki/bin/view/Main/. Reason:
>> 
>>   Error number 3 in 0: Could not initialize main XWiki context
>> Wrapped Exception: Error number 3001 in 3: Cannot load class 
>> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from 
>> param xwiki.store.migration.manager.class
>> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
>> Wrapped Exception: Could not create a DBCP pool. There is an error in the 
>> hibernate configuration file, please review it.
>> Caused by:
>> 
>> com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main 
>> XWiki context
>> Wrapped Exception: Error number 3001 in 3: Cannot load class 
>> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from 
>> param xwiki.store.migration.manager.class
>> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
>> Wrapped Exception: Could not create a DBCP pool. There is an error in the 
>> hibernate configuration file, please review it.
>>   at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:422)
>>   at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
>>   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
>>   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
>>   at 
>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
>>   at 
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
>>   at 
>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
>>   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>>   at 
>> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:538)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352)
>>   at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:476)
>>   at 
>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
>>   at 
>> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:517)
>>   at 
>> org.eclipse.jetty.server.session.SessionHan

Re: [xwiki-users] Retrieving data

2012-10-15 Thread Higginson Ian (WIRRAL PCT)
Thanks for your reply, Vincent! Is this something I set in the start_xwiki.bat 
file or is it controlled from elsewhere?

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Vincent Massol
Sent: 15 October 2012 13:48
To: XWiki Users
Subject: Re: [xwiki-users] Retrieving data

"Caused by: java.sql.SQLException: Out of Memory"

Try increasing the memory you give to java.

-Vincent

On Oct 15, 2012, at 2:44 PM, Higginson Ian (WIRRAL PCT)  
wrote:

> I feel really stupid for not attaching the log, haha! I've pasted what I get 
> when we try to access the wiki; nothing has been changed AFAIK since the last 
> time it worked:
>
> HTTP ERROR 500
>
> Problem accessing /xwiki/bin/view/Main/. Reason:
>
>Error number 3 in 0: Could not initialize main XWiki context
> Wrapped Exception: Error number 3001 in 3: Cannot load class 
> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from 
> param xwiki.store.migration.manager.class
> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
> Wrapped Exception: Could not create a DBCP pool. There is an error in the 
> hibernate configuration file, please review it.
> Caused by:
>
> com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main 
> XWiki context
> Wrapped Exception: Error number 3001 in 3: Cannot load class 
> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from 
> param xwiki.store.migration.manager.class
> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
> Wrapped Exception: Could not create a DBCP pool. There is an error in the 
> hibernate configuration file, please review it.
>at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:422)
>at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
>at 
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
>at 
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
>at 
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
>at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>at 
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:538)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352)
>at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:476)
>at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
>at 
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:517)
>at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225)
>at 
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:937)
>at 
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
>at 
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
>at 
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:871)
>at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
>at 
> org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
>at 
&

Re: [xwiki-users] Retrieving data

2012-10-15 Thread Paul Libbrecht
onstructorAccessorImpl.newInstance(Unknown 
>> Source)
>>   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown 
>> Source)
>>   at java.lang.reflect.Constructor.newInstance(Unknown Source)
>>   at com.xpn.xwiki.XWiki.createClassFromConfig(XWiki.java:)
>>   at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:798)
>>   at com.xpn.xwiki.XWiki.(XWiki.java:743)
>>   at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:405)
>>   at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:491)
>>   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
>>   at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
>>   at 
>> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
>>   at 
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
>>   at 
>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
>>   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
>>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>>   at 
>> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:538)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352)
>>   at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:476)
>>   at 
>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
>>   at 
>> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:517)
>>   at 
>> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225)
>>   at 
>> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:937)
>>   at 
>> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
>>   at 
>> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
>>   at 
>> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:871)
>>   at 
>> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
>>   at 
>> org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
>>   at 
>> org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
>>   at 
>> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
>>   at org.eclipse.jetty.server.Server.handle(Server.java:346)
>>   at 
>> org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:589)
>>   at 
>> org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1048)
>>   at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:601)
>>   at 
>> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:214)
>>   at 
>> org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
>>   at 
>> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
>>   at 
>> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
>>   at 
>> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
>>   at java.lang.Thread.run(Unknown Source)
>> Caused by: java.sql.SQLException

Re: [xwiki-users] Retrieving data

2012-10-15 Thread Vincent Massol
rvlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352)
>at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
>at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
>at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:476)
>at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
>at 
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:517)
>at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225)
>at 
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:937)
>at 
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
>at 
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
>at 
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:871)
>at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
>at 
> org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
>at 
> org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
>at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
>at org.eclipse.jetty.server.Server.handle(Server.java:346)
>at 
> org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:589)
>at 
> org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1048)
>at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:601)
>at 
> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:214)
>at 
> org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
>at 
> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
>at 
> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
>at 
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
>at java.lang.Thread.run(Unknown Source)
> Caused by: java.sql.SQLException: Out of Memory
>at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
>at org.hsqldb.jdbc.jdbcConnection.(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:38)
>at 
> org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
>at 
> org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
>at 
> org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
>... 68 more
> Powered by Jetty://
> 
> 
> -Original Message-
> From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
> Paul Libbrecht
> Sent: 15 October 2012 13:39
> To: XWiki Users
> Subject: Re: [xwiki-users] Retrieving data
> 
> Ian,
> 
> error 500 means internal error.
> It could really be just about anything.
> 
> Some parts of the log are needed I think.
> 
> paul
> 
> 
> Le 15 oct. 2012 à 14:17, Higginson Ian (WIRRAL PCT) a écrit :
> 
>> Hi,
>> 
>> After a few successful months using XWiki it's finally decided to die on me 
>> (error 500, etc.) and I can't seem to get it back up and running. Is there 
>> any way I can extract the attachments that I had in the wiki manually at all?
>> 
>> Many thanks,
>> Ian.
>> 
>> *

Re: [xwiki-users] Retrieving data

2012-10-15 Thread Higginson Ian (WIRRAL PCT)
   at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
at org.eclipse.jetty.server.Server.handle(Server.java:346)
at 
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:589)
at 
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1048)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:601)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:214)
at 
org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
at 
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: Out of Memory
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.(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:38)
at 
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
at 
org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
at 
org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
... 68 more
Powered by Jetty://


-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Paul Libbrecht
Sent: 15 October 2012 13:39
To: XWiki Users
Subject: Re: [xwiki-users] Retrieving data

Ian,

error 500 means internal error.
It could really be just about anything.

Some parts of the log are needed I think.

paul


Le 15 oct. 2012 à 14:17, Higginson Ian (WIRRAL PCT) a écrit :

> Hi,
>
> After a few successful months using XWiki it's finally decided to die on me 
> (error 500, etc.) and I can't seem to get it back up and running. Is there 
> any way I can extract the attachments that I had in the wiki manually at all?
>
> Many thanks,
> Ian.
>
> 
>
> This message may contain confidential information. If you are not the 
> intended recipient please inform the
> sender that you have received the message in error before deleting it.
> Please do not disclose, copy or distribute information in this e-mail or take 
> any action in reliance on its contents:
> to do so is strictly prohibited and may be unlawful.
>
> Thank you for your co-operation.
>
> NHSmail is the secure email and directory service available for all NHS staff 
> in England and Scotland
> NHSmail is approved for exchanging patient data and other sensitive 
> information with NHSmail and GSi recipients
> NHSmail provides an email address for your career in the NHS and can be 
> accessed anywhere
>
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users



This message may contain confidential information. If you are not the intended 
recipient please inform the
sender that you have received the message in error before deleting it.
Please do not disclose, copy or distribute information in this e-mail or take 
any action in reliance on its contents:
to do so is strictly prohibited and may be unlawful.

Thank you for your co-operation.

NHSmail is the secure email and directory service available for all NHS staff 
in England and Scotland
NHSmail is approved for exchanging patient data and other sensitive information 
with NHSmail and GSi recipients
NHSmail provides an email address for your career in the NHS and can be 
accessed anywhere


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Retrieving data

2012-10-15 Thread Paul Libbrecht
Ian,

error 500 means internal error.
It could really be just about anything.

Some parts of the log are needed I think.

paul


Le 15 oct. 2012 à 14:17, Higginson Ian (WIRRAL PCT) a écrit :

> Hi,
> 
> After a few successful months using XWiki it's finally decided to die on me 
> (error 500, etc.) and I can't seem to get it back up and running. Is there 
> any way I can extract the attachments that I had in the wiki manually at all?
> 
> Many thanks,
> Ian.
> 
> 
> 
> This message may contain confidential information. If you are not the 
> intended recipient please inform the
> sender that you have received the message in error before deleting it.
> Please do not disclose, copy or distribute information in this e-mail or take 
> any action in reliance on its contents:
> to do so is strictly prohibited and may be unlawful.
> 
> Thank you for your co-operation.
> 
> NHSmail is the secure email and directory service available for all NHS staff 
> in England and Scotland
> NHSmail is approved for exchanging patient data and other sensitive 
> information with NHSmail and GSi recipients
> NHSmail provides an email address for your career in the NHS and can be 
> accessed anywhere
> 
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users