Hello ,
i enable JDBC trace from HANA studio and found the below mentioned error - could you please suggest what went wrong.I have enabled SSL on HANA and able to connect from studio to HANA DB via connect using SSL option.
hread 502d0aaf Thread-685 Timestamp: 2014-11-04 07:35:20.493
new Connection 'jdbc:sap://Server:30015'
locale=en_US
user=SYSTEM
password=***
timeout=0
reconnect=true
validateCertificate=false
encrypt=true
new RTEException: -813 Cannot connect to host Server:30015 [Connection reset by peer: socket write error], -813.
whereAmIjava.lang.Throwable
at com.sap.db.util.Tracer.whereAmI(Tracer.java:348)
at com.sap.db.rte.comm.RTEException.<init>(RTEException.java:66)
at com.sap.db.rte.comm.SecureCommunication.openSocketIntern(SecureCommunication.java:793)
at com.sap.db.rte.comm.SecureCommunication.openSocket(SecureCommunication.java:512)
at com.sap.db.rte.comm.SecureCommunication.<init>(SecureCommunication.java:99)
at com.sap.db.rte.comm.SecureCommunication.<init>(SecureCommunication.java:55)
at com.sap.db.rte.comm.SecureCommunication$1.open(SecureCommunication.java:60)
at com.sap.db.jdbc.topology.Topology.getSession(Topology.java:145)
at com.sap.db.jdbc.Driver.openByURL(Driver.java:1016)
at com.sap.db.jdbc.Driver.connect(Driver.java:230)
at com.sap.ndb.studio.jdbc.JDBCPlugin$3.run(JDBCPlugin.java:645)
Thanks
Dev