tuxmartin

Untitled

Jan 19th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. martin@martin:~/app/jetty-distribution-9.1.1.v20140108$ java -version
  2. java version "1.8.0-ea"
  3. Java(TM) SE Runtime Environment (build 1.8.0-ea-b121)
  4. Java HotSpot(TM) 64-Bit Server VM (build 25.0-b63, mixed mode)
  5. martin@martin:~/app/jetty-distribution-9.1.1.v20140108$
  6. martin@martin:~/app/jetty-distribution-9.1.1.v20140108$ java -jar start.jar
  7. java.io.IOException: Cannot read file: modules/npn/npn-1.8.0-ea.mod
  8. at org.eclipse.jetty.start.Modules.registerModule(Modules.java:405)
  9. at org.eclipse.jetty.start.Modules.registerAll(Modules.java:395)
  10. at org.eclipse.jetty.start.Main.processCommandLine(Main.java:561)
  11. at org.eclipse.jetty.start.Main.main(Main.java:102)
  12.  
  13. Usage: java -jar start.jar [options] [properties] [configs]
  14. java -jar start.jar --help # for more information
  15. martin@martin:~/app/jetty-distribution-9.1.1.v20140108$
  16. martin@martin:~/app/jetty-distribution-9.1.1.v20140108$
  17. martin@martin:~/app/jetty-distribution-9.1.1.v20140108$ /usr/lib/jvm/java-7-oracle/bin/java -jar start.jar
  18. 2014-01-19 15:33:54.181:INFO:oejs.Server:main: jetty-9.1.1.v20140108
  19. 2014-01-19 15:33:54.202:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/home/martin/app/jetty-distribution-9.1.1.v20140108/webapps/] at interval 1
  20. 2014-01-19 15:33:54.223:INFO:oejs.ServerConnector:main: Started ServerConnector@6415d653{HTTP/1.1}{0.0.0.0:8080}
Advertisement
Add Comment
Please, Sign In to add comment