yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14123
[Bug 1315803] Re: VPNAAS :Internal server error is returned sometimes while performing rest/deletecall to ipsec site connection
This bug isn't related to ubuntu-calculator-app.
I assign it to the project I think is referred to.
** Also affects: neutron
Importance: Undecided
Status: New
** No longer affects: ubuntu-calculator-app
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1315803
Title:
VPNAAS :Internal server error is returned sometimes while performing
rest/deletecall to ipsec site connection
Status in OpenStack Neutron (virtual network service):
New
Bug description:
With vpn ipsec site connection created. Performing rest call to the ipsec site connection with the id of the ipsec site connection . Internal server error is thrown.
Occurance :Sometimes
Release Details :1:2014.1-0ubuntu1~cloud0 (IceHouse GA)
Error in the log:
2014-05-02 15:13:53.314 31447 DEBUG routes.middleware [-] Matched GET /vpn/ipsec-site-connections/5de47326-8223-44bc-9538-db7c837f8acd __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:100
2014-05-02 15:13:53.314 31447 DEBUG routes.middleware [-] Route path: '/vpn/ipsec-site-connections/:(id)', defaults: {'action': u'show', 'controller': <wsgify at 80137168 wrapping <function resource at 0x4c63938>>} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:102
2014-05-02 15:13:53.314 31447 DEBUG routes.middleware [-] Match dict: {'action': u'show', 'controller': <wsgify at 80137168 wrapping <function resource at 0x4c63938>>, 'id': u'5de47326-8223-44bc-9538-db7c837f8acd'} __call__ /usr/lib/python2.7/dist-packages/routes/middleware.py:103
2014-05-02 15:13:53.320 31447 ERROR neutron.openstack.common.middleware.catch_errors [req-4a93aa06-6376-4faf-853c-cd4b00584925 None] An error occurred during processing the request: %s
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors Traceback (most recent call last):
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/neutron/openstack/common/middleware/catch_errors.py", line 38, in __call__
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors response = req.get_response(self.application)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/webob/request.py", line 1320, in send
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors application, catch_exc_info=False)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/webob/request.py", line 1284, in call_application
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors app_iter = application(self.environ, start_response)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py", line 582, in __call__
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors return self.app(env, start_response)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 144, in __call__
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors return resp(environ, start_response)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 144, in __call__
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors return resp(environ, start_response)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/routes/middleware.py", line 131, in __call__
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors response = self.app(environ, start_response)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 144, in __call__
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors return resp(environ, start_response)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 130, in __call__
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors resp = self.call_func(req, *args, **self.kwargs)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 195, in call_func
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors return self.func(req, *args, **kwargs)
195, in call_func
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors return self.func(req, *args, **kwargs)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/neutron/api/v2/resource.py", line 101, in resource
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors e = translate(e, language)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors File "/usr/lib/python2.7/dist-packages/neutron/api/v2/resource.py", line 165, in translate
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors translatable.msg = localize(translatable.msg, locale)
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors AttributeError: 'IPsecSiteConnectionNotFound' object has no attribute 'msg'
2014-05-02 15:13:53.320 31447 TRACE neutron.openstack.common.middleware.catch_errors
2014-05-02 15:13:53.322 31447 INFO neutron.wsgi [req-4a93aa06-6376-4faf-853c-cd4b00584925 None] 100.0.1.63 - - [02/May/2014 15:13:53] "GET /v2.0/vpn/ipsec-site-connections/5de47326-8223-44bc-9538-db7c837f8acd HTTP/1.1" 500 336 0.009785
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1315803/+subscriptions