akvo / akvo-flow-services

Akvo Flow service applications for reporting, bulk uploads and others
Other
4 stars 1 forks source link

Uploading a single image file does not complete #160

Closed muloem closed 4 years ago

muloem commented 7 years ago

When attempting to upload a single image file, an exception occurs.

org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.IllegalArgumentException: No matching clause: 311632-screenshot2017-06-15at153427jpg]
    at org.quartz.core.JobRunShell.run(JobRunShell.java:224)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
Caused by: java.lang.IllegalArgumentException: No matching clause: 311632-screenshot2017-06-15at153427jpg
    at akvo.flow_services.uploader$get_key.invoke(uploader.clj:93)
    at akvo.flow_services.uploader$upload.invoke(uploader.clj:101)
    at akvo.flow_services.uploader$bulk_upload.invoke(uploader.clj:260)
    at akvo.flow_services.scheduler.BulkUploadJob.execute(scheduler.clj:73)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
    ... 1 more
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.