I was connecting to the HANA Cloud Platform using the database tunnel which was working for me but shut down after using it for 24 hours. When I tried to start it back up it wouldn’t work and gave me this error:
ERROR: Unexpected exception occurred If you need help, provide the output of the command and attach the log directory [C:\Users\i******\D ownloads\neo-javaee6-wp-sdk-2.28.3.1\tools\log]
The error log had the following message:
2014-03-18 15:35:41,572 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1: Get connection: HttpRoute[{s}->https://services.hanatrial.ondemand.com], timeout = 0 2014-03-18 15:35:41,580 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: [HttpRoute[{s}->https://services.hanatrial.ondemand.com]] total kept alive: 0, total issued: 0, total allocated: 0 out of 20 2014-03-18 15:35:41,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: No free connections [HttpRoute[{s}->https://services.hanatrial.ondemand.com]][null] 2014-03-18 15:35:41,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Available capacity: 2 out of 2 [HttpRoute[{s}->https://services.hanatrial.ondemand.com]][null] 2014-03-18 15:35:41,582 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Creating new connection [HttpRoute[{s}->https://services.hanatrial.ondemand.com]] 2014-03-18 15:35:41,702 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection closed 2014-03-18 15:35:41,703 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection shut down 2014-03-18 15:35:41,703 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: Released connection is not reusable. 2014-03-18 15:35:41,704 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Releasing connection [HttpRoute[{s}->https://services.hanatrial.ondemand.com]][null] 2014-03-18 15:35:41,705 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Notifying no-one, there are no waiting threads
Hopefully someone can help me out with this issue. Thanks