From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DxfG3DadezHQj+h+8wB4jHWMAHOKW/8tqMKOeK1de90=; b=E59KorVBrtK2tSZXV2xhOwA/t6WWlkqQupRYfLoA4dNUnBfGFQxWzOOP+OWV1wzX4p CWXQUZ4Bp+DqGssgYTGqLqa2xb6EFPYLJ18GuRAC0tgTfzVTCJqANOhPvt9plOH0fAjq KgkR0vUYPGc6LPTegA/msqWn+UOMrC9mI5BHUBjtR93r5WXt5HalWSOXj4CiPD4Xip1z AR3aVYwip92nMwtRebS5jWNv3OhREAiFNDPkuC7DLywp3pzMBT48ivJ5Nj+b8VlY87md 34NSGp9fiM4Pbnwdvd1hyx+U9yfu+3o7yxwULOqyq+RZ+JM8T4zrLpgiJd5sveBLPfaU eaDw== MIME-Version: 1.0 In-Reply-To: <00ae01d2b31b$dde09ea0$99a1dbe0$@toshiba.co.jp> References: <000401d2b19d$2e3b0f50$8ab12df0$@toshiba.co.jp> <00ae01d2b31b$dde09ea0$99a1dbe0$@toshiba.co.jp> From: dhinakar k Date: Wed, 12 Apr 2017 07:37:14 +0530 Message-ID: Content-Type: multipart/alternative; boundary=001a11408cd2d24fe2054ceeaaff Subject: Re: [Fuego] Fuego 1.1 version error during install List-Id: Mailing list for the Fuego test framework List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel Sangorrin Cc: fuego@lists.linuxfoundation.org --001a11408cd2d24fe2054ceeaaff Content-Type: text/plain; charset=UTF-8 Thanks much Daniel. Regards, Dhinakar On Apr 12, 2017 5:02 AM, "Daniel Sangorrin" wrote: > > -----Original Message----- > > From: dhinakar k [mailto:dhinakar.k@gmail.com] > > Sent: Monday, April 10, 2017 9:01 PM > > Thanks for your response. > > It seems the problem is due to the Jenkins port & service issue. I was > have plain vanilla Jenkins running at 8080 port and wanted to > > setup Fuego at 8081. So temporarily stopped Jenkins service @8080. This > caused the issue. Now I have swapped the ports so that I can > > go with defaults to make things easy for Fuego. So that issue is solved > now. > > Thanks for reporting Dhinakar. > I will add support for specifying a different port to the Dockerfile. > > Daniel > > > > > > On Apr 10, 2017 7:23 AM, "Daniel Sangorrin" < > daniel.sangorrin@toshiba.co.jp > > wrote: > > > > > > > -----Original Message----- > > > From: fuego-bounces@lists.linuxfoundation.org fuego-bounces@lists.linuxfoundation.org> [mailto:fuego- > > bounces@lists.linuxfoundation.org linuxfoundation.org> ] On Behalf Of dhinakar k > > > ---> Running in 9cc9272ed6a4 > > > ---> 85db72cbfc81 > > > Removing intermediate container 9cc9272ed6a4 > > > Step 32 : RUN source /etc/default/jenkins && > JAVA_ARGS="$JAVA_ARGS -Djenkins.install.runSetupWizard=false" && if > > [ -n > > > "$HTTP_PROXY" ]; then PROXYSERVER=$(echo $http_proxy | > sed -E 's/^http://' | sed -E 's/\///g' | sed -E > > 's/(.*):(.*)/\1/') && > > > PROXYPORT=$(echo $http_proxy | sed -E 's/^http://' | sed -E > 's/\///g' | sed -E 's/(.*):(.*)/\2/') && > > JAVA_ARGS="$JAVA_ARGS - > > > Dhttp.proxyHost="${PROXYSERVER}" -Dhttp.proxyPort="${PROXYPORT}" > -Dhttps.proxyHost="${PROXYSERVER}" - > > > Dhttps.proxyPort="${PROXYPORT}; fi && sed -i -e > "s#^JAVA_ARGS.*#JAVA_ARGS\=\"${JAVA_ARGS}\"#g" > > /etc/default/jenkins; > > > ---> Running in 6721c884cf16 > > > ---> 027eb9ad54a5 > > > Removing intermediate container 6721c884cf16 > > > Step 33 : RUN service jenkins start && sleep 30 && sudo > -u jenkins java -jar /var/cache/jenkins/war/WEB-INF/jenkins- > > cli.jar -s > > > http://localhost:8080/fuego install-plugin description-setter > && sudo -u jenkins java -jar /var/cache/jenkins/war/WEB- > > INF/jenkins- > > > cli.jar -s http://localhost:8080/fuego install-plugin > pegdown-formatter > > > ---> Running in bfbc88626a6f > > > Starting Jenkins Continuous Integration Server: jenkins. > > > description-setter is neither a valid file, URL, nor a plugin > artifact name in the update center > > > No update center data is retrieved yet from: > http://updates.jenkins-ci.org/update-center.json > ci.org/update-center.json> > > > description-setter looks like a short plugin name. Did you mean > ?null?? > > > > > > ERROR: Error occurred, see previous output. > > > The command '/bin/sh -c service jenkins start && sleep 30 > && sudo -u jenkins java -jar /var/cache/jenkins/war/WEB- > > INF/jenkins- > > > cli.jar -s http://localhost:8080/fuego install-plugin > description-setter && sudo -u jenkins java -jar > > /var/cache/jenkins/war/WEB- > > > INF/jenkins-cli.jar -s http://localhost:8080/fuego > install-plugin pegdown-formatter' returned a non-zero code: 5 > > > [sudo] password for dhinakar: > > > > > > > > > > > > Any clue what is the issue? > > > > It may be a problem with your environment/company network(?). > > You could install it without plugins first, and then install the > plugins by hand from the Jenkins interface. > > > > Thanks, > > Daniel > > > > > > > > > > > > > > --001a11408cd2d24fe2054ceeaaff Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks much Daniel.

