Hi,
I am trying to create a diameter server using the example classes and
started the server stack successfully, i also have a client running
which connects to the server and sends a request. I get the following
warnings in the log when the client-server interaction happens. Can
someone please help me with the following:
LOGS START ----------
22062 [main] INFO com.att.icdt.diameter.client.ExampleClient - Stack
is running.
22918 [main] INFO com.att.icdt.diameter.client.ExampleClient - Stack
initialization successfully completed.
28891 [main] DEBUG org.jdiameter.client.impl.controller.PeerTableImpl
- Send request MessageImpl{commandCode=686, flags=128} [destHost=aaa://
127.0.0.1:3868; destRealm=
exchange.example.org]
28892 [main] DEBUG org.jdiameter.client.impl.router.RouterImpl -
DestHost=aaa://
127.0.0.1:3868, DestRealm=
exchange.example.org
28894 [main] DEBUG org.jdiameter.client.impl.router.RouterImpl - Peer
by destination host avp [host=aaa://
127.0.0.1:3868,peer=null] has no
valid connection
28895 [main] DEBUG org.jdiameter.client.impl.router.RouterImpl -
Realm
exchange.example.org has avaliable following peers [aaa://
127.0.0.1:3868] from list [127.0.0.1]
28895 [main] DEBUG org.jdiameter.client.impl.controller.PeerTableImpl
- Selected peer aaa://
127.0.0.1:3868 for sending message
MessageImpl{commandCode=686, flags=128}
28897 [main] INFO com.att.icdt.diameter.client.ExampleClient -
Sending Request: 686
E2E:1942823605
HBH:1487929346
AppID:33333
28897 [main] INFO com.att.icdt.diameter.client.ExampleClient -
AVPS[8]:
28900 [main] WARN org.mobicents.diameter.dictionary.AvpDictionary -
AVP with code 263 and Vendor-Id 0 not present in dictionary!
28901 [main] WARN org.mobicents.diameter.dictionary.AvpDictionary -
AVP with code 264 and Vendor-Id 0 not present in dictionary!
28901 [main] WARN org.mobicents.diameter.dictionary.AvpDictionary -
AVP with code 296 and Vendor-Id 0 not present in dictionary!
28902 [main] WARN org.mobicents.diameter.dictionary.AvpDictionary -
AVP with code 258 and Vendor-Id 0 not present in dictionary!
28903 [main] WARN org.mobicents.diameter.dictionary.AvpDictionary -
AVP with code 283 and Vendor-Id 0 not present in dictionary!
28903 [main] WARN org.mobicents.diameter.dictionary.AvpDictionary -
AVP with code 293 and Vendor-Id 0 not present in dictionary!
28904 [main] WARN org.mobicents.diameter.dictionary.AvpDictionary -
AVP with code 888 and Vendor-Id 66666 not present in dictionary!
28905 [main] WARN org.mobicents.diameter.dictionary.AvpDictionary -
AVP with code 999 and Vendor-Id 66666 not present in dictionary!
28907 [FSM-aaa://127.0.0.1:3868-0] DEBUG
org.jdiameter.client.impl.fsm.PeerFSMImpl - Process event
Event{name:SEND_MSG_EVENT, key:null,
object:MessageImpl{commandCode=686, flags=128}}
28908 [FSM-aaa://127.0.0.1:3868-0] DEBUG
org.jdiameter.client.impl.controller.PeerImpl - Send message
MessageImpl{commandCode=686, flags=128} to peer aaa://
127.0.0.1:3868
28947 [TCPReader-3] DEBUG
org.jdiameter.client.impl.transport.tcp.TCPClientConnection -
Received message
28947 [TCPReader-3] DEBUG
org.jdiameter.client.impl.controller.PeerImpl - Receive message type
686 to peer aaa://
icdt.test.att.com:3868
28947 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.fsm.PeerFSMImpl - Process event
Event{name:RECEIVE_MSG_EVENT, key:null,
object:MessageImpl{commandCode=686, flags=0}}
28947 [FSM-aaa://127.0.0.1:3868-2] INFO
com.att.icdt.diameter.client.ExampleClient - Received Answer: 686
E2E:1942823605
HBH:1487929346
AppID:33333
28947 [FSM-aaa://127.0.0.1:3868-2] INFO
com.att.icdt.diameter.client.ExampleClient - AVPS[9]:
28947 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 263
and Vendor-Id 0 not present in dictionary!
28947 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 258
and Vendor-Id 0 not present in dictionary!
28947 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 264
and Vendor-Id 0 not present in dictionary!
28948 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 296
and Vendor-Id 0 not present in dictionary!
28948 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 268
and Vendor-Id 0 not present in dictionary!
28948 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 888
and Vendor-Id 66666 not present in dictionary!
28948 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 999
and Vendor-Id 66666 not present in dictionary!
28948 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 264
and Vendor-Id 0 not present in dictionary!
28948 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 296
and Vendor-Id 0 not present in dictionary!
28948 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.controller.PeerTableImpl - Send request
MessageImpl{commandCode=686, flags=128} [destHost=aaa://
127.0.0.1:3868; destRealm=
exchange.example.org]
28948 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.router.RouterImpl - DestHost=aaa://
127.0.0.1:3868, DestRealm=
exchange.example.org
28949 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.router.RouterImpl - Peer by destination
host avp [host=aaa://
127.0.0.1:3868,peer=null] has no valid
connection
28949 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.router.RouterImpl - Realm
exchange.example.org has avaliable following peers [aaa://
127.0.0.1:3868] from list [127.0.0.1]
28949 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.controller.PeerTableImpl - Selected peer
aaa://
127.0.0.1:3868 for sending message MessageImpl{commandCode=686,
flags=128}
28949 [FSM-aaa://127.0.0.1:3868-2] INFO
com.att.icdt.diameter.client.ExampleClient - Sending Request: 686
E2E:1942823607
HBH:1487929347
AppID:33333
28949 [FSM-aaa://127.0.0.1:3868-2] INFO
com.att.icdt.diameter.client.ExampleClient - AVPS[8]:
28949 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 263
and Vendor-Id 0 not present in dictionary!
28949 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 264
and Vendor-Id 0 not present in dictionary!
28949 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 296
and Vendor-Id 0 not present in dictionary!
28949 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 258
and Vendor-Id 0 not present in dictionary!
28949 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 283
and Vendor-Id 0 not present in dictionary!
28949 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 293
and Vendor-Id 0 not present in dictionary!
28949 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 888
and Vendor-Id 66666 not present in dictionary!
28949 [FSM-aaa://127.0.0.1:3868-2] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 999
and Vendor-Id 66666 not present in dictionary!
28949 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.fsm.PeerFSMImpl - Process event
Event{name:SEND_MSG_EVENT, key:null,
object:MessageImpl{commandCode=686, flags=128}}
28949 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.controller.PeerImpl - Send message
MessageImpl{commandCode=686, flags=128} to peer aaa://
127.0.0.1:3868
28951 [TCPReader-3] DEBUG
org.jdiameter.client.impl.transport.tcp.TCPClientConnection -
Received message
28951 [TCPReader-3] DEBUG
org.jdiameter.client.impl.controller.PeerImpl - Receive message type
686 to peer aaa://
icdt.test.att.com:3868
28952 [FSM-aaa://127.0.0.1:3868-0] DEBUG
org.jdiameter.client.impl.fsm.PeerFSMImpl - Process event
Event{name:RECEIVE_MSG_EVENT, key:null,
object:MessageImpl{commandCode=686, flags=0}}
28952 [FSM-aaa://127.0.0.1:3868-0] INFO
com.att.icdt.diameter.client.ExampleClient - Received Answer: 686
E2E:1942823607
HBH:1487929347
AppID:33333
28952 [FSM-aaa://127.0.0.1:3868-0] INFO
com.att.icdt.diameter.client.ExampleClient - AVPS[9]:
28952 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 263
and Vendor-Id 0 not present in dictionary!
28952 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 258
and Vendor-Id 0 not present in dictionary!
28952 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 264
and Vendor-Id 0 not present in dictionary!
28952 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 296
and Vendor-Id 0 not present in dictionary!
28952 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 268
and Vendor-Id 0 not present in dictionary!
28952 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 888
and Vendor-Id 66666 not present in dictionary!
28952 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 999
and Vendor-Id 66666 not present in dictionary!
28952 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 264
and Vendor-Id 0 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 296
and Vendor-Id 0 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-0] DEBUG
org.jdiameter.client.impl.controller.PeerTableImpl - Send request
MessageImpl{commandCode=686, flags=128} [destHost=aaa://
127.0.0.1:3868; destRealm=
exchange.example.org]
28953 [FSM-aaa://127.0.0.1:3868-0] DEBUG
org.jdiameter.client.impl.router.RouterImpl - DestHost=aaa://
127.0.0.1:3868, DestRealm=
exchange.example.org
28953 [FSM-aaa://127.0.0.1:3868-0] DEBUG
org.jdiameter.client.impl.router.RouterImpl - Peer by destination
host avp [host=aaa://
127.0.0.1:3868,peer=null] has no valid
connection
28953 [FSM-aaa://127.0.0.1:3868-0] DEBUG
org.jdiameter.client.impl.router.RouterImpl - Realm
exchange.example.org has avaliable following peers [aaa://
127.0.0.1:3868] from list [127.0.0.1]
28953 [FSM-aaa://127.0.0.1:3868-0] DEBUG
org.jdiameter.client.impl.controller.PeerTableImpl - Selected peer
aaa://
127.0.0.1:3868 for sending message MessageImpl{commandCode=686,
flags=128}
28953 [FSM-aaa://127.0.0.1:3868-0] INFO
com.att.icdt.diameter.client.ExampleClient - Sending Request: 686
E2E:1942823609
HBH:1487929348
AppID:33333
28953 [FSM-aaa://127.0.0.1:3868-0] INFO
com.att.icdt.diameter.client.ExampleClient - AVPS[8]:
28953 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 263
and Vendor-Id 0 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 264
and Vendor-Id 0 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 296
and Vendor-Id 0 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 258
and Vendor-Id 0 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 283
and Vendor-Id 0 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 293
and Vendor-Id 0 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 888
and Vendor-Id 66666 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 999
and Vendor-Id 66666 not present in dictionary!
28953 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.fsm.PeerFSMImpl - Process event
Event{name:SEND_MSG_EVENT, key:null,
object:MessageImpl{commandCode=686, flags=128}}
28954 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.controller.PeerImpl - Send message
MessageImpl{commandCode=686, flags=128} to peer aaa://
127.0.0.1:3868
28955 [TCPReader-3] DEBUG
org.jdiameter.client.impl.transport.tcp.TCPClientConnection -
Received message
28955 [TCPReader-3] DEBUG
org.jdiameter.client.impl.controller.PeerImpl - Receive message type
686 to peer aaa://
icdt.test.att.com:3868
28955 [FSM-aaa://127.0.0.1:3868-0] DEBUG
org.jdiameter.client.impl.fsm.PeerFSMImpl - Process event
Event{name:RECEIVE_MSG_EVENT, key:null,
object:MessageImpl{commandCode=686, flags=0}}
28955 [FSM-aaa://127.0.0.1:3868-0] INFO
com.att.icdt.diameter.client.ExampleClient - Received Answer: 686
E2E:1942823609
HBH:1487929348
AppID:33333
28955 [FSM-aaa://127.0.0.1:3868-0] INFO
com.att.icdt.diameter.client.ExampleClient - AVPS[9]:
28956 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 263
and Vendor-Id 0 not present in dictionary!
28956 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 258
and Vendor-Id 0 not present in dictionary!
28956 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 264
and Vendor-Id 0 not present in dictionary!
28956 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 296
and Vendor-Id 0 not present in dictionary!
28956 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 268
and Vendor-Id 0 not present in dictionary!
28956 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 888
and Vendor-Id 66666 not present in dictionary!
28956 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 999
and Vendor-Id 66666 not present in dictionary!
28956 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 264
and Vendor-Id 0 not present in dictionary!
28956 [FSM-aaa://127.0.0.1:3868-0] WARN
org.mobicents.diameter.dictionary.AvpDictionary - AVP with code 296
and Vendor-Id 0 not present in dictionary!
58010 [TCPReader-3] DEBUG
org.jdiameter.client.impl.transport.tcp.TCPClientConnection -
Received message
58011 [TCPReader-3] DEBUG
org.jdiameter.client.impl.controller.PeerImpl - Receive message type
280 to peer aaa://
icdt.test.att.com:3868
58011 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.fsm.PeerFSMImpl - Process event
Event{name:DWR_EVENT, key:aaa://
icdt.test.att.com:3868,
object:MessageImpl{commandCode=280, flags=128}}
58011 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.controller.PeerImpl - Send DWA message
58011 [FSM-aaa://127.0.0.1:3868-2] DEBUG
org.jdiameter.client.impl.controller.PeerImpl - Send message
MessageImpl{commandCode=280, flags=0} to peer aaa://
127.0.0.1:3868
LOGS END -----
i am very new to diameter and hence apologize if i have missed
something obvious here.
Thanks
Rajesh