Now that the connection is working, I'm now getting an HTTP ERROR 500.
Private const rdcLink As String = "http://160.119.254.12:17178/rdc"
See the logs below:
Logger connected to: HUAWEI EML-L09
--------- beginning of system
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
*** mainpage: B4XPage_Created
*** mainpage: B4XPage_Appear
** Activity (main) Resume **
*** Service (httputils2service) Create ***
** Service (httputils2service) Start **
ResponseError. Reason: Server Error, Response: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).</title>
</head>
<body><h2>HTTP ERROR 500 java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).</h2>
<table>
<tr><th>URI:</th><td>/rdc</td></tr>
<tr><th>STATUS:</th><td>500</td></tr>
<tr><th>MESSAGE:</th><td>java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).</td></tr>
<tr><th>SERVLET:</th><td>anywheresoftware.b4j.object.JServlet-40a4337a</td></tr>
</table>
<hr/><a href="
https://eclipse.org/jetty">Powered by Jetty:// 11.0.9</a><hr/>
</body>
</html>
ERROR: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).</title>
</head>
<body><h2>HTTP ERROR 500 java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).</h2>
<table>
<tr><th>URI:</th><td>/rdc</td></tr>
<tr><th>STATUS:</th><td>500</td></tr>
<tr><th>MESSAGE:</th><td>java.sql.SQLException: Parameter index out of range (1 > number of parameters, which is 0).</td></tr>
<tr><th>SERVLET:</th><td>anywheresoftware.b4j.object.JServlet-40a4337a</td></tr>
</table>
<hr/><a href="
https://eclipse.org/jetty">Powered by Jetty:// 11.0.9</a><hr/>
</body>
</html>
** Activity (main) Pause event (activity is not paused). **
*** mainpage: B4XPage_Disappear [mainpage]