Regards,
Dhinakar

On Apr 12, 2017 5:02 AM, "= ;Daniel Sangorrin" <daniel.sangorrin@toshiba.co.jp> wrote:
> -----Original Message-----
> From: dhinakar k [mailto:dhina= kar.k@gmail.com]
> Sent: Monday, April 10, 2017 9:01 PM
> Thanks for your response.
> It seems the problem is due to the Jenkins port & service issue. I= was have plain vanilla Jenkins running at 8080 port and wanted to
> setup Fuego at 8081. So temporarily stopped Jenkins service @8080. Thi= s caused the issue. Now I have swapped the ports so that I can
> go with defaults to make things easy for Fuego. So that issue is solve= d now.

Thanks for reporting Dhinakar.
I will add support for specifying a different port to the Dockerfile.

Daniel


>
> On Apr 10, 2017 7:23 AM, "Daniel Sangorrin" <daniel.sangorrin@toshiba.co.jp <mailto:daniel.sang= orrin@toshiba.co.jp> > wrote:
>
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> -----Original Message-----
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> From: fuego-bounces@lists.linuxfoundation.org = <mailto:fuego= -bounces@lists.linuxfoundation.org>=C2=A0 [mailto:fuego-
> bounces@lists.lin= uxfoundation.org <mailto:fuego-bounces@lists.linuxfoundation.org> ]= On Behalf Of dhinakar k
>=C2=A0 =C2=A0 =C2=A0 =C2=A0>=C2=A0 ---> Running in 9cc9272ed6a4 >=C2=A0 =C2=A0 =C2=A0 =C2=A0>=C2=A0 ---> 85db72cbfc81
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> Removing intermediate container 9cc9272= ed6a4
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> Step 32 : RUN source /etc/default/jenki= ns &&=C2=A0 =C2=A0 =C2=A0JAVA_ARGS=3D"$JAVA_ARGS -Djenkins.ins= tall.runSetupWizard=3Dfalse" &&=C2=A0 =C2=A0 =C2=A0if
> [ -n
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> "$HTTP_PROXY" ]; then=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0PROXYSERVER=3D$(echo $http_proxy | sed -E 's= /^http://' | sed -E 's/\///g' | sed -E
> 's/(.*):(.*)/\1/') &&
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> PROXYPORT=3D$(echo $http_proxy | sed -E= 's/^http://' | sed -E 's/\///g' | sed -E 's/(.*):(.*)/= \2/') &&
> JAVA_ARGS=3D"$JAVA_ARGS -
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> Dhttp.proxyHost=3D"${PROXYSER= VER}" -Dhttp.proxyPort=3D"${PROXYPORT}" -Dhttps.proxyHo= st=3D"${PROXYSERVER}" -
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> Dhttps.proxyPort=3D"${PROXYPORT};=C2=A0 =C2=A0 =C2=A0fi &&=C2=A0 =C2=A0 =C2=A0sed -i -e "s#= ^JAVA_ARGS.*#JAVA_ARGS\=3D\"${JAVA_ARGS}\"#g"
> /etc/default/jenkins;
>=C2=A0 =C2=A0 =C2=A0 =C2=A0>=C2=A0 ---> Running in 6721c884cf16 >=C2=A0 =C2=A0 =C2=A0 =C2=A0>=C2=A0 ---> 027eb9ad54a5
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> Removing intermediate container 6721c88= 4cf16
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> Step 33 : RUN service jenkins start &am= p;&=C2=A0 =C2=A0 =C2=A0sleep 30 &&=C2=A0 =C2=A0 =C2=A0sudo -u j= enkins java -jar /var/cache/jenkins/war/WEB-INF/jenkins-
> cli.jar -s
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> http://localhost:8080/fuego insta= ll-plugin description-setter &&=C2=A0 =C2=A0 =C2=A0sudo -u jenkins = java -jar /var/cache/jenkins/war/WEB-
> INF/jenkins-
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> cli.jar -s http://localhost:8080/fueg= o install-plugin pegdown-formatter
>=C2=A0 =C2=A0 =C2=A0 =C2=A0>=C2=A0 ---> Running in bfbc88626a6f >=C2=A0 =C2=A0 =C2=A0 =C2=A0> Starting Jenkins Continuous Integration= Server: jenkins.
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> description-setter is neither a valid f= ile, URL, nor a plugin artifact name in the update center
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> No update center data is retrieved yet = from: http://updates.jenkins-ci.org/update-cent= er.json <http://updates.jenkins-
> ci.org/update-center.json>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> description-setter looks like a short p= lugin name. Did you mean ?null??
>=C2=A0 =C2=A0 =C2=A0 =C2=A0>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> ERROR: Error occurred, see previous out= put.
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> The command '/bin/sh -c service jen= kins start &&=C2=A0 =C2=A0 =C2=A0sleep 30 &&=C2=A0 =C2=A0 = =C2=A0sudo -u jenkins java -jar /var/cache/jenkins/war/WEB-
> INF/jenkins-
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> cli.jar -s http://localhost:8080/fueg= o install-plugin description-setter &&=C2=A0 =C2=A0 =C2=A0sudo = -u jenkins java -jar
> /var/cache/jenkins/war/WEB-
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> INF/jenkins-cli.jar -s http://localho= st:8080/fuego install-plugin pegdown-formatter' returned a non-zero= code: 5
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> [sudo] password for dhinakar:
>=C2=A0 =C2=A0 =C2=A0 =C2=A0>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0> Any clue what is the issue?
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0It may be a problem with your environment/co= mpany network(?).
>=C2=A0 =C2=A0 =C2=A0 =C2=A0You could install it without plugins first, = and then install the plugins by hand from the Jenkins interface.
>
>=C2=A0 =C2=A0 =C2=A0 =C2=A0Thanks,
>=C2=A0 =C2=A0 =C2=A0 =C2=A0Daniel
>
>
>
>
>



--001a11408cd2d24fe2054ceeaaff--