Discussion:
[jetty-users] problem install jetty
Petr Vanicek
2018-01-18 09:28:22 UTC
Permalink
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: ***@utia.cas.cz |
|_____________________________________________________________|
Jan Bartel
2018-01-18 10:07:15 UTC
Permalink
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.
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 |
| |
|_____________________________________________________________|
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
--
Jan Bartel <***@webtide.com>
www.webtide.com
*Expert assistance from the creators of Jetty and CometD*
Jan Bartel
2018-01-18 10:12:14 UTC
Permalink
Oops, pressed send before link to the bug, which is here:
https://github.com/eclipse/jetty.project/issues/2138
Post by Jan Bartel
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.
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/annotati
ons.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(Ur
iFileInitializer.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:2
39)
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:2
39)
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 |
| |
|_____________________________________________________________|
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
--
www.webtide.com
*Expert assistance from the creators of Jetty and CometD*
--
Jan Bartel <***@webtide.com>
www.webtide.com
*Expert assistance from the creators of Jetty and CometD*
Loading...