You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postProcForPut {
on(include($objPath)) {
postProcForCreateCommon($objPath, $dataSize, true);# preview must be generated after the file is uploaded# genPreviewGen($objPath, *previewThumbPath, *previewPath);
}
or {
succeed;
}
}
And genPreviewGen needed to be commented out otherwise it threw errors for files like PNG and jpg
}
"Sep 23 08:24:27 pid:9503 NOTICE: writeLine: inString = getFileType: /dfc1/home/dvn/demo/diffview.PNG, /var/lib/irods/iRODS/Vault/home/dvn/demo/diffview.PNGSep 23 08:24:27 pid:9503 NOTICE: writeLine: inString = file "-b""/var/lib/irods/iRODS/Vault/home/dvn/demo/diffview.PNG"Sep 23 08:24:27 pid:9581 NOTICE: execCmd: argv: "-b""/var/lib/irods/iRODS/Vault/home/dvn/demo/diffview.PNG"Sep 23 08:24:27 pid:9503 ERROR: _rsExecCmd: waitpid status = 9581, myExecCmdOut->status = 0, childStatus = 256Sep 23 08:24:27 pid:9503 DEBUG: msiExecCmd: rsExecCmd failed for file, status = -344000Sep 23 08:24:27 pid:9503 NOTICE: cannot find rule in condIndex: genPreviewGenSep 23 08:24:27 pid:9503 NOTICE: writeLine: inString = getFileType: /dfc1/home/dvn/demo/diffview.PNG, /var/lib/irods/iRODS/Vault/home/dvn/demo/diffview.PNGSep 23 08:24:27 pid:9503 NOTICE: writeLine: inString = file "-b""/var/lib/irods/iRODS/Vault/home/dvn/demo/diffview.PNG"Sep 23 08:24:27 pid:9582 NOTICE: execCmd: argv: "-b""/var/lib/irods/iRODS/Vault/home/dvn/demo/diffview.PNG"Sep 23 08:24:27 pid:9503 ERROR: _rsExecCmd: waitpid status = 9582, myExecCmdOut->status = 0, childStatus = 256Sep 23 08:24:27 pid:9503 DEBUG: msiExecCmd: rsExecCmd failed for file, status = -344000Sep 23 08:24:27 pid:9503 NOTICE: writeLine: inString = genPreview: unsupported file type for /dfc1/home/dvn/demo/diffview.PNG, ext = Sep 23 08:24:27 pid:15080 NOTICE: Agent process 9528 exited with status 0Sep 23 08:24:27 pid:15080 NOTICE: Agent process 9583 started for puser=dvn and cuser=dvn from 152.54.15.222Sep 23 08:24:28 pid:9583 NOTICE: readAndProcClientMsg: received disconnect msg from clientSep 23 08:24:28 pid:9583 NOTICE: Agent exiting with status = 0Sep 23 08:24:46 pid:9503 NOTICE: caught a signal and exitingSep 23 08:24:46 pid:9503 NOTICE: Agent exiting with status = -7000Sep 23 08:24:46 pid:15080 NOTICE: rodsServer caught signal 2, exiting
The text was updated successfully, but these errors were encountered:
databook.re contains this stanza
And genPreviewGen needed to be commented out otherwise it threw errors for files like PNG and jpg
The text was updated successfully, but these errors were encountered: