<!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 <dwaite@jabber.com></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"> 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">"Jackson, Aubrey" wrote:</FONT>
</P>
<P><FONT SIZE=2 FACE="Courier New">></FONT>
<BR><FONT SIZE=2 FACE="Courier New">></FONT>
<BR><FONT SIZE=2 FACE="Courier New">> Hello to the group,</FONT>
<BR><FONT SIZE=2 FACE="Courier New">></FONT>
<BR><FONT SIZE=2 FACE="Courier New">> I have a problem with a Java client that I have written and</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> was wondering if anyone else had run across a similar situation. As</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> mentioned in the subject line the client is written in Java. It uses</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> the JabberBeans framework (0.9.0-pre4) APIs as the basis for</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> communication with a Jabber server. The client works fine when run on</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> the WindowsNT 4.0 operating system. However, when run on Red Hat Linux</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> 6.2 the client is never connected to the server. The client sends the</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> correct username and password to the appropriate server but never</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> receives a connection notification from the server. No packets from</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> 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?</FONT>
<BR><FONT SIZE=2 FACE="Courier New">></FONT>
<BR><FONT SIZE=2 FACE="Courier New">> Thank you</FONT>
<BR><FONT SIZE=2 FACE="Courier New">> 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"><!doctype html public "-//w3c//dtd html 4.0 transitional//en"></FONT>
<BR><FONT SIZE=2 FACE="Courier New"><html></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"><p>-David Waite</FONT>
<BR><FONT SIZE=2 FACE="Courier New"><p>"Jackson, Aubrey" wrote:</FONT>
<BR><FONT SIZE=2 FACE="Courier New"><blockquote TYPE=CITE>&nbsp;</FONT>
<BR><FONT SIZE=2 FACE="Courier New"><p><font face="Arial"><font size=-1>Hello to the group,</font></font></FONT>
<BR><FONT SIZE=2 FACE="Courier New"><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font face="Arial"><font size=-1>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?</font></font></FONT>
<BR><FONT SIZE=2 FACE="Courier New"><p><font face="Arial"><font size=-1>Thank you</font></font></FONT>
<BR><FONT SIZE=2 FACE="Courier New"><br><font face="Arial"><font size=-1>Aubrey</font></font></blockquote></FONT>
<BR><FONT SIZE=2 FACE="Courier New"></html></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>