Hi all,
I have installed the latest version of the SAP HANA Cloud Connector but am unable to access the configuration homepage at https://localhost:8433.
If I stop the service, go to the command line and manually run go.bat, the startup pauses as below showing the service running on 8443.
Trying to access https://localhost:8443 fails with connection refused/webpage is not available.
netstat while the cloud connector is "started" doesn't show 433 or 8433 listening but then I am not certain 433 would show up in netstat, although I expected it to.
The logs in scc20/log/ don't seem to show anything interesting:
2014-10-14 16:20:35,679#INFO#com.sap.scc.config#Start Level Event Dispatcher# | #loadHaState isHaActive is false| |
2014-10-14 16:20:35,698#INFO#com.sap.scc.web.component#com.sap.core.js.logging.bridge.OSGILogListener@4ceee548# | #ServiceEvent REGISTERED| |
2014-10-14 16:20:35,699#INFO#com.sap.scc.web.component#com.sap.core.js.logging.bridge.OSGILogListener@4ceee548# | #ServiceEvent REGISTERED| |
2014-10-14 16:20:35,699#INFO#com.sap.scc.web.component#com.sap.core.js.logging.bridge.OSGILogListener@4ceee548# | #BundleEvent STARTED| |
2014-10-14 16:20:35,699#INFO#com.sap.scc.web.component#com.sap.core.js.logging.bridge.OSGILogListener@4ceee548# | #BundleEvent STARTED| |
2014-10-14 16:20:36,873#INFO#com.sap.scc.rt#Thread-6# | #port check succeeded| |
2014-10-14 16:20:36,874#INFO#System.out#Thread-6# | #SAP HANA Cloud Connector started on https://localhost:8443| |
Lots of "Count not install bundle" due to already being installed, presumably because I've run more than once and the components are installed on first run.
localhost_http_access:
127.0.0.1 - - [14/Oct/2014:16:20:36 +0200] "GET /exposed?action=check_port HTTP/1.1" 200 15 21
Looks like the port check was okay with return code 200.
That's as far as I have got with it, does anyone have any ideas of what to check next?
Thanks,
Malcolm