Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Upgrade from pS 3.4.1

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Upgrade from pS 3.4.1


Chronological Thread 
  • From: Andrew Lake <>
  • To: "Garnizov, Ivan (RRZE)" <>
  • Cc: Antoine Delvaux <>, perfsonar-user <>
  • Subject: Re: [perfsonar-user] Upgrade from pS 3.4.1
  • Date: Mon, 14 Mar 2016 11:25:43 -0400

Hi Ivan,

Did you get any errors during the yum update process? These get run by the esmond RPM on update but you can try running them manually to see if that fixes the issue:

cd /usr/lib/esmond
source /opt/rh/python27/enable
/opt/rh/python27/root/usr/bin/virtualenv --prompt="(esmond)" .
. bin/activate
python esmond/manage.py migrate --fake-initial
python util/migrate_tastypie_keys.py

Thanks,
Andy



On Mon, Mar 14, 2016 at 6:38 AM, Garnizov, Ivan (RRZE) <> wrote:

Hi Antoine,

 

I am upgrading to pS 3.5.1.

 

Installed Packages

esmond.x86_64                       2.0.1-1.el6                       @Internet2

perfsonar-common.noarch                           3.5.1-1             @Internet2

perfsonar-core.noarch                             3.5.1-1             @Internet2

perfsonar-graphs.noarch                           3.5.1-1             @Internet2

perfsonar-lscachedaemon.noarch                    3.5.1-1             @Internet2

perfsonar-lsregistrationdaemon.noarch             3.5.1-1             @Internet2

perfsonar-meshconfig-agent.noarch                 3.5.1-1             @Internet2

perfsonar-meshconfig-jsonbuilder.noarch           3.5.1-1             @Internet2

perfsonar-meshconfig-shared.noarch                3.5.1-1             @Internet2

perfsonar-oppd-bwctl.noarch                       3.5.1-1             @Internet2

perfsonar-oppd-owamp.noarch                       3.5.1-1             @Internet2

perfsonar-oppd-server.noarch                      3.5.1-1             @Internet2

perfsonar-oppd-shared.noarch                      3.5.1-1             @Internet2

perfsonar-regulartesting.noarch                   3.5.1.1-1           @Internet2

perfsonar-testpoint.noarch                        3.5.1-1             @Internet2

perfsonar-toolkit.noarch                          3.5.1-1             @Internet2

perfsonar-toolkit-install.noarch                  3.5.1-1             @Internet2

perfsonar-toolkit-library.noarch                  3.5.1-1             @Internet2

perfsonar-toolkit-ntp.noarch                      3.5.1-1             @Internet2

perfsonar-toolkit-security.noarch                 3.5.1-1             @Internet2

perfsonar-toolkit-servicewatcher.noarch           3.5.1-1             @Internet2

perfsonar-toolkit-sysctl.noarch                   3.5.1-1             @Internet2

perfsonar-toolkit-systemenv.noarch                3.5.1-1             @Internet2

perfsonar-tools.noarch                            3.5.1-1             @Internet2

perfsonar-traceroute-viewer.noarch                3.5.1-1             @Internet2

Available Packages

 

Does that help?

 

Best regards,

Ivan

 

 

 

From: Antoine Delvaux [mailto:]
Sent: Montag, 14. März 2016 10:32
To: Garnizov, Ivan (RRZE)
Cc: perfsonar-user
Subject: Re: [perfsonar-user] Upgrade from pS 3.4.1

 

Hello Ivan,

 

To which version are you upgrading to?  Do you have the exact esmond version numbers of the upgrade?

 

Cheers,

 

Antoine.

 

Le 11 mars 2016 à 17:42, Garnizov, Ivan (RRZE) <> a écrit :

 

Hi guys,

 

Here is the result from my first attempt to run an upgrade from a 3.4.1 instance.

Please provide hints and instructions on how to deal with these errors from Esmond:

 

2016-03-11 18:37:45,413 [ERROR] /usr/lib/esmond/lib/python2.7/site-packages/django/core/handlers/base.py: Internal Server Error: /esmond/perfsonar/archive/

Traceback (most recent call last):

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response

    response = wrapped_callback(request, *callback_args, **callback_kwargs)

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view

    return view_func(*args, **kwargs)

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/viewsets.py", line 85, in view

    return self.dispatch(request, *args, **kwargs)

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/views.py", line 456, in dispatch

    response = self.handle_exception(exc)

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/views.py", line 444, in dispatch

    self.initial(request, *args, **kwargs)

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/views.py", line 358, in initial

    self.perform_authentication(request)

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/views.py", line 296, in perform_authentication

    request.user

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/request.py", line 489, in __getattribute__

    return super(Request, self).__getattribute__(attr)

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/request.py", line 264, in user

    self._authenticate()

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/request.py", line 452, in _authenticate

    user_auth_tuple = authenticator.authenticate(self)

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/authentication.py", line 173, in authenticate

    return self.authenticate_credentials(auth[1])

  File "/usr/lib/esmond/lib/python2.7/site-packages/rest_framework/authentication.py", line 177, in authenticate_credentials

    token = self.model.objects.select_related('user').get(key=key)

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/query.py", line 328, in get

    num = len(clone)

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/query.py", line 144, in __len__

    self._fetch_all()

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/query.py", line 965, in _fetch_all

    self._result_cache = list(self.iterator())

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/query.py", line 238, in iterator

    results = compiler.execute_sql()

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 840, in execute_sql

    cursor.execute(sql, params)

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute

    return self.cursor.execute(sql, params)

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/utils.py", line 97, in __exit__

    six.reraise(dj_exc_type, dj_exc_value, traceback)

  File "/usr/lib/esmond/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute

    return self.cursor.execute(sql, params)

ProgrammingError: relation "authtoken_token" does not exist

LINE 1: ...user"."is_active", "auth_user"."date_joined" FROM "authtoken...

 

 

Best regards,

Ivan

 





Archive powered by MHonArc 2.6.16.

Top of Page