Are there any issues with running the classic pipeline engine with the recent 1.10 update? I've getting pipelines stuck in queue. Logs are showing this error below.
Thanks,
Ben
DEBUG main org.nrg.pipeline.client.CommandLineArguments - Pipeline executed with command line: -config /XNAT/BIDS/XNAT_HOME/pipeline/pipeline.config -log /XNAT/BIDS/XNAT_HOME/pipeline/log4j.properties -catalogPath /XNAT/BIDS/XNAT_HOME/pipeline/catalog -pipeline /XNAT/BIDS/XNAT_HOME/pipeline/catalog/ansir/AnsirWorkflow_pipeline_20260316.xml -id ANSIRBIDS_E00031 -host
https://ansirbids.biohpc.swmed.edu:8443/xnat -u bb8fd544-8428-4e9d-8db1-03cd09f1955c -pwd XXXXXXXXX -dataType xnat:megSessionData -label LONG_0014_20240604_MEG -supressNotification -project LONG -parameterFile /XNAT/BIDS/XNAT_DATA/build/LONG/20260616_121813/LONG_0014_20240604_MEG/LONG_0014_20240604_MEG_params_20260616.xml -parameter mailhost=localhost -parameter userfullname=P.Pipeline -parameter builddir=/XNAT/BIDS/XNAT_DATA/build/LONG/20260616_121813/ -parameter xnatserver=ANSIRBIDS -parameter adminemail=
ben.w...@utsouthwestern.edu -parameter useremail=
ben.w...@utsouthwestern.edu -workFlowPrimaryKey 7022
DEBUG main org.nrg.pipeline.utils.PipelineProperties - Initializing the pipeline properties from the specified properties object
DEBUG main org.nrg.pipeline.utils.PipelineProperties - Setting admin email to:
Ben.W...@utsouthwestern.eduDEBUG main org.nrg.pipeline.utils.PipelineProperties - Setting email ID to:
Ben.W...@utsouthwestern.eduDEBUG main org.nrg.pipeline.utils.PipelineProperties - Setting SMTP host to: localhost
DEBUG main org.nrg.pipeline.utils.PipelineProperties - Setting REST mail host to:
https://ansirbids.biohpc.swmed.edu:8443/xnat/data/services/mail/sendFATAL main org.nrg.pipeline.client.XNATPipelineLauncher - Couldn't search for queued workflows
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at org.nrg.xnattools.SessionManager.setSessionExpirationTime(SessionManager.java:122)
at org.nrg.xnattools.SessionManager.createJSESSION(SessionManager.java:90)
at org.nrg.xnattools.SessionManager.getJSESSION(SessionManager.java:136)
at org.nrg.xnattools.service.WebServiceClient.connect(WebServiceClient.java:84)
at org.nrg.pipeline.client.XNATPipelineLauncher.isPipelineQueuedOrAwaitingOrOnHold(XNATPipelineLauncher.java:368)
at org.nrg.pipeline.client.XNATPipelineLauncher.isPipelineQueuedOrAwaitingOrOnHold(XNATPipelineLauncher.java:352)
at org.nrg.pipeline.client.XNATPipelineLauncher.launch(XNATPipelineLauncher.java:61)
at org.nrg.pipeline.client.XNATPipelineLauncher.run(XNATPipelineLauncher.java:298)
at org.nrg.pipeline.client.XNATPipelineLauncher.main(XNATPipelineLauncher.java:260)