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 267997 - Starting Wildfly using NOPAUSE prevents "Press any key to continue" message when stopping
Summary: Starting Wildfly using NOPAUSE prevents "Press any key to continue" message w...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-13 13:22 UTC by johannes.geiger
Modified: 2017-03-08 02:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description johannes.geiger 2016-09-13 13:22:43 UTC
When stopping a running Wildfly instance out of Netbeans 8.1, the process does not end automatically as it awaits a user input "Press any key to continue ...", sometimes only after the lenghty shutdown completes which therefore can be easily overseen. The Wildfly documentation states that

"To avoid "Press any key to continue ..." message you need to specify NOPAUSE variable. Call 'set NOPAUSE=true' in command line before running any WildFly 8 .bat script or include it in your custom script before invoking scripts from WildFly 8." (https://docs.jboss.org/author/display/WFLY8/CLI+Recipes#CLIRecipes-Windowsand%22Pressanykeytocontinue...%22issue)

And I wondered whether it is not possible to include this when running a Wildfly out of Netbeans.
Comment 1 ehsavoie 2016-09-13 17:46:08 UTC
Does only affect WildFly 8 ?
Comment 2 johannes.geiger 2016-09-14 06:17:53 UTC
No, I am running Wildfly 10.0.0.Final.
Comment 3 ehsavoie 2017-02-21 06:41:17 UTC
Fixed in 302755:fd388f1a601b
Comment 4 Quality Engineering 2017-03-08 02:52:00 UTC
Integrated into 'main-silver', will be available in build *201703080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fd388f1a601b
User: Emmanuel Hugonnet <ehsavoie@netbeans.org>
Log: Fixing bug #267997 : Adding NOPAUSE environment variable to true in Windows