<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Re: [JDEV] Problems with a Jabber client written in Java (It works on NT  but not on Linux)</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Courier New">David,</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Thank you for your response. I am using the Sun JDK 1.2.2. It seems to be something going on at the socket layer. I am able send the client initializing info to the server but I don't get a response back from the server. Do you know if any one has written and run a Java Jabber client on Linux??</FONT></P>

<P><FONT SIZE=2 FACE="Courier New">Aubrey</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Date: Tue, 29 May 2001 10:51:34 -0600</FONT>
<BR><FONT SIZE=2 FACE="Courier New">From: David Waite &lt;dwaite@jabber.com&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">To: jdev@jabber.org</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Subject: Re: [JDEV] Problems with a Jabber client written in Java (It works on NT </FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp;butnot on Linux)</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Reply-To: jdev@jabber.org</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Courier New">--------------979D3A411159C0D2161D6EB7</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Content-Type: text/plain; charset=us-ascii</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Content-Transfer-Encoding: 7bit</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">The only thing which comes to mind right off the bat is that Redhat</FONT>
<BR><FONT SIZE=2 FACE="Courier New">installed kaffe, and it is being used instead of Sun's JDK. I have never</FONT>
<BR><FONT SIZE=2 FACE="Courier New">done testing with JabberBeans on kaffe.</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">-David Waite</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&quot;Jackson, Aubrey&quot; wrote:</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; Hello to the group,</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have a problem with a Java client that I have written and</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; was wondering if anyone else had run across a similar situation. As</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; mentioned in the subject line the client is written in Java. It uses</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; the JabberBeans framework (0.9.0-pre4) APIs as the basis for</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; communication with a Jabber server. The client works fine when run on</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; the WindowsNT 4.0 operating system. However, when run on Red Hat Linux</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; 6.2 the client is never connected to the server. The client sends the</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; correct username and password to the appropriate server but never</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; receives a connection notification from the server. No packets from</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; the server are ever received by my client after my client sends the</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; authentication packet. Has anyone else seen this type of problem?</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; Thank you</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&gt; Aubrey</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">--------------979D3A411159C0D2161D6EB7</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Content-Type: text/html; charset=us-ascii</FONT>
<BR><FONT SIZE=2 FACE="Courier New">Content-Transfer-Encoding: 7bit</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&lt;!doctype html public &quot;-//w3c//dtd html 4.0 transitional//en&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&lt;html&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">The only thing which comes to mind right off the bat is that Redhat installed</FONT>
<BR><FONT SIZE=2 FACE="Courier New">kaffe, and it is being used instead of Sun's JDK. I have never done testing</FONT>
<BR><FONT SIZE=2 FACE="Courier New">with JabberBeans on kaffe.</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&lt;p&gt;-David Waite</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&lt;p&gt;&quot;Jackson, Aubrey&quot; wrote:</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&lt;blockquote TYPE=CITE&gt;&amp;nbsp;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&lt;p&gt;&lt;font face=&quot;Arial&quot;&gt;&lt;font size=-1&gt;Hello to the group,&lt;/font&gt;&lt;/font&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font face=&quot;Arial&quot;&gt;&lt;font size=-1&gt;I</FONT>
<BR><FONT SIZE=2 FACE="Courier New">have a problem with a Java client that I have written and was wondering</FONT>
<BR><FONT SIZE=2 FACE="Courier New">if anyone else had run across a similar situation. As mentioned in the</FONT>
<BR><FONT SIZE=2 FACE="Courier New">subject line the client is written in Java. It uses the JabberBeans framework</FONT>
<BR><FONT SIZE=2 FACE="Courier New">(0.9.0-pre4) APIs as the basis for communication with a Jabber server.</FONT>
<BR><FONT SIZE=2 FACE="Courier New">The client works fine when run on the WindowsNT 4.0 operating system. However,</FONT>
<BR><FONT SIZE=2 FACE="Courier New">when run on Red Hat Linux 6.2 the client is never connected to the server.</FONT>
<BR><FONT SIZE=2 FACE="Courier New">The client sends the correct username and password to the appropriate server</FONT>
<BR><FONT SIZE=2 FACE="Courier New">but never receives a connection notification from the server. No packets</FONT>
<BR><FONT SIZE=2 FACE="Courier New">from the server are ever received by my client after my client sends the</FONT>
<BR><FONT SIZE=2 FACE="Courier New">authentication packet. Has anyone else seen this type of problem?&lt;/font&gt;&lt;/font&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&lt;p&gt;&lt;font face=&quot;Arial&quot;&gt;&lt;font size=-1&gt;Thank you&lt;/font&gt;&lt;/font&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&lt;br&gt;&lt;font face=&quot;Arial&quot;&gt;&lt;font size=-1&gt;Aubrey&lt;/font&gt;&lt;/font&gt;&lt;/blockquote&gt;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&lt;/html&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">--------------979D3A411159C0D2161D6EB7--</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2 FACE="Courier New">--__--__--</FONT>
</P>

</BODY>
</HTML>