Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 324712

Summary: Unable to commit changes in /webtools/webservices
Product: Community Reporter: Danail Branekov <danail.branekov>
Component: CVSAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P1 CC: david_williams, shane_clarke
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Danail Branekov CLA 2010-09-08 02:50:42 EDT
Hi,
 
I am trying to commit a fix in /webtools/webservices project but I am getting the following error
 
Problems encountered performing commit
The server reported an error while performing the "cvs commit" command.
org.eclipse.jst.ws.jaxws.testutils: cvs [commit aborted]: could not open lock file `/cvsroot/webtools/webservices/tests/org.eclipse.jst.ws.jaxws.testutils/META-INF/,MANIFEST.MF,': Permission denied
The server reported an error while performing the "cvs commit" command.
org.eclipse.jst.ws.jaxws.dom.integration.tests: cvs [commit aborted]: could not open lock file `/cvsroot/webtools/webservices/tests/org.eclipse.jst.ws.jaxws.dom.integration.tests/src/org/eclipse/jst/ws/jaxws/dom/integration/tests/navigator/,DOMAdapterFactoryLabelProviderTest.java,': Permission denied
The server reported an error while performing the "cvs commit" command.
org.eclipse.jst.ws.jaxws.dom.runtime.tests: cvs [commit aborted]: could not open lock file `/cvsroot/webtools/webservices/tests/org.eclipse.jst.ws.jaxws.dom.runtime.tests/src/org/eclipse/jst/ws/jaxws/dom/runtime/tests/dom/util/,Dom2ResourceMapperTest.java,': Permission denied
 
I tried modifying other files in /webtools/webservices but got the very same error
 
My CVS user is dbranekov. Due to the security policy of my employer (SAP), I am accessing CVS though proxy.eclipse.org on port 443 via extssh (:extssh:dbranekov@proxy.eclipse.org:443/cvsroot/webtools). I am also using an HTTP proxy to access external networks.
The problem has been around since 30 August
 
Could you check this out? Please let me know if you need additional information.
 
Thanks and regards, Danail
Comment 1 Denis Roy CLA 2010-09-08 09:14:36 EDT
We had some stale rules on our load balancer, which have been fixed.  I examined the file permissions, and everything seems good.  Can you please try again?

Thanks.
Comment 2 Danail Branekov CLA 2010-09-08 09:42:40 EDT
Hi Denis,

Now commit seems to work. Thanks!

Danail