• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • Sample Apps
  • hhuynh
  • Reporter: teck
  • September 20, 2007
  • 0
  • Watchers: 0
  • October 04, 2007
  • September 26, 2007

Description

TCPProxy is used for some of the spring demos that are part of the kit. I’m pretty sure this NPE is the net effect of a failed hostname resolution for the endpoints

java.lang.NullPointerException at java.net.Socket.(Socket.java:358) at java.net.Socket.(Socket.java:208) at com.tc.net.proxy.TCPProxy$Connection.(TCPProxy.java:428) at com.tc.net.proxy.TCPProxy.run(TCPProxy.java:239) at com.tc.net.proxy.TCPProxy.access$000(TCPProxy.java:29) at com.tc.net.proxy.TCPProxy$1.run(TCPProxy.java:119) at java.lang.Thread.run(Thread.java:619)

Comments