Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] java.io.IOException: Cannot read file: modules\npn\npn-1.7.0_51.mod

The next release, Jetty 9.1.2 (in final stage testing right now) will also fix this bug.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Tue, Feb 11, 2014 at 1:44 PM, Peter Ondruška <peter.ondruska+jetty@xxxxxxxx> wrote:
Have a look in list archive, there is a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=426003  detecting NPN for newest JDK. See my post on resolution.


On Tuesday, 11 February 2014, Eliza Nguyen <eliza_nguy@xxxxxxxxx> wrote:
Please help.  I just downloaded jetty 9.1.1.v2014019.  I got the below error.  I am not sure if I have SDK installed.  How do I check?
 
thanks
 
C:\Users\jetty-distribution-9.1.1.v20140108>java -jar start.jar
java.io.IOException: Cannot read file: modules\npn\npn-1.7.0_51.mod
        at org.eclipse.jetty.start.Modules.registerModule(Modules.java:405)
        at org.eclipse.jetty.start.Modules.registerAll(Modules.java:395)
        at org.eclipse.jetty.start.Main.processCommandLine(Main.java:561)
        at org.eclipse.jetty.start.Main.main(Main.java:102)

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top