See <https://builds.apache.org/job/karaf-master/6467/display/redirect>
Changes:
------------------------------------------
[...truncated 5.57 MB...]
WARNING: All illegal access operations will be denied in a future release
ID | State | Web-State | Level | Web-ContextPath | Name
----+-------------+-------------+-------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
126 | Active | Deployed | 80 | /example |
file__home_jenkins_jenkins-slave_workspace_karaf-master_.repository_org_apache_karaf_examples_karaf-war-example-webapp_4.3.0-SNAPSHOT_karaf-war-example-webapp-4.3.0-SNAPSHOT.war
(0)
<html> <!-- Licensed to the Apache Software Foundation (ASF) under
one or more contributor license agreements. See the NOTICE file
distributed with this work for additional information regarding
copyright ownership. The ASF licenses this file to You under the Apache
License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by
applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the
License. --><head><title>Hello World!</title></head><body> <h1>Hello
World!</h1> <p> It is now Fri Jan 31 21:50:43 UTC
2020</p> <p> You are coming from
127.0.0.1</p></body>
2020-01-31 21:50:44,787 | INFO | exam.spi.reactors.ReactorManager 444 | suite
finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.51 s
- in org.apache.karaf.itests.examples.WarExampleTest
[INFO] Running org.apache.karaf.itests.examples.ServletExampleTest
2020-01-31 21:51:15,475 | INFO | j.pax.exam.spi.DefaultExamSystem 127 | Pax
Exam System (Version: 4.13.1) created.
2020-01-31 21:51:15,561 | INFO | .pax.exam.junit.impl.ProbeRunner 74 |
creating PaxExam runner for class
org.apache.karaf.itests.examples.ServletExampleTest
2020-01-31 21:51:15,647 | INFO | .pax.exam.junit.impl.ProbeRunner 94 |
running test class org.apache.karaf.itests.examples.ServletExampleTest
2020-01-31 21:51:15,655 | INFO | iner.internal.KarafTestContainer 142 |
Creating RMI registry server on 127.0.0.1:21000
2020-01-31 21:51:17,024 | INFO | iner.internal.KarafTestContainer 205 | Found
0 options when requesting OverrideJUnitBundlesOption.class
2020-01-31 21:51:17,090 | INFO | iner.internal.KarafTestContainer 258 | Wait
for test container to finish its initialization [ RelativeTimeout value =
3600000 ]
2020-01-31 21:51:17,095 | INFO | rn.RemoteBundleContextClientImpl 240 |
Waiting for remote bundle context.. on 21000 name:
f5c66c92-a732-4719-b59c-3577b2ca4239 timout: [ RelativeTimeout value = 3600000 ]
[32mServletExampleTest: testWithAnnotation[0m
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.karaf.shell.support.table.ShellTable
(jar:bundle://5a5dbbde-11b5-4241-86dc-2b840d11935b_39.0:0/!/) to field
java.io.PrintStream.charOut
WARNING: Please consider reporting this to the maintainers of
org.apache.karaf.shell.support.table.ShellTable
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
http:list
ID | Servlet | Servlet-Name | State | Alias | Url
----+-------------------+----------------+-------------+-------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
126 | | ServletExample | Deployed | |
[/servlet-example/]
126 | ResourceServlet | default | Deployed | /servlet-example/ |
[/servlet-example/]
126 | JspServletWrapper | jsp | Deployed | |
[/servlet-example/*.jsp, /servlet-example/*.jspx, /servlet-example/*.jspf,
/servlet-example/*.xsp, /servlet-example/*.JSP, /servlet-example/*.JSPX,
/servlet-example/*.JSPF, /servlet-example/*.XSP]
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
at
java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
at
java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
at java.base/java.net.Socket.connect(Socket.java:591)
at java.base/java.net.Socket.connect(Socket.java:540)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
at java.base/sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:341)
at java.base/sun.net.www.http.HttpClient.New(HttpClient.java:362)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1248)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1187)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:1015)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
at
java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515)
at
org.apache.karaf.itests.examples.ServletExampleTest.verify(ServletExampleTest.java:60)
at
org.apache.karaf.itests.examples.ServletExampleTest.testWithAnnotation(ServletExampleTest.java:87)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at
org.apache.karaf.itests.KarafTestSupport$Retry$1.evaluate(KarafTestSupport.java:139)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97)
at
org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84)
at
org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75)
at
org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at
org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124)
at
org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97)
at
org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:85)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359)
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at
java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562)
at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796)
at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at
java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
[32mServletExampleTest: testWithAnnotation[0m
http:list
ID | Servlet | Servlet-Name | State | Alias | Url
----+-------------------+----------------+-------------+-------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
126 | | ServletExample | Deployed | |
[/servlet-example/]
126 | ResourceServlet | default | Deployed | /servlet-example/ |
[/servlet-example/]
126 | JspServletWrapper | jsp | Deployed | |
[/servlet-example/*.jsp, /servlet-example/*.jspx, /servlet-example/*.jspf,
/servlet-example/*.xsp, /servlet-example/*.JSP, /servlet-example/*.JSPX,
/servlet-example/*.JSPF, /servlet-example/*.XSP]
<html><head><title>Example</title></head><body align='center'><h1>Example
Servlet</h1></body></html>
2020-01-31 21:51:27,902 | INFO | iner.internal.KarafTestContainer 142 |
Creating RMI registry server on 127.0.0.1:21000
2020-01-31 21:51:28,691 | INFO | iner.internal.KarafTestContainer 205 | Found
0 options when requesting OverrideJUnitBundlesOption.class
2020-01-31 21:51:28,698 | INFO | iner.internal.KarafTestContainer 258 | Wait
for test container to finish its initialization [ RelativeTimeout value =
3600000 ]
2020-01-31 21:51:28,699 | INFO | rn.RemoteBundleContextClientImpl 240 |
Waiting for remote bundle context.. on 21000 name:
7c2bb905-ee78-450e-8711-eff04c632237 timout: [ RelativeTimeout value = 3600000 ]
[32mServletExampleTest: testWithBlueprint[0m
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.karaf.shell.support.table.ShellTable
(jar:bundle://b74a3f64-eea8-4e5a-a434-e5d6b19bc724_39.0:0/!/) to field
java.io.PrintStream.charOut
WARNING: Please consider reporting this to the maintainers of
org.apache.karaf.shell.support.table.ShellTable
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
ID | Servlet | Servlet-Name | State | Alias | Url
----+----------------+--------------+-------------+------------------+---------------------
133 | ExampleServlet | Example | Deployed | /servlet-example |
[/servlet-example/*]
<html><head><title>Example</title></head><body align='center'><h1>Example
Servlet</h1></body></html>
2020-01-31 21:51:38,073 | INFO | iner.internal.KarafTestContainer 142 |
Creating RMI registry server on 127.0.0.1:21000
2020-01-31 21:51:38,926 | INFO | iner.internal.KarafTestContainer 205 | Found
0 options when requesting OverrideJUnitBundlesOption.class
2020-01-31 21:51:38,936 | INFO | iner.internal.KarafTestContainer 258 | Wait
for test container to finish its initialization [ RelativeTimeout value =
3600000 ]
2020-01-31 21:51:38,936 | INFO | rn.RemoteBundleContextClientImpl 240 |
Waiting for remote bundle context.. on 21000 name:
ff7a7443-44b5-490a-8007-caa4df2977e5 timout: [ RelativeTimeout value = 3600000 ]
[32mServletExampleTest: testUploadServlet[0m
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.karaf.shell.support.table.ShellTable
(jar:bundle://6a52f911-01e2-4845-bae3-0abb50f6ffbe_39.0:0/!/) to field
java.io.PrintStream.charOut
WARNING: Please consider reporting this to the maintainers of
org.apache.karaf.shell.support.table.ShellTable
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
ID | Servlet | Servlet-Name | State | Alias | Url
----+---------------+----------------+-------------+-----------------+--------------------
109 | UploadServlet | ServletModel-2 | Deployed | /upload-example |
[/upload-example/*]
2020-01-31 21:51:47,240 | INFO | iner.internal.KarafTestContainer 142 |
Creating RMI registry server on 127.0.0.1:21000
2020-01-31 21:51:47,851 | INFO | iner.internal.KarafTestContainer 205 | Found
0 options when requesting OverrideJUnitBundlesOption.class
2020-01-31 21:51:47,862 | INFO | iner.internal.KarafTestContainer 258 | Wait
for test container to finish its initialization [ RelativeTimeout value =
3600000 ]
2020-01-31 21:51:47,862 | INFO | rn.RemoteBundleContextClientImpl 240 |
Waiting for remote bundle context.. on 21000 name:
879f1537-50cf-4d3f-b05c-56d4ccc85dc8 timout: [ RelativeTimeout value = 3600000 ]
[32mServletExampleTest: testWithScr[0m
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.karaf.shell.support.table.ShellTable
(jar:bundle://eeccd933-5f11-4628-9bf4-3e590beca49c_39.0:0/!/) to field
java.io.PrintStream.charOut
WARNING: Please consider reporting this to the maintainers of
org.apache.karaf.shell.support.table.ShellTable
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
ID | Servlet | Servlet-Name | State | Alias | Url
----+----------------+--------------+-------------+------------------+---------------------
121 | ExampleServlet | Example | Deployed | /servlet-example |
[/servlet-example/*]
<html><head><title>Example</title></head><body align='center'><h1>Example
Servlet</h1></body></html>
2020-01-31 21:51:56,438 | INFO | iner.internal.KarafTestContainer 142 |
Creating RMI registry server on 127.0.0.1:21000
2020-01-31 21:51:57,118 | INFO | iner.internal.KarafTestContainer 205 | Found
0 options when requesting OverrideJUnitBundlesOption.class
2020-01-31 21:51:57,126 | INFO | iner.internal.KarafTestContainer 258 | Wait
for test container to finish its initialization [ RelativeTimeout value =
3600000 ]
2020-01-31 21:51:57,126 | INFO | rn.RemoteBundleContextClientImpl 240 |
Waiting for remote bundle context.. on 21000 name:
356d1f7d-7452-40ae-b534-7af0fe8437da timout: [ RelativeTimeout value = 3600000 ]
[32mServletExampleTest: testWithRegistration[0m
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.karaf.shell.support.table.ShellTable
(jar:bundle://f154f404-bf2a-4f08-8f2b-64fdecf7e6de_39.0:0/!/) to field
java.io.PrintStream.charOut
WARNING: Please consider reporting this to the maintainers of
org.apache.karaf.shell.support.table.ShellTable
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
ID | Servlet | Servlet-Name | State | Alias | Url
----+----------------+----------------+-------------+------------------+---------------------
109 | ExampleServlet | ServletModel-2 | Deployed | /servlet-example |
[/servlet-example/*]
<html><head><title>Example</title></head><body align='center'><h1>Example
Servlet</h1></body></html>
2020-01-31 21:52:05,585 | INFO | exam.spi.reactors.ReactorManager 444 | suite
finished
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.33 s
- in org.apache.karaf.itests.examples.ServletExampleTest
[INFO] Running org.apache.karaf.itests.examples.LogAppenderExampleTest
2020-01-31 21:52:36,448 | INFO | j.pax.exam.spi.DefaultExamSystem 127 | Pax
Exam System (Version: 4.13.1) created.
2020-01-31 21:52:36,510 | INFO | .pax.exam.junit.impl.ProbeRunner 74 |
creating PaxExam runner for class
org.apache.karaf.itests.examples.LogAppenderExampleTest
2020-01-31 21:52:36,574 | INFO | .pax.exam.junit.impl.ProbeRunner 94 |
running test class org.apache.karaf.itests.examples.LogAppenderExampleTest
2020-01-31 21:52:36,575 | INFO | iner.internal.KarafTestContainer 142 |
Creating RMI registry server on 127.0.0.1:21000
2020-01-31 21:52:37,738 | INFO | iner.internal.KarafTestContainer 205 | Found
0 options when requesting OverrideJUnitBundlesOption.class
2020-01-31 21:52:37,816 | INFO | iner.internal.KarafTestContainer 258 | Wait
for test container to finish its initialization [ RelativeTimeout value =
3600000 ]
2020-01-31 21:52:37,823 | INFO | rn.RemoteBundleContextClientImpl 240 |
Waiting for remote bundle context.. on 21000 name:
1649a0cc-0957-4142-b46e-9416a1101965 timout: [ RelativeTimeout value = 3600000 ]
[32mLogAppenderExampleTest: test[0m
INFO - Done.
log:log TEST
INFO - TEST
2020-01-31 21:52:44,449 | INFO | exam.spi.reactors.ReactorManager 444 | suite
finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.227 s
- in org.apache.karaf.itests.examples.LogAppenderExampleTest
[INFO] Running org.apache.karaf.itests.examples.CamelExampleTest
2020-01-31 21:52:45,513 | INFO | j.pax.exam.spi.DefaultExamSystem 127 | Pax
Exam System (Version: 4.13.1) created.
2020-01-31 21:52:45,600 | INFO | .pax.exam.junit.impl.ProbeRunner 74 |
creating PaxExam runner for class
org.apache.karaf.itests.examples.CamelExampleTest
2020-01-31 21:52:45,674 | INFO | .pax.exam.junit.impl.ProbeRunner 94 |
running test class org.apache.karaf.itests.examples.CamelExampleTest
2020-01-31 21:52:45,681 | INFO | iner.internal.KarafTestContainer 142 |
Creating RMI registry server on 127.0.0.1:21000
2020-01-31 21:52:47,031 | INFO | iner.internal.KarafTestContainer 205 | Found
0 options when requesting OverrideJUnitBundlesOption.class
2020-01-31 21:52:47,081 | INFO | iner.internal.KarafTestContainer 258 | Wait
for test container to finish its initialization [ RelativeTimeout value =
3600000 ]
2020-01-31 21:52:47,089 | INFO | rn.RemoteBundleContextClientImpl 240 |
Waiting for remote bundle context.. on 21000 name:
28cd0a64-fd99-455f-a2b2-d3f35198e1a2 timout: [ RelativeTimeout value = 3600000 ]
[32mCamelExampleTest: testBlueprintDSL[0m
camel:route-list
Context Route Status Total # Failed
# Inflight # Uptime
------- ----- ------ -------
-------- ---------- ------
camel-1 example-email Started 0
0 0 0.112 seconds
camel-1 example-http Started 0
0 0 0.115 seconds
camel-1 example-http-inbound Started 0
0 0 0.107 seconds
{ "status": "email sent", "to": "[email protected]", "subject": "Notification" }
{ "status": "http requested", "service": "http://foo" }
2020-01-31 21:52:59,958 | INFO | iner.internal.KarafTestContainer 142 |
Creating RMI registry server on 127.0.0.1:21000
2020-01-31 21:53:00,699 | INFO | iner.internal.KarafTestContainer 205 | Found
0 options when requesting OverrideJUnitBundlesOption.class
2020-01-31 21:53:00,707 | INFO | iner.internal.KarafTestContainer 258 | Wait
for test container to finish its initialization [ RelativeTimeout value =
3600000 ]
2020-01-31 21:53:00,707 | INFO | rn.RemoteBundleContextClientImpl 240 |
Waiting for remote bundle context.. on 21000 name:
d7e92998-fbff-4812-af8e-67a255f90891 timout: [ RelativeTimeout value = 3600000 ]
ERROR: Failed to parse POMs
java.io.IOException: Backing channel 'H24' is disconnected.
at
hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:214)
at
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy145.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1150)
at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:166)
at
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:879)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1815)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused by: java.io.IOException: Unexpected termination of the channel
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused by: java.io.EOFException
at
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
at
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
at
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
at
hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
at hudson.remoting.Command.readFrom(Command.java:140)
at hudson.remoting.Command.readFrom(Command.java:126)
at
hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
at
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
ERROR: H24 is offline; cannot locate JDK 11 (latest)
ERROR: H24 is offline; cannot locate Maven 3 (latest)
ERROR: H24 is offline; cannot locate JDK 11 (latest)
ERROR: H24 is offline; cannot locate Maven 3 (latest)
ERROR: H24 is offline; cannot locate JDK 11 (latest)
ERROR: H24 is offline; cannot locate Maven 3 (latest)