Hello,
we have a HANA System (not in the cloud) which is working, but the XS Services are not available only from the local Server.
Here is the console Output if i try from local Server:
wget localhost:30108
--2013-12-20 10:13:28-- http://localhost:30108/
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:30108... failed: Connection refused.
Connecting to localhost|127.0.0.1|:30108... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12227 (12K) [text/html]
Saving to: `index.html'
100%[====================================================>] 12,227 --.-K/s in 0s
2013-12-20 10:13:28 (589 MB/s) - `index.html' saved [12227/12227]
HANA Services and XS Enginge is running.
Firewall is disabled.
It looks like there the Service is only listening on the loopback device, If i make a netstat i get following:
netstat -lptn |grep 30108
tcp 0 0 127.0.0.1:30108 0.0.0.0:* LISTEN -
Has somebody a clue what is Happening here?