For some time, even though my app seems to be working, i keep getting this errors in Container System.out.err anytime i manipulate my PageableListView. What could make this happen in any wicket application
 
NotifyUtil::java.net.SocketException: Software caused connection abort: recv failed
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java :129)
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
        at java.io.BufferedInputStream.read(BufferedInputStream.java :313)
        at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:610)
        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:558)
        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java :575)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:974)
        at org.netbeans.modules.web.monitor.server.NotifyUtil$RecordSender.run(NotifyUtil.java:248)
 
 
Thanks
 
 
 
 

Visit my blog: Ayodeji Aladejebi's Blog | http://dabar.cowblock.net/
Community: Visit Cowblock.net
 

Reply via email to