Android Question [SOLVED] JRDC2 error after Java Update

makis_best

Well-Known Member
Licensed User
Longtime User
Hi all

I have one project using JRDC2 and Android as clients.
Jrdc2 is on a Windows Server and Microsoft SQL
The project was working fine for many months until yesterday Java update by it self.

Then my connection stop working.

If I run JRDC2 on my client computer through B4J, connection is working fine.
From my browser on my client computer I get
B4X:
http://localhost:17178/test
Then I get correct
RemoteServer is running (05/10/2021 11:02:27)
Connection successful.

But if i try to connect to my Windows Server with JRDC2 running I get
B4X:
http://192.168.1.2:17178/test
Then I get
RemoteServer is running (05/10/2021 11:14:06)
Error fetching connection.

Why that happen?

Any idea?
 
Top