Return-Path: Mailing-List: contact soap-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list soap-dev@xml.apache.org Received: (qmail 66149 invoked from network); 1 Aug 2000 04:39:25 -0000 Received: from frog.walrus.com (HELO mailhub.walrus.com) (206.24.16.16) by locus.apache.org with SMTP; 1 Aug 2000 04:39:25 -0000 Received: from host (dialup-206-153-126-196.walrus.com [206.153.126.196]) by mailhub.walrus.com (8.9.2/8.8.6/ad) with SMTP id AAA25079; Tue, 1 Aug 2000 00:39:22 -0400 (EDT) Message-ID: <006901bffb72$659e9b40$021111c0@host> From: "John Hartman" To: Cc: "Sanjiva Weerawarana" Subject: Re: Error saving services registry: DeployedServices.ds Date: Tue, 1 Aug 2000 00:38:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello all: Has anyone else run across permission problems when using deploy.jsp? If not...well, Sanjiva...where is ServiceManager trying to write the registry to? I'm attempting to deploy the AddressFetcher "out of the box" so to speak, using the contents of DeploymentDescriptor.xml as my guide in completing the deployment. Submiting the form simply results in a server fault response. I've only been able to determine that the following exception occurs within org.apache.soap.server.ServiceManager (as indicated below in the stack trace I've included). I've installed JServ, running a relatively recent release of Apache, running on a Linux platform. Xerces and Soap are current up to July 26th. I've given world access to just about every directory I could guess the registry could be written to. Exception: [SOAPException: faultCode=SOAP-ENV:Server; msg=Error saving services registry: DeployedServices.ds (Permission denied)] [SOAPException: faultCode=SOAP-ENV:Server; msg=Error saving services registry: DeployedServices.ds (Permission denied)] at org.apache.soap.server.ServiceManager.saveRegistry(ServiceManager.java:127) at org.apache.soap.server.ServiceManager.deploy(ServiceManager.java:146) at jsp__soap__deploy_2ejsp._jspService(jsp__soap__deploy_2ejsp.java:154) at org.gjt.jsp.HttpJspPageImpl.service(HttpJspPageImpl.java:75) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.gjt.jsp.JspServlet$Page.process(JspServlet.java:908) at org.gjt.jsp.JspServlet.xservice(JspServlet.java:550) at org.gjt.jsp.JspServlet.service(JspServlet.java:436) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:317) at org.apache.jserv.JServConnection.run(JServConnection.java:188) at java.lang.Thread.run(Thread.java:475)