JV,
The issue here is that you have 127.0.0.1 as the IP address for the JUDP interface for Node Communications. This is invalid (and should probably be checked for). 127.0.0.1 is the loopback address. Node Communications is for communicating with other JAUS Node Entities on your subsystem. If you do not need Node communications (I would suspect from your configuration that you do not) then set the value for Enabled to False under the Node_Communications heading.
Therefore I suggest the following block:
| Code: |
[Node_Communications]
Enabled: false
#JUDP_Interface: true
#JUDP_IP_Address:
#JAUS_OPC_UDP_Interface: true
#JAUS_OPC_UDP_IP_Address:
|