You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/12/05 04:52:51 UTC

[GitHub] [incubator-dolphinscheduler] p768lwy3 commented on issue #1009: [BUG] [Docker] io.js:681 GET http://localhost:8888/escheduler/users/get-user-info?_t=0.7582670985443458 404 (Not Found)

p768lwy3 commented on issue #1009: [BUG] [Docker] io.js:681 GET http://localhost:8888/escheduler/users/get-user-info?_t=0.7582670985443458 404 (Not Found)
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1009#issuecomment-561968075
 
 
   I have follow the readme in dev-dv and build docker image without any changing by ```$ docker build -t dophinscheduler --build-arg version=1.1.0 --build-arg tar_version=1.1.0-SNAPSHOT -f dockerfile/Dockerfile .``` but it still return an error to me: 
   
   ```
   Step 27/33 : RUN tar -zxvf /opt/dolphinscheduler_source/dolphinscheduler-dist/dolphinscheduler-backend/target/apache-dolphinscheduler-incubating-${tar_version}-dolphinscheduler-backend-bin.tar.gz -C /opt &&     mv /opt/apache-dolphinscheduler-incubating-${tar_version}-dolphinscheduler-backend-bin /opt/dolphinscheduler &&     rm -rf /opt/dolphinscheduler/conf
    ---> Running in 5537858209ac
   tar (child): /opt/dolphinscheduler_source/dolphinscheduler-dist/dolphinscheduler-backend/target/apache-dolphinscheduler-incubating-1.1.0-SNAPSHOT-dolphinscheduler-backend-bin.tar.gz: Cannot open: No such file or directory
   tar (child): Error is not recoverable: exiting now
   tar: Child returned status 2
   tar: Error is not recoverable: exiting now
   The command '/bin/sh -c tar -zxvf /opt/dolphinscheduler_source/dolphinscheduler-dist/dolphinscheduler-backend/target/apache-dolphinscheduler-incubating-${tar_version}-dolphinscheduler-backend-bin.tar.gz -C /opt &&     mv /opt/apache-dolphinscheduler-incubating-${tar_version}-dolphinscheduler-backend-bin /opt/dolphinscheduler &&     rm -rf /opt/dolphinscheduler/conf' returned a non-zero code: 2
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services