Exception occurred: disk I/O error

@mjbludwig These steps helped me to resolve any issues I could create. That said, you could try the test described here to see if you can create database’s at all with SQLIte3. If you happen to use lustre FS this ticket may be useful information.

  1. rm ~/ondemand/data/sys/myjobs/production.sqlite3
  2. restart your web server (there’s an option to do so in the dashboard, under the help tab at the top right)
  3. from the dashboard navigate to job composer (don’t go directly to the url).

@superdavidxp I can’t tell from your stack trace and error message if you are getting a Database error or just plain file system problems. As you can tell by Morgan’s errors they’re clearly sql related, whereas your message is just i/o leading me to believe it was the cd and mdkir statements that failed. Though that exercise given above may prove useful to you as well.