I've just downloaded Cobalt from
http://www.duke.edu/~julian/Cobalt/Downloads.html where it says Latest build (56 megabytes): 2009-04-07. (Using a Mac PPC G4 OSX10.5.6.) On running it and dragging out the ball I get the error SoapCannotConnectToServer: This error has not occured when I have downloaded previous versions, so I assume that it is not intentional. How does this get fixed? __________________________ The debug.log: SoapCannotConnectToServer: Server does not respond - 'host: 192.168.1.1 port: 80 14 April 2009 4:07:15 am VM: Mac OS - a SmalltalkImage Image: Croquet1.0beta [latest update: #2] SecurityManager state: Restricted: false FileAccess: true SocketAccess: true Working Dir /Volumes/BIGGER Disk/Bob/Software/cobalt-base-current-build-20090407 Trusted Dir /Volumes/BIGGER Disk/Bob/Software/cobalt-base-current-build-20090407 Untrusted Dir /Users/rhawley/Library/Preferences/Squeak/Internet/My Squeak SoapResponse>>raiseException Receiver: a SoapResponse [ isFault= true methodName= nil ] Arguments and temporary variables: Receiver's instance variables: encodingStyleURIs: nil encoder: nil parent: nil targetObjectURI: nil methodName: nil parameters: nil optionSignature: nil optionHeaderProperties: nil transport: nil envelope: <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> ...etc... context: a SoapContext{} namespace: nil prefix: nil useLiteral: nil style: #document returnValue: nil outparameters: nil fault: <env:Fault> <faultcode>env:Client</faultcode><faultstring>SoapCannotConn...etc... exceptionBuilder: a SoapExceptionBuilder referenceDict: nil SoapCall>>invokeAndReturn Receiver: a SoapCall Arguments and temporary variables: resp: a SoapResponse [ isFault= true methodName= nil ] Receiver's instance variables: encodingStyleURIs: #('http://schemas.xmlsoap.org/soap/encoding/') encoder: a SoapEncoder parent: nil targetObjectURI: '/Public_UPNP_C3' methodName: 'AddPortMapping' parameters: an OrderedCollection(a SoapVariable a SoapVariable a SoapVariable a...etc... optionSignature: nil optionHeaderProperties: nil transport: #http envelope: nil context: nil namespace: 'urn:schemas-upnp-org:service:WANIPConnection:1' prefix: 'm' useLiteral: false style: #document connector: a SoapHttpConnector locator: a SoapTcpLocator host: '192.168.1.1' port: 80 useColocation: false autoSoapActionIntent: false UpnpWanIpConnectionService(UpnpService)>>callAction:namespace:params: Receiver: an UpnpWanIpConnectionService Arguments and temporary variables: action: 'AddPortMapping' namespace: 'urn:schemas-upnp-org:service:WANIPConnection:1' block: [] in UpnpWanIpConnectionService>>addPortMapping:remoteHost:externalPort...etc... call: a SoapCall postUrl: http://192.168.1.1:80/Public_UPNP_C3 Receiver's instance variables: upnpType: 'urn:schemas-upnp-org:service:WANIPConnection:1' urlBase: 'http://192.168.1.1:80/' descUrl: http://192.168.1.1:80/Public_UPNP_gatedesc.xml serviceAd: a SsdpAdvertisment('uuid:8b8d2261-5208-a97c-3144-e21312e34ce0::urn:s...etc... serviceId: 'urn:upnp-org:serviceId:WANIPConn1' controlUrl: '/Public_UPNP_C3' eventSubUrl: '/Public_UPNP_Event_3' scpdUrl: '/Public_UPNP_WANIPConn.xml' UpnpWanIpConnectionService(UpnpService)>>callAction:params: Receiver: an UpnpWanIpConnectionService Arguments and temporary variables: action: 'AddPortMapping' block: [] in UpnpWanIpConnectionService>>addPortMapping:remoteHost:externalPort...etc... Receiver's instance variables: upnpType: 'urn:schemas-upnp-org:service:WANIPConnection:1' urlBase: 'http://192.168.1.1:80/' descUrl: http://192.168.1.1:80/Public_UPNP_gatedesc.xml serviceAd: a SsdpAdvertisment('uuid:8b8d2261-5208-a97c-3144-e21312e34ce0::urn:s...etc... serviceId: 'urn:upnp-org:serviceId:WANIPConn1' controlUrl: '/Public_UPNP_C3' eventSubUrl: '/Public_UPNP_Event_3' scpdUrl: '/Public_UPNP_WANIPConn.xml' --- The full stack --- SoapResponse>>raiseException SoapCall>>invokeAndReturn UpnpWanIpConnectionService(UpnpService)>>callAction:namespace:params: UpnpWanIpConnectionService(UpnpService)>>callAction:params: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UpnpWanIpConnectionService>>addPortMapping:remoteHost:externalPort:protocol:int ernalHost:internalPort:enabled:leaseDuration: UpnpWanIpConnectionService>>addPortMapping:externalPort:internalHost:internalPo rt: TUpnpDispatcherConfig>>startPortForwarding:service: TUpnpDispatcherConfig>>startPortForwarding: CobaltDispatcher>>startPortForwarding CobaltDispatcher>>listen CobaltRouterConfig>>configureDispatcher: CobaltRouterConfig>>startDispatcher CobaltHarness>>startDispatcher CobaltHarness>>createIsland:named: [] in CobaltMaster>>setup {[:bar | bar value: 5. super setup. bar value: 33. island := harness crea...]} ...etc... |
It sounds like the router/dispatcher is getting confused. There is an incorrect cobaltbrowserrouter.st configuration file included with that build. Replace it with the one enclosed and see if that works. Please also check https://wiki.duke.edu/display/Cobalt/Launching for for information on cobaltbrowserrouter.st.
On Mon, Apr 13, 2009 at 20:20, rhawley <[hidden email]> wrote: I've just downloaded Cobalt from -- John Dougan [hidden email] cobaltbrowserrouter.st (2K) Download Attachment |
Hi John:
For some reason the https://wiki.duke.edu/display/Cobalt/Launching the link does not work . Thanks & Regards Kiran On Tue, Apr 14, 2009 at 2:02 PM, John Dougan <[hidden email]> wrote: It sounds like the router/dispatcher is getting confused. There is an incorrect cobaltbrowserrouter.st configuration file included with that build. Replace it with the one enclosed and see if that works. Please also check https://wiki.duke.edu/display/Cobalt/Launching for for information on cobaltbrowserrouter.st. -- Thanks & Regards Kiran |
Free forum by Nabble | Edit this page |