See 
<https://builds.apache.org/job/karaf-master/6626/display/redirect?page=changes>

Changes:

[jbonofre] [KARAF-6729] Upgrade to Pax Web 7.2.16


------------------------------------------
[...truncated 6.02 MB...]
2020-05-21 07:05:43,697 | INFO  | j.pax.exam.spi.DefaultExamSystem  127 | Pax 
Exam System (Version: 4.13.3) created.
2020-05-21 07:05:43,770 | INFO  | .pax.exam.junit.impl.ProbeRunner   74 | 
creating PaxExam runner for class 
org.apache.karaf.itests.examples.ServletExampleTest
2020-05-21 07:05:43,835 | INFO  | .pax.exam.junit.impl.ProbeRunner   94 | 
running test class org.apache.karaf.itests.examples.ServletExampleTest
2020-05-21 07:05:43,839 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:05:45,603 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:05:46,005 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:05:46,009 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
72ce8e8f-00c0-4826-b6ef-9ccd23a31c82 timout: [ RelativeTimeout value = 3600000 ]

ServletExampleTest: testWithAnnotation
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.apache.karaf.shell.support.table.ShellTable 
(jar:bundle://ab0944af-8a1a-4b12-8cec-4358405d096c_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
----+-------------------+----------------+-------------+-------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
127 |                   | ServletExample | Deployed    |                   | 
[/servlet-example/]
127 | ResourceServlet   | default        | Deployed    | /servlet-example/ | 
[/servlet-example/]
127 | 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:608)
        at java.base/java.net.Socket.connect(Socket.java:557)
        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)

ServletExampleTest: testWithAnnotation
http:list
ID  | Servlet           | Servlet-Name   | State       | Alias             | Url
----+-------------------+----------------+-------------+-------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
127 |                   | ServletExample | Deployed    |                   | 
[/servlet-example/]
127 | ResourceServlet   | default        | Deployed    | /servlet-example/ | 
[/servlet-example/]
127 | 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-05-21 07:06:19,883 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:06:21,640 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:06:22,039 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:06:22,040 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
da01d173-9ac0-4fc0-b04f-5dee5cbf553a timout: [ RelativeTimeout value = 3600000 ]

ServletExampleTest: testWithBlueprint
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.apache.karaf.shell.support.table.ShellTable 
(jar:bundle://520dc989-046d-4b1e-8595-89bd8baf4b0d_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
----+----------------+--------------+-------------+------------------+---------------------
134 | ExampleServlet | Example      | Deployed    | /servlet-example | 
[/servlet-example/*]

<html><head><title>Example</title></head><body align='center'><h1>Example 
Servlet</h1></body></html>
2020-05-21 07:06:50,637 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:06:51,843 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:06:52,216 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:06:52,216 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
54228131-00af-4b30-b827-0f91459cf678 timout: [ RelativeTimeout value = 3600000 ]

ServletExampleTest: testUploadServlet
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.apache.karaf.shell.support.table.ShellTable 
(jar:bundle://c04bdd29-6e84-4eaa-9d35-9843b824bfb9_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
----+---------------+----------------+-------------+-----------------+--------------------
110 | UploadServlet | ServletModel-2 | Deployed    | /upload-example | 
[/upload-example/*]

2020-05-21 07:07:26,376 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:07:34,011 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:07:35,559 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:07:35,559 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
6de52464-2a61-4d3d-9271-b8afff8ad1b6 timout: [ RelativeTimeout value = 3600000 ]

ServletExampleTest: testWithScr
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.apache.karaf.shell.support.table.ShellTable 
(jar:bundle://70dfdc0e-6c31-454e-b82f-ab2879b6a670_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
----+----------------+--------------+-------------+------------------+---------------------
122 | ExampleServlet | Example      | Deployed    | /servlet-example | 
[/servlet-example/*]

<html><head><title>Example</title></head><body align='center'><h1>Example 
Servlet</h1></body></html>
2020-05-21 07:08:04,831 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:08:05,811 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:08:05,864 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:08:05,864 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
d0a2a337-c4d2-4542-8e70-4a1e5d9fe02f timout: [ RelativeTimeout value = 3600000 ]

ServletExampleTest: testWithRegistration
http:list
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.apache.karaf.shell.support.table.ShellTable 
(jar:bundle://ddcb48c7-69f8-4e87-b7ed-f1574711373f_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
----+----------------+----------------+-------------+------------------+---------------------
110 | ExampleServlet | ServletModel-2 | Deployed    | /servlet-example | 
[/servlet-example/*]

<html><head><title>Example</title></head><body align='center'><h1>Example 
Servlet</h1></body></html>
2020-05-21 07:08:30,511 | INFO  | exam.spi.reactors.ReactorManager  444 | suite 
finished
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 167.028 
s - in org.apache.karaf.itests.examples.ServletExampleTest
[INFO] Running org.apache.karaf.itests.examples.BundleExampleTest
2020-05-21 07:09:01,220 | INFO  | j.pax.exam.spi.DefaultExamSystem  127 | Pax 
Exam System (Version: 4.13.3) created.
2020-05-21 07:09:01,287 | INFO  | .pax.exam.junit.impl.ProbeRunner   74 | 
creating PaxExam runner for class 
org.apache.karaf.itests.examples.BundleExampleTest
2020-05-21 07:09:01,351 | INFO  | .pax.exam.junit.impl.ProbeRunner   94 | 
running test class org.apache.karaf.itests.examples.BundleExampleTest
2020-05-21 07:09:01,353 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:09:03,119 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:09:03,282 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:09:03,285 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
d0ae68df-55b2-4feb-9289-dc04d26ef3ff timout: [ RelativeTimeout value = 3600000 ]

BundleExampleTest: test
4042532731683747063 | John Doo | AF3030

2020-05-21 07:09:22,743 | INFO  | exam.spi.reactors.ReactorManager  444 | suite 
finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.727 s 
- in org.apache.karaf.itests.examples.BundleExampleTest
[INFO] Running org.apache.karaf.itests.examples.BlueprintExampleTest
2020-05-21 07:09:53,458 | INFO  | j.pax.exam.spi.DefaultExamSystem  127 | Pax 
Exam System (Version: 4.13.3) created.
2020-05-21 07:09:53,529 | INFO  | .pax.exam.junit.impl.ProbeRunner   74 | 
creating PaxExam runner for class 
org.apache.karaf.itests.examples.BlueprintExampleTest
2020-05-21 07:09:53,599 | INFO  | .pax.exam.junit.impl.ProbeRunner   94 | 
running test class org.apache.karaf.itests.examples.BlueprintExampleTest
2020-05-21 07:09:53,601 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:09:55,632 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:09:55,843 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:09:55,846 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
afa0a936-12cf-4a49-990f-8e47f62e30e7 timout: [ RelativeTimeout value = 3600000 ]

BlueprintExampleTest: test
9060885500853105243 | John Doo | AF3030

2020-05-21 07:10:17,985 | INFO  | exam.spi.reactors.ReactorManager  444 | suite 
finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.735 s 
- in org.apache.karaf.itests.examples.BlueprintExampleTest
[INFO] Running org.apache.karaf.itests.examples.MBeanExampleTest
2020-05-21 07:10:48,681 | INFO  | j.pax.exam.spi.DefaultExamSystem  127 | Pax 
Exam System (Version: 4.13.3) created.
2020-05-21 07:10:48,748 | INFO  | .pax.exam.junit.impl.ProbeRunner   74 | 
creating PaxExam runner for class 
org.apache.karaf.itests.examples.MBeanExampleTest
2020-05-21 07:10:48,812 | INFO  | .pax.exam.junit.impl.ProbeRunner   94 | 
running test class org.apache.karaf.itests.examples.MBeanExampleTest
2020-05-21 07:10:48,816 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:10:51,083 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:10:51,230 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:10:51,234 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
69594140-e47a-4474-ad79-a8eed2b0b508 timout: [ RelativeTimeout value = 3600000 ]

MBeanExampleTest: testBlueprint
2020-05-21 07:11:15,980 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:11:18,059 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:11:18,109 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:11:18,110 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
74d08ed4-098b-49af-b9e2-baf368603714 timout: [ RelativeTimeout value = 3600000 ]

MBeanExampleTest: testScr
2020-05-21 07:11:36,544 | INFO  | iner.internal.KarafTestContainer  142 | 
Creating RMI registry server on 127.0.0.1:21000
2020-05-21 07:11:38,212 | INFO  | iner.internal.KarafTestContainer  205 | Found 
0 options when requesting OverrideJUnitBundlesOption.class
2020-05-21 07:11:38,266 | INFO  | iner.internal.KarafTestContainer  258 | Wait 
for test container to finish its initialization [ RelativeTimeout value = 
3600000 ]
2020-05-21 07:11:38,266 | INFO  | rn.RemoteBundleContextClientImpl  240 | 
Waiting for remote bundle context.. on 21000 name: 
22824156-dee9-4132-9043-9fc4e68d1442 timout: [ RelativeTimeout value = 3600000 ]
ERROR: Failed to parse POMs
java.io.IOException: Backing channel 'H48' is disconnected.
        at 
hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:214)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
        at com.sun.proxy.$Proxy141.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: H48 is offline; cannot locate JDK 11 (latest)
ERROR: H48 is offline; cannot locate Maven 3 (latest)
ERROR: H48 is offline; cannot locate JDK 11 (latest)
ERROR: H48 is offline; cannot locate Maven 3 (latest)
ERROR: H48 is offline; cannot locate JDK 11 (latest)
ERROR: H48 is offline; cannot locate Maven 3 (latest)

Reply via email to