Hi everybody,
Last night I was trying a fresh installation of OpenKM 6.2. I configured PostgreSQL as back-end and everything went well until I got this message from the log (catalina.out):
Thanks!
Last night I was trying a fresh installation of OpenKM 6.2. I configured PostgreSQL as back-end and everything went well until I got this message from the log (catalina.out):
Code: Select all
Although there are a lot of tables created in the database, it seems that the SQL loading process was unsuccessful. Any suggestion?2012-11-02 07:59:59,495 [pool-2-thread-1] ERROR com.openkm.dao.HibernateUtil - Error during import script execution at line 151: [b]ERROR: relation "okm_wiki_page" does not exist[/b]
Position: 13 [ INSERT INTO OKM_WIKI_PAGE (WKP_ID,WKP_CONTENT, WKP_DATE,WKP_TITLE, WKP_USER, WKP_DELETED) VALUES (1, 'Main wiki page', NOW(), 'index', 'system', 'F') ]
2012-11-02 07:59:59,495 [pool-2-thread-1] ERROR com.openkm.dao.HibernateUtil - Error during import script execution at line 152: ERROR: current transaction is aborted, commands ignored until end of transaction block [ INSERT INTO OKM_FORUM (FRM_ID, FRM_NAME, FRM_DESCRIPTION, FRM_DATE, FRM_LAST_POST_USER, FRM_LAST_POST_DATE, FRM_NUM_TOPICS, FRM_NUM_POSTS, FRM_ACTIVE) VALUES (1, 'Documents discussions', 'Documents discussions general forum', NOW(), 'system', NOW(), 0, 0, 'T') ]
Thanks!