Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] problem install jetty

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 <vanicekp@xxxxxxxxxxx> 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,servlets,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/master/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/master/jetty-server/src/test/config/etc/keystore?id=master
        at org.eclipse.jetty.start.fileinits.UriFileInitializer.download(UriFileInitializer.java:79)
        at org.eclipse.jetty.start.fileinits.UriFileInitializer.init(UriFileInitializer.java:60)
        at org.eclipse.jetty.start.BaseBuilder.processFileResource(BaseBuilder.java:283)
        at org.eclipse.jetty.start.BaseBuilder.processFileResources(BaseBuilder.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/master/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/master/jetty-server/src/test/config/etc/keystore?id=master - /opt/jetty/etc/keystore
        at org.eclipse.jetty.start.BaseBuilder.processFileResources(BaseBuilder.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: vanicekp@xxxxxxxxxxx                                  |
|_____________________________________________________________|
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


Back to the top