SstEndpointUnreachableError(ECONNREFUSED (10061): Connection refused

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SstEndpointUnreachableError(ECONNREFUSED (10061): Connection refused

steve.ripley10
VA Smalltalk experts:

I executing a SstHttpClient fetch: aUrl

I have no problems until the services are down on this particular server and we get a walkback: SstEndpointUnreachableError(ECONNREFUSED (10061): Connection refused

Is there a way to handle the error without a walkback?

Thanks for any help.

Steve Ripley

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: SstEndpointUnreachableError(ECONNREFUSED (10061): Connection refused

steve.ripley10


I'm reviewing the stack trace and I understand that that the Sst connections will need to be closed. 
synchronizer critical: [ self basicSend: httpMessage to: originServerUrl ignoringResponseContent: noContents ]
The signal returned is  
self raise: ExSstNonFatalError
I would like to be able to capture that error and keep on going. I've tried some exception handling around SstHttpClient fetch: aUrl without success.
Thanks,
Ripley

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.