Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] gasping for alpn-1.8.0_191.mod / 9.4.13

Hi,

On Fri, Nov 2, 2018 at 9:55 AM Bill Ross <ross@xxxxxxxxxxxx> wrote:
>
> Due to Ubuntu 16.0.4's helpful upgrade, I have
>
> $ java -version
> java version "1.8.0_191"
> Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
>
> And now
>
> java.lang.IllegalStateException: Cannot read file:
> modules/alpn-impl/alpn-1.8.0_191.mod

See discussion at https://github.com/eclipse/jetty.project/issues/3028.

> Who would not jump at the chance to build 9.4.13, which will be released
> any day as of 9 days ago.

Yeah, well, we have our own problems with dependencies that don't work
with Java 11, so bear with us.
It'll be ready when it's ready and it's not far away.

> $ git clone https://github.com/eclipse/jetty.project
>
> $ cd jetty.project
>
> $ mvn clean install
>
> -- fails on Utilities
>
> $ cat jetty.project/jetty-util/target/surefire-reports/* | manual pick
>
> Error: Could not find or load main class
> org.apache.maven.surefire.booter.ForkedBooter
>
> java.lang.IllegalArgumentException: Stream stdin corrupted. Expected
> comma after third character in command 'Heap'.
>          at
> org.apache.maven.plugin.surefire.booterclient.output.ForkClient$OperationalData.<init>(ForkClient.java:507)

The build must not fail with JDK 8.
There usually is a complete Surefire log file that tells more clearly
what is going on.
Can you attach it / paste it?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top