What Davin posted would make the most sense. Based on your output it would seem that you are running something on port 9000 already. Inside of you .vscode/launch.json if you add this:
"dataEditor.omegaEditPort": 9001 to your configuration, the data editor should now try to run on port 9001. FYI, You don't have to make it 9001 it can be whatever open port you would like. Thank you, Shane Dell On 2023/04/25 21:11:44 "Shearer, Davin" wrote: > Hi Mike, > > Are you running something already that binding to port 9000, like Portainer? > > -Davin > > On 4/25/23, 5:03 PM, "Mike Beckerle" <[email protected]> wrote: > > 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) > > > ----------------------------------------------------------------- > This message and any files transmitted within are intended > solely for the addressee or its representative and may contain > company proprietary information. If you are not the intended > recipient, notify the sender immediately and delete this > message. Publication, reproduction, forwarding, or content > disclosure is prohibited without the consent of the original > sender and may be unlawful. > > Concurrent Technologies Corporation and its Affiliates. > www.ctc.com 1-800-282-4392 > ----------------------------------------------------------------- >
