Hi, On Friday 15 November 2002 07:36, Jim Collins wrote: > Thanks Rahul, > > It is pretty much how I have got mine setup. I am getting the following > error though when I startup Tomcat: > > 15 Nov 2002 00:32:36 - slidestore.reference.JDBCDescriptorsStore - INFO - > Connecting to "jdbc:mysql://localhost:3306/myDB" as user "root" > 15 Nov 2002 00:32:41 - slidestore.reference.JDBCDescriptorsStore - ERROR - > Connecting to "jdbc:mysql://localhost:3306/myDB" as user "root" failed > 15 Nov 2002 00:32:41 - slidestore.reference.JDBCDescriptorsStore - ERROR - > java.sql.SQLException: Invalid authorization specification: Access denied > for user: 'root@localhost' (Using password: YES) > 15 Nov 2002 00:32:41 - org.apache.slide.common.Domain - WARNING - Service > slidestore.reference.JDBCDescriptorsStore@a36b53 connection failed : > Invalid authorization specification: Access denied for user: > 'root@localhost' (Using password: YES) > 15 Nov 2002 00:32:41 - org.apache.slide.common.Domain - WARNING - Service > is missing on root node > 15 Nov 2002 00:32:41 - org.apache.slide.common.Namespace - ERROR - Unable > to read Namespace base configuration file : > 15 Nov 2002 00:32:41 - org.apache.slide.common.Namespace - ERROR - > org.apache.slide.common.ServiceMissingOnRootNodeException: Service is > missing on root node > org.apache.slide.common.ServiceMissingOnRootNodeException: Service is > missing on root node > > I can access the database from mysql using the user name and password that > I set in Domain.xml but it does not seem to work from slide.
Just an idea. It's not alway clear to me, in which cases mysql clients try to login as root@localhost and in which case it uses [EMAIL PROTECTED] Its even worst, if your computer has more than one name. Martin -- To unsubscribe, e-mail: <mailto:slide-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:slide-user-help@;jakarta.apache.org>
