Hello,
I'm working on linux Debian and i have little permissions. I'm trying to install NAV using your guide of "getting started". When I try to run "nav start" I get that the following services are down: eventengine getDeviceData snmptrapd. I recieve the following error msg: "Failed: eventengine getDeviceData snmptrapd Errors: tmp (Command failed: 32256)"
When trying to run "etc/init.d/eventengine start" I recieve the following error msg: " createConnection ClassNotFoundExecption error: org.postgresql.Driver Error, could not connect to database! Failed".
When trying to run "etc/init.d/snmptrapd start" I recieve the following error msg: "psycopg.ProgrammingError: ERROR: relation "subsystem" does not exist
INSERT INTO subsystem (SELECT 'snmptrapd', '' WHERE NOT EXISTS (SELECT * FROM subsystem WHERE name = 'snmptrapd')) Failed".
What should I do?
Thank you.