wemod123 opened a new issue #11408: URL: https://github.com/apache/druid/issues/11408
### Affected Version: 0.21.1 ### Description Check out the branch 0.21.1, run below command according to [the doc](https://github.com/apache/druid/tree/master/distribution/docker): `docker build -t apache/druid:tag -f distribution/docker/Dockerfile .` Get Below Error: ``` => ERROR [builder 5/6] RUN mvn -B -ff -q dependency:go-offline install -Pdist,bundle-contrib-exts -Pskip-static-checks,skip-tests -Dmaven.javadoc.skip=true 3.7s ------ > [builder 5/6] RUN mvn -B -ff -q dependency:go-offline install -Pdist,bundle-contrib-exts -Pskip-static-checks,skip-tests -Dmaven.javadoc.skip=true: #16 3.528 [ERROR] [ERROR] Some problems were encountered while processing the POMs: #16 3.538 [FATAL] Non-resolvable parent POM for org.apache.druid:druid:0.21.2-SNAPSHOT: Could not transfer artifact org.apache:apache:pom:21 from/to ${repoOrgId} (${repoOrgUrl}): Cannot access ${repoOrgUrl} with type default using the available connector factories: BasicRepositoryConnectorFactory and 'parent.relativePath' points at wrong local POM @ line 24, column 13 #16 3.551 @ #16 3.552 [ERROR] The build could not read 1 project -> [Help 1] #16 3.558 [ERROR] #16 3.559 [ERROR] The project org.apache.druid:druid:0.21.2-SNAPSHOT (/src/pom.xml) has 1 error #16 3.567 [ERROR] Non-resolvable parent POM for org.apache.druid:druid:0.21.2-SNAPSHOT: Could not transfer artifact org.apache:apache:pom:21 from/to ${repoOrgId} (${repoOrgUrl}): Cannot access ${repoOrgUrl} with type default using the available connector factories: BasicRepositoryConnectorFactory and 'parent.relativePath' points at wrong local POM @ line 24, column 13: Cannot access ${repoOrgUrl} using the registered transporter factories: WagonTransporterFactory: Unsupported transport protocol -> [Help 2] #16 3.577 [ERROR] #16 3.578 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. #16 3.582 [ERROR] Re-run Maven using the -X switch to enable full debug logging. #16 3.584 [ERROR] #16 3.584 [ERROR] For more information about the errors and possible solutions, please read the following articles: #16 3.585 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException #16 3.589 [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException ------ executor failed running [/bin/sh -c mvn -B -ff -q dependency:go-offline install -Pdist,bundle-contrib-exts -Pskip-static-checks,skip-tests -Dmaven.javadoc.skip=true]: exit code: 1 ``` Anything I can do for this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
