dear friends,

I have tried to use the SQLServer and MySQL store for slide. Now I turned to use oracle to store the meta data. I used the latest slide2M1, and download ojdbc14.jar, and the snippet of domain configuration is following:

<!--Oracle storte -->
<nodestore classname="org.apache.slide.store.impl.rdbms.JDBCStore">
<parameter name="adapter">org.apache.slide.store.impl.rdbms.OracleRDBMSAdapter</parameter>


<parameter name="driver">oracle.jdbc.driver.OracleDriver</parameter>
<parameter name="url">jdbc:oracle:thin:@192.168.12.3:1521:test</parameter>
<parameter name="user">sungoal</parameter>
<parameter name="password">sungoal</parameter>


but I meet the wired error as following:

16:38:02,151 INFO [STDOUT] 13 Jul 2004 16:38:02 - org.apache.slide.store.txfile.rm.impl.FileResourceManager - INFO - Starting RM at 'slide/fileContent' / 'slide/workContent'
16:38:02,171 INFO [STDOUT] 13 Jul 2004 16:38:02 - org.apache.slide.store.txfile.rm.impl.FileResourceManager - INFO - Started RM
16:38:03,473 INFO [STDOUT] 13 Jul 2004 16:38:03 - org.apache.slide.store.impl.rdbms.JDBCStore - EMERGENCY - Could not create connection. Reason: org.apache.commons.dbcp.SQLNestedException: Connect failed, cause: Could not create a validated object
16:38:03,583 INFO [STDOUT] 13 Jul 2004 16:38:03 - org.apache.slide.common.Namespace - INFO - Loading namespace slide base data
16:38:03,743 INFO [STDOUT] 13 Jul 2004 16:38:03 - org.apache.slide.store.impl.rdbms.JDBCStore - EMERGENCY - Could not create connection. Reason: org.apache.commons.dbcp.SQLNestedException: Connect failed,cause: Could not create a validated object
16:38:03,763 INFO [STDOUT] 13 Jul 2004 16:38:03 - org.apache.slide.transaction.SlideTransaction - WARNING - Enlist failure: Resource manager [EMAIL PROTECTED] Error code XAER_RMFAIL in Transaction 1 xid main-1089707883603-1- in thread main


_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to