I have this weird problem, trying to connect MMBase with MySQL, having
installed the suitable drivers (downloaded them form the mysql site) and
trying to create a connectionpool.
25:19,078 SERVICE util.logging.log4j.Log4jImpl - Redirecting stderr to
MMBase logging (If you don't like this, then put the STDER logger to
'fatal')
15:25:19,078 INFO mmbase.module.core.MMBaseContext -
===========================
15:25:19,078 INFO mmbase.module.core.MMBaseContext - MMBase logging
initialized.
15:25:19,078 INFO mmbase.module.core.MMBaseContext -
===========================
15:25:19,078 INFO mmbase.module.core.MMBaseContext - user.dir
: D:\jakarta-tomcat-4.1.18\bin
15:25:19,078 INFO mmbase.module.core.MMBaseContext - mmbase.config
: D:\jakarta-tomcat-4.1.18\webapps\mmbase\WEB-INF\config
15:25:19,078 INFO mmbase.module.core.MMBaseContext - mmbase.outputfile
: null
15:25:19,187 INFO mmbase.module.core.MMBaseContext - version
: MMBase 1.6.0.20030102
15:25:19,187 INFO mmbase.module.core.MMBaseContext - total memory
: 7 Mbyte
15:25:19,265 INFO mmbase.module.core.MMBaseContext - free memory
: 3 Mbyte
15:25:19,265 INFO mmbase.module.core.MMBaseContext - system locale
: nl_NL
15:25:19,265 INFO mmbase.module.core.MMBaseContext - mmbase.htmlroot
: D:\jakarta-tomcat-4.1.18\webapps\mmbase
15:25:19,265 INFO org.mmbase.servlet.MMBaseServlet - Init of servlet
version.
15:25:19,265 SERVICE org.mmbase.servlet.MMBaseServlet - Reading servlet
mappings from D:\jakarta-tomcat-4.1.18\webapps\mmbase/WEB-INF/web.xml
15:25:19,281 SERVICE org.mmbase.servlet.MMBaseServlet - Creating MMBase
module in version
15:25:19,281 SERVICE org.mmbase.module.Module - Loading MMBase modules...
15:25:19,296 SERVICE org.mmbase.module.Module - Loading module sendmail
with class org.mmbase.module.SendMail
15:25:19,343 SERVICE org.mmbase.module.Module - Loading module rmmci with
class org.mmbase.module.RemoteMMCI
15:25:19,390 SERVICE org.mmbase.module.Module - Loading module config with
class org.mmbase.module.Config
15:25:19,453 SERVICE org.mmbase.module.Module - Loading module upload with
class org.mmbase.module.Upload
15:25:19,468 SERVICE org.mmbase.module.Module - Loading module mmadmin
with class org.mmbase.module.tools.MMAdmin
15:25:19,515 SERVICE org.mmbase.module.Module - Loading module
communityprc with class org.mmbase.module.community.CommunityPrc
15:25:19,531 SERVICE org.mmbase.module.Module - Loading module jdbc with
class org.mmbase.module.database.JDBC
15:25:19,656 SERVICE org.mmbase.module.Module - Loading module mmbaseroot
with class org.mmbase.module.core.MMBase
15:25:19,671 SERVICE org.mmbase.module.Module - Starting modules
[communityprc, rmmci, mmadmin, upload, config, jdbc, mmbaseroot, sendmail]
15:25:19,687 INFO mmbase.module.database.JDBC - Loaded JDBC driver:
org.gjt.mm.mysql.Driver
15:25:19,687 INFO org.mmbase.module.Module - Starting module communityprc
15:25:19,687 INFO mmbase.module.community.CommunityPrc - Start MMBase
before community
15:25:19,687 SERVICE mmbase.module.core.MMBase - Init of MMBase
1.6.0.20030102
15:25:19,687 INFO mmbase.module.core.MMBase - mmbase default locale : en
15:25:19,687 INFO mmbase.module.database.JDBC - Module JDBC started
(host: 'localhost' port: '3306' database: 'mmbase' user: 'root' driver:
'org.gjt.mm.mysql.Driver')
15:25:19,750 INFO mmbase.module.core.MMBase - Using class:
'org.mmbase.module.database.support.MMMysql42Node' with config:
'D:\jakarta-tomcat-4.1.18\webapps\mmbase\WEB-INF\config\databases\mysql.xml'.
15:25:19,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:25:19,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:25:19,765 ERROR mmbase.module.core.MMBase - java.sql.SQLException: No
suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:532)
at java.sql.DriverManager.getConnection(DriverManager.java:172)
at org.mmbase.module.database.MultiPool.<init>(MultiPool.java:74)
at
org.mmbase.module.database.MultiPoolHandler.getConnection(MultiPoolHandler.java:48)
at org.mmbase.module.database.JDBC.getConnection(JDBC.java:287)
at
org.mmbase.module.database.support.MMSQL92Node.getConnection(MMSQL92Node.java:1473)
at org.mmbase.module.core.MMBase.getConnection(MMBase.java:673)
at
org.mmbase.module.database.support.MMSQL92Node.size(MMSQL92Node.java:1003)
at
org.mmbase.module.database.support.MMSQL92Node.created(MMSQL92Node.java:990)
at
org.mmbase.module.database.support.MMSQL92Node.checkNumberTable(MMSQL92Node.java:902)
at org.mmbase.module.database.support.MMSQL92Node.init(MMSQL92Node.java:104)
at org.mmbase.module.core.MMBase.getDatabase(MMBase.java:1286)
at org.mmbase.module.core.MMBase.checkMMBase(MMBase.java:451)
at org.mmbase.module.core.MMBase.init(MMBase.java:363)
at org.mmbase.module.Module.startModule(Module.java:83)
at org.mmbase.module.Module.getModule(Module.java:387)
at org.mmbase.module.community.CommunityPrc.init(CommunityPrc.java:80)
at org.mmbase.module.Module.startModule(Module.java:83)
at org.mmbase.module.Module.startModules(Module.java:330)
at org.mmbase.module.Module.getModule(Module.java:373)
at org.mmbase.module.Module.getModule(Module.java:348)
at org.mmbase.servlet.MMBaseServlet.init(MMBaseServlet.java:161)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:934)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:821)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3420)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3608)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579)
at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:257)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:772)
at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:569)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:411)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:879)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:368)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1196)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:738)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347)
at org.apache.catalina.core.StandardService.start(StandardService.java:497)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:2189)
at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
15:25:19,765 INFO mmbase.module.database.JDBCProbe - JDBC probe starting
15:25:29,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:25:29,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:25:39,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:25:39,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:25:49,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:25:49,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:25:59,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:25:59,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:26:09,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:26:09,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:26:19,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:26:19,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:26:29,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:26:29,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:26:39,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:26:39,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:26:49,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:26:49,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:26:59,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:26:59,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:27:09,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:27:09,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:27:19,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:27:19,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:27:29,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:27:29,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:27:39,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:27:39,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:27:49,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:27:49,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:27:59,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:27:59,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:28:09,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:28:09,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:28:19,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:28:19,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:28:29,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:28:29,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:28:39,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:28:39,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:28:49,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:28:49,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:28:59,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:28:59,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:29:09,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:29:09,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:29:19,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:29:19,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:29:29,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:29:29,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:29:39,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:29:39,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:29:49,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:29:49,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:29:59,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:29:59,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:30:09,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:30:09,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:30:19,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:30:19,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:30:29,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:30:29,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:30:39,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:30:39,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:30:49,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:30:49,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:30:59,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:30:59,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:31:09,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:31:09,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:31:19,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:31:19,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:31:29,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:31:29,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:31:39,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:31:39,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver
15:31:49,765 SERVICE mmbase.module.database.MultiPool - Creating a
multipool for database root containing : 20 connections, which will be
refreshed after 256 queries
15:31:49,765 FATAL mmbase.module.core.MMBase - Could not get a
multi-connection, will try again over 10 seconds: No suitable driver