Dear friends,
Let me explain the setup first:
1)I have a MySQL server running on a remote PC (Windows 10) and mosquitto service on the same machine (let us call it server)
2) A central user interface shows the node data (written in B4J) on the same server
3) Nodes connected via wifi in same network transmit data using MQTT to the server. MQTT works fine,
4)A client program (also written in B4J) and connected on the same network is expected to show the node data too. It receives the messages properly.
Problem: However when the client tries to access the node information ( not the data) from the server , I get an error: ConnectionisClosed: No operations allowed after connection is closed.
I cannot attach the error logs directly because the setup is located on the user premises. But I have attached the screen shots (apologies for the same)
Previously the client was working fine.
Let me explain the setup first:
1)I have a MySQL server running on a remote PC (Windows 10) and mosquitto service on the same machine (let us call it server)
2) A central user interface shows the node data (written in B4J) on the same server
3) Nodes connected via wifi in same network transmit data using MQTT to the server. MQTT works fine,
4)A client program (also written in B4J) and connected on the same network is expected to show the node data too. It receives the messages properly.
Problem: However when the client tries to access the node information ( not the data) from the server , I get an error: ConnectionisClosed: No operations allowed after connection is closed.
I cannot attach the error logs directly because the setup is located on the user premises. But I have attached the screen shots (apologies for the same)
Previously the client was working fine.