Error uploading batch with Resourcespace

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tjhief
Posts: 2
Joined: 2016-09-21T08:52:52-07:00
Authentication code: 1151

Error uploading batch with Resourcespace

Post by tjhief »

So uploading single files was going fine and then someone decided to upload a big batch of jpgs, and resourcespace wouldn't upload anymore, going into the logs I found this:

convert: Not a JPEG file: starts with 0x98 0x7a /home/test/public_html/include/../filestore/6/3/7_859bae8c89331ad/637_875aa0d72a0c020.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: missing an image filename `/home/test/public_html/include/../filestore/6/3/7_859bae8c89331ad/637pre_afbad2108853a14.jpg' @ error/convert.c/ConvertImageCommand/3015.
convert: Not a JPEG file: starts with 0x98 0x7a /home/test/public_html/include/../filestore/6/3/7_859bae8c89331ad/637_875aa0d72a0c020.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: missing an image filename `/home/test/public_html/include/../filestore/6/3/7_859bae8c89331ad/637thm_3ff42a30912e397.jpg' @ error/convert.c/ConvertImageCommand/3015.
convert: Not a JPEG file: starts with 0x98 0x7a /home/test/public_html/include/../filestore/6/3/7_859bae8c89331ad/637_875aa0d72a0c020.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: missing an image filename `/home/test/public_html/include/../filestore/6/3/7_859bae8c89331ad/637col_5360ed26b3ed689.jpg' @ error/convert.c/ConvertImageCommand/3015.
identify: Not a JPEG file: starts with 0x45 0x2b /home/test/public_html/include/../filestore/6/3/8_9285d7456ab87a8/638_07947a8a0963306.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: Not a JPEG file: starts with 0x45 0x2b /home/test/public_html/include/../filestore/6/3/8_9285d7456ab87a8/638_07947a8a0963306.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: missing an image filename `/home/test/public_html/include/../filestore/6/3/8_9285d7456ab87a8/638pre_bf2744018711881.jpg' @ error/convert.c/ConvertImageCommand/3015.
convert: Not a JPEG file: starts with 0x45 0x2b /home/test/public_html/include/../filestore/6/3/8_9285d7456ab87a8/638_07947a8a0963306.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: missing an image filename `/home/test/public_html/include/../filestore/6/3/8_9285d7456ab87a8/638thm_a72b617e006fb69.jpg' @ error/convert.c/ConvertImageCommand/3015.
convert: Not a JPEG file: starts with 0x45 0x2b /home/test/public_html/include/../filestore/6/3/8_9285d7456ab87a8/638_07947a8a0963306.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: missing an image filename `/home/test/public_html/include/../filestore/6/3/8_9285d7456ab87a8/638col_f87c87053bc909e.jpg' @ error/convert.c/ConvertImageCommand/3015.
identify: Not a JPEG file: starts with 0x97 0x14 /home/test/public_html/include/../filestore/6/3/9_1898897e58c5ea7/639_e3616945e3fb024.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: Not a JPEG file: starts with 0x97 0x14 /home/test/public_html/include/../filestore/6/3/9_1898897e58c5ea7/639_e3616945e3fb024.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: missing an image filename `/home/test/public_html/include/../filestore/6/3/9_1898897e58c5ea7/639pre_9fdeac0aa840238.jpg' @ error/convert.c/ConvertImageCommand/3015.
convert: Not a JPEG file: starts with 0x97 0x14 /home/test/public_html/include/../filestore/6/3/9_1898897e58c5ea7/639_e3616945e3fb024.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: missing an image filename `/home/test/public_html/include/../filestore/6/3/9_1898897e58c5ea7/639thm_a133e33e2b64182.jpg' @ error/convert.c/ConvertImageCommand/3015.
convert: Not a JPEG file: starts with 0x97 0x14 /home/test/public_html/include/../filestore/6/3/9_1898897e58c5ea7/639_e3616945e3fb024.jpg @ error/jpeg.c/JPEGErrorHandler/297.
convert: missing an image filename `/home/test/public_html/include/../filestore/6/3/9_1898897e58c5ea7/639col_25218b814bbd173.jpg' @ error/convert.c/ConvertImageCommand/3015.

Anyone know of a solution? I get 103 error when trying to upload at frontend.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Error uploading batch with Resourcespace

Post by snibgo »

It seems that your JPEG files are corrupt. Can you read them with other software?

You might upload an example bad file to somewhere like dropbox.com and paste the URL here. However, is the header is bad, IM won't read it.
snibgo's IM pages: im.snibgo.com
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Error uploading batch with Resourcespace

Post by Bonzo »

I would guess the 103 error is a Resourcespace error. Have you tried uploading from another PC or restarting where ever Resourcespace is installed in case there is something stuck in the cache or somewhere?
tjhief
Posts: 2
Joined: 2016-09-21T08:52:52-07:00
Authentication code: 1151

Re: Error uploading batch with Resourcespace

Post by tjhief »

The JPGs are fine, it only happens when I upload batch, seems a processing thing, that's why this error seems off.
I have tried from several pc's and several accounts to upload, it gives the same error.

The weird thing is that it has happened twice now, and if I delete all pics from that day, it works again, but the second I upload a batch, it breaks down. And after breaking down, it just keeps giving error whatever you do :/
Post Reply