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 209652 - InterruptedException at java.lang.Object.wait
Summary: InterruptedException at java.lang.Object.wait
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: REGRESSION
: 210893 (view as bug list)
Depends on:
Blocks: 71515
  Show dependency tree
 
Reported: 2012-03-16 10:02 UTC by J Bachorik
Modified: 2012-04-09 21:43 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185935


Attachments
stacktrace (645 bytes, text/plain)
2012-03-16 10:02 UTC, J Bachorik
Details
stacktrace (645 bytes, text/plain)
2012-03-16 13:23 UTC, J Bachorik
Details
stacktrace (645 bytes, text/plain)
2012-03-16 14:26 UTC, J Bachorik
Details
stacktrace (645 bytes, text/plain)
2012-03-20 22:22 UTC, Jesse Glick
Details
stacktrace (645 bytes, text/plain)
2012-03-20 23:46 UTC, Jesse Glick
Details
stacktrace (645 bytes, text/plain)
2012-04-04 06:41 UTC, zdenek.rod
Details
stacktrace (645 bytes, text/plain)
2012-04-04 12:26 UTC, fleka
Details
stacktrace (645 bytes, text/plain)
2012-04-05 10:08 UTC, fleka
Details
stacktrace (645 bytes, text/plain)
2012-04-06 13:23 UTC, fleka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2012-03-16 10:02:47 UTC
Build: NetBeans IDE Dev (Build 20120316-96672cdfe334)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b04
OS: Linux

User Comments:
yardus: building a CRUD maven based sample application




Stacktrace: 
java.lang.InterruptedException
   at java.lang.Object.wait(Object.java:0)
   at org.netbeans.core.execution.RunClassThread.waitForEnd(RunClassThread.java:196)
   at org.netbeans.core.execution.DefaultSysProcess.stop(DefaultSysProcess.java:90)
   at org.netbeans.core.execution.ExecutorTaskImpl.result(ExecutorTaskImpl.java:84)
   at org.netbeans.modules.maven.ActionProviderImpl$2.taskFinished(ActionProviderImpl.java:254)
   at org.openide.util.Task.notifyFinished(Task.java:231)
Comment 1 J Bachorik 2012-03-16 10:02:50 UTC
Created attachment 116788 [details]
stacktrace
Comment 2 J Bachorik 2012-03-16 13:23:15 UTC
Created attachment 116799 [details]
stacktrace

building an empty maven based NBM project
Comment 3 J Bachorik 2012-03-16 14:26:15 UTC
Created attachment 116800 [details]
stacktrace

building the Maven Scrum Toys project
Comment 4 Jesse Glick 2012-03-20 22:22:12 UTC
Created attachment 116955 [details]
stacktrace

Started GFv3, then ran a Maven web app project. Deployed successfully but threw this exception.
Comment 5 Jesse Glick 2012-03-20 23:46:11 UTC
Created attachment 116958 [details]
stacktrace
Comment 6 Exceptions Reporter 2012-03-20 23:46:20 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=185935
Comment 7 Jesse Glick 2012-03-21 00:37:03 UTC
core-main #dcc1466ccf85
Comment 8 Quality Engineering 2012-03-24 11:00:15 UTC
Integrated into 'main-golden', will be available in build *201203240400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/dcc1466ccf85
User: Jesse Glick <jglick@netbeans.org>
Log: #209652: InterruptedException from RunClassThread.waitForEnd.
Comment 9 Quality Engineering 2012-03-25 09:44:57 UTC
Integrated into 'main-golden', will be available in build *201203250401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/dcc1466ccf85
User: Jesse Glick <jglick@netbeans.org>
Log: #209652: InterruptedException from RunClassThread.waitForEnd.
Comment 10 zdenek.rod 2012-04-04 06:41:18 UTC
Created attachment 117779 [details]
stacktrace
Comment 11 fleka 2012-04-04 12:26:21 UTC
Created attachment 117811 [details]
stacktrace
Comment 12 fleka 2012-04-05 10:08:21 UTC
Created attachment 117876 [details]
stacktrace
Comment 13 fleka 2012-04-06 13:23:20 UTC
Created attachment 117946 [details]
stacktrace
Comment 14 Jesse Glick 2012-04-09 21:43:02 UTC
*** Bug 210893 has been marked as a duplicate of this bug. ***