Yeah, I was executing "pkill -9 java" to make sure I didn't have any Java processes running. I didn't check to see if non-Java processes might be using that port. I'll check on that soon...
On Tue, Mar 6, 2018 at 1:20 PM, Jared Stewart <stewart.ja...@gmail.com> wrote: > That looks like you have already have a process running on the port that > the debugger is trying to connect on. I'd try to netstat -an and kill any > process bound to that port. > > On Tue, Mar 6, 2018 at 1:06 PM, Kirk Lund <kl...@apache.org> wrote: > > > Anyone else see this when attempting to use intellij debugger on dunit?? > > > > [locator] ERROR: transport error 202: bind failed: Address already in use > > [locator] ERROR: JDWP Transport dt_socket failed to initialize, > > TRANSPORT_INIT(510) > > [locator] JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports > > initialized [debugInit.c:750] > > >