After viewing the useful video on mashzone connecting to business architect, I have setup ARIS Business Server and Mashzone on a single desktop to test out the functionality. Unfortunately, I keep getting the error below when i copy the generated mashzone link into the datafeed. Is it a firewall issue or do I need to reconfigure the server?
Unable to establish connection to URL "http://localhost:7071/aris/services/mashZone/b8355900-dc3b-11e0-5f55-bcaec574ccf8". Please check the proxy settings.
Unable to establish connection to URL "http://localhost:7071/aris/services/mashZone/b8355900-dc3b-11e0-5f55-bcaec574ccf8". Please check the proxy settings.
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:249)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$1.doit(ControllerThreadSocketFactory.java:91)
at org.apache.commons.httpclient.protocol.ControllerThreadSocketFactory$SocketTask.run(ControllerThreadSocketFactory.java:158)
at java.lang.Thread.run(Thread.java:619)