Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
Connection reset by peer using python urllib2.urlopen()
Hi Team,
We have a "Connection reset by peer" when using python2 urllib2 to send message to solace. This error is resolved if we restart/retry the job. Any ideas what might be causing this?
f = urllib2.urlopen(req , timeout = 7200000, context = ctx)
File "../urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "../thirdparty/python/python2/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "../thirdparty/python/python2/lib/python2.7/urllib2.py", line 447, in _open
\'_open\', req)
File "../urllib2.py", line 407, in _call_chain\n result = func(*args)\n
File "../thirdparty/python/python2/lib/python2.7/urllib2.py", line 1241, in https_open\n context=self._context)\n
File "../thirdparty/python/python2/lib/python2.7/urllib2.py", line 1198, in do_open\n
raise URLError(err)\n
URLError: <urlopen error [Errno 104] Connection reset by peer>\n',)