Page 1 of 1

Error while connecting to smartfox from java API

Posted: 25 Feb 2011, 10:14
by ajay_bhosle
Hi,

I get the below output when connecting through java API, but the connection doesn't happen.

Can someone please tell me if I am missing anything

INFO: [Sending]: <msg t ='sys'><body action='verChk' r='0'><ver v='158' /></body></msg>
Feb 25, 2011 5:10:03 PM it.gotoandplay.smartfoxclient.SmartFoxClient debugMessage
INFO: [ RECEIVED ]: <?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<!-- This is a master-policy file. site-control can be all,none,master-only -->
<site-control permitted-cross-domain-policies="all"/>

<!-- Instead of setting to-ports="*", administrators can use ranges and commas -->
<!-- This will allow access to ports 123, 456, 457, and 458 -->
<allow-access-from domain="*" to-ports="9933" />
</cross-domain-policy>
, (len: 507)


Thanks
Ajay