Just tried twice. Same size photo as I usually use. Get the following error message.
500 Servlet Exception
java.lang.NoClassDefFoundError: Could not initialize class sun.nio.ch.FileChannelImpl
at java.io.FileInputStream.getChannel(FileInputStream.java:296)
at net.mumsnet.util.FileUtils.copyFile(FileUtils.java:116)
at net.mumsnet.util.FileUtils.copyFile(FileUtils.java:141)
at com.mumsnet.member.MemberImageUploader.loadFileWithCos(MemberImageUploader.java:188)
at com.mumsnet.common.AuthenticatedPage.loadData(AuthenticatedPage.java:68)
at com.mumsnet.common.CommonBasePage.doRequestHandling(CommonBasePage.java:193)
at com.mumsnet.common.CommonBasePage.handleRequest(CommonBasePage.java:212)
at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doRequest(Unknown Source)
at org.apache.velocity.tools.view.servlet.VelocityViewServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:154)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:92)
at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:167)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:226)
at com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:424)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:477)
at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:591)
at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:513)
at java.lang.Thread.run(Thread.java:619)