Let's see if I can explain what is happening.
- I md doing some tests with a small NON-UI app.
- This app acts as a server and receives a string from clients trough port 51042.
- A MYSQLquery is build from the parameters in the String.
-The query is forwarded via PostString to a remote HTTPS server to a PHP script. (I'm using OKhttpUTILS2_NONUI V2.30)
- This remote PHP receives the query and inserts data in the database.
- The app send and OK or a Fail message to the client via the servlet response.
Now...All this works perfectly in my windows 10 machine. I can do it 100 times..No fail
However when I upload the jar to a UbuntuServer in Azure,
String is received..Query is sent to remote PHP and inserted in the database...But the JobDone related to the postString is never reached (Well very ocasionaly it happens...maybe twice in 100 tries).
As I said, in the windows Machine No problems.
What can be the mystery or what am I doing that does not works under Linux ?
Many thanks
- I md doing some tests with a small NON-UI app.
- This app acts as a server and receives a string from clients trough port 51042.
- A MYSQLquery is build from the parameters in the String.
-The query is forwarded via PostString to a remote HTTPS server to a PHP script. (I'm using OKhttpUTILS2_NONUI V2.30)
- This remote PHP receives the query and inserts data in the database.
- The app send and OK or a Fail message to the client via the servlet response.
Now...All this works perfectly in my windows 10 machine. I can do it 100 times..No fail
However when I upload the jar to a UbuntuServer in Azure,
String is received..Query is sent to remote PHP and inserted in the database...But the JobDone related to the postString is never reached (Well very ocasionaly it happens...maybe twice in 100 tries).
As I said, in the windows Machine No problems.
What can be the mystery or what am I doing that does not works under Linux ?
Many thanks
Last edited: