Hi All,
I tried to implement the JRDC2 implementation of Erel in one program.
The implementation of Erel is in the below URL:
I get the following error:
ResponseError. Reason: java.net.UnknownServiceException: CLEARTEXT communication to 192.168.0.101 not permitted by network security policy, Response:
ERROR: java.net.UnknownServiceException: CLEARTEXT communication to 192.168.0.101 not permitted by network security policy
ResponseError. Reason: java.net.UnknownServiceException: CLEARTEXT communication to 192.168.0.101 not permitted by network security policy, Response:
ERROR: java.net.UnknownServiceException: CLEARTEXT communication to 192.168.0.101 not permitted by network security policy
I have done the folllowing:
1) Opened 17178 port on my PC firewall (both INBOUND and OUTBOUND)
2) My JRDC2 server is running successfully.
Issue 1) However I am unable to fetch any data on the B4A application.
Issue 2) Hence I attempted to directly compile it to the device and try it from there but I am getting the above error message which I typed above.
Issue 3) I made the entry
android:usesCleartextTraffic="true" in the Androidmanifest.xml in the 'Objects' folder of my application and recompiled it successfully.
However, when I again open my Androidmanifest.xml file , it DOES NOT show the entry ..
So , is the Androidmanifest.xml being picked up from somewhere else everytime the compilation is being done by the IDE .. If so , from where ?
Please help..
I tried to implement the JRDC2 implementation of Erel in one program.
The implementation of Erel is in the below URL:
[B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector)
RDC is a middleware server that makes it simple to safely connect clients and remote SQL database servers. jRDC2 is the latest version. All new projects should use this version. jRDC2 is made of two components: - B4J server. The server receives the requests from the clients, issues the SQL...
www.b4x.com
I get the following error:
ResponseError. Reason: java.net.UnknownServiceException: CLEARTEXT communication to 192.168.0.101 not permitted by network security policy, Response:
ERROR: java.net.UnknownServiceException: CLEARTEXT communication to 192.168.0.101 not permitted by network security policy
ResponseError. Reason: java.net.UnknownServiceException: CLEARTEXT communication to 192.168.0.101 not permitted by network security policy, Response:
ERROR: java.net.UnknownServiceException: CLEARTEXT communication to 192.168.0.101 not permitted by network security policy
I have done the folllowing:
1) Opened 17178 port on my PC firewall (both INBOUND and OUTBOUND)
2) My JRDC2 server is running successfully.
Issue 1) However I am unable to fetch any data on the B4A application.
Issue 2) Hence I attempted to directly compile it to the device and try it from there but I am getting the above error message which I typed above.
Issue 3) I made the entry
android:usesCleartextTraffic="true" in the Androidmanifest.xml in the 'Objects' folder of my application and recompiled it successfully.
However, when I again open my Androidmanifest.xml file , it DOES NOT show the entry ..
So , is the Androidmanifest.xml being picked up from somewhere else everytime the compilation is being done by the IDE .. If so , from where ?
Please help..