Hi All,
I tried to implement the JRDC2 implementation of Erel in one program.
The implementation of Erel is in the below URL:
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..
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)
New version: https://www.b4x.com/android/forum/threads/b4x-jrdc-3-remote-database-connector.171345/ 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...
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..