<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic JBoss - Java error? in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/jboss-java-error/m-p/475439#M8913</link>
    <description>&lt;P&gt;We managed to get the CSS units up and running and I am just using TCP as my application keepalive type. However, our servers that are behind the CSS boxes are getting this error message every few seconds. Anyone with any insight? Should I change teh keepalive type to something that suits Java a little better???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;09:48:09,147 ERROR [PoolTcpEndpoint] Socket error caused by remote host /10.99.72.100&lt;/P&gt;&lt;P&gt;java.net.SocketException: Invalid argument&lt;/P&gt;&lt;P&gt;        at java.net.PlainSocketImpl.socketSetOption(Native Method)&lt;/P&gt;&lt;P&gt;        at java.net.PlainSocketImpl.setOption(PlainSocketImpl.java:264)&lt;/P&gt;&lt;P&gt;        at java.net.Socket.setTcpNoDelay(Socket.java:826)&lt;/P&gt;&lt;P&gt;        at org.apache.tomcat.util.net.PoolTcpEndpoint.setSocketOptions(PoolTcpEndpoint.java:503)&lt;/P&gt;&lt;P&gt;        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:515)&lt;/P&gt;&lt;P&gt;        at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)&lt;/P&gt;&lt;P&gt;        at java.lang.Thread.run(Thread.java:595)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2005 17:07:29 GMT</pubDate>
    <dc:creator>jcotter</dc:creator>
    <dc:date>2005-06-16T17:07:29Z</dc:date>
    <item>
      <title>JBoss - Java error?</title>
      <link>https://community.cisco.com/t5/application-networking/jboss-java-error/m-p/475439#M8913</link>
      <description>&lt;P&gt;We managed to get the CSS units up and running and I am just using TCP as my application keepalive type. However, our servers that are behind the CSS boxes are getting this error message every few seconds. Anyone with any insight? Should I change teh keepalive type to something that suits Java a little better???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;09:48:09,147 ERROR [PoolTcpEndpoint] Socket error caused by remote host /10.99.72.100&lt;/P&gt;&lt;P&gt;java.net.SocketException: Invalid argument&lt;/P&gt;&lt;P&gt;        at java.net.PlainSocketImpl.socketSetOption(Native Method)&lt;/P&gt;&lt;P&gt;        at java.net.PlainSocketImpl.setOption(PlainSocketImpl.java:264)&lt;/P&gt;&lt;P&gt;        at java.net.Socket.setTcpNoDelay(Socket.java:826)&lt;/P&gt;&lt;P&gt;        at org.apache.tomcat.util.net.PoolTcpEndpoint.setSocketOptions(PoolTcpEndpoint.java:503)&lt;/P&gt;&lt;P&gt;        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:515)&lt;/P&gt;&lt;P&gt;        at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)&lt;/P&gt;&lt;P&gt;        at java.lang.Thread.run(Thread.java:595)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2005 17:07:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/jboss-java-error/m-p/475439#M8913</guid>
      <dc:creator>jcotter</dc:creator>
      <dc:date>2005-06-16T17:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: JBoss - Java error?</title>
      <link>https://community.cisco.com/t5/application-networking/jboss-java-error/m-p/475440#M8914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;seems as if your server has sort of a problem establishing a connection with the CSS. This is might be because the CSS only openes the port and immediatelly closes it again.&lt;/P&gt;&lt;P&gt;java.net.SocketException: Invalid argument &lt;/P&gt;&lt;P&gt;(connecting to a different host) The server is not running (nobody is listening on the specified port). &lt;/P&gt;&lt;P&gt;(connecting to a different host) The host is not reachable. (see &lt;A class="jive-link-custom" href="http://www.innovation.ch/java/HTTPClient/errors.html" target="_blank"&gt;http://www.innovation.ch/java/HTTPClient/errors.html&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;I found some other postings in the Web stating such errors with apache...&lt;/P&gt;&lt;P&gt;Have you tried to setup a direct telnet connection to the port from your PC? What's the result of this?&lt;/P&gt;&lt;P&gt;If the server is running a http port have you tried the keepalive head?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 15:47:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/jboss-java-error/m-p/475440#M8914</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-06-20T15:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: JBoss - Java error?</title>
      <link>https://community.cisco.com/t5/application-networking/jboss-java-error/m-p/475441#M8915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After doing some packet sniffing we discovered that the problem was that the CSS devices were doing what they were supposed to be doing with their TCP keepalives. The server hated that there was just a TCP connection opened every few seconds and no business transacted. I changed the keepalive type to http and wham-o, no more problems. Thanks for the response, however.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2005 18:16:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/jboss-java-error/m-p/475441#M8915</guid>
      <dc:creator>jcotter</dc:creator>
      <dc:date>2005-06-20T18:16:47Z</dc:date>
    </item>
  </channel>
</rss>

