-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
None
-
7.1.3.GA
-
None
Description of problem:
Connection timeout CLI issue on HTTPS
- connection timeout errors as well as infinite timeouts
Steps to Reproduce:
- configure https
- loop:
#Attached our automation script, preflight script configure to jvm before starting.
info "Apply CLI: Detected a reload was required, running it."
${jvmtab_ver_id}/bin/jboss-cli.sh --connect --controller=${serverAddress}:${CLIConnectPort} --timeout=90000 --command="reload --admin-only=true" 1>${cliOutput} 2>&1
How reproducible:
Intermittently
Actual results:
Reload problem occurs when connecting to 9990 port and enable https ,disable socket 9990 then reload ,timeout occurs reconnecting to cli .
- is blocked by
-
JBEAP-12032 [GSS](7.0.z) Avoid Remoting resume/suspend read race on server
- Closed