NPE in TCPProxy
---------------
Key: CDV-423
URL: https://jira.terracotta.org/jira//browse/CDV-423
Project: Community Development
Issue Type: Bug
Components: Sample Apps
Reporter: Tim Eck
Assignee: Issue Review Board
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.<init>(Socket.java:358)
at java.net.Socket.<init>(Socket.java:208)
at com.tc.net.proxy.TCPProxy$Connection.<init>(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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev