Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

The timeout specified has expired #471

Open
singhrohit003 opened this issue Aug 7, 2018 · 0 comments
Open

The timeout specified has expired #471

singhrohit003 opened this issue Aug 7, 2018 · 0 comments

Comments

@singhrohit003
Copy link

Whenever I am in my office netwrok I am unable to add or save credentials. upon checking the logs I'm getting below errors. But the same thing is working when I am in public network.

"==> /var/log/httpd/password.automationanywhere.com-error_log <==
[Tue Aug 07 14:49:25.865580 2018] [:error] [pid 2816] (70007)The timeout specified has expired: [client 103.244.120.186:53528] mod_wsgi (pid=2816): Unable to get bucket brigade for request., referer: https://password.automationanywhere.com/cred/add/

==> /var/log/httpd/password.automationanywhere.com-access_log <==
103.244.120.186 - - [07/Aug/2018:14:49:05 +0000] "POST /cred/add/ HTTP/1.1" 500 527

==> /var/log/httpd/error_log <==
[Wed Aug 08 00:49:25.866384 2018] [:error] [pid 2799] 2018-08-08 00:49:25,866 [ERROR] Internal Server Error: /cred/add/
[Wed Aug 08 00:49:25.866410 2018] [:error] [pid 2799] Traceback (most recent call last):
[Wed Aug 08 00:49:25.866414 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 105, in get_response
[Wed Aug 08 00:49:25.866418 2018] [:error] [pid 2799] response = middleware_method(request, callback, callback_args, callback_kwargs)
[Wed Aug 08 00:49:25.866422 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/middleware/csrf.py", line 170, in process_view
[Wed Aug 08 00:49:25.866425 2018] [:error] [pid 2799] request_csrf_token = request.POST.get('csrfmiddlewaretoken', '')
[Wed Aug 08 00:49:25.866428 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 146, in _get_post
[Wed Aug 08 00:49:25.866431 2018] [:error] [pid 2799] self._load_post_and_files()
[Wed Aug 08 00:49:25.866434 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/request.py", line 215, in _load_post_and_files
[Wed Aug 08 00:49:25.866437 2018] [:error] [pid 2799] self._post, self._files = self.parse_file_upload(self.META, data)
[Wed Aug 08 00:49:25.866440 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/request.py", line 180, in parse_file_upload
[Wed Aug 08 00:49:25.866444 2018] [:error] [pid 2799] return parser.parse()
[Wed Aug 08 00:49:25.866447 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/multipartparser.py", line 140, in parse
[Wed Aug 08 00:49:25.866450 2018] [:error] [pid 2799] for item_type, meta_data, field_stream in Parser(stream, self._boundary):
[Wed Aug 08 00:49:25.866453 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/multipartparser.py", line 598, in iter
[Wed Aug 08 00:49:25.866457 2018] [:error] [pid 2799] for sub_stream in boundarystream:
[Wed Aug 08 00:49:25.866460 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/utils/six.py", line 535, in next
[Wed Aug 08 00:49:25.866463 2018] [:error] [pid 2799] return type(self).next(self)
[Wed Aug 08 00:49:25.866466 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/multipartparser.py", line 415, in next
[Wed Aug 08 00:49:25.866469 2018] [:error] [pid 2799] return LazyStream(BoundaryIter(self._stream, self._boundary))
[Wed Aug 08 00:49:25.866473 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/multipartparser.py", line 441, in init
[Wed Aug 08 00:49:25.866476 2018] [:error] [pid 2799] unused_char = self._stream.read(1)
[Wed Aug 08 00:49:25.866479 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/multipartparser.py", line 315, in read
[Wed Aug 08 00:49:25.866482 2018] [:error] [pid 2799] out = b''.join(parts())
[Wed Aug 08 00:49:25.866485 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/multipartparser.py", line 308, in parts
[Wed Aug 08 00:49:25.866488 2018] [:error] [pid 2799] chunk = next(self)
[Wed Aug 08 00:49:25.866492 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/utils/six.py", line 535, in next
[Wed Aug 08 00:49:25.866547 2018] [:error] [pid 2799] return type(self).next(self)
[Wed Aug 08 00:49:25.866557 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/multipartparser.py", line 330, in next
[Wed Aug 08 00:49:25.866560 2018] [:error] [pid 2799] output = next(self._producer)
[Wed Aug 08 00:49:25.866563 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/utils/six.py", line 535, in next
[Wed Aug 08 00:49:25.866566 2018] [:error] [pid 2799] return type(self).next(self)
[Wed Aug 08 00:49:25.866569 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/multipartparser.py", line 391, in next
[Wed Aug 08 00:49:25.866572 2018] [:error] [pid 2799] data = self.flo.read(self.chunk_size)
[Wed Aug 08 00:49:25.866574 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/request.py", line 244, in read
[Wed Aug 08 00:49:25.866577 2018] [:error] [pid 2799] six.reraise(UnreadablePostError, UnreadablePostError(*e.args), sys.exc_info()[2])
[Wed Aug 08 00:49:25.866580 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/http/request.py", line 242, in read
[Wed Aug 08 00:49:25.866583 2018] [:error] [pid 2799] return self._stream.read(*args, **kwargs)
[Wed Aug 08 00:49:25.866586 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 51, in read
[Wed Aug 08 00:49:25.866588 2018] [:error] [pid 2799] result = self.buffer + self._read_limited(size - len(self.buffer))
[Wed Aug 08 00:49:25.866591 2018] [:error] [pid 2799] File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 39, in _read_limited
[Wed Aug 08 00:49:25.866594 2018] [:error] [pid 2799] result = self.stream.read(size)
[Wed Aug 08 00:49:25.866597 2018] [:error] [pid 2799] UnreadablePostError: request data read error

==> /var/log/httpd/password.automationanywhere.com-error_log <==
[Wed Aug 08 00:49:25.889244 2018] [:error] [pid 2799] [remote 103.244.120.186:188] mod_wsgi (pid=2799): Exception occurred processing WSGI script '/opt/apps/RatticWeb/ratticweb/wsgi.py'.
[Wed Aug 08 00:49:25.889290 2018] [:error] [pid 2799] [remote 103.244.120.186:188] IOError: failed to write data"

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant