mbien commented on PR #7566:
URL: https://github.com/apache/netbeans/pull/7566#issuecomment-2227446496
good that you checked since one vscode step seems to be failing.
To safe time, this is a false positive and happens when green too:
```
[junit] SEVERE: No way to find original stream handler for jar protocol
[junit] java.lang.reflect.InaccessibleObjectException: Unable to make
field transient java.net.URLStreamHandler java.net.URL.handler accessible:
module java.base does not "opens java.net" to unnamed module @73db4768
```
and this too
```
[junit] Testcase:
org.netbeans.modules.nbcode.integration.VerifyPresentUpdateCentersTest:BeforeFirstTest:
Caused an ERROR
[junit] Forked Java VM exited abnormally. Please note the time in the
report does not reflect the time until the VM exit.
[junit] junit.framework.AssertionFailedError: Forked Java VM exited
abnormally. Please note the time in the report does not reflect the time until
the VM exit.
[junit] at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown
Source)
[junit] at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit] at java.base/java.util.Vector.forEach(Vector.java:1365)
```
and this is apparently also normal
```
[exec] [3043:0713/214404.710157:ERROR:bus.cc(407)] Failed to connect to
the bus: Could not parse server address: Unknown address type (examples of
valid types are "tcp" and on UNIX "unix")
```
this however seems to be new
```
[exec] WARNING [org.netbeans.modules.java.lsp.server.protocol.Server]:
Error occurred during LSP message dispatch
[exec] java.lang.NullPointerException
[exec] at java.base/java.util.Objects.requireNonNull(Objects.java:209)
[exec] at java.base/java.util.Arrays$ArrayList.<init>(Arrays.java:4137)
[exec] at java.base/java.util.Arrays.asList(Arrays.java:4122)
[exec] at
org.netbeans.modules.java.lsp.server.protocol.WorkspaceServiceImpl.lambda$executeCommand$14(WorkspaceServiceImpl.java:434)
```
but lets start it again to see what happens. cc @sdedic
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists