Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324712 - Unable to commit changes in /webtools/webservices
Summary: Unable to commit changes in /webtools/webservices
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CVS (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P1 blocker (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 02:50 EDT by Danail Branekov CLA
Modified: 2010-09-08 09:42 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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