I created both the database and the user.  When I "use mail" and execute
show tables I see none.  
I did grant all permissions with the following command
"grant all privileges on mail.* to james@localhost identified by 'PASSWORD'
with grant option;"

I also changed all INFO's to DEBUG's in environment.xml(is this the correct
place) and I see no more detail.  
Same exceptions thrown.  Any other ideas?  

Would the mysql version matter?  Im using mysql 3.23.  Ive also tried to use
the jdbc driver from mysql.com instead of
The one that shipped with james.  Same outcome.  Im stumped :(




-----Original Message-----
From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] 
Sent: Monday, February 10, 2003 10:53 PM
To: James Users List
Subject: RE: Component named "mailstore" failed to pass through the
Initialization stage.


> I have verfied that I can log into mysql with the username/password in 
> the config.xml file.

Did you remember to create the database, or did you just create the user?
Did you grant all permissions for that database to that username?

> java.sql.SQLException: Giving up... no connections available.
>       at JdbcDataSource.getConnection(JdbcDataSource.java:208)
>       at JDBCMailRepository.initialize(JDBCMailRepository.java:307)

It was not able to get connections to the database.  Doublecheck your
configuration, and change the log from INFO to DEBUG if necessary.

        --- Noel


---------------------------------------------------------------------
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