Hi all<br><br>&nbsp;&nbsp; I am extremely sorry if I am doing a wrong thing but i just thought to put a mail to this mailing list because I think u all can help me. I have installed ejabberd chat server in my laptop and I use JSJAC javascript library and its example client. The example client works fine when I run it on my computer but the problem occurs when I try to connect to the ejabberd server on my computer through the JSJAC simple client which is hosted in my computer example from another computer<br>
<br>the error is<br><br><b>[Exception... &quot;Component returned failure code: 0xc1f30001
(NS_ERROR_NOT_INITIALIZED) [nsIXMLHttpRequest.send]&quot; nsresult:
&quot;0xc1f30001 (NS_ERROR_NOT_INITIALIZED)&quot; location: &quot;JS frame ::
<a href="http://192.168.0.106/JSJAC/jsjac.js" target="_blank">http://192.168.0.106/JSJAC/jsjac.js</a> :: anonymous :: line 224&quot; data: no]</b> - did not match any documents.  
<br><br>my apache redirection is<br><br><b>&lt;VirtualHost *&gt;<br>&nbsp; ServerName nishantha-lsf<br>&nbsp; DocumentRoot /var/www/www<br>&nbsp; &lt;Directory /var/www/www/JSJAC/examples&gt;<br>&nbsp;&nbsp; Options&nbsp; +Indexes +MultiViews<br>&nbsp; &lt;/Directory&gt;<br>
&nbsp; AddDefaultCharset UTF-8<br>&nbsp; RewriteEngine on<br>&nbsp;RewriteRule ^/http-bind/ <a href="http://localhost:5280/http-bind/">http://localhost:5280/http-bind/</a> [P]<br>&lt;/VirtualHost&gt;</b><br><br>and I have allowed following IPs<br>
<b>&lt;Proxy *&gt;<br>Order deny,allow<br>Deny from all<br>Allow from 192.168.0<br>Allow from <a href="http://127.0.0.1">127.0.0.1</a><br>&lt;/Proxy&gt;</b><br><br>I am trying to connect from <a href="http://192.168.0.101">192.168.0.101</a> to my computer which is <a href="http://192.168.0.106">192.168.0.106</a><br>
<br>Please somebody give me some help to solve this problem.<br><br>cheers <br>nishantha<br>