Trying to implement OpenKM on CentOS 5.5 with PostgreSQL 8.4. I "BELIEVE" I've followed all the instructions correctly: copied Postgres drivers (postgresql-8.4-701.jbdc3.jar & postgresql-8.4-701.jbdc4.jar) to $JBOSS_HOME/server/default/lib. Edited repository.xml to match configuration on PostgreSQL page. Created openkm and JbpmDB databases and confirmed connections. Modified the OpenKM.war file for the hibernation dialect. Edited openkm-ds.xml for datasources per PostgreSQL page, plus added postgres-ds.xml for DefaultDS and jbpm-ds.xml for JbpmDB.
Problem: when I try to log in, I get: "File system initialization failure.: root directory not set" and from server.log:
2010-08-16 22:53:31, 818 INFO [org.apache.jackrabbit.core.RepositoryImp] Initializing workspace 'default' ...
2010-08-16 22.53.31, 819 ERROR [org.apache.jackrabbit.core.RepositoryImp] Failed to initialize workspace 'default'
org.apache.jackrabbit.core.config.ConfigurationException: File System initialization failure: root directory not set: root directory not set
I'm kind of a newbie on this, but I've been through everything at least twice and I'm really stuck. All suggestions welcomed and thank you in advance.
Problem: when I try to log in, I get: "File system initialization failure.: root directory not set" and from server.log:
2010-08-16 22:53:31, 818 INFO [org.apache.jackrabbit.core.RepositoryImp] Initializing workspace 'default' ...
2010-08-16 22.53.31, 819 ERROR [org.apache.jackrabbit.core.RepositoryImp] Failed to initialize workspace 'default'
org.apache.jackrabbit.core.config.ConfigurationException: File System initialization failure: root directory not set: root directory not set
I'm kind of a newbie on this, but I've been through everything at least twice and I'm really stuck. All suggestions welcomed and thank you in advance.