[JBoss JIRA] (JBIDE-21916) Build image function of Docker Tooling shows no message on console
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21916?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-21916:
---------------------------------------
hello [~aupres]
Thanks for reporting this issue. May I ask if you have any error in the {{Error Log}} view ?
Also, I'm curious to know why your screenshot shows such a Directory value ? Why do you have those strikethrough {{W}} letters in the directory path ?
> Build image function of Docker Tooling shows no message on console
> ------------------------------------------------------------------
>
> Key: JBIDE-21916
> URL: https://issues.jboss.org/browse/JBIDE-21916
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: docker, upstream
> Affects Versions: 4.3.0.Final
> Reporter: Joseph Hwang
> Assignee: Xavier Coulon
> Fix For: 4.4.0.Alpha1
>
> Attachments: 2016-03-19_8-47-37.jpg
>
>
> "docker build" command show the message of build process and error on consol like below.
> {code}
> *_$ docker build --tag=jboss/wildfly:joseph .
> Sending build context to Docker daemon 1.021 MB
> Step 1 : FROM jboss/wildfly
> ---> bda4b726bee1
> Step 2 : MAINTAINER Joseph Hwang "gladitor67(a)naver.com"
> ---> Using cache
> ---> 8914ffd24e28
> Step 3 : ENV WILDFLY_VERSION 10.0.0.Final
> ---> Using cache
> ---> 176b7b9a5b7f
> Step 4 : ENV JBOSS_HOME /opt/jboss/wildfly
> ---> Using cache
> ---> 3f8d1e30f787
> Step 5 : RUN cd $HOME && curl -O https://download.jboss.org/wildfly/$WILDFLY_VERSION/wildfly-$WILDFLY_VERS... && unzip wildfly-$WILDFLY_VERSION.zip && mv $HOME/wildfly-$WILDFLY_VERSION $JBOSS_HOME && rm wildfly-$WILDFLY_VERSION.zip
> ---> Using cache
> ---> 454f6749ff6c
> Step 6 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql
> ---> Using cache
> ---> 2fce5a99913c
> Step 7 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql/main
> ---> Using cache
> ---> 1e4f8bd9aa50
> Step 8 : ADD module.xml $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
> ---> Using cache
> ---> 723e4a09b3a0
> Step 9 : ADD mysql-connector-java-5.1.38-bin.jar $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
> ---> Using cache
> ---> 7cc730359445
> Step 10 : ADD standalone.xml $JBOSS_HOME/standalone/configuration/
> ---> Using cache
> ---> 9ac873838925
> Successfully built 79d34c841245_*
> {code}
> But in JBossTools there is no message shown on console except progress bar.
> !2016-03-19_8-47-37.jpg!
> I recommend the 'build image function of docker tooling' to show the build message on console.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3705) Cannot install older versions of JBDS from marketplace
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBDS-3705:
---------------------------------------
Summary: Cannot install older versions of JBDS from marketplace
Key: JBDS-3705
URL: https://issues.jboss.org/browse/JBDS-3705
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: marketplace
Environment: Eclipse Luna SR2 for JEE Developers
Eclipse Kepler SR2 for JEE Developers
Reporter: Andrej Podhradsky
Priority: Blocker
No matter which version of Eclipse IDE you use, the marketplace still offers only JBDS 9.0.0.GA.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21916) Build image function of Docker Tooling shows no message on console
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21916?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-21916:
----------------------------------
Description:
"docker build" command show the message of build process and error on consol like below.
{code}
*_$ docker build --tag=jboss/wildfly:joseph .
Sending build context to Docker daemon 1.021 MB
Step 1 : FROM jboss/wildfly
---> bda4b726bee1
Step 2 : MAINTAINER Joseph Hwang "gladitor67(a)naver.com"
---> Using cache
---> 8914ffd24e28
Step 3 : ENV WILDFLY_VERSION 10.0.0.Final
---> Using cache
---> 176b7b9a5b7f
Step 4 : ENV JBOSS_HOME /opt/jboss/wildfly
---> Using cache
---> 3f8d1e30f787
Step 5 : RUN cd $HOME && curl -O https://download.jboss.org/wildfly/$WILDFLY_VERSION/wildfly-$WILDFLY_VERS... && unzip wildfly-$WILDFLY_VERSION.zip && mv $HOME/wildfly-$WILDFLY_VERSION $JBOSS_HOME && rm wildfly-$WILDFLY_VERSION.zip
---> Using cache
---> 454f6749ff6c
Step 6 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql
---> Using cache
---> 2fce5a99913c
Step 7 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql/main
---> Using cache
---> 1e4f8bd9aa50
Step 8 : ADD module.xml $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
---> Using cache
---> 723e4a09b3a0
Step 9 : ADD mysql-connector-java-5.1.38-bin.jar $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
---> Using cache
---> 7cc730359445
Step 10 : ADD standalone.xml $JBOSS_HOME/standalone/configuration/
---> Using cache
---> 9ac873838925
Successfully built 79d34c841245_*
{code}
But in JBossTools there is no message shown on console except progress bar.
!2016-03-19_8-47-37.jpg!
I recommend the 'build image function of docker tooling' to show the build message on console.
was:
"docker build" command show the message of build process and error on consol like below.
{{*_$ docker build --tag=jboss/wildfly:joseph .
Sending build context to Docker daemon 1.021 MB
Step 1 : FROM jboss/wildfly
---> bda4b726bee1
Step 2 : MAINTAINER Joseph Hwang "gladitor67(a)naver.com"
---> Using cache
---> 8914ffd24e28
Step 3 : ENV WILDFLY_VERSION 10.0.0.Final
---> Using cache
---> 176b7b9a5b7f
Step 4 : ENV JBOSS_HOME /opt/jboss/wildfly
---> Using cache
---> 3f8d1e30f787
Step 5 : RUN cd $HOME && curl -O https://download.jboss.org/wildfly/$WILDFLY_VERSION/wildfly-$WILDFLY_VERS... && unzip wildfly-$WILDFLY_VERSION.zip && mv $HOME/wildfly-$WILDFLY_VERSION $JBOSS_HOME && rm wildfly-$WILDFLY_VERSION.zip
---> Using cache
---> 454f6749ff6c
Step 6 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql
---> Using cache
---> 2fce5a99913c
Step 7 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql/main
---> Using cache
---> 1e4f8bd9aa50
Step 8 : ADD module.xml $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
---> Using cache
---> 723e4a09b3a0
Step 9 : ADD mysql-connector-java-5.1.38-bin.jar $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
---> Using cache
---> 7cc730359445
Step 10 : ADD standalone.xml $JBOSS_HOME/standalone/configuration/
---> Using cache
---> 9ac873838925
Successfully built 79d34c841245_*}}
But in JBossTools there is no message shown on console except progress bar.
!2016-03-19_8-47-37.jpg!
I recommend the 'build image function of docker tooling' to show the build message on console.
> Build image function of Docker Tooling shows no message on console
> ------------------------------------------------------------------
>
> Key: JBIDE-21916
> URL: https://issues.jboss.org/browse/JBIDE-21916
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: docker, upstream
> Affects Versions: 4.3.0.Final
> Reporter: Joseph Hwang
> Assignee: Xavier Coulon
> Fix For: 4.4.0.Alpha1
>
> Attachments: 2016-03-19_8-47-37.jpg
>
>
> "docker build" command show the message of build process and error on consol like below.
> {code}
> *_$ docker build --tag=jboss/wildfly:joseph .
> Sending build context to Docker daemon 1.021 MB
> Step 1 : FROM jboss/wildfly
> ---> bda4b726bee1
> Step 2 : MAINTAINER Joseph Hwang "gladitor67(a)naver.com"
> ---> Using cache
> ---> 8914ffd24e28
> Step 3 : ENV WILDFLY_VERSION 10.0.0.Final
> ---> Using cache
> ---> 176b7b9a5b7f
> Step 4 : ENV JBOSS_HOME /opt/jboss/wildfly
> ---> Using cache
> ---> 3f8d1e30f787
> Step 5 : RUN cd $HOME && curl -O https://download.jboss.org/wildfly/$WILDFLY_VERSION/wildfly-$WILDFLY_VERS... && unzip wildfly-$WILDFLY_VERSION.zip && mv $HOME/wildfly-$WILDFLY_VERSION $JBOSS_HOME && rm wildfly-$WILDFLY_VERSION.zip
> ---> Using cache
> ---> 454f6749ff6c
> Step 6 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql
> ---> Using cache
> ---> 2fce5a99913c
> Step 7 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql/main
> ---> Using cache
> ---> 1e4f8bd9aa50
> Step 8 : ADD module.xml $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
> ---> Using cache
> ---> 723e4a09b3a0
> Step 9 : ADD mysql-connector-java-5.1.38-bin.jar $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
> ---> Using cache
> ---> 7cc730359445
> Step 10 : ADD standalone.xml $JBOSS_HOME/standalone/configuration/
> ---> Using cache
> ---> 9ac873838925
> Successfully built 79d34c841245_*
> {code}
> But in JBossTools there is no message shown on console except progress bar.
> !2016-03-19_8-47-37.jpg!
> I recommend the 'build image function of docker tooling' to show the build message on console.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3704) The installer gets stuck on Download page and never goes to Getting Started
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3704?page=com.atlassian.jira.plugin.... ]
Jan Richter commented on JBDS-3704:
-----------------------------------
Why is the setup method even being called if you choose to install the item? If you look at its code it is apparent it is designed to only be called when you use an existing installation. Specifically in case of JBDS it sets up java path in jbdevstudio.ini if the user chooses to install JDK from us. But this is already part of the installation process, because this java path is defined in the install config xml. There is no use calling it again.
> The installer gets stuck on Download page and never goes to Getting Started
> ---------------------------------------------------------------------------
>
> Key: JBDS-3704
> URL: https://issues.jboss.org/browse/JBDS-3704
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Priority: Blocker
> Labels: havoc
>
> It happens if the installer installs JBDS and works fine if it just sets up some already existing one.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years