The RDC server is listening to the correct port and is accessible. The error means that RDC wasn't able to connect to the database. Maybe the database server isn't running properly?
Thanks for your replied.
I am pretty sure that database server is running properly cause I can connect it via Windows app.
Is that an error from RDC or firebird JDBC?
Btw, on Windows, I am using JDK 1.6, on CentOS, using JDK 1.7 also CentOS is running in Virtualbox. Could it be this is the reason?
I think, RDC couldn't find the ip address of database server.
Here are the error when trying to run RDC via terminal :
==================================
[root@CentOs63-2 b4a-rdc]# cd /home/admin/b4a-rdc
[root@CentOs63-2 b4a-rdc]# java -Xmx256m -cp .:/home/admin/b4a-rdc/libs/*:/home/admin/b4a-rdc/jdbc_driver/* anywheresoftware.b4a.remotedatabase.RemoteServer
B4A Remote Database Connecter (version 0.9)
loading: /home/admin/b4a-rdc/config.properties
2014-04-10 23:34:46.687:INFO::jetty-7.4.2.v20110526
2014-04-10 23:34:46.720:INFO::started o.e.j.s.ServletContextHandler{/,null}
Apr 10, 2014 11:34:46 PM com.mchange.v2.log.MLog <clinit>
INFO: MLog clients using java 1.4+ standard logging.
Apr 10, 2014 11:34:46 PM com.mchange.v2.uid.UidUtils generateVmId
INFO: Failed to get local InetAddress for VMID. This is unlikely to matter. At all. We'll add some extra randomness
java.net.UnknownHostException: CentOs63-2: CentOs63-2
at java.net.InetAddress.getLocalHost(InetAddress.java:1426)
at com.mchange.v2.uid.UidUtils.generateVmId(UidUtils.java:70)
at com.mchange.v2.uid.UidUtils.<clinit>(UidUtils.java:54)
at com.mchange.v2.c3p0.impl.C3P0ImplUtils.<clinit>(C3P0ImplUtils.java:122)
at com.mchange.v2.c3p0.impl.PoolBackedDataSourceBase.<init>