Ah, that's interesting. We recently deleted the master branch, which you can see the URL is trying to fetch. I don't think we should be trying to fetch from master for a particular release in any case.
I've opened this bug: On 18 January 2018 at 10:28, Petr Vanicek <[email protected]> wrote: > > when installing a jetty I get the following result, do not you know where > the error is? > > > java -jar /opt/jetty-distribution-9.3.22.v20171030//start.jar > --add-to-startd=http,https,logging,deploy,jsp,jstl,plus,serv > lets,annotations,ext,resources,logging,requestlog > INFO: ext initialised in ${jetty.base}/start.d/ext.ini > INFO: logging initialised in ${jetty.base}/start.d/logging.ini > INFO: resources initialised in ${jetty.base}/start.d/resources.ini > INFO: server initialised (transitively) in > ${jetty.base}/start.d/server.ini > INFO: http initialised in ${jetty.base}/start.d/http.ini > INFO: requestlog initialised in ${jetty.base}/start.d/requestlog.ini > INFO: ssl initialised (transitively) in > ${jetty.base}/start.d/ssl.ini > INFO: https initialised in ${jetty.base}/start.d/https.ini > INFO: servlets initialised in ${jetty.base}/start.d/servlets.ini > INFO: deploy initialised in ${jetty.base}/start.d/deploy.ini > INFO: plus initialised in ${jetty.base}/start.d/plus.ini > INFO: annotations initialised in ${jetty.base}/start.d/annotations.ini > INFO: jsp initialised in ${jetty.base}/start.d/jsp.ini > INFO: jstl initialised in ${jetty.base}/start.d/jstl.ini > MKDIR: ${jetty.base}/lib > MKDIR: ${jetty.base}/lib/ext > MKDIR: ${jetty.base}/logs > MKDIR: ${jetty.base}/resources > DOWNLOAD: https://raw.githubusercontent.com/eclipse/jetty.project/mast > er/jetty-server/src/test/config/etc/keystore?id=master to > ${jetty.base}/etc/keystore > java.io.IOException: URL GET Failure [404/Not Found] on > https://raw.githubusercontent.com/eclipse/jetty.project/mast > er/jetty-server/src/test/config/etc/keystore?id=master > at org.eclipse.jetty.start.fileinits.UriFileInitializer.downloa > d(UriFileInitializer.java:79) > at org.eclipse.jetty.start.fileinits.UriFileInitializer.init( > UriFileInitializer.java:60) > at org.eclipse.jetty.start.BaseBuilder.processFileResource(Base > Builder.java:283) > at org.eclipse.jetty.start.BaseBuilder.processFileResources(Bas > eBuilder.java:375) > at org.eclipse.jetty.start.BaseBuilder.build(BaseBuilder.java:239) > at org.eclipse.jetty.start.Main.start(Main.java:408) > at org.eclipse.jetty.start.Main.main(Main.java:76) > MKDIR: ${jetty.base}/webapps > WARNING: Failed to process all file resources. > - [IOException] URL GET Failure [404/Not Found] on > https://raw.githubusercontent.com/eclipse/jetty.project/mast > er/jetty-server/src/test/config/etc/keystore?id=master - > /opt/jetty/etc/keystore > java.lang.RuntimeException: Failed to process all file resources. > - [IOException] URL GET Failure [404/Not Found] on > https://raw.githubusercontent.com/eclipse/jetty.project/mast > er/jetty-server/src/test/config/etc/keystore?id=master - > /opt/jetty/etc/keystore > at org.eclipse.jetty.start.BaseBuilder.processFileResources(Bas > eBuilder.java:394) > at org.eclipse.jetty.start.BaseBuilder.build(BaseBuilder.java:239) > at org.eclipse.jetty.start.Main.start(Main.java:408) > at org.eclipse.jetty.start.Main.main(Main.java:76) > > Usage: java -jar start.jar [options] [properties] [configs] > java -jar start.jar --help # for more information > > -- > > Ing. Petr Vaníček > > _____________________________________________________________ > | ÚTIA AV ČR v.v.i. | > |tel.: 26605 2233 Pod Vodárenskou věží 4 | > | 26605 2364 182 08 Praha 8 | > |fax.: 2868 90 299 | > | | > |Email: [email protected] | > |_____________________________________________________________| > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel <[email protected]> www.webtide.com *Expert assistance from the creators of Jetty and CometD*
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
