Hi !
I am a new user of B4A.
I am having issues in implementing the RDC_Server RDC_Client feature. I have set up the RDC_Server and RDC_Client. Also downloaded the SQLLITE Driver as mentioned in Erel's post https://www.b4x.com/android/forum/threads/rdc-simple-way-to-create-your-own-back-end-database.31616/ . I have set up the appropriate config properties ....
Some doubts:
i) I presume that the file test.db will be created by the Application. There is no test.db in my machine.. Somebody please correct me if my understanding is wrong.
ii) I am getting the following error message in the LOG FILE:
Error: org.apache.http.conn.HttpHostConnectException: Connection to http://192.168.0.100:17178 refused
The output of RUNRLC bat shows:
:BEGIN DISPLAY CONTENT:
I:\..\RemoteDatabaseConnector>"C:\Program F
iles\Java\jdk1.8.0_11\bin\java" -Xmx256m -cp .;libs\*;jdbc_driver\* anywheresoft
ware.b4a.remotedatabase.RemoteServer
B4A Remote Database Connecter (version 0.9)
loading: I:\..\RemoteDatabaseConnector\conf
ig.properties
2017-10-21 21:38:51.352:INFO::jetty-7.4.2.v20110526
2017-10-21 21:38:51.381:INFO::started o.e.j.s.ServletContextHandler{/,null}
Oct 21, 2017 9:38:51 PM com.mchange.v2.log.MLog <clinit>
INFO: MLog clients using java 1.4+ standard logging.
Oct 21, 2017 9:38:51 PM com.mchange.v2.c3p0.C3P0Registry banner
INFO: Initializing c3p0-0.9.2.1 [built 20-March-2013 11:16:28 +0000; debug? true
; trace: 10]
2017-10-21 21:38:51.679:INFO::Started SelectChannelConnector@0.0.0.0:17178 START
ING
:END DISPLAY CONTENT:
What could be the problem ?
I am a new user of B4A.
I am having issues in implementing the RDC_Server RDC_Client feature. I have set up the RDC_Server and RDC_Client. Also downloaded the SQLLITE Driver as mentioned in Erel's post https://www.b4x.com/android/forum/threads/rdc-simple-way-to-create-your-own-back-end-database.31616/ . I have set up the appropriate config properties ....
Some doubts:
i) I presume that the file test.db will be created by the Application. There is no test.db in my machine.. Somebody please correct me if my understanding is wrong.
ii) I am getting the following error message in the LOG FILE:
Error: org.apache.http.conn.HttpHostConnectException: Connection to http://192.168.0.100:17178 refused
The output of RUNRLC bat shows:
:BEGIN DISPLAY CONTENT:
I:\..\RemoteDatabaseConnector>"C:\Program F
iles\Java\jdk1.8.0_11\bin\java" -Xmx256m -cp .;libs\*;jdbc_driver\* anywheresoft
ware.b4a.remotedatabase.RemoteServer
B4A Remote Database Connecter (version 0.9)
loading: I:\..\RemoteDatabaseConnector\conf
ig.properties
2017-10-21 21:38:51.352:INFO::jetty-7.4.2.v20110526
2017-10-21 21:38:51.381:INFO::started o.e.j.s.ServletContextHandler{/,null}
Oct 21, 2017 9:38:51 PM com.mchange.v2.log.MLog <clinit>
INFO: MLog clients using java 1.4+ standard logging.
Oct 21, 2017 9:38:51 PM com.mchange.v2.c3p0.C3P0Registry banner
INFO: Initializing c3p0-0.9.2.1 [built 20-March-2013 11:16:28 +0000; debug? true
; trace: 10]
2017-10-21 21:38:51.679:INFO::Started SelectChannelConnector@0.0.0.0:17178 START
ING
:END DISPLAY CONTENT:
What could be the problem ?