Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 54 by be.lietaus: Fix logging - errors are being logged in DEBUG level
http://code.google.com/p/jdiameter/issues/detail?id=54

What steps will reproduce the problem?
1. Configure a peer that is not accessible
2. Enable DEBUG logging

What is the expected output? What do you see instead?
Connection errors and etc. are being logged in DEBUG which is not appropriate in current situation.
I don't see a reason why this should be done intentionally.

What version of the product are you using? On what operating system?
1.5.0.FINAL, Linux/Windows


2014-02-13 19:16:11,342 DEBUG [FSM-SPeer{Uri=aaa://192.168.2.75:13868; State=null; con=null; incConnull }_1-0] [org.jdiameter.client.impl.controller.PeerImpl] Failure establishing connection.
org.jdiameter.client.api.io.TransportException: Cannot init transport:
at org.jdiameter.client.impl.transport.tcp.TCPClientConnection.connect(TCPClientConnection.java:111) at org.jdiameter.client.impl.controller.PeerImpl$ActionContext.connect(PeerImpl.java:665) at org.jdiameter.server.impl.fsm.PeerFSMImpl$3.processEvent(PeerFSMImpl.java:302) at org.jdiameter.client.impl.fsm.PeerFSMImpl$3.run(PeerFSMImpl.java:207)
        at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.ConnectException: Connection refused
        at sun.nio.ch.Net.connect0(Native Method)
        at sun.nio.ch.Net.connect(Net.java:465)
        at sun.nio.ch.Net.connect(Net.java:457)
        at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:670)
at org.jdiameter.client.impl.transport.tcp.TCPTransportClient.initialize(TCPTransportClient.java:109) at org.jdiameter.client.impl.transport.tcp.TCPClientConnection.connect(TCPClientConnection.java:107)
        ... 4 more

                
2014-02-13 19:18:41,579 DEBUG [FSM-SPeer{Uri=aaa://192.168.2.75:13868; State=null; con=null; incConnull }_3-2] [org.jdiameter.client.impl.controller.PeerImpl] Failure establishing connection.
org.jdiameter.client.api.io.TransportException: Cannot init transport:
at org.jdiameter.client.impl.transport.tcp.TCPClientConnection.connect(TCPClientConnection.java:111) at org.jdiameter.client.impl.controller.PeerImpl$ActionContext.connect(PeerImpl.java:665) at org.jdiameter.server.impl.fsm.PeerFSMImpl$4.processEvent(PeerFSMImpl.java:370) at org.jdiameter.client.impl.fsm.PeerFSMImpl$3.run(PeerFSMImpl.java:207)
        at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.ConnectException: Connection refused
        at sun.nio.ch.Net.connect0(Native Method)
        at sun.nio.ch.Net.connect(Net.java:465)
        at sun.nio.ch.Net.connect(Net.java:457)
        at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:670)
at org.jdiameter.client.impl.transport.tcp.TCPTransportClient.initialize(TCPTransportClient.java:109) at org.jdiameter.client.impl.transport.tcp.TCPClientConnection.connect(TCPClientConnection.java:107)
        ... 4 more

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to