I am using window machine.
I have created sdk4 all-in-one project.
Docker : V20.10.0
Docker Compose : 1.27.4
I am executing "run.bat build_start" command , it is giving error.
The system cannot find the path specified.
mbs-acs-volume
mbs-db-volume
mbs-ass-volume
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: 'F:\\sdk4\\target\\classes\\docker\\docker-compose.yml'
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: 'F:\\sdk4\\target\\classes\\docker\\docker-compose.yml'
Looks like "mvn clean package" did not succeed. This could be likely the error. You have not shared the full build log so can't guess what happend.
Try executing "mvn clean package" command using the parent pom (can be found at F:\\sdk4\\pom.xml based on your project).
Make sure Java11 installed and maven-3.3.xx or later is installed and configured in the environment variables.
Some useful details can be found here: https://github.com/Alfresco/alfresco-sdk/blob/master/docs/getting-started.md
mvn clean package - This command working fine.
Environment Variable is configured(javac and mvn is working)
As mentioned earlier, you have not shared the build log. Please share full build log so it can be analysed.
When start function trying to find docker-compose.yml, it is not able to find it.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.