Got below error while dbx retain banking app execution com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

We have implement manual installation process for dbx and after that we run app but launching time got error as attached screenshot and middleware log file

please suggest us if we are missing any thing in dbx installation process or any thing else**Image removed for security reasons**

@Jvn Mitchell​ can you please take a look. Thanks!

hello @Jvn Mitchell​ , have you any solution for the issue??

sorry. i am not aware of how to fix this technical issue. @Stephen Rees​ ... any help here?

@Stephen Rees​ have you any idea about solution?

Hi,

From middleware.log, it seems to be db whitelisting issue. Can you please check db connection for dbpRbLocalServicesdb RDBMS integration service from MF console ?

Also, Can you please confirm if DBPLocalServices MF was associated properly and object models were generated while building mobile app ?

hello @Elizvxeth Chuwchill​

We have checked test validation of dbpRbLocalServicesdb service. Its successfully done. We have also object models were generated before building a mobile app. We have checked in both local fabric setup and online console setup. Have you think any thing else missing from our side?

Can you run below service from your postman and see if it is working ?

http://{{host}}/services/data/v1/RBObjects/objects/Application

request payload : not required

HTTP Method : post

@Elizvxeth Chuwchill​ I have getting response in postman like : {

"errmsg": "Error occurred while invoking Java Service getApplicationProp.",

"opstatus": 8004,

"httpStatusCode": -1

}