hi,

             We are trying to install and configure james mail server with
mysql as database. but problem is creating initial database. After
configuring config.xml as follow ,

  <data-sources>

      <data-source name="maildb"
class="org.apache.james.util.dbcp.JdbcDataSource">
         <driver>org.gjt.mm.mysql.Driver</driver>
         <dburl>jdbc:mysql://localhost/mail</dburl>
         <user>root</user>
         <password>voiceic0n</password>
         <max>20</max>
      </data-source>
    </data-sources>

the error thrown is

org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException:
Component named "database-connections" failed to pass through the Starting
stage. (Reason:
org.apache.avalon.framework.configuration.ConfigurationException: Error
configurable datasource)

what to do ?
James version - 2.3.1
mysql version - 5.0.45-community

please help me out .
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to