- تاریخ ثبتنام
- 2020-06-06
- ارسالیها
- 2,945
- راهحلها
- 1
- پسندها
- 153
- امتیازها
- 63
- مدالها
- 7
- نویسنده موضوع
- مدیرکل
- #1
my JRDC2 server in localhost running sucessfully.
and then,
I tried it to connect my B4a app in Heroku's ClearDB database using JRDC2 middleware server.
Like this,
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://us-cdbr-east-06.cleardb.net/heroku_0c692a6fc1e1eb7?reconnect=true
User=be2d33cba97c2f
Password=45e01ef4
#Java server port
ServerPort=17170
and my rdclink is like this,
Public const rdclink As String = ""
so i run b4j server and run my b4a app.
then i tried to connect it and run a command, but i get this error
ResponseError. Reason: java.net.SocketTimeoutException: connect timed out, Response:
ERROR: java.net.SocketTimeoutException: connect timed out
and then,
I tried it to connect my B4a app in Heroku's ClearDB database using JRDC2 middleware server.
Like this,
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://us-cdbr-east-06.cleardb.net/heroku_0c692a6fc1e1eb7?reconnect=true
User=be2d33cba97c2f
Password=45e01ef4
#Java server port
ServerPort=17170
and my rdclink is like this,
Public const rdclink As String = ""
so i run b4j server and run my b4a app.
then i tried to connect it and run a command, but i get this error
ResponseError. Reason: java.net.SocketTimeoutException: connect timed out, Response:
ERROR: java.net.SocketTimeoutException: connect timed out
نام موضوع : I cant connect my JRDC2 middleware server to Heroku's ClearDB
|
دسته : b4xfeed