Hello Experts,
I want to update my HANA with the Help of SUM.sh.
I've configured the HANA Studio as described in the automated update guide, on a prior installation it was working without any errors.
Now, on a new instance, I am getting the error:
Error occurred !
Error:
Could not check credentials provided for user <sidadm> on host hana5.mydomain.org.
Error Details:
Could not check credentials provided for user <sidadm> on host hana5.mydomain.org.
HTTP transport error: java.io.IOException: HTTPS hostname wrong: should be
HTTPS hostname wrong: should be
In the Logfile I get long java-exceptions, but all are saying nearly the same:
Caused by: com.sap.lm.services.hostcontrol.SAPHostControlException: Could not check credentials provided for user txtadm on host hana5.mydomain.org.
at com.sap.lm.services.hostcontrol.SAPHostControlService.wrapHostControlException(SAPHostControlService.java:213)
at com.sap.lm.services.hostcontrol.SAPHostControlService.checkUserCredentials(SAPHostControlService.java:399)
at com.sap.lm.hana.validation.UpdateDataValidatorImpl.checkSidAdmCredentials(UpdateDataValidatorImpl.java:97)
... 73 more
Caused by: com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: java.io.IOException: HTTPS hostname wrong: should be <hana5.mydomain.org>
at com.sun.xml.internal.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:121)
at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:142)
at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:83)
at com.sun.xml.internal.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:105)
at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:587)
at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:546)
at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:531)
at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:428)
at com.sun.xml.internal.ws.client.Stub.process(Stub.java:211)
at com.sun.xml.internal.ws.client.sei.SEIStub.doProcess(SEIStub.java:124)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:98)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78)
at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:107)
at $Proxy35.acosPrepare(Unknown Source)
at com.sap.lm.services.hostcontrol.SAPHostControlService.checkUserCredentials(SAPHostControlService.java:354)
... 74 more
Caused by: java.io.IOException: HTTPS hostname wrong: should be <hana5.mydomain.org>
at sun.net.www.protocol.https.HttpsClient.checkURLSpoofing(HttpsClient.java:524)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:448)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1014)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:230)
at com.sun.xml.internal.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:109)
It seems to me that the hostname is empty as there are two <space> in the java-Exceptions... But how can I specify a hostname for the sum?
Thanks in advance
Chris