-1

When I run go.bat file of SAP Cloud Connector I get this error:

enter image description here

Could anybody tell me how to resolve this issue?

Boghyon Hoffmann
  • 15,517
  • 8
  • 61
  • 146
user1700650
  • 51
  • 2
  • 2
  • 8

1 Answers1

1

The error message says: “Locking is not possible in the directory ‘C:\sapcc…\org.eclipse.osgi’

A common reason is that the file system or runtime environment does not support file locking for that location.

Please choose a different location, or disable file locking passing ‘Dosgi.locking=none’ as a VM argument. ‘C:\sapcc….fileTableLock (Access is denied)”

Please also check if the directories and files mentioned above in the error message are set to “Read-Only”.

There was also a question posted here on stackoverflow that might also be helpful to you: Locking is not possible in the directory C:\eclipse\configuration\org.eclipse.osgi.

Community
  • 1
  • 1