help
help > RE: conn_jobmanager errors
Nov 3, 2021 06:11 PM | Luis Alvarado - University of Louisville
RE: conn_jobmanager errors
Gracias, Alfonso!
You were right.
Originally posted by Alfonso Nieto-Castanon:
You were right.
Originally posted by Alfonso Nieto-Castanon:
Hi Luis,
I believe that indicates a mismatch between the CONN version available in your cluster (possibly 20b?) and the latest CONN version used to save your project (possibly 21a?)
Hope this helps
Alfonso
Originally posted by Luis Alvarado:
I believe that indicates a mismatch between the CONN version available in your cluster (possibly 20b?) and the latest CONN version used to save your project (possibly 21a?)
Hope this helps
Alfonso
Originally posted by Luis Alvarado:
Hi all,
I am having multiple errors while submitting jobs locally to my cpu. I keep getting errors about Reference to non-existent field 'variables'. see below.
I am not sure where the problem is or how to fix it.
Best,
Luis
I am having multiple errors while submitting jobs locally to my cpu. I keep getting errors about Reference to non-existent field 'variables'. see below.
ERROR DESCRIPTION:
Reference to non-existent field 'variables'.
Error in conn_updatefolders (line 157)
if ~isempty(CONN_x.Analyses(ianalysis).variables)&&isstruct(CONN_x.Analyses(ianalysis).variables)&&~isfield(CONN_x.Analyses(ianalysis).variables,'fbands'), CONN_x.Analyses(ianalysis).variables.fbands=repmat({1},size(CONN_x.Analyses(ianalysis).variables.names)); end
Error in conn (line 928)
conn_updatefolders;
Error in conn_jobmanager>conn_jobmanager_gui/conn_jobmanager_update (line 1439)
conn save;
Error in conn_jobmanager>conn_jobmanager_gui/conn_jobmanager_update (line 1351)
conn_jobmanager_update('finish');
Error in conn_jobmanager>@(varargin)conn_jobmanager_update('refresh') (line 1302)
if isempty(handles.timer), handles.timer=timer('name','jobmanager','startdelay',1,'period',10,'executionmode','fixedspacing','taskstoexecute',inf,'busymode','drop','timerfcn',@(varargin)conn_jobmanager_update('refresh')); end
Error in timer/timercb (line 34)
feval(val{1}, obj, eventStruct, val{2:end});
Error in timercb (line 24)
timercb(obj(idxIntoTimerObject), varargin{2:end});
Error in conn_jobmanager>conn_jobmanager_gui (line 1272)
waitfor(handles.hfig);
Error in conn_jobmanager (line 467)
info=conn_jobmanager_gui(info,files,filedates,varargin{:});
Error in conn_setup_preproc (line 888)
conn_jobmanager(info);
Error in conn (line 1143)
ok=conn_setup_preproc('',varargin{2:end});
Error in conn_menumanager (line 121)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN20.b
Reference to non-existent field 'variables'.
Error in conn_updatefolders (line 157)
if ~isempty(CONN_x.Analyses(ianalysis).variables)&&isstruct(CONN_x.Analyses(ianalysis).variables)&&~isfield(CONN_x.Analyses(ianalysis).variables,'fbands'), CONN_x.Analyses(ianalysis).variables.fbands=repmat({1},size(CONN_x.Analyses(ianalysis).variables.names)); end
Error in conn (line 928)
conn_updatefolders;
Error in conn_jobmanager>conn_jobmanager_gui/conn_jobmanager_update (line 1439)
conn save;
Error in conn_jobmanager>conn_jobmanager_gui/conn_jobmanager_update (line 1351)
conn_jobmanager_update('finish');
Error in conn_jobmanager>@(varargin)conn_jobmanager_update('refresh') (line 1302)
if isempty(handles.timer), handles.timer=timer('name','jobmanager','startdelay',1,'period',10,'executionmode','fixedspacing','taskstoexecute',inf,'busymode','drop','timerfcn',@(varargin)conn_jobmanager_update('refresh')); end
Error in timer/timercb (line 34)
feval(val{1}, obj, eventStruct, val{2:end});
Error in timercb (line 24)
timercb(obj(idxIntoTimerObject), varargin{2:end});
Error in conn_jobmanager>conn_jobmanager_gui (line 1272)
waitfor(handles.hfig);
Error in conn_jobmanager (line 467)
info=conn_jobmanager_gui(info,files,filedates,varargin{:});
Error in conn_setup_preproc (line 888)
conn_jobmanager(info);
Error in conn (line 1143)
ok=conn_setup_preproc('',varargin{2:end});
Error in conn_menumanager (line 121)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN20.b
I am not sure where the problem is or how to fix it.
Best,
Luis
Threaded View
Title | Author | Date |
---|---|---|
Luis Alvarado | Nov 2, 2021 | |
Alfonso Nieto-Castanon | Nov 3, 2021 | |
Luis Alvarado | Nov 3, 2021 | |