blakemcbride commented on issue #4558:
URL: https://github.com/apache/netbeans/issues/4558#issuecomment-1231940007

   I turned off SELunix with:
           systemctl disable firewalld.service
        systemctl stop firewalld.service
   And:
           ufw disable
   
   I still can't connect.  However, the IDE log is giving me:
   
   INFO [org.netbeans.ui.metrics.debugger]: Debugger connect using connector 
com.sun.jdi.SocketAttach with arguments: timeout=, hostname=i9-tower, port=9090
   INFO [org.netbeans.ui.metrics.debugger]: Connecting via connect type Java 
Debugger (JPDA)
   INFO [org.netbeans.ui.metrics.debugger]: Debugger session i9-tower:9090 
started at i9-tower for Java
   INFO [org.netbeans.api.debugger.jpda.AttachingDICookie]: Attaching Connector 
= com.sun.jdi.SocketAttach (defaults: timeout=, hostname=i9-tower, port=), 
arguments = {timeout=timeout=, hostname=hostname=i9-tower, port=port=9090}
   java.net.ConnectException: Connection refused (Connection refused)
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:607)
        at 
com.sun.tools.jdi.SocketTransportService.attach(SocketTransportService.java:222)
        at 
com.sun.tools.jdi.GenericAttachingConnector.attach(GenericAttachingConnector.java:116)
        at 
com.sun.tools.jdi.SocketAttachingConnector.attach(SocketAttachingConnector.java:90)
   [catch] at 
org.netbeans.api.debugger.jpda.AttachingDICookie.getVirtualMachine(AttachingDICookie.java:206)
        at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider.doStartDebugger(StartActionProvider.java:163)
        at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider.access$200(StartActionProvider.java:55)
        at 
org.netbeans.modules.debugger.jpda.actions.StartActionProvider$1.run(StartActionProvider.java:140)
        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
        at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
        at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
   
   
   


-- 
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

Reply via email to