You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Tomáš Procházka (Jira)" <ji...@apache.org> on 2021/01/10 17:39:00 UTC

[jira] [Closed] (NETBEANS-1918) PHP remote debug socket exception

     [ https://issues.apache.org/jira/browse/NETBEANS-1918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomáš Procházka closed NETBEANS-1918.
-------------------------------------
    Resolution: Cannot Reproduce

Please try use NetBeans 12.2.
I was not able to reproduce this issue.

> PHP remote debug socket exception
> ---------------------------------
>
>                 Key: NETBEANS-1918
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1918
>             Project: NetBeans
>          Issue Type: Bug
>          Components: php - Debugger
>    Affects Versions: 10.0
>            Reporter: Freddy A
>            Priority: Major
>
> Remote debugger doesn't work. The debugger reaches the first break point but once I hit F8 or any other option to continue, it takes some time and then a pop up comes up with the error:  "socket exception occurred". The same setup works in the old 8.2.
> Nothing in the xdebug log and only the lines below in the IDE log: 
> java.net.SocketException: Software caused connection abort: socket write error
>  at java.net.SocketOutputStream.socketWrite0(Native Method)
>  at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
>  at java.net.SocketOutputStream.write(SocketOutputStream.java:143)
>  at org.netbeans.modules.php.dbgp.packets.DbgpCommand.send(DbgpCommand.java:67)
>  at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:183)
> [catch] at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:115)
>  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists