Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

Can't build new project with SDK 4. #571

Closed kachaj7 closed 5 years ago

kachaj7 commented 5 years ago

I'm submitting a ... (check one with "x")

[x ] bug report
[ ] feature request

Expected Behavior

Ability to run the project.

Current Behavior

I used the script run.bat start_build and I get this message Building ....-share Step 1/8 : FROM alfresco/alfresco-share:6.1.0-RC3 ERROR: Service '....-share' failed to build: Get https://registry-1.docker.io/v2/alfresco/alfresco-share/manifests/6.1.0-RC3: unauthorized: incorrect username or password Attaching to

Possible Solution

How to run the project without error

Steps to Reproduce (for bugs)

  1. Create new project like here described: https://github.com/Alfresco/alfresco-sdk/blob/master/docs/getting-started.md
  2. Used latest version: 4.0.0
  3. run.bat build_start

Your Environment

kachaj7 commented 5 years ago

Fixed. for other people, because this is missing in documentation. Login before in the console with command: docker login -u "username" -p "password"