Window SDK4 Setup Error

cancel
Showing results for 
Search instead for 
Did you mean: 
sanjaybandhniya
Intermediate

Window SDK4 Setup Error

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'

3 Replies
abhinavmishra14
Advanced

Re: Window SDK4 Setup Error

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

~Abhinav
(ACSCE, AWS SAA, Azure Admin)
sanjaybandhniya
Intermediate

Re: Window SDK4 Setup Error

mvn clean package - This command working fine.

Environment Variable is configured(javac and mvn is working)

1.png

 

abhinavmishra14
Advanced

Re: Window SDK4 Setup Error

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.

https://github.com/Alfresco/alfresco-sdk/blob/master/archetypes/alfresco-allinone-archetype/src/main...

~Abhinav
(ACSCE, AWS SAA, Azure Admin)