cmbi/hommod

Yasara errors

jonblack opened this issue · 4 comments

I noticed the following errors in the celery stdout log:

YASARA Version 15.3.8.L detected error 728: The connection to the Python module failed with error code 4.

and

Fatal error while trying to exit. It is possible that the scene could not be saved. Original error 728, subsequent error 39.
New error details: ysu_exit: Failed to get directory

The python module seems to work normally on bamboo:

$ grep YASARADIR /srv/www/hommod/hommod-rest/hommod_rest/default_settings.py
YASARADIR = '/data/prog/Yasara/yasara/'

$ python
>>> import sys
>>> sys.path.append ('/data/prog/Yasara/yasara/pym')
>>> sys.path.append ('/data/prog/Yasara/yasara/plg')
>>> import yasaramodule as yasara
>>> yasara.info.mode='txt'
>>> yasara.LoadPDB ('1crn', download='yes')


                           Welcome to YASARA STRUCTURE
                                 Version 15.3.8
                          (C)1993-2014 by Elmar Krieger

                           This program is licensed to
                                 Hanka Venselaar
                  NCMLS, Radboud University Nijmegen MedCentre
                          Geert Grooteplein Zuid 26-28
                                6525 GA Nijmegen
                                 The Netherlands
                             Serial number 248156937


Type 'HUD Obj' or 'HUD Sim' to show the head-up display.
Type 'ShowDoc' to open the user manual in your web browser.
Type 'Exit' to quit YASARA.
GPU initialization failed:The GPU could not be used to perform computations as expected, 31 functions could not be found in the OpenCL library. First download the latest OpenCL driver, then contact support.


>LoadPDB Filename=1crn,Download=yes - Model 1 loaded as object 1 (327 atoms)

Look at the celery logs when it starts up (do this locally on your machine, not on the server).

I'm running it on a local RabbitMQ server. Where should this log message appear? It's not in rabbitmq's logs.

Cannot reproduce.