Issue
SocketTimeoutException when performing an operation from Deploy CLI
javax.ws.rs.ProcessingException: RESTEASY004655: Unable to invoke request:
java.net.SocketTimeoutException: Read timed out
Cause
The time taken for the operation is more than the default socketTimeout value ie. 10000 ms(10s).
Workaround/Resolution Action
You can pass a higher value for the socketTimeout along with the CLI command:
Eg: /opt/xebialabs/xl-cli/bin/cli.sh -socketTimeout 9999999 -f ./bin/discoP8-Live.py -username admin
Comments
Please sign in to leave a comment.