I installed the Hyperic server eval version 4.6 EE, and have tried several modes (none, full, upgrade) but each time I start the server, it quits after connecting to internal postgress DB, not finding a table. I connected directly to postgress as well and see no schema is loaded as well.
I have seached the docs, but see no directions on explicitly reloading my hqdb database?
2012-03-20 13:16:29,069 ERROR [main] [org.apache.tools.ant.UnknownElement@135] Task "dbupgrade" finished with error.
/home/hyperic5/server-4.6-EE/data/db-upgrade.xml:43: Error loading starting schema version: org.postgresql.util.PSQLException: ERROR: relation "eam_config_props" does not exist
at org.hyperic.tools.ant.dbupgrade.DBUpgrader.loadStartSchemaVersion(DBUpgrader.java:355)
at org.hyperic.tools.ant.dbupgrade.DBUpgrader.execute(DBUpgrader.java:163)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)