<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Jabber + Sandbox - where to begin in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489559#M1091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will send you out new credentials to your email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 16:21:15 GMT</pubDate>
    <dc:creator>jokearns1</dc:creator>
    <dc:date>2014-10-08T16:21:15Z</dc:date>
    <item>
      <title>Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489554#M1086</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am trying to get the Jabber demo going using a sandbox environment for CUPS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;E.g. as explained here: &lt;A title="http://solutionpartner.cisco.com/web/jabber-developer/im-core-video" href="http://solutionpartner.cisco.com/web/jabber-developer/im-core-video" target="_blank"&gt;Video: Use the Jabber IM Core APIs - Cisco Developer Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've successfully got connected to a sandbox environment "Collaboration 10.5 Lab" over the VPN per supplied in the email.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scenario as follows:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Local web server running on my machine&lt;/LI&gt;
&lt;LI&gt;Demo jabber application is deployed to this local web server&lt;/LI&gt;
&lt;LI&gt;Proxy configured to relay Jabber requests from my web server to sandbox&lt;/LI&gt;
&lt;LI&gt;VPN sandbox connection established with CUPS in the environment&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the 'sandbox server view' I can see a server that suggests it looks like the CUPS host (&lt;SPAN style="color: #717886; font-family: Roboto-Regular, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #dbf1fc;"&gt;hq-cups.abc.inc&lt;/SPAN&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the web application up and try to login I get an exception.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First issue is I don't have any user IDs for Jabber - documented suggests a set would be emailed to me but obviously not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly I'm unsure the configuration for the host is configured correctly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Inside "basic-chat.html" I have:&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;var demoConfig = {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;domain: "hq-cups.abc.inc", //the domain specified for your CUP server&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;httpBindingURL: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/httpbinding" target="_blank" rel="nofollow noopener"&gt;http://localhost:8080/httpbinding&lt;/A&gt;&lt;SPAN&gt;", //the BOSH url for your server&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;unsecureAllowed: true //unsecureAllowed should be true if plaintext authentication is allowed over unencrypted or unsecured HTTP channels&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;On my proxy I'm forwarding anything mathing 'httpbinding' to this endpoint:&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;A title="http://hq-cups.abc.inc:7335/httpbinding" href="http://hq-cups.abc.inc:7335/httpbinding" target="_blank"&gt;http://hq-cups.abc.inc:7335/httpbinding&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Am pretty certain the proxy is working because I can issue REST requests to a separate server we have on our site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate any help here. As I've run out of things to try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 17:05:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489554#M1086</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2019-06-04T17:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489555#M1087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - I found the user info...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Click instructions (top right)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Click "&lt;STRONG style="color: #717886; font-family: Roboto-Regular, Arial, Helvetica, sans-serif; font-size: 12px;"&gt;&lt;A href="https://devnetsandbox.cisco.com/Docs/Collaboration_10.5/DedicatedLab10.pdf" style="color: #009ad9;" target="blank"&gt;Pre-Provisioned User and Device Info&lt;/A&gt;&lt;/STRONG&gt;" on the popup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 16:01:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489555#M1087</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-06T16:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489556#M1088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - I may have found the route in to CUPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the "DevNet Sandbox VPN Portal" page (where you land after logging in via the VPN) there is a list of servers, one of which is "Unified Presence". &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;When clicking this you get a page "Installed Applications" with a link to "Cisco Unified Communications Manager IM and Presence". Looks promising, u&lt;/SPAN&gt;nfortunately my environment expired before I could investigate, something to pursue the next time I have access to the sandbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 17:27:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489556#M1088</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-06T17:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489557#M1089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the system here, you still have a running 10.5 lab that is active. Can you login to the cloudshell and check on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 10:31:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489557#M1089</guid>
      <dc:creator>jokearns1</dc:creator>
      <dc:date>2014-10-08T10:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489558#M1090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that is correct - but I just tried my VPN and the connection details seem not to work as they did when I first got them (perhaps they expire after a period). In which case I will request shorter timed environments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I've reconnected I will try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just spent some time proving my local proxy was working OK for HTTP POST - and it is. Therefore all requests should be capable of routing to CUPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main thing I'm unsure about is whether I've put all the correct details in all the correct places for the demo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once i get connected again I will re-try, and post the details up on this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 16:03:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489558#M1090</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-08T16:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489559#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will send you out new credentials to your email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 16:21:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489559#M1091</guid>
      <dc:creator>jokearns1</dc:creator>
      <dc:date>2014-10-08T16:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489560#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I just see you have booked a new lab so the credentials will be sent out to you directly. please ensure you have the lab booked long enough for your testing. you can extend through the portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 16:27:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489560#M1092</guid>
      <dc:creator>jokearns1</dc:creator>
      <dc:date>2014-10-08T16:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489561#M1093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm connected up to the VPN with with the collaboration sandbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The demo application still fails to login, can you help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my connection details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Local proxy:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It matches URL /httpbinding and forwards it to &lt;A href="http://10.10.20.17:7335/httpbinding" title="http://10.10.20.17:7335/httpbinding"&gt;http://10.10.20.17:7335/httpbinding&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The IP address I got from the 'portal' for the CUPS service.&lt;/P&gt;&lt;P&gt;Am pretty confident my proxy is working OK, I can use it to proxy to some other REST APIs we have here sitting on servers on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Jabber JavaScript settings:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The domain I got from the CUPS icon (the spider diagram view):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var demoConfig = {&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; domain: "hq-cups.abc.inc", //the domain specified for your CUP server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; httpBindingURL: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/httpbinding" rel="nofollow" target="_blank"&gt;http://localhost:8080/httpbinding&lt;/A&gt;&lt;SPAN&gt;", //the BOSH url for your server&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsecureAllowed: true //unsecureAllowed should be true if plaintext authentication is allowed over unencrypted or unsecured HTTP channels&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;My web proxy is running on localhost:8080. As I said I think this is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Login Credentials&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got these from the spider diagram view (inside the instructions tab):&lt;/P&gt;&lt;P&gt;user01&lt;/P&gt;&lt;P&gt;cisco1234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Login Response&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I make the login request I get an exception in my proxy as per below. As you can see it says socket exception / permission denied.&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Maybe I have got some configuration wrong somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oct 08, 2014 6:23:37 PM org.apache.catalina.core.ApplicationContext log&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;INFO: cisco: proxy POST uri: /httpbinding -- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://10.10.20.17:7335/httpbinding" rel="nofollow" target="_blank"&gt;http://10.10.20.17:7335/httpbinding&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Oct 08, 2014 6:23:37 PM org.apache.catalina.core.StandardWrapperValve invoke&lt;/P&gt;&lt;P&gt;SEVERE: Servlet.service() for servlet [cisco] in context with path [] threw exception&lt;/P&gt;&lt;P&gt;java.net.SocketException: Permission denied: connect&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.DualStackPlainSocketImpl.connect0(Native Method)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:69)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:337)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:198)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.Socket.connect(Socket.java:579)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:115)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.mitre.dsmiley.httpproxy.ProxyServlet.service(ProxyServlet.java:262)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:306)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:383)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:243)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:188)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:166)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:288)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.lang.Thread.run(Thread.java:722)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 17:41:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489561#M1093</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-08T17:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489562#M1094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exception above seems to be caused by:&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/8360913/weird-java-net-socketexception-permission-denied-connect-error-when-running-groo" title="http://stackoverflow.com/questions/8360913/weird-java-net-socketexception-permission-denied-connect-error-when-running-groo"&gt;sockets - Weird java.net.SocketException Permission Denied connect error when running Groovy in Intellij IDEA - Stack Ov…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have applied the fix as above, but an exception still remains, is there some way to isolate what is at fault here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oct 08, 2014 8:26:05 PM org.apache.catalina.core.ApplicationContext log&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;INFO: cisco: proxy POST uri: /httpbinding -- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://10.10.20.17:7335/httpbinding" rel="nofollow" target="_blank"&gt;http://10.10.20.17:7335/httpbinding&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Oct 08, 2014 8:26:05 PM org.apache.catalina.core.StandardWrapperValve invoke&lt;/P&gt;&lt;P&gt;SEVERE: Servlet.service() for servlet [cisco] in context with path [] threw exception&lt;/P&gt;&lt;P&gt;java.net.SocketException: Connection reset&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.SocketInputStream.read(SocketInputStream.java:189)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at java.net.SocketInputStream.read(SocketInputStream.java:121)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:115)&lt;/P&gt;&lt;P&gt;&amp;nbsp; at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 19:52:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489562#M1094</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-08T19:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489563#M1095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have established my local proxy is probably the issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open &lt;A href="http://10.10.20.17/httpbinding" title="http://10.10.20.17/httpbinding"&gt;http://10.10.20.17/httpbinding&lt;/A&gt; in a web browser I get this (which is good):&lt;/P&gt;&lt;P style="margin: 30px 158.390625px 0; color: #316984; font-size: medium;"&gt;&lt;IMG alt="Cisco Systems, Inc." class="jive-image" src="http://10.10.20.17/ciscologo.gif" style="margin: 0 0 20px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 15px; margin: 0 158.390625px 30px; color: #316984;"&gt;&lt;/P&gt;&lt;DIV style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #666666; color: #666666; font-size: 19px; padding: 5px 15px; background-color: #eeeeee;"&gt;HTTP Status 404 - /httpbinding&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 5px 15px;"&gt;&lt;STRONG&gt;type: &lt;/STRONG&gt;Status report&lt;/P&gt;&lt;P style="padding: 5px 15px;"&gt;&lt;STRONG&gt;message: &lt;/STRONG&gt;/httpbinding&lt;/P&gt;&lt;P style="padding: 5px 15px;"&gt;&lt;STRONG&gt;description: &lt;/STRONG&gt;The requested resource is not available.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I run it against my proxy I get an exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I first must find a proxy solution that works and come back to this thread then (for some reason I cannot explain, the proxy that fails for Cisco Jabber works for another REST API we have here - a false positive it turns out).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 20:13:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489563#M1095</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-08T20:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489564#M1096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi once again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK I got another proxy set-up, using nginx on windows as per this document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/collaboration/jabber/websdk/develop-and-test/im-and-presence/xmpp-deployment-guide/index.gsp" title="https://developer.cisco.com/site/collaboration/jabber/websdk/develop-and-test/im-and-presence/xmpp-deployment-guide/index.gsp"&gt;https://developer.cisco.com/site/collaboration/jabber/websdk/develop-and-test/im-and-presence/xmpp-deployment-guide/inde…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to request &lt;A href="http://localhost/httpbinding" title="http://localhost/httpbinding"&gt;http://localhost/httpbinding&lt;/A&gt; I get an error similar to my previous proxy. And this time the exception in the log is a little more descriptive:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;2014/10/08 21:48:46 [error] 69904#64352: *5 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /httpbinding HTTP/1.1", upstream: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://10.10.20.17:7335/httpbinding" rel="nofollow" target="_blank"&gt;http://10.10.20.17:7335/httpbinding&lt;/A&gt;&lt;SPAN&gt;", host: "localhost"&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says the remote host (i.e. CUPS) closed the connection. So I would ask if anyone can spot what is wrong here as I seem to have set this up as per instructions. CUPS seems to give a correct response when a request goes direct, but when it goes via a proxy something goes wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pretty much explored all avenues I can think of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 21:00:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489564#M1096</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-08T21:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489565#M1097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - still stuck with this and need to find a way around it. Any help would be appreciated. Seems we've set-up our environment as expected. Could something on the sandbox be blocking the proxy calls?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 09:47:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489565#M1097</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-10T09:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489566#M1098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your reservation has run out. You will not be able to connect to any servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you book a new 10.5 lab and this time reserve it for 5 days or so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 09:58:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489566#M1098</guid>
      <dc:creator>jokearns1</dc:creator>
      <dc:date>2014-10-10T09:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489567#M1099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will do this. Will be later today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 10:00:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489567#M1099</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-10T10:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489568#M1100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandbox has been requested again - five days duration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just connected via VPN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Documentation says I should get an HTTP 200 OK response from the CUPS server but I do not, I get a 404 when requesting in the browser:&lt;/P&gt;&lt;P&gt;&lt;A href="http://10.10.20.17/httpbinding" style="font-size: 10pt; line-height: 1.5em;" title="http://10.10.20.17/httpbinding"&gt;http://10.10.20.17/httpbinding&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(response 404)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When go through nginx proxy the response indicates upstream server disconnected:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;2014/10/11 02:52:04 [error] 85132#85992: *18 WSARecv() failed (10054: An existing connection was forcibly closed by the remote host) while reading response header from upstream, client: 127.0.0.1, server: localhost, request: "GET /httpbinding HTTP/1.1", upstream: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://10.10.20.17:7335/httpbinding" rel="nofollow" target="_blank"&gt;http://10.10.20.17:7335/httpbinding&lt;/A&gt;&lt;SPAN&gt;", host: "localhost"&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have the wrong address for the CUPs server perhaps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2014 01:57:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489568#M1100</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-11T01:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489569#M1101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IP address for the CUP server is correct. can you try secure HTTP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="https://10.10.20.17:7335/httpbinding"&gt;https://10.10.20.17:7335/httpbinding&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 15:36:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489569#M1101</guid>
      <dc:creator>jokearns1</dc:creator>
      <dc:date>2014-10-13T15:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489570#M1102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That has moved me on a step - I now get a good response from the server AND this is mirrored via the proxy too, as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Arial; color: #000000; font-size: medium;"&gt;This URI is for XMPP communication via the BOSH protocol.&lt;/P&gt;&lt;P style="font-family: Arial; color: #000000; font-size: medium;"&gt;Please reference the following protocols:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://xmpp.org/rfcs/rfc3920.html"&gt;RFC 3920&lt;/A&gt;: Extensible Messaging and Presence Protocol (XMPP): Core&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://xmpp.org/rfcs/rfc3921.html"&gt;RFC 3921&lt;/A&gt;: Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://xmpp.org/extensions/xep-0124.html"&gt;XEP-0124&lt;/A&gt;: Bidirectional-streams Over Synchronous HTTP (BOSH)&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://xmpp.org/extensions/xep-0206.html"&gt;XEP-0206&lt;/A&gt;: XMPP Over BOSH&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My demo app fails to log on as yet but I'm going to look at that in more detail later this evening, so if you don't mind I'll keep the thread open until I get that demo app logging on and working. But it's hopefully very nearly there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank-you so much for your help here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 16:14:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489570#M1102</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-13T16:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489571#M1103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed https was needed to get to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am reaching the server but now &lt;STRONG style="text-decoration: underline;"&gt;user authentication&lt;/STRONG&gt; fails, which I guess has something to do with the connection string and user credentials, which I have taken from information made available within the sandbox environment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var demoConfig = {&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; domain: "hq-cups.abc.inc",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; httpBindingURL: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/httpbinding" rel="nofollow" target="_blank"&gt;http://localhost/httpbinding&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsecureAllowed: true &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;};&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also the user IDs I'm using which I got the the sandbox 'spider diagram' area:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;user01/cisco1234.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see what I am missing here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HTTP REST exchanges are listed below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL class="children expanded" style="list-style-type: none; color: #222222; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px; padding: 2px 6px !important;"&gt;&lt;LI&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;&lt;SPAN&gt;&amp;lt;body xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jabber.org/protocol/httpbind" rel="nofollow" target="_blank"&gt;http://jabber.org/protocol/httpbind&lt;/A&gt;&lt;SPAN&gt;" xmlns:xmpp="urn:xmpp:xbosh" hold="1" ver="1.9" from="user01@hq-cups.abc.inc" to="hq-cups.abc.inc" secure="true" wait="30" xmpp:version="1.0" rid="3048865863"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Response&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL class="children expanded" style="list-style-type: none; color: #222222; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px; padding: 2px 6px !important;"&gt;&lt;LI&gt;&lt;SPAN&gt;&amp;lt;body authid='940DBE5CB' inactivity='60' polling='5' requests='2' secure='true' sid='940DBE5CB' ver='1.8' wait='30' xmlns='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jabber.org/protocol/httpbind" rel="nofollow" target="_blank"&gt;http://jabber.org/protocol/httpbind&lt;/A&gt;&lt;SPAN&gt;' xmlns:stream='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://etherx.jabber.org/streams" rel="nofollow" target="_blank"&gt;http://etherx.jabber.org/streams&lt;/A&gt;&lt;SPAN&gt;'&amp;gt;&amp;lt;stream:features&amp;gt;&amp;lt;mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'&amp;gt;&amp;lt;mechanism&amp;gt;PLAIN&amp;lt;/mechanism&amp;gt;&amp;lt;mechanism&amp;gt;CISCO-VTG-TOKEN&amp;lt;/mechanism&amp;gt;&amp;lt;/mechanisms&amp;gt;&amp;lt;/stream:features&amp;gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Request&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL class="children expanded" style="list-style-type: none; color: #222222; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px; padding: 2px 6px !important;"&gt;&lt;LI&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;&lt;SPAN&gt;&amp;lt;body xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jabber.org/protocol/httpbind" rel="nofollow" target="_blank"&gt;http://jabber.org/protocol/httpbind&lt;/A&gt;&lt;SPAN&gt;" sid="940DBE5CB" rid="3048865864"&amp;gt;&amp;lt;auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN"&amp;gt;AHVzZXIwMQBjaXNjbzEyMzQ=&amp;lt;/auth&amp;gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Response&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN&gt;&amp;lt;body xmlns='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jabber.org/protocol/httpbind" rel="nofollow" target="_blank"&gt;http://jabber.org/protocol/httpbind&lt;/A&gt;&lt;SPAN&gt;' xmlns:stream='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://etherx.jabber.org/streams" rel="nofollow" target="_blank"&gt;http://etherx.jabber.org/streams&lt;/A&gt;&lt;SPAN&gt;'&amp;gt;&amp;lt;failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'&amp;gt;&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;EM&gt;&amp;lt;not-authorized/&amp;gt;&lt;/EM&gt;&lt;/STRONG&gt;&amp;lt;/failure&amp;gt;&amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="header-value source-code" style="font-family: Consolas, 'Lucida Console', monospace; margin-right: 1em; margin-top: 1px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 21:36:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489571#M1103</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-13T21:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489572#M1104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - anyone can help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know the user sign-in details configured on Sandbox IM / Presence server in order to get the Jabber demo working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User credentials I have are rejected (user01/cisco1234).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 16:34:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489572#M1104</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-15T16:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Jabber + Sandbox - where to begin</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489573#M1105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My sandbox expired - trying to reserve a new one - earliest dates are showing as 2015!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess some maintenance is being done...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 10:46:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/jabber-sandbox-where-to-begin/m-p/3489573#M1105</guid>
      <dc:creator>mark.kilby</dc:creator>
      <dc:date>2014-10-16T10:46:13Z</dc:date>
    </item>
  </channel>
</rss>

