xuyf1001 commented on issue #5663:
URL: https://github.com/apache/skywalking/issues/5663#issuecomment-1509493682
I met NPE of skywalking-9.4.0-ui.
Exception in thread "main" java.lang.NullPointerException: authority
at java.base/java.util.Objects.requireNonNull(Unknown Source)
at com.linecorp.armeria.client.Endpoint.parse(Endpoint.java:96)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown
Source)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown
Source)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown
Source)
at
java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown
Source)
at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown
Source)
at
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at
java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown
Source)
at java.base/java.util.stream.ReferencePipeline.collect(Unknown
Source)
at
org.apache.skywalking.oap.server.webapp.OapProxyService.<init>(OapProxyService.java:50)
at
org.apache.skywalking.oap.server.webapp.ApplicationStartUp.main(ApplicationStartUp.java:64)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]