Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] NPN for JRE 1.7.0_51 with 9.1.1.v20140108

The lack of an inactive sub-module shouldn't throw an error like that,  filing bug ...

https://bugs.eclipse.org/bugs/show_bug.cgi?id=426003

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


On Fri, Jan 17, 2014 at 12:13 AM, Peter Ondruška <peter.ondruska+jetty@xxxxxxxx> wrote:
Hello,

I just updated my OSX JRE to 1.7.0_51 and with Jetty 9.1.1.v20140108 I get this:

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)

I have just renamed modules/npn/npn-1.7.0_45.mod to modules/npn/npn-1.7.0_51.mod because I do not need NPN/SPDY/... I just run this:

java -jar ../jetty/start.jar --module=server,http,ext,client,deploy jetty.host=localhost

Can this be considered as solution to my problem? :-)

Thanks

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



Back to the top