Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 14th, 2012  |  syntax: None  |  size: 1.11 KB  |  hits: 31  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Netbeans php Xdebug Socket Exception with Joomla debugging
  2. PHP Version 5.4.0-1build1~ppa1~oneiric
  3. Xdebug v2.2.0rc1, Copyright (c) 2002-2012, by Derick Rethans
  4. Apache/2.2.20 (Ubuntu)
  5.        
  6. INFO [org.netbeans.modules.php.dbgp.DebugSession]
  7. java.net.SocketException: Pipe interrotta
  8. at java.net.SocketOutputStream.socketWrite0(Native Method)
  9. at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
  10. at java.net.SocketOutputStream.write(SocketOutputStream.java:141)
  11. at org.netbeans.modules.php.dbgp.packets.DbgpCommand.send(DbgpCommand.java:90)
  12. at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:211)
  13.  [catch] at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:143)
  14. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  15. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
  16. at java.util.concurrent.FutureTask.run(FutureTask.java:166)
  17. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
  18. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
  19. at java.lang.Thread.run(Thread.java:679)