Hi, Below is a bigger part of the log from the beginning.
The database is mysql as you can see from this log. Three tables are created and someone on #mmbase irc said that they were ok when i told what they contained. Using MMBase 1.5.1 and Resin 2.1.4 Here's the log: Parsing D:\resin\resin-2.1.4\webapps\mmbase-webapp\WEB-INF\config\log\log4j.xml 09-22 16:02:09 INFO MMBaseContext: =========================== 09-22 16:02:09 INFO MMBaseContext: MMBase logging initialized. 09-22 16:02:09 INFO MMBaseContext: =========================== 09-22 16:02:09 INFO MMBaseContext: user.dir : D:\resin\resin-2.1.4 09-22 16:02:09 INFO MMBaseContext: mmbase.config : D:\resin\resin-2.1.4\webapps\mmbase-webapp\WEB-INF\config 09-22 16:02:09 INFO MMBaseContext: mmbase.outputfile : null 09-22 16:02:09 INFO MMBaseContext: mmbase.htmlroot : D:\resin\resin-2.1.4\webapps\mmbase-webapp 09-22 16:02:09 INFO performance: Init of servlet performance. 09-22 16:02:09 INFO servscan: Init of servlet servscan. 09-22 16:02:09 INFO MMBaseCop: using: 'D:\resin\resin-2.1.4\webapps\mmbase-webapp\WEB-INF\config\security\security.xml' as config file for security 09-22 16:02:09 INFO MMBaseCopConfig: using: 'D:\resin\resin-2.1.4\webapps\mmbase-webapp\WEB-INF\config\security\security.xml' as config file for security config 09-22 16:02:09 INFO ContextAuthentication: loaded module with the name:anonymous with class:org.mmbase.security.implementation.context.AnonymousLogin 09-22 16:02:09 INFO ContextAuthentication: loaded module with the name:name/password with class:org.mmbase.security.implementation.context.PasswordLogin 09-22 16:02:09 INFO MMBaseCop: done loading security configuration 09-22 16:02:10 INFO JDBC: getDriver(): Loaded JDBC driver: com.caucho.jdbc.mysql.Driver 09-22 16:02:10 INFO Module: start module : org.mmbase.module.sessions@618d26 09-22 16:02:10 INFO Module: start module : org.mmbase.module.CALC@79e304 09-22 16:02:10 INFO Module: start module : org.mmbase.module.gui.html.scanparser@273686 09-22 16:02:10 INFO Module: start module : org.mmbase.module.XSLConvert@6caf16 09-22 16:02:10 INFO Module: start module : org.mmbase.module.gui.html.MMLanguage@5ad5c6 09-22 16:02:10 INFO Module: start module : org.mmbase.module.TransactionHandler@88e2dd 09-22 16:02:10 INFO TransactionHandler: Module TransactionHandler (2.3.8) started 09-22 16:02:10 INFO Module: start module : org.mmbase.module.gui.html.MMEdit@d1e730 09-22 16:02:10 INFO Module: start module : org.mmbase.module.tools.MMAdmin@93c0cf 09-22 16:02:10 INFO Module: start module : org.mmbase.module.core.MMBase@1381e7 09-22 16:02:10 INFO MMBase: --- Init of MMBase 09-22 16:02:10 INFO MMBase: Loaded load class : class org.mmbase.module.database.support.MMMysql42Node 09-22 16:02:10 INFO MMBase: Starting builder : typedef 09-22 16:02:10 ERROR Module: startModules(): module(org.mmbase.module.core.MMBase@1381e7) not found to 'init'! 09-22 16:02:10 FATAL STDERR: java.lang.NullPointerException 09-22 16:02:10 WARN STDERR: at java.util.Hashtable.put(Hashtable.java:391) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.corebuilders.TypeDef.readCache(TypeDef.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.corebuilders.TypeDef.getIntValue(TypeDef.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.core.MMObjectBuilder.init(MMObjectBuilder.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.corebuilders.TypeDef.init(TypeDef.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.core.MMBase.initBuilders(MMBase.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.core.MMBase.init(MMBase.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.Module.startModule(Module.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.Module.startModules(Module.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.Module.getModule(Module.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.Module.getModule(Module.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.servlet.JamesServlet.getModule(JamesServlet.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.servlet.servscan.init(servscan.java) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.Application.createServlet(Application.java:3096) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.Application.loadServlet(Application.java:3047) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.Application.initServlets(Application.java:1910) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.Application.init(Application.java:1828) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.VirtualHost.initWars(VirtualHost.java:824) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.VirtualHost.init(VirtualHost.java:687) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ServletServer.initHosts(ServletServer.java:846) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ServletServer.initInternal(ServletServer.java:691) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ServletServer.init(ServletServer.java:509) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ResinServer.init(ResinServer.java:375) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ResinServer.main(ResinServer.java:1131) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.HttpServer.main(HttpServer.java:103) 09-22 16:02:10 INFO Module: start module : org.mmbase.module.database.JDBC@6925b0 09-22 16:02:10 INFO Module: start module : org.mmbase.module.SendMail@914f6a 09-22 16:02:10 INFO Module: start module : org.mmbase.module.scancache@f4cbee 09-22 16:02:10 INFO JDBCProbe: JDBC probe starting 09-22 16:02:10 INFO Module: start module : org.mmbase.module.cache@787d6a 09-22 16:02:10 INFO Module: start module : org.mmbase.module.community.CommunityPrc@71dc3d 09-22 16:02:10 INFO CommunityPrc: Start MMBase before community 09-22 16:02:10 ERROR Module: startModules(): module(org.mmbase.module.community.CommunityPrc@71dc3d) not found to 'init'! 09-22 16:02:10 FATAL STDERR: java.lang.NullPointerException 09-22 16:02:10 WARN STDERR: at org.mmbase.module.core.VirtualRefererBuilder.<init>(VirtualRefererBuilder.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.community.CommunityPrc.initializeTreeBuilder(CommunityPrc.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.community.CommunityPrc.init(CommunityPrc.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.Module.startModule(Module.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.Module.startModules(Module.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.Module.getModule(Module.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.module.Module.getModule(Module.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.servlet.JamesServlet.getModule(JamesServlet.java) 09-22 16:02:10 WARN STDERR: at org.mmbase.servlet.servscan.init(servscan.java) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.Application.createServlet(Application.java:3096) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.Application.loadServlet(Application.java:3047) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.Application.initServlets(Application.java:1910) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.Application.init(Application.java:1828) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.VirtualHost.initWars(VirtualHost.java:824) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.VirtualHost.init(VirtualHost.java:687) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ServletServer.initHosts(ServletServer.java:846) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ServletServer.initInternal(ServletServer.java:691) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ServletServer.init(ServletServer.java:509) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ResinServer.init(ResinServer.java:375) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.ResinServer.main(ResinServer.java:1131) 09-22 16:02:10 WARN STDERR: at com.caucho.server.http.HttpServer.main(HttpServer.java:103) 09-22 16:02:10 INFO Module: start module : org.mmbase.module.INFO@6546ef 09-22 16:02:10 INFO Module: start module : org.mmbase.module.Upload@1428ea 09-22 16:02:10 INFO Module: start module : org.mmbase.module.gui.html.HtmlBase@8a49e0 09-22 16:02:10 INFO Module: start module : org.mmbase.module.Config@e70e30 09-22 16:02:10 INFO servdb: Init of servlet servdb. - Teddie ----- Original Message ----- From: "Kees Jongenburger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 21, 2002 10:15 PM Subject: Re: MMBase + Resin problem > Hi > > I'ts quite difficult to tell what't wrong (not enough input). > could you send the full log? > You say that the database is created. Are there tables in the database? > What versions of resine/mmbase are you using? > what database are you using? > > On Saturday 21 September 2002 01:54 pm, Teddie Wardi wrote: > > Hi, > > > > I tried to use MMBase with Resin but when starting Resin i get this kind of > > error (with stacktrace): > > > > 09-21 14:43:48 INFO MMBase: Starting builder : typedef > > 09-21 14:43:48 INFO MMObjectBuilder: init(): Create typedef > > 09-21 14:43:48 ERROR Module: startModules(): > > module(org.mmbase.module.core.MMBase@1381e7) not found to 'init'! 09-21 > > 14:43:48 FATAL STDERR: java.lang.NullPointerException > > 09-21 14:43:48 WARN STDERR: at > > java.util.Hashtable.put(Hashtable.java:391) 09-21 14:43:48 WARN STDERR: > > at org.mmbase.module.corebuilders.TypeDef.readCa che(TypeDef.java) > > > > ... and so on. > > > > Any ideas what might cause this? The database seems to be created fine. > > > > Thanks for any help, > > > > Teddie Wardi > > [EMAIL PROTECTED] > >
