Skip to:
Running install -dis I got the following exception
vulnnxtid-sequence::seth failed. Error: Error executing SQL DROP SEQUENCE IF EXISTS vulnnxtid: ERROR: syntax error at or near "EXISTS"
commit 79aaa427eedc09d0d56940b5d8e7487f72992d60Author: Antonio <rssntn67@yahoo.it>Date: Sun Jun 28 11:53:56 2015 -0400
: Error when you drop sequence vulnnxtid
Remove ";" at the end of ssql fixes the problem
MacBook-Pro-di-Antonio-Russo:opennms antonio$ git pushCounting objects: 61, done.Delta compression using up to 4 threads.Compressing objects: 100% (8/8), done.Writing objects: 100% (9/9), 825 bytes | 0 bytes/s, done.Total 9 (delta 4), reused 0 (delta 0)To git@github.com:OpenNMS/opennms.gitf2839c5..79aaa42 develop -> develop
drop the db before running install -dis
I guess you only need to remove ";" from the sql statement
Running install -dis I got the following exception
vulnnxtid-sequence::seth failed. Error: Error executing SQL DROP SEQUENCE IF EXISTS vulnnxtid: ERROR: syntax error at or near "EXISTS"