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
Thanks for the report.
Some informations are missing.
Can you post maven output  and those surefire files (at least one)
what is your env var MAVEN_OPTS value?

On Fri, Nov 2, 2018 at 6:55 PM 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

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

$ 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)
         at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.processLine(ForkClient.java:210)
         at
org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:177)
         at
org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:88)
         at java.lang.Thread.run(Thread.java:748)


$ mvn -Dmaven.test.skip=true install

[INFO] Jetty :: Project ................................... SUCCESS [ 
2.841 s]
[INFO] Jetty :: Utilities ................................. SUCCESS [ 
8.126 s]
[INFO] Jetty :: IO Utility ................................ SUCCESS [ 
0.950 s]
[INFO] Jetty :: Http Utility .............................. SUCCESS [ 
1.992 s]
[INFO] Jetty :: XML utilities ............................. SUCCESS [ 
0.489 s]
[INFO] Jetty :: JMX Management ............................ SUCCESS [ 
0.489 s]
[INFO] Jetty :: Server Core ............................... FAILURE [ 
0.020 s]

Seems like a good time to ask what's up. Maybe there's an openjdk/Oracle
conflict?

Bill


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users


--
Olivier

Back to the top