I am not getting off the ground. I set out to evaluate this rc1.
I uninstalled the existing 1.2.0 visx. I installed the 1.3.0-rc1 visx. I
restarted VSCode.
I am trying to debug into PCAP. PCAP uses, via a jar file, the ethernetIP
DFDL schema as a component.
I deleted the old and created a new launch.json.
I manually entered the jar file for ethernetIP jar into debuggerClasspath.
I go to the Run and Debug sidebar. Then I choose and run the "ask for file
name" configuration.
I specify the main pcap schema file.
I specify a data file.
I get this error pop up:
The terminal process "/bin/bash '--login', '-c', './daffodil-debugger
--listenPort 4711'" terminated with exit code: 1.
The Terminal Window has:
[ERROR] [04/25/2023 16:51:41.540]
[omega-grpc-akka.actor.internal-dispatcher-2]
[akka://omega-grpc/system/IO-TCP/selectors/$a/0] Bind failed for TCP
channel on endpoint [/127.0.0.1:9000]
java.net.BindException: [/127.0.0.1:9000] Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:459)