Hi all<br><br> 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... "Component returned failure code: 0xc1f30001
(NS_ERROR_NOT_INITIALIZED) [nsIXMLHttpRequest.send]" nsresult:
"0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "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" data: no]</b> - did not match any documents.
<br><br>my apache redirection is<br><br><b><VirtualHost *><br> ServerName nishantha-lsf<br> DocumentRoot /var/www/www<br> <Directory /var/www/www/JSJAC/examples><br> Options +Indexes +MultiViews<br> </Directory><br>
AddDefaultCharset UTF-8<br> RewriteEngine on<br> RewriteRule ^/http-bind/ <a href="http://localhost:5280/http-bind/">http://localhost:5280/http-bind/</a> [P]<br></VirtualHost></b><br><br>and I have allowed following IPs<br>
<b><Proxy *><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></Proxy></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>