Many users on the 'private' CS report HTTP 403 errors.
HTTP ERROR: 403
User not in required role
RequestURI=/logon.jsp
Powered by Jetty://
But one user is not able to publish *one* swarm and get this message when he tries : "Publishing failed: Server responded with bad status code: 400
Curiously, there is the same "incorrect role" !
Here is the log of the standard output of the CS :
2009-11-28 15:04:48.865::WARN: AUTH FAILURE: incorrect role for *Bozo*
[INFO] 28/11/09 15:04 SwarmPublishServlet: field name: commentstr name: null 24
[INFO] 28/11/09 15:04 SwarmPublishServlet: field name: categorystr name: null 5
[INFO] 28/11/09 15:04 SwarmPublishServlet: field name: torrentbin name: osul7415939122056389623.torrent 129189
[INFO] 28/11/09 15:04 SwarmPublishServlet: field name: previewpng name: osul5467836978369389620png 814030
[WARNING] 28/11/09 15:04 CommunityDAO: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value adjusted for column 'total_size' at row 1
[WARNING] 28/11/09 15:04 SwarmPublishServlet: java.io.IOException: Insert failed (see previous errors)
java.io.IOException: Insert failed (see previous errors)
at edu.washington.cs.oneswarm.community2.server.CommunityDAO.publish_swarm(CommunityDAO.java:1576)
at edu.washington.cs.oneswarm.community2.server.SwarmPublishServlet.doPost(SwarmPublishServlet.java:114)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1097)
at edu.washington.cs.oneswarm.community2.utils.IPServletFilter.doFilter(IPServletFilter.java:67)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1088)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:729)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:843)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:647)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:635)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
/HTH