This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 162645 - [67cat] java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask$Sync.innerGet
Summary: [67cat] java.util.concurrent.TimeoutException at java.util.concurrent.FutureT...
Status: RESOLVED DUPLICATE of bug 184363
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 22:40 UTC by dancehands
Modified: 2010-05-04 14:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149493


Attachments
stacktrace (885 bytes, text/plain)
2009-04-14 22:40 UTC, dancehands
Details
stacktrace (900 bytes, text/plain)
2009-10-19 16:06 UTC, neuros_nid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dancehands 2009-04-14 22:40:40 UTC
Build: NetBeans IDE Dev (Build 200904130201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
dancehands: I was trying to debug a PHP script. I had hit REFRESH in the browser window and expected the project to break on the first breakpoint in my PHP script (which I'd been doing repeatedly for the last hour without any issues).



Stacktrace: 
java.util.concurrent.TimeoutException
        at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:0)
        at java.util.concurrent.FutureTask.get(FutureTask.java:0)
        at org.netbeans.modules.php.dbgp.SingleThread.waitFinished(SingleThread.java:108)
        at org.netbeans.modules.php.dbgp.DebugSession.start(DebugSession.java:239)
        at org.netbeans.modules.php.dbgp.ServerThread.run(ServerThread.java:49)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:0)
Comment 1 dancehands 2009-04-14 22:40:44 UTC
Created attachment 80082 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-08-08 17:56:55 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=149493
Comment 3 neuros_nid 2009-10-19 16:06:32 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4004-on-090928)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows Vista, 6.0, x86

User Comments: 
Trying to debug PHP...

Stacktrace: 
java.util.concurrent.TimeoutException
        at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:228)
        at java.util.concurrent.FutureTask.get(FutureTask.java:91)
        at org.netbeans.modules.php.dbgp.SingleThread.waitFinished(SingleThread.java:108)
        at org.netbeans.modules.php.dbgp.DebugSession.start(DebugSession.java:239)
        at org.netbeans.modules.php.dbgp.ServerThread.run(ServerThread.java:49)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
Comment 4 neuros_nid 2009-10-19 16:06:50 UTC
Created attachment 89691 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-10-19 16:08:28 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=149493
Comment 6 Exceptions Reporter 2009-11-20 04:20:54 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=149493
Comment 7 rmatous 2010-05-04 14:42:14 UTC

*** This bug has been marked as a duplicate of bug 184363 ***