2015-05-13 18:04:57,545 ERROR 2587 [django.request] base.py:231 - Internal Server Error: /complete/edx-oidc/
Traceback (most recent call last):
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/django/views/decorators/cache.py", line 52, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 57, in wrapped_view
return view_func(*args, **kwargs)
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/social/apps/django_app/utils.py", line 52, in wrapper
return func(request, backend, *args, **kwargs)
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/social/apps/django_app/views.py", line 28, in complete
redirect_name=REDIRECT_FIELD_NAME, *args, **kwargs)
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/social/actions.py", line 40, in do_complete
user = backend.complete(user=user, *args, **kwargs)
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/social/backends/base.py", line 40, in complete
return self.auth_complete(*args, **kwargs)
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/auth_backends/backends.py", line 58, in auth_complete
user = super(EdXOpenIdConnect, self).auth_complete(*args, **kwargs)
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/social/backends/oauth.py", line 368, in auth_complete
method=self.ACCESS_TOKEN_METHOD
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/social/backends/open_id.py", line 361, in request_access_token
self.id_token = self.validate_and_return_id_token(response['id_token'])
File "/home/ubuntu/.venvs/edx-analytics-dashboard/local/lib/python2.7/site-packages/social/backends/open_id.py", line 336, in validate_and_return_id_token
raise AuthTokenError(self, err)
AuthTokenError: Token error: Issued At claim (iat) cannot be in the future.
[13/May/2015 18:04:57] "GET /complete/edx-oidc/?state=u4kaQoW7VJK3uYxWdORH6Ihma88RPkui&code=7fdfc0e217217b29557b59369832477da3fc0cc1 HTTP/1.1" 500 136431
--
You received this message because you are subscribed to a topic in the Google Groups "Open edX operations" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openedx-ops/rcda7xp7s1c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openedx-ops...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-ops/d9663c2a-11d8-4c96-9718-5dbe5d417c31%40googlegroups.com.
ntpq -c lpeer
/edx/etc/insights.yml
---# This file is created and updated by ansible, edit at your peril
APPLICATION_NAME: InsightsCACHES: default: BACKEND: django.core.cache.backends.memcached.MemcachedCache KEY_PREFIX: default_env-default_deployment-insights LOCATION:COURSE_API_URL: https://domain.com/api/course_structure/v0/CSRF_COOKIE_NAME: insights_csrftokenDATABASES: default: ENGINE: django.db.backends.mysql HOST: 127.0.0.1 NAME: dashboard PASSWORD: secret PORT: '3306' USER: rosencrantzDATABASE_OPTIONS: connect_timeout: 10DATA_API_AUTH_TOKEN: changemeDATA_API_URL: http://127.0.0.1:8100/api/v0DOCUMENTATION_LOAD_ERROR_URL: http://127.0.0.1/en/latest/Reference.html#error-conditionsEMAIL_HOST: smtp.example.comEMAIL_HOST_PASSWORD: mail_passwordEMAIL_HOST_USER: mail_userEMAIL_PORT: 587ENABLE_AUTO_AUTH: falseFEEDBACK_EMAIL: dash...@example.comHELP_URL: http://127.0.0.1/en/latestINSIGHTS_OAUTH2_SECRET: OAUTH_SECRETINSIGHTS_OAUTH2_URL_ROOT: https://domain.com/oauth2INSIGHTS_OAUTH2_KEY: OAUTH_KEYINSIGHTS_TIME_ZONE: 'America/New_York'LANGUAGE_CODE: en-usLANGUAGE_COOKIE_NAME: insights_languageLMS_COURSE_SHORTCUT_BASE_URL: URL_FOR_LMS_COURSE_LIST_PAGEMODULE_PREVIEW_URL: https://domain.com/xblockOPEN_SOURCE_URL: http://set-me-pleasePLATFORM_NAME: edXPRIVACY_POLICY_URL: http://example.com/privacy-policyRESEARCH_URL: https://www.edx.org/research-pedagogySECRET_KEY: YOUR_SECRET_KEY_HERESEGMENT_IGNORE_EMAIL_REGEX: nullSEGMENT_IO_KEY: YOUR_KEYSESSION_COOKIE_NAME: insights_sessionidSOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY: OAUTH_SECRETSOCIAL_AUTH_EDX_OIDC_KEY: OAUTH_KEYSOCIAL_AUTH_EDX_OIDC_SECRET: OAUTH_SECRETSOCIAL_AUTH_EDX_OIDC_URL_ROOT: https://domain.com/oauth2SOCIAL_AUTH_REDIRECT_IS_HTTPS: trueSTATICFILES_DIRS:- /edx/app/insights/edx_analytics_dashboard/analytics_dashboard/staticSTATIC_ROOT: /edx/var/insights/staticfilesSUPPORT_EMAIL: ''SUPPORT_URL: ''TERMS_OF_SERVICE_URL: http://example.com/terms-serviceTHEME_SCSS: sass/themes/open-edx.scssTIME_ZONE: 'America/New_York'/edx/app/edxapp/lms.env.json
"FEATURES": { "ENABLE_OAUTH2_PROVIDER": true,
}
"OAUTH_ENFORCE_SECURE": true, "OAUTH_OIDC_ISSUER": "https://domain.com/oauth2", File "/edx/app/insights/venvs/insights/local/lib/python2.7/site-packages/social/backends/open_id.py", line 336, in validate_and_return_id_token raise AuthTokenError(self, err)AuthTokenError: Token error: Issued At claim (iat) cannot be in the future.
ntpq -c lpeer
remote refid st t when poll reach delay offset jitter==============================================================================+odin.ces.clemso 204.2.134.163 3 u 52 1024 377 0.577 1.208 1.466*ruby.ces.clemso 108.61.73.244 3 u 534 1024 377 0.468 -2.238 1.298
date
Fri Nov 13 10:08:23 EST 2015ntpq -c lpeer
remote refid st t when poll reach delay offset jitter============================================================================== odin.ces.clemso 108.61.56.35 3 - 52d 64 0 1.601 2.498 0.000 ruby.ces.clemso 198.60.22.240 2 - 52d 64 0 0.902 -0.383 0.000
date
Fri Nov 13 10:08:59 EST 2015
Insights Server
ntpq -c lpeer
remote refid st t when poll reach delay offset jitter==============================================================================+odin.ces.clemso 209.208.79.69 3 u 41 128 377 0.476 5.412 0.521*ruby.ces.clemso 108.61.73.244 3 u 124 128 377 0.293 -1.957 0.235
date
Mon Nov 16 09:23:41 EST 2015
LMS Server
ntpq -c lpeer
remote refid st t when poll reach delay offset jitter==============================================================================+odin.ces.clemso 209.208.79.69 3 u 111 128 377 0.534 2.210 0.763*ruby.ces.clemso 108.61.73.244 3 u 31 128 377 0.482 -6.804 1.685
date
Mon Nov 16 09:23:44 EST 2015