Description of problem: Standalone server start script is handling --debug argument in wrong manner. Port 8787 should be used by default, but it isn't. Version-Release number of selected component (if applicable): EAP 6.2.0 How reproducible: Always Steps to Reproduce: 1. Navigate into $EAP_HOME/bin directory. 2. Run: standalone.[sh|bat] --debug Actual results: - shell script Server fail to with following error: ERROR [stderr] (main) JBAS015801: Invalid option '' - batch script random empty port is used Expected results: Server will start with debugger attached to 8787 port. Additional info: Workaround: always specify the port number.
Brian, please look into this. Thanks!
*** Bug 1064763 has been marked as a duplicate of this bug. ***
The issue still exists for standalone.bat script. Running >standalone.bat --debug won't use default (8787). Different port is used every time.
I don't have access to a Windows box to fix the standalone.bat script.
Verified on EAP 6.3.0.ER9. Closing this one as I found BZ928888 which is covering the batch scripts. Solaris/Hp-ux should be covered by BZ1064763. RHEL is working fine.