help > Malfunction of the toolbox
Showing 1-6 of 6 posts
Display:
Results per page:
Jan 14, 2021  12:01 PM | Natalie Abboud
Malfunction of the toolbox
Whenever I try to access to access previous projects this message comes up: 
ERROR DESCRIPTION:

Error using conn_jobmanager (line 316)
Unknown project. Load a conn project first (or cd to the folder containing your conn*.qlog project file)
Error in conn (line 1121)
conn_jobmanager ispending;
Error in conn (line 4690)
conn gui_ispending;
Error in conn_menumanager (line 121)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN20.b
SPM12 + DAiSS DEM FieldMap MEEGtools
Matlab v.2020b
project: CONN20.b

Does anyone know what it means?
Jun 14, 2021  01:06 AM | padma - Kyungpook National University
RE: Malfunction of the toolbox
Did you find the solution for this? I am facing the same problem.
Aug 24, 2021  07:08 AM | Abhishek Patil - Vellore Institute of Technology
RE: Malfunction of the toolbox
Originally posted by Natalie Abboud:
Whenever I try to access to access previous projects this message comes up: 
ERROR DESCRIPTION:

Error using conn_jobmanager (line 316)
Unknown project. Load a conn project first (or cd to the folder containing your conn*.qlog project file)
Error in conn (line 1121)
conn_jobmanager ispending;
Error in conn (line 4690)
conn gui_ispending;
Error in conn_menumanager (line 121)
feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});
CONN20.b
SPM12 + DAiSS DEM FieldMap MEEGtools
Matlab v.2020b
project: CONN20.b

Does anyone know what it means?


Hii,

Did anyone find a solution to this...I am facing the same issue...

regards,

Abhishek
Sep 1, 2021  10:09 PM | Ying Zhang - University of Minnesota
RE: Malfunction of the toolbox
I have the same issue. Hope anyone can help.

Here is my command:

clear batch;
batch.filename=fullfile(cwd,'conn_alldata2.mat');
conn_module('preprocessing', 'functionals', {{FUNCTIONAL_FILE_1}, {FUNCTIONAL_FILE_2}}, 'steps', '')

I am using Matlab R2021a, SPM12 and CONN20b.

The issue happened only when I chose to run the job in "distributed" fashion.

I had no problem to run the same command in "local machine" mode.
Nov 13, 2023  10:11 PM | emdoyle
RE: Malfunction of the toolbox

Hi All,


I'm not sure if this will work for everyone, but it seemed like my project file (i.e. conn_projectname.mat) was corrupted or something because the normal conn_x structure didn't show up when I tried to open it in matlab (probably because I was trying to make changes on a virtual desktop when there was no space available to save changes). Luckily, all was not lost, as conn saves a backup file in the project folder called bakfile.mat. I renamed the corrupt file and then saved the bakfile.mat as the name of my project i the same place as the original project file. Then I was able to open the project normally in CONN and my analysis was back! Hurray!


Hope this helps some people in this situation.


~Em

Apr 9, 2024  11:04 AM | zephyr farley
RE: Malfunction of the toolbox

Thank you for answering, you made my day.