Bug 1072227
| Summary: | [QE] (6.2.x) Wrong handling of --debug argument by standalone.[sh|bat] scripts | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> |
| Component: | Scripts and Commands | Assignee: | Jeff Mesnil <jmesnil> |
| Status: | CLOSED WONTFIX | QA Contact: | Petr Kremensky <pkremens> |
| Severity: | medium | Docs Contact: | Nidhi <nsriniva> |
| Priority: | unspecified | ||
| Version: | 6.2.2 | CC: | cdewolf, ehugonne, fnasser, jdoyle, jmesnil, kkhan, myarboro, nsriniva, ochaloup, pgier, pslavice, smumford, vtunka |
| Target Milestone: | CR1 | ||
| Target Release: | EAP 6.2.4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
This release of JBoss EAP 6 carries a bug where-in the shell script for running EAP in standalone mode (+standalone.sh|bat+) does not use the default port (port 8787) when the script is used with `debug` argument without a port number.
As a result execution of the script with `debug` argument results in an error and does not start the server.
A possible workaround for this issue is to specify a port number when the script is used with the `debug` argument:
----
standalone.[sh|bat] --debug [port number]
----
This issue is expected to be resolved in a future release of the product.
|
Story Points: | --- |
| Clone Of: | 1063289 | Environment: | |
| Last Closed: | 2014-06-30 13:15:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1063289 | ||
| Bug Blocks: | 1067534 | ||
|
Description
Petr Kremensky
2014-03-04 07:02:58 UTC
Jeff, can you please submit a PR for 6.2.x? Thanks! This is working only on RHEL. ./standalone --debug HP-UX: ./standalone.sh[28]: shift: bad number Solaris10: ./standalone.sh: cannot shift Solaris11: ./standalone.sh[28]: shift: (null): bad number Windows2k8: server starts, but default port 8787 is not used (java opts passed by script: ...-agentlib:jdwp=transport=dt_socket,address=""...) No changes since 6.2.3. standalone.[bat|sh] scripts are identical to previous version. |