« Back to Installation

Not able to login with sandbox account.

Combination View Flat View Tree View
Threads [ Previous | Next ]
I got the sandbox access and I am able to connect to the vpn. I tried to login using sampleclient.html in "Cisco AJAX XMPP Library 8.6.1 Debug\doc\examples". But i am unable to login.  I used the config as follows, var demo_config = { domain:"psdtemea.cisco.com", maxGraphAge:5, unsecureAllowed:true, atSymbolAllowed:false, logPersistence:false, serviceDiscoveryEnabled:false, httpBindingURL:"http://cup02:7335/httpbinding", httpBindingURL_secondary:"/httpbinding" };   Which is mentioned in "http://developer.cisco.com/web/jabber-developer/testing/shared-sandbox". Am I missing anything?  

Hi Praveen,
Could you share the the error message here? The configuration looks fine to me.
Thanks,
Howard

 
<table>
<tbody id="console-log-table">
<tr class="log_message">
<td class="type" valign="top">Log</td>
<td class="timestamp" valign="top">09:15:15:201</td>
<td class="details jwa_log" valign="top">Note: Service discovery is disabled on the client.</td>
</tr>
<tr class="log_message">
<td class="type" valign="top">Log</td>
<td class="timestamp" valign="top">09:15:15:206</td>
<td class="details jwa_log" valign="top">Cross site is true.</td>
</tr>
<tr class="log_message">
<td class="type" valign="top">Log</td>
<td class="timestamp" valign="top">09:15:15:209</td>
<td class="details jwa_log" valign="top">Update _connectToNode = cup02</td>
</tr>
<tr class="log_message">
<td class="type" valign="top">Log</td>
<td class="timestamp" valign="top">09:15:15:215</td>
<td class="details jwa_log" valign="top">Bosh URL is: http://cup02:7335/httpbinding</td>
</tr>
<tr class="log_message">
<td class="type" valign="top">Log</td>
<td class="timestamp" valign="top">09:15:15:290</td>
<td class="details jwa_log" valign="top">network timeout retry 1</td>
</tr>
<tr class="log_message">
<td class="type" valign="top">Log</td>
<td class="timestamp" valign="top">09:15:15:815</td>
<td class="details jwa_log" valign="top">network timeout retry 2</td>
</tr>
<tr class="log_message">
<td class="type" valign="top">Log</td>
<td class="timestamp" valign="top">09:15:16:329</td>
<td class="details jwa_log" valign="top">network timeout retry 3</td>
</tr>
<tr class="log_message">
<td class="type" valign="top">Log</td>
<td class="timestamp" valign="top">09:15:16:851</td>
<td class="details jwa_log" valign="top"> Stream closedwith erroremoticonperation failed (<stream:error xmlns:stream="http://etherx.jabber.org/streams"><xml-not-well-formed xmlns="urn:ietf:params:xml:ns:xmpp-streams"/></stream:error>)</td>
</tr>
<tr class="log_message">
<td class="type" valign="top">Log</td>
<td class="timestamp" valign="top">09:15:16:855</td>
<td class="details jwa_log" valign="top">closed: <stream:error xmlns:stream="http://etherx.jabber.org/streams"><xml-not-well-formed xmlns="urn:ietf:params:xml:ns:xmpp-streams"/></stream:error></td>
</tr>
</tbody>
</table>

Could you please download this version to see how that work?
Howard

Thanks Ting-Hao Chen. But I checked with my existing Library in Google Chrome it was working fine. For some reason it was not working with Firefox.

Praveen,
Are you still facing the problem?
Could you please setup a web server to host the sample file? The BOSH will need the same URI to be able to process for IE8/9, I see some cases in Mozilla as well.
Thanks,
Howard

Hi Howard,
I tried setting up a web server to host the sample file. It works fine with IE. Mozila I face the same issue.
I use Moilla Firefox v20.0.
 
Thanks,
Praveen

Praveen,
Is this 20.0 a beta version? My 19.02 seems to be working fine. I have tested it from XP and Windows 7
Thanks,
Howard

Hi Howard,
Yes its Firefox 20.0 beta version.
Regards,
Praveen