Error 500 again, this time affecting the entire forum

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Error 500 again, this time affecting the entire forum

erkan
This post was updated on .
Title of the topic explains it all.

http://forum.whatisfatmagulsfault.com/
Reply | Threaded
Open this post in threaded view
|

Re: [Urgent] Error 500 again, this time affecting the entire forum!

Hugo <Nabble>
I don't see any error on the forum. Please post the exact link that is broken.
Reply | Threaded
Open this post in threaded view
|

Re: [Urgent] Error 500 again, this time affecting the entire forum!

erkan
Hello. The whole forum was affected by it a few minutes ago. Now all seems fine, I have no clue why, but this was the Error message we recieved on the main page of the forum (every single page gave the same error 500):

Error 500
java.io.IOException: Operation not permitted
RequestURI=/

Caused by:
java.lang.RuntimeException: java.io.IOException: Operation not permitted
        at cachingfilter.jetty.JettyCachingFilter$1.newObject(JettyCachingFilter.java:30)
        at cachingfilter.jetty.JettyCachingFilter$1.newObject(JettyCachingFilter.java:25)
        at cachingfilter.jetty.ObjectCache$NoCache.get(ObjectCache.java:14)
        at cachingfilter.jetty.JettyCachingFilter$2.newInputStream(JettyCachingFilter.java:42)
        at cachingfilter.CachingResponseWrapper.openFileInputStream(CachingResponseWrapper.java:146)
        at cachingfilter.CachingResponseWrapper.<init>(CachingResponseWrapper.java:80)
        at cachingfilter.jetty.JettyCachingFilter$2.<init>(JettyCachingFilter.java:38)
        at cachingfilter.jetty.JettyCachingFilter.newCachingResponseWrapper(JettyCachingFilter.java:38)
        at cachingfilter.CachingFilter.doFilter(CachingFilter.java:153)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:474)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:935)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:404)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:184)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:870)
        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:151)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:346)
        at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:596)
        at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1051)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:592)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:214)
        at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:426)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:520)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: Operation not permitted
        at sun.nio.ch.FileChannelImpl.map0(Native Method)
        at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:734)
        at org.eclipse.jetty.io.nio.DirectNIOBuffer.<init>(DirectNIOBuffer.java:69)
        at cachingfilter.jetty.JettyCachingFilter$1.newObject(JettyCachingFilter.java:28)
        ... 30 more
Reply | Threaded
Open this post in threaded view
|

Re: Error 500 again, this time affecting the entire forum

Franklin <Nabble>
Administrator
In reply to this post by erkan
Sorry, this was caused by a known bug that we are working on.

(Hugo, I cleared the cache.)