Hola, espero que estén bien. Necesito su ayuda.
Cuando intento importar los esquemas de la base de datos por primera vez (colocando hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect y hibernate.hbm2ddl=create) obtengo el siguiente error, ocasionando que no pueda autenticarme con OpenKM [1] que no tengo ni idea con que puede estar asociado. El error es:
De antemano muchisimas gracias por su ayuda.
Saludos
[1] De hecho, logro ver la tabla okm_user pero SIN NINGÚN USUARIO.
Cuando intento importar los esquemas de la base de datos por primera vez (colocando hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect y hibernate.hbm2ddl=create) obtengo el siguiente error, ocasionando que no pueda autenticarme con OpenKM [1] que no tengo ni idea con que puede estar asociado. El error es:
Code: Select all
Tengo el más reciente http://integration.openkm.com/6.2. Adjunto el log de Catalina. 2012-11-05 11:08:41,369 [pool-2-thread-1] ERROR com.openkm.dao.HibernateUtil - Error during import script execution at line 151: ERROR: relation "okm_wiki_page" does not exist
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-05 11:08:41,370 [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') ]
De antemano muchisimas gracias por su ayuda.
Saludos
[1] De hecho, logro ver la tabla okm_user pero SIN NINGÚN USUARIO.
Attachments
Log catalina
(11.12 KiB) Downloaded 296 times
(11.12 KiB) Downloaded 296 times