Welcome, Guest

Node Manager Error in Linux
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Node Manager Error in Linux
#105
Node Manager Error in Linux 8 Months, 3 Weeks ago  
Hi!

I get following error message when running NM in Linux "ERROR (( virtual bool JausNodeCommunicationManager::recieveJausMessage(JausMessageStruct*, JausTranspostInterface*):305): Message recieved from NodeInterface that is from my node!". nodeManager.conf -file is here:

# This subsection defines the JAUS characteristics of the node
[JAUS]
SubsystemId: 11
NodeId: 22
Subsystem_Identification: OJLinuxSubsystem
Node_Identification: OJLinuxNode

# This subsection defines the interfaces and their options for component communication
[Component_Communications]
JAUS_OPC_UDP_Interface: true
OpenJAUS_UDP_Interface: true

# This subsection defines the interfaces and their options for node communication
[Node_Communications]
Enabled: true
JUDP_Interface: true
JUDP_IP_Address: 127.0.0.1
#JAUS_OPC_UDP_Interface: true
#JAUS_OPC_UDP_IP_Address:

# This subsection defines the interfaces and their options for subsystem communication
[Subsystem_Communications]
Enabled: true
#JUDP_Interface: true
#JUDP_IP_Address: 130.188.115.65
JAUS_OPC_UDP_Interface: true
JAUS_OPC_UDP_IP_Address: 130.188.115.65

I'm little bit confused because with this .conf-file NM work fine in Windows. Any idea what could be wrong???

-JV
Vuorivirta
OpenJAUS User
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#106
Re:Node Manager Error in Linux 8 Months, 3 Weeks ago  
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: 

kentd
Go Gators!
Admin
Posts: 61
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Draco098 Lights Out Photography Draco098 Draco098 Draco098 Location: Charlotte, NC Birthday: 09/20
The administrator has disabled public write access.
There's 10 types of people in the world; those that understand binary and those that don't.
 
Go to topPage: 1
Copyright © 2010 OpenJAUS. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.