Window SDK4 Setup Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2020 04:25 AM
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'
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2020 11:15 AM
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
(ACSCE, AWS SAA, Azure Admin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2020 10:39 PM
mvn clean package - This command working fine.
Environment Variable is configured(javac and mvn is working)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2020 11:10 PM
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.
(ACSCE, AWS SAA, Azure Admin)
