We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasabi.sh build is successful, but I m getting error in start command. Java version-1.8 MAC OS 10.13.6
Nesss-Mac-mini:wasabi ness$ bin/wasabi.sh start:wasabi wasabi: building Sending build context to Docker daemon 53.22MB Step 1/22 : from centos ---> 49f7960eb7e4 Step 2/22 : ENV WASABI_MODULE wasabi-main ---> Using cache ---> 676bffbd3126 Step 3/22 : ENV WASABI_UI_MODULE wasabi-ui-main ---> Using cache ---> e604a0f5c5a8 Step 4/22 : ENV WASABI_PORT 8080 ---> Using cache ---> 9bb8a40d2d11 Step 5/22 : ENV WASABI_JMX_PORT 8090 ---> Using cache ---> 70eda982bda6 Step 6/22 : ENV WASABI_DEBUG_PORT 8180 ---> Using cache ---> d87f46d4100e Step 7/22 : ENV WASABI_SRC_DIR wasabi-main-1.0.20180709053119-development ---> Using cache ---> b1107f59dd55 Step 8/22 : ENV WASABI_HOME /usr/local/wasabi-main-1.0.20180709053119-development ---> Using cache ---> f156c2b4669b Step 9/22 : ENV WASABI_JAVA_OPTIONS "" ---> Using cache ---> 0c3cb7465aa2 Step 10/22 : ENV JDK_MAJOR_VERSION 8u131 ---> Using cache ---> aa896bfa6cac Step 11/22 : ENV JDK_MINOR_VERSION b11 ---> Using cache ---> c5420cdabc00 Step 12/22 : ENV JDK_VERSION ${JDK_MAJOR_VERSION}-${JDK_MINOR_VERSION} ---> Using cache ---> 7c4056fc7d6f Step 13/22 : RUN yum -y update && yum install -y wget ---> Using cache ---> 092bd8382007 Step 14/22 : RUN wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/${JDK_VERSION}/d54c1d3a095b4ff2b6607d096fa80163/jdk-${JDK_MAJOR_VERSION}-linux-x64.rpm && rpm -ivh jdk-${JDK_MAJOR_VERSION}-linux-x64.rpm && rm jdk-${JDK_MAJOR_VERSION}-linux-x64.rpm ---> Using cache ---> 8305fd6b77df Step 15/22 : COPY ./ ${WASABI_HOME}/ ---> Using cache ---> 7efbfe140965 Step 16/22 : COPY entrypoint.sh /usr/local/bin/ ---> Using cache ---> cc4b9408619a Step 17/22 : RUN sed -i -e $'s/1>>.*2>&1//' ${WASABI_HOME}/bin/run 2>/dev/null; ---> Using cache ---> 61e760ea02b9 Step 18/22 : EXPOSE ${WASABI_PORT} ---> Using cache ---> 37d0ec970613 Step 19/22 : EXPOSE ${WASABI_JMX_PORT} ---> Using cache ---> b1eaf3a7ad12 Step 20/22 : EXPOSE ${WASABI_DEBUG_PORT} ---> Using cache ---> 48c918850fb2 Step 21/22 : ENTRYPOINT ["entrypoint.sh"] ---> Using cache ---> 35ac927060b6 Step 22/22 : CMD ["wasabi"] ---> Using cache ---> cba4a28de4be Successfully built cba4a28de4be Successfully tagged wasabi-main:ness-1532497789 Successfully tagged wasabi-main:latest wasabi: starting 69996c8a70820ba52a2eeffae17d88723c4a006398b0f1e48dd0e17cf919d736 chill'ax error: not started
usage: container.sh [options] [commands]
The text was updated successfully, but these errors were encountered:
docker logs wasabi-main will tell you more about the error.
docker logs wasabi-main
Sorry, something went wrong.
Probably the same issue as this #265 . Basically checkout to 1d2f066 then build & start again.
No branches or pull requests
wasabi.sh build is successful, but I m getting error in start command.
Java version-1.8
MAC OS 10.13.6
Nesss-Mac-mini:wasabi ness$ bin/wasabi.sh start:wasabi$'s/1>>.*2>&1//' $ {WASABI_HOME}/bin/run 2>/dev/null;
wasabi: building
Sending build context to Docker daemon 53.22MB
Step 1/22 : from centos
---> 49f7960eb7e4
Step 2/22 : ENV WASABI_MODULE wasabi-main
---> Using cache
---> 676bffbd3126
Step 3/22 : ENV WASABI_UI_MODULE wasabi-ui-main
---> Using cache
---> e604a0f5c5a8
Step 4/22 : ENV WASABI_PORT 8080
---> Using cache
---> 9bb8a40d2d11
Step 5/22 : ENV WASABI_JMX_PORT 8090
---> Using cache
---> 70eda982bda6
Step 6/22 : ENV WASABI_DEBUG_PORT 8180
---> Using cache
---> d87f46d4100e
Step 7/22 : ENV WASABI_SRC_DIR wasabi-main-1.0.20180709053119-development
---> Using cache
---> b1107f59dd55
Step 8/22 : ENV WASABI_HOME /usr/local/wasabi-main-1.0.20180709053119-development
---> Using cache
---> f156c2b4669b
Step 9/22 : ENV WASABI_JAVA_OPTIONS ""
---> Using cache
---> 0c3cb7465aa2
Step 10/22 : ENV JDK_MAJOR_VERSION 8u131
---> Using cache
---> aa896bfa6cac
Step 11/22 : ENV JDK_MINOR_VERSION b11
---> Using cache
---> c5420cdabc00
Step 12/22 : ENV JDK_VERSION ${JDK_MAJOR_VERSION}-${JDK_MINOR_VERSION}
---> Using cache
---> 7c4056fc7d6f
Step 13/22 : RUN yum -y update && yum install -y wget
---> Using cache
---> 092bd8382007
Step 14/22 : RUN wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/${JDK_VERSION}/d54c1d3a095b4ff2b6607d096fa80163/jdk-${JDK_MAJOR_VERSION}-linux-x64.rpm && rpm -ivh jdk-${JDK_MAJOR_VERSION}-linux-x64.rpm && rm jdk-${JDK_MAJOR_VERSION}-linux-x64.rpm
---> Using cache
---> 8305fd6b77df
Step 15/22 : COPY ./ ${WASABI_HOME}/
---> Using cache
---> 7efbfe140965
Step 16/22 : COPY entrypoint.sh /usr/local/bin/
---> Using cache
---> cc4b9408619a
Step 17/22 : RUN sed -i -e
---> Using cache
---> 61e760ea02b9
Step 18/22 : EXPOSE ${WASABI_PORT}
---> Using cache
---> 37d0ec970613
Step 19/22 : EXPOSE ${WASABI_JMX_PORT}
---> Using cache
---> b1eaf3a7ad12
Step 20/22 : EXPOSE ${WASABI_DEBUG_PORT}
---> Using cache
---> 48c918850fb2
Step 21/22 : ENTRYPOINT ["entrypoint.sh"]
---> Using cache
---> 35ac927060b6
Step 22/22 : CMD ["wasabi"]
---> Using cache
---> cba4a28de4be
Successfully built cba4a28de4be
Successfully tagged wasabi-main:ness-1532497789
Successfully tagged wasabi-main:latest
wasabi: starting
69996c8a70820ba52a2eeffae17d88723c4a006398b0f1e48dd0e17cf919d736
chill'ax error: not started
usage: container.sh [options] [commands]
The text was updated successfully, but these errors were encountered: