Have you configured a datasource?
You need a section similar to this below in you config.xml

         <data-source name="maildb"
class="org.apache.james.util.mordred.JdbcDataSource">
            <driver>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver>

<dburl>jdbc:microsoft:sqlserver://192.168.0.20:1433;DatabaseName=development
_v17;SelectMethod=Cursor</dburl>
            <user>xxxxx</user>
            <password>xxxxx</password>
            <max>20</max>
         </data-source>

Also remember you will need to put the driver jar(s) in James, (lib
directory)



-----Original Message-----
From: Satish [mailto:[EMAIL PROTECTED]
Sent: 23 July 2003 10:01
To: 'James Users List'
Subject: mailstore" failed to pass through the Initialization stage


Hi I am trying to use db as mail storage system. The following error
occurred while starting james. What could be the reason
Component named "mailstore" failed to pass through the Initialization
stage. (Reason:
org.apache.avalon.framework.component.ComponentException: Cannot find or
init repository).
Thanks,
Satish varma ch.



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




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

Reply via email to