You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Satish <sa...@nunet-tech.com> on 2003/07/23 12:42:29 UTC

mailstore failed to pass through the Initialization stage

Hi this is my config file when I am trying to start james it is giving
following error
     <data-source name="maildb"
class="org.apache.james.util.mordred.JdbcDataSource">
<driver>sun.jdbc.odbc.JdbcOdbc</driver>

<dburl>jdbc:odbc://193.50.50.128/James;</dburl>
            <user>sa</user>
            <password>tc2100</password>
            <max>20</max>
         </data-source>
   

error----------------
Order of processing = [dnsserver, objectstorage, database-connections,
mailstore, users-store, thread-manager, connections, sockets, scheduler,
James, spoolmanager, remotemanager, pop3server, smtpserver,
nntp-repository, nntpserver, fetchpop].
ERROR   2003-07-23 16:06:55.848 [Phoenix.] (): Component named
"mailstore" failed to pass through the Initialization stage. (Reason:
org.apache.avalon.framework.component.ComponentException: Cannot find or
init repository).
ERROR   2003-07-23 16:06:55.848 [Phoenix.] (): There was an error
running phase "startup" for Block named "mailstore". (Reason: Component
named "mailstore" failed to pass through the Initialization stage.
(Reason: org.apache.avalon.framework.component.ComponentException:
Cannot find or init repository).).
org.apache.excalibur.containerkit.lifecycle.LifecycleException:
Component named "mailstore" failed to pass through the Initialization
stage. (Reason:
org.apache.avalon.framework.component.ComponentException: Cannot find or
init repository).
	at org.apache.excalibur.container    


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: mailstore failed to pass through the Initialization stage

Posted by "Noel J. Bergman" <no...@devtech.com>.
The root error is:

java.sql.SQLException: Giving up... no connections available.
	at
org.apache.james.util.mordred.JdbcDataSource.getConnection(JdbcDataSource.ja
va:208)

It couldn't access the database.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org