Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Overview
  2. Producer
  3. Consumer
  4. Repository
  5. Data Model
  6. Searching in NOCLook
  7. Indexed properties
  8. REST API
  9. Backup and Restore
  10. Links
  11. How to set up a NI suite
  12. Troubleshooting

Anchor
overview
overview

Overview

...

Setting up a NORDUni instance

Anchor
troubleshooting
troubleshooting

Troubleshooting

Starting/stopping and restarting

Code Block
$ supervisorctl start|stop|restart noclook

Internal Server Error (http 500)

Stop noclook. The directory /var/opt/norduni/dependencies/neo4jdb/ and its children is probably owned by root, it should be owned by www-data.

Code Block
$ chown -R www-data:www-data /var/opt/norduni/dependencies/neo4jdb/

Start noclook again.