Hi helix

thanks for the answer I  find this in spring/api/core-hibernate.xml

<bean id="dspaceDataSource" 
class="org.apache.commons.dbcp2.BasicDataSource" lazy-init="true" 
destroy-method="close">
        <property name="driverClassName" value="${db.driver}"/>
        <property name="url" value="${db.url}"/>
        <property name="username" value="${db.username}"/>
        <property name="password" value="${db.password}"/>
        <property name="maxWaitMillis" value="${db.maxwait}"/>
        <property name="maxIdle" value="${db.maxidle}"/>
        <property name="maxTotal" value="${db.maxconnections}"/>
    </bean>

This configuration is important and it must be filled



El jueves, 6 de abril de 2017, 2:40:51 (UTC-5), helix84 escribió:
>
> Make sure you're not reusing your 4.x configuration in your 6.x 
> installation. Start from a clean 6.x and only cherry-pick the changes you 
> need from your old 4.x.
>
> This /dspace/config/spring/ directory is especially sensitive to this.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>
>
> On Wed, Apr 5, 2017 at 5:36 PM, christian criollo <[email protected] 
> <javascript:>> wrote:
>
>>
>> I'm on the process of upgrading a dspace instance from 4.0 to 6.0. All 
>> went well but I noticed in my log file this error:
>>
>> 2017-04-05 09:24:17,358 FATAL org.dspace.core.Context @ Cannot obtain the 
>> bean which provides a database connection. Check previous entries in the 
>> dspace.log to find why the db failed to initialize.
>>
>> somebody could you tell me why occurs this error  that it has not posible 
>> migrate toward dspace 6.0, I am using a database  Oracle Database 11g 
>> Release 11.2.0.3.0 - 64bit 
>> Database Driver: Oracle JDBC driver version 11.2.0.4.0
>>
>> thank you for the help
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to