tslittle / tiffanymaster

0 stars 0 forks source link

Make sure queue can be created #29

Closed tslittle closed 3 years ago

tslittle commented 3 years ago

Don't include any of the acq-specific stuff in the queue uploader part, and make sure that it can create and process a queue of bib records first.

tslittle commented 3 years ago

Queue was created and is successfully in the list of Bibliographic Queues (with type 'bib'). However, it fails after that with console error:

opensrf.js:370 Websocket request failed with a transport error {thread: "0.98227884822699531618497886314", log_xid: "1618497836268914", osrf_msg: Array(1), transport_error: true}

net.service.ts:138 open-ils.vlagent.bib.process_spool failed! See server logs. Service open-ils.vlagent unavailable

core.js:4197 ERROR open-ils.vlagent.bib.process_spool failed! See server logs. Service open-ils.vlagent unavailable

tslittle commented 3 years ago

The queue itself is created, but processing files still broken. This particular piece is done; closing.