List Info

Thread: - Remove stacktrace when SSLSocketB




- Remove stacktrace when SSLSocketB
country flaguser name
United States
2008-05-03 01:25:18
CLONE [JBREM-912] - Remove stacktrace when
SSLSocketBuilder.createSSLSocketFactory() fails
------------------------------------------------------------
------------------------------

                 Key: JBREM-976
                 URL: http://ji
ra.jboss.com/jira/browse/JBREM-976
             Project: JBoss Remoting
          Issue Type: Task
      Security Level: Public (Everyone can see)
    Affects Versions: 2.2.0.SP4
            Reporter: Ron Sigal
         Assigned To: Ron Sigal
            Priority: Minor
             Fix For: 2.2.2.SP7


Remoting is too noisy in places when
org.jboss.remoting.security.SSLSocketBuilder.createSSLSocket
Factory() fails.  In particular, 

  
org.jboss.remoting.transport.http.ssl.HTTPSClientInvoker.cre
ateSocketFactory()
  
org.jboss.remoting.transport.sslbisocket.BisocketClientInvok
er.createSocketFactory()
  
org.jboss.remoting.transport.sslbisocket.BisocketServerInvok
er.createSocketFactory()
  
org.jboss.remoting.transport.bisocket.SocketClientInvoker.cr
eateSocketFactory()

print stacktraces at ERROR log level.  It would be better if
they just printed a message at ERROR level and saved the
stacktrace for DEBUG level.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

- Remove stacktrace when SSLSocketB
country flaguser name
United States
2008-05-03 01:26:20
     [ 
http://jira.jboss.com/jira/browse/JBREM-976?page=all ]

Ron Sigal updated JBREM-976:
----------------------------

        Fix Version/s: 2.4.0.GA
                           (was: 2.2.2.SP7)
    Affects Version/s: 2.4.0.CR2
                           (was: 2.2.0.SP4)

> CLONE [JBREM-912] - Remove stacktrace when
SSLSocketBuilder.createSSLSocketFactory() fails
>
------------------------------------------------------------
------------------------------
>
>                 Key: JBREM-976
>                 URL: http://ji
ra.jboss.com/jira/browse/JBREM-976
>             Project: JBoss Remoting
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.4.0.CR2
>            Reporter: Ron Sigal
>         Assigned To: Ron Sigal
>            Priority: Minor
>             Fix For: 2.4.0.GA
>
>
> Remoting is too noisy in places when
org.jboss.remoting.security.SSLSocketBuilder.createSSLSocket
Factory() fails.  In particular, 
>   
org.jboss.remoting.transport.http.ssl.HTTPSClientInvoker.cre
ateSocketFactory()
>   
org.jboss.remoting.transport.sslbisocket.BisocketClientInvok
er.createSocketFactory()
>   
org.jboss.remoting.transport.sslbisocket.BisocketServerInvok
er.createSocketFactory()
>   
org.jboss.remoting.transport.bisocket.SocketClientInvoker.cr
eateSocketFactory()
> print stacktraces at ERROR log level.  It would be
better if they just printed a message at ERROR level and
saved the stacktrace for DEBUG level.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

- Remove stacktrace when SSLSocke
country flaguser name
United States
2008-05-09 18:56:22
    [ http://jira.jboss.com/jira/browse/JBREM
-976?page=comments#action_12412389 ] 
            
Ron Sigal commented on JBREM-976:
---------------------------------

org.jboss.remoting.transport.bisocket.SocketClientInvoker.cr
eateSocketFactory() 

should be

org.jboss.remoting.transport.sslsocket.SSLSocketClientInvoke
r.createSocketFactory() 

> CLONE [JBREM-912] - Remove stacktrace when
SSLSocketBuilder.createSSLSocketFactory() fails
>
------------------------------------------------------------
------------------------------
>
>                 Key: JBREM-976
>                 URL: http://ji
ra.jboss.com/jira/browse/JBREM-976
>             Project: JBoss Remoting
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.4.0.CR2
>            Reporter: Ron Sigal
>         Assigned To: Ron Sigal
>            Priority: Minor
>             Fix For: 2.4.0.GA
>
>
> Remoting is too noisy in places when
org.jboss.remoting.security.SSLSocketBuilder.createSSLSocket
Factory() fails.  In particular, 
>   
org.jboss.remoting.transport.http.ssl.HTTPSClientInvoker.cre
ateSocketFactory()
>   
org.jboss.remoting.transport.sslbisocket.BisocketClientInvok
er.createSocketFactory()
>   
org.jboss.remoting.transport.sslbisocket.BisocketServerInvok
er.createSocketFactory()
>   
org.jboss.remoting.transport.bisocket.SocketClientInvoker.cr
eateSocketFactory()
> print stacktraces at ERROR log level.  It would be
better if they just printed a message at ERROR level and
saved the stacktrace for DEBUG level.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

- Remove stacktrace when SSLSocketBu
country flaguser name
United States
2008-05-09 18:58:21
     [ 
http://jira.jboss.com/jira/browse/JBREM-976?page=all ]

Ron Sigal closed JBREM-976.
---------------------------

    Resolution: Done

 In each method,

         log.error("Error creating SSL Socket Factory
for client invoker.", e);

has been replaced by

         log.error("Error creating SSL Socket Factory
for client invoker: " + e.getMessage());
         log.debug("Error creating SSL Socket Factory
for client invoker.", e);



> CLONE [JBREM-912] - Remove stacktrace when
SSLSocketBuilder.createSSLSocketFactory() fails
>
------------------------------------------------------------
------------------------------
>
>                 Key: JBREM-976
>                 URL: http://ji
ra.jboss.com/jira/browse/JBREM-976
>             Project: JBoss Remoting
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.4.0.CR2
>            Reporter: Ron Sigal
>         Assigned To: Ron Sigal
>            Priority: Minor
>             Fix For: 2.4.0.GA
>
>
> Remoting is too noisy in places when
org.jboss.remoting.security.SSLSocketBuilder.createSSLSocket
Factory() fails.  In particular, 
>   
org.jboss.remoting.transport.http.ssl.HTTPSClientInvoker.cre
ateSocketFactory()
>   
org.jboss.remoting.transport.sslbisocket.BisocketClientInvok
er.createSocketFactory()
>   
org.jboss.remoting.transport.sslbisocket.BisocketServerInvok
er.createSocketFactory()
>   
org.jboss.remoting.transport.bisocket.SocketClientInvoker.cr
eateSocketFactory()
> print stacktraces at ERROR log level.  It would be
better if they just printed a message at ERROR level and
saved the stacktrace for DEBUG level.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira

        
_______________________________________________
jboss-jira mailing list
jboss-jiralists.jboss.org
h
ttps://lists.jboss.org/mailman/listinfo/jboss-jira

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )