From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Daniel Sangorrin" References: <000401d2b19d$2e3b0f50$8ab12df0$@toshiba.co.jp> In-Reply-To: Date: Wed, 12 Apr 2017 08:32:21 +0900 Message-ID: <00ae01d2b31b$dde09ea0$99a1dbe0$@toshiba.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Language: ja 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: 'dhinakar k' Cc: fuego@lists.linuxfoundation.org > -----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 >=20 > On Apr 10, 2017 7:23 AM, "Daniel Sangorrin" = = > wrote: >=20 >=20 > > -----Original Message----- > > From: fuego-bounces@lists.linuxfoundation.org = [mailto:fuego- > bounces@lists.linuxfoundation.org = ] On Behalf Of dhinakar = k > > ---> Running in 9cc9272ed6a4 > > ---> 85db72cbfc81 > > Removing intermediate container 9cc9272ed6a4 > > Step 32 : RUN source /etc/default/jenkins && = JAVA_ARGS=3D"$JAVA_ARGS -Djenkins.install.runSetupWizard=3Dfalse" && = if > [ -n > > "$HTTP_PROXY" ]; then PROXYSERVER=3D$(echo $http_proxy | = sed -E 's/^http://' | sed -E 's/\///g' | sed -E > 's/(.*):(.*)/\1/') && > > PROXYPORT=3D$(echo $http_proxy | sed -E 's/^http://' | sed -E = 's/\///g' | sed -E 's/(.*):(.*)/\2/') && > JAVA_ARGS=3D"$JAVA_ARGS - > > Dhttp.proxyHost=3D"${PROXYSERVER}" = -Dhttp.proxyPort=3D"${PROXYPORT}" -Dhttps.proxyHost=3D"${PROXYSERVER}" - > > Dhttps.proxyPort=3D"${PROXYPORT}; fi && sed -i -e = "s#^JAVA_ARGS.*#JAVA_ARGS\=3D\"${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? >=20 > 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. >=20 > Thanks, > Daniel >=20 >=20 >=20 >=20 >=20