[GeoNetwork-users] gn_2.10.2 ClassNotFoundException: jeeves.resources.dbms.DmbsPool

Hello list,

I'm trying to connect to an oracle db but this doesn't work anymore since
I'm using version 2.10.
This is the error I got:

2013-10-29 11:17:08.642:INFO:oejpw.PlusConfiguration:No Transaction manager
found - if your webapp requires one, please configure one.
2013-10-29 11:17:08.954:INFO:geonetwork:Initializing Spring root
WebApplicationContext
2013-10-29 11:17:12.499:INFO:oejsh.ContextHandler:started
o.e.j.w.WebAppContext{/geonetwork,file:/opt/collcat2/web/geonetwork/},/opt/collcat2/web/geonetwork
2013-10-29 11:17:12,724 INFO [jeeves] - Upload directory is:
/opt/collcat2/web/geonetwork/./data/tmp/
2013-10-29 11:17:12,730 ERROR [jeeves.engine] - Raised exception while
initializing resource main-db in
/opt/collcat2/web/geonetwork/WEB-INF/config.xml. Skipped.
2013-10-29 11:17:12,731 ERROR [jeeves.engine] - Resource : main-db
2013-10-29 11:17:12,731 ERROR [jeeves.engine] - Provider :
jeeves.resources.dbms.DmbsPool
2013-10-29 11:17:12,731 ERROR [jeeves.engine] - Exception :
java.lang.ClassNotFoundException: jeeves.resources.dbms.DmbsPool
2013-10-29 11:17:12,731 ERROR [jeeves.engine] - Message :
jeeves.resources.dbms.DmbsPool
2013-10-29 11:17:12,731 ERROR [jeeves.engine] - Stack :
java.lang.ClassNotFoundException: jeeves.resources.dbms.DmbsPool

This is a part of the config file that I use:

                <resource enabled="true">
                        <name>main-db</name>
                       
<provider>jeeves.resources.dbms.ApacheDBCPool</provider>
                        
                        <config>
                                <user>collcat2</user>
                                <password>collcat2</password>
                               
<driver>oracle.jdbc.driver.OracleDriver</driver>
                               
<url>jdbc:oracle:thin:@oradev.xxx.xxx.xx:1522:DEV2</url>
                                <poolSize>10</poolSize>
                                <validationQuery>SELECT 1 FROM
DUAL</validationQuery>
                        </config>
                </resource>

What is wrong?
Regards,
Bart

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/gn-2-10-2-ClassNotFoundException-jeeves-resources-dbms-DmbsPool-tp5086304.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.