-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while processing .mov file #6
Comments
The above package is in stashspace: mov_error. The original package can be found on fclnx30 at: |
I was not able to try and submit the FI package to ripple, our test server, due to it being 53GB. I did submit both the new and old UF versions of AA00025617_00001 and they both error with similar error to the above error. |
There are 2 more packages this time from FSU that just got the same error. They are in stashspace and also in the same directory /var/daitss/ops/exceptions/tickets/mov_error. The packages are FSUHPUA_2014_035 and FSU_HPUA_2012010. |
If the files are particularly large you may need to increase the timeout on Core. See here for reference: https://github.com/daitss/core/blob/master/daitss-config.example.yml#L37 Also - make sure there is enough space available for processing these files as there is a bit of space required to create the transformed file. |
Thanks jonpitts. One of the file was less than a 1 GB. Also we noticed that in the daitss-config.yml file under the transform section under mov_norm instruction the path /usr/bin/lqt_transcode the directory does not exist. Could that be the problem? |
Not 100% sure - it's possible. If I spent some time on it I might be able to track down what lqt_transcode's role is. Some of those settings point to third party programs that perform some functionality in the transform process. You may need to find out where to redirect that configurable to or install the program that is missing. |
Oh wait - that's exactly the problem.... Look http://libquicktime.sourceforge.net/ |
Look at the daitss-config file to double check if quicktime normalization is configured, https://github.com/daitss/transform/blob/master/daitss-config.example.yml#L54, if it is then make sure lqt_transcode is installed and is in the path. If it is, then make sure the input file exist, in this case it is /var/daitss/data/work/E7HH80EEM_MJU2T2/files/original/1/data. |
Thanks Carol! From: Carol Chou [mailto:[email protected]] Look at the daitss-config file to double check if quicktime normalization is configured, https://github.com/daitss/transform/blob/master/daitss-config.example.yml#L54, if it is then make sure lqt_transcode is installed and is in the path. If it is, then make sure the input file exist, in this case it is /var/daitss/data/work/E7HH80EEM_MJU2T2/files/original/1/data. — |
I received the following error. I reset it and it had the same error.
error while processing 1(sip-files/FI14010435.mov): bad status
http://transform.fda.fcla.edu/transform/mov_norm?location=file:/var/daitss/data/work/E7HH80EEM_MJU2T2/files/original/1/data: 500
exception: No such file or directory - /usr/bin/lqt_transcode -ac rawaudio -vc mjpa /var/daitss/data/work/E7HH80EEM_MJU2T2/files/original/1/data /var/daitss/tmp/d20150329-1550-1m31wi7/data/transformed.mov
The text was updated successfully, but these errors were encountered: