Hello and Good day,
We installed HANA Database using the script provided by AWS team and the installation went well. When we try to add the system to HANA studio, it is throwing an exception - Error while opening the Administration Editor Reason: SAPControl Request Failed.
I have attached the error log generated due to the exception.
I tried different versions of java as per the suggestion, but no luck. Now we are not able to proceed further with our installation. Kindly suggest a solution if it is a known issue.
Thanks in advance!
Parvathy
*********** Error log***********
com.sap.ndb.studio.jdbc.JDBCConnectionStatus: Database connection is not available; see error log
at com.sap.ndb.studio.jdbc.JDBCPlugin.createConnection(JDBCPlugin.java:289)
at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.executeTryJDBC(SAPSystemObjectUpdate.java:285)
at com.sap.ndb.studio.navigator.operations.SAPSystemObjectUpdate.execute(SAPSystemObjectUpdate.java:107)
at com.sap.ndb.studio.navigator.operations.UpdateSAPSystemOperation.execute(UpdateSAPSystemOperation.java:73)
at com.sap.ndb.studio.datamodel.controler.DataModelOperation.execute(DataModelOperation.java:70)
at com.sap.ndb.studio.datamodel.controler.DataModelOperationQueue$DataModelOperationThread.run(DataModelOperationQueue.java:99)
Caused by: com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sap://**.*.*.***:3**15 [Cannot connect to host **.*.*.***:3**15 [Connection refused: connect (port 3**15 to address ::ffff:**.*.*.*** (hostname))], -813.].
at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:230)
at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:214)
at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:197)
at com.sap.db.jdbc.Driver.connect(Driver.java:218)
at com.sap.ndb.studio.jdbc.JDBCConnection$1.run(JDBCConnection.java:157)