thomas wrote:
We are getting the following stacktrace with httpclient4.0Beta1:

java.lang.IllegalArgumentException: Socket not created by this factory.
        at 
org.apache.http.conn.scheme.PlainSocketFactory.isSecure(PlainSocketFactory.java:153)
        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:136)

        at 
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)

Although the Socket has been created by PlainSocketFactory it seems Introscope 
does some magic and change it to a
com.wily.introscope.agent.probe.net.ManagedSocket so that we get
sock.getClass() != Socket.class  .


Is this strict check really necessary?


No, it does not. Please open a JIRA for this issue and I'll get it fixed.

Oleg


Regards,

Thomas Effing

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to