[jdev] Component returned failure code:
Nishantha Pradeep
nishantha at bcsc.lk
Tue Jun 10 06:08:13 CDT 2008
Hi all
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
the error is
*[Exception... "Component returned failure code: 0xc1f30001
(NS_ERROR_NOT_INITIALIZED) [nsIXMLHttpRequest.send]" nsresult: "0xc1f30001
(NS_ERROR_NOT_INITIALIZED)" location: "JS frame ::
http://192.168.0.106/JSJAC/jsjac.js :: anonymous :: line 224" data: no]* -
did not match any documents.
my apache redirection is
*<VirtualHost *>
ServerName nishantha-lsf
DocumentRoot /var/www/www
<Directory /var/www/www/JSJAC/examples>
Options +Indexes +MultiViews
</Directory>
AddDefaultCharset UTF-8
RewriteEngine on
RewriteRule ^/http-bind/ http://localhost:5280/http-bind/ [P]
</VirtualHost>*
and I have allowed following IPs
*<Proxy *>
Order deny,allow
Deny from all
Allow from 192.168.0
Allow from 127.0.0.1
</Proxy>*
I am trying to connect from 192.168.0.101 to my computer which is
192.168.0.106
Please somebody give me some help to solve this problem.
cheers
nishantha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20080610/c0a60541/attachment-0002.htm>
More information about the JDev
mailing list