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 242476 - InterruptedException at java.lang.ProcessImpl.waitFor
Summary: InterruptedException at java.lang.ProcessImpl.waitFor
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-01 08:51 UTC by Sam.MIT
Modified: 2014-07-05 05:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208068


Attachments
stacktrace (2.58 KB, text/plain)
2014-03-01 08:51 UTC, Sam.MIT
Details
stacktrace (2.58 KB, text/plain)
2014-03-08 09:34 UTC, Sam.MIT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam.MIT 2014-03-01 08:51:48 UTC
Build: NetBeans IDE Dev (Build 201402280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Windows 8

User Comments:
Sam.MIT: Java Web prject -> select Android Default browser -> run project with tomcat 8 -> Got the error messeage showing connect an Android device -> trying to stop Apache tomcat




Stacktrace: 
java.lang.InterruptedException
   at java.lang.ProcessImpl.waitFor(ProcessImpl.java:451)
   at org.netbeans.modules.extexecution.WrapperProcess.waitFor(WrapperProcess.java:83)
   at org.netbeans.modules.cordova.platforms.api.ProcessUtilities.callProcess(ProcessUtilities.java:157)
   at org.netbeans.modules.cordova.platforms.android.AndroidPlatform.getConnectedDevices(AndroidPlatform.java:196)
   at org.netbeans.modules.cordova.platforms.android.AndroidBrowser.checkDevices(AndroidBrowser.java:251)
   at org.netbeans.modules.cordova.platforms.android.AndroidBrowser.access$000(AndroidBrowser.java:82)
Comment 1 Sam.MIT 2014-03-01 08:51:49 UTC
Created attachment 145686 [details]
stacktrace
Comment 2 Sam.MIT 2014-03-08 09:34:03 UTC
Created attachment 145866 [details]
stacktrace

Run Sample web project with glassfish , and trying to stop glassfish server
Comment 3 Jan Becicka 2014-07-04 12:15:35 UTC
Changeset: fd399f17c7b0
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2014-07-04 14:07
Message:
Comment 4 Quality Engineering 2014-07-05 05:05:17 UTC
Integrated into 'main-silver', will be available in build *201407050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fd399f17c7b0
User: Jan Becicka <jbecicka@netbeans.org>
Log: Issue #242476 - InterruptedException at java.lang.ProcessImpl.waitFor