I moved my site from a test laptop to a real Win 2012 R2 server and all is working fine EXCEPT for AppUpdater.
It worked perfectly on the laptop now I get the "Not Found" error from http response.
Tried it from the browser with same effect:
HTTP Status 404 - /apks/rd.txt
type Status report
message /apks/rd.txt
description The requested resource is not available.
Apache Tomcat/8.0.14
RDC works great along with a B4J server running in a jar that sends files from the device to the server (bitmaps and PDF's) as per Erel's example. The same base IP is used for RDC as it is for AppUpdater. I have tried with and without the :8080. Without I get "Refused". WEith I get "Not Found".
I have been researching and testing all day to no avail. Strange days indeed...
Debug results...
It worked perfectly on the laptop now I get the "Not Found" error from http response.
Tried it from the browser with same effect:
HTTP Status 404 - /apks/rd.txt
type Status report
message /apks/rd.txt
description The requested resource is not available.
Apache Tomcat/8.0.14
RDC works great along with a B4J server running in a jar that sends files from the device to the server (bitmaps and PDF's) as per Erel's example. The same base IP is used for RDC as it is for AppUpdater. I have tried with and without the :8080. Without I get "Refused". WEith I get "Not Found".
I have been researching and testing all day to no avail. Strange days indeed...
Debug results...
B4X:
Path for file in Updateapk = http://10.131.3.84:8080/apks/rd.txt
My Current Version: 1.21
HTTP Service Error: Response Not Found
Job Name from HTTP: JobWebVNonly Tag: java.lang.Object@3015b18d err: Not Found
HTTP Service Error: Response Not Found
Job Name from HTTP: JobWebVNcompare Tag: java.lang.Object@3563bf42 err: Not Found
---- AppUpdating.JobDone --
JobName = JobWebVNonly, Success = false
Error: Not Found
error in httputils2
Running apk version: 1.21
Status: -100
JobService - Updated all log records to Sent ' my code for RDC sending data...