Hi,
I'm getting an error when trying to configure the Mailserver in the ox Admin web interface. Is this a permissions problem on the file or something? When I click on Save I get:
and this message in /var/log/open-xchange/open-xchange.log.0
Thankyou for any help.
I'm getting an error when trying to configure the Mailserver in the ox Admin web interface. Is this a permissions problem on the file or something? When I click on Save I get:
Code:
Error code: Unable to write configuration (SVL-0001,719052564-244)
Code:
Jan 23, 2008 2:22:02 PM com.openexchange.tools.Logging log SEVERE: SVL-0001 Category=8 Message=Unable to write configuration exceptionID=719052564-236 SVL-0001 Category=8 Message=Unable to write configuration exceptionID=719052564-236 at com.openexchange.admin.ajax.actions.MailServerAction.actionUpdate(MailServerAction.java:157) at com.openexchange.admin.ajax.actions.MailServerAction.actionUpdate(MailServerAction.java:81) at com.openexchange.admin.ajax.actions.AbstractAction.action(AbstractAction.java:113) at com.openexchange.admin.ajax.AJAXServlet.doPut(AJAXServlet.java:353) at javax.servlet.http.HttpServlet.service(HttpServlet.java:712) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at com.openexchange.tools.ajp13.AJPv13Request.response(AJPv13Request.java:92) at com.openexchange.tools.ajp13.AJPv13RequestHandler.createResponse(AJPv13RequestHandler.java:363) at com.openexchange.tools.ajp13.AJPv13Connection.createResponse(AJPv13Connection.java:168) at com.openexchange.tools.ajp13.AJPv13Listener.run(AJPv13Listener.java:245) at java.lang.Thread.run(Thread.java:595) Caused by: com.openexchange.admin.rmi.exceptions.OXMailServerException: Unable to write configuration at com.openexchange.admin.rmi.impl.OXMailServerImpl.writeConfig(OXMailServerImpl.java:309) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) at java.lang.Thread.run(Thread.java:595) at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126) at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:179) at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132) at $Proxy13.writeConfig(Unknown Source) at com.openexchange.admin.ajax.actions.MailServerAction.actionUpdate(MailServerAction.java:146) ... 10 more