Eduard Witteveen 
> This would be the first time you run MMBase. Which error did you have
there?

org.mmbase.security.SecurityException: builder mmbaseusers not found

> I can't solve side affects.. i only can fix things from which i know
> they fail. For me the fact that the builder mmbaseusers 
> cannot be found is a side-affect of the deployment of the
security-application.

since I dd NOT install any application I state there is something wrong in
an ant target
when you do an "standard compile, war, deploy" security should be either:
- either completely installed including the mmbaseusers.xml
- or not installed at all

I don't know who is responsible for the build file, or these specific
targets(compile, war). If you are not, maybe you can address this issue to
the right person.

> There are 2 things that you can do:
> a) Explain(with logs) why the application failed.


no errors during MMBase startup
after start I go to: http://localhost:8080/mmbase/mmbase/edit/
after typing username, password + OK
an ERROR occurs: org.mmbase.security.SecurityException: builder mmbaseusers
not found


I have 2 log files:
- mmbase.log
- mmsecurity.log


mmsecurity.log:
2002-06-24 16:49:26,908 INFO  org.mmbase.security.MMBaseCopConfig <init>.?
- using: 'C:\Apache Tomcat
4.0\webapps\mmbase\WEB-INF\config\security\security.xml' as config file for
security config
2002-06-24 16:52:54,366 ERROR security.implementation.cloud.Authenticate
checkBuilder.?  - builder mmbaseusers not found

mmbase.log:
 INFO  mmbase.module.core.MMBaseContext initLogging.?  -
===========================
2002-06-24 16:49:18,636 INFO  mmbase.module.core.MMBaseContext initLogging.?
- MMBase logging initialized.
2002-06-24 16:49:18,646 INFO  mmbase.module.core.MMBaseContext initLogging.?
- ===========================
2002-06-24 16:49:18,646 INFO  mmbase.module.core.MMBaseContext initLogging.?
- user.dir          : C:\Apache Tomcat 4.0\bin
2002-06-24 16:49:18,646 INFO  mmbase.module.core.MMBaseContext initLogging.?
- mmbase.config     : C:\Apache Tomcat 4.0\webapps\mmbase\WEB-INF\config
2002-06-24 16:49:18,646 INFO  mmbase.module.core.MMBaseContext initLogging.?
- mmbase.outputfile : null
2002-06-24 16:49:18,646 INFO  mmbase.module.core.MMBaseContext
initHtmlRoot.?  - mmbase.htmlroot   : C:\Apache Tomcat 4.0\webapps\mmbase
2002-06-24 16:49:18,646 INFO  org.mmbase.servlet.MMBaseServlet init.?  -
Init of servlet version.
2002-06-24 16:49:20,078 INFO  mmbase.module.database.JDBC getdriver.?  -
Loaded JDBC driver: org.hsqldb.jdbcDriver
2002-06-24 16:49:20,088 INFO  org.mmbase.module.Module startModules.?  -
Starting mmadmin(org.mmbase.module.tools.MMAdmin@59fb21)
2002-06-24 16:49:20,088 INFO  org.mmbase.module.Module startModules.?  -
Starting jdbc(host: 'localhost' port: '0' database: 'mmbase' user: 'sa'
driver: 'org.hsqldb.jdbcDriver')
2002-06-24 16:49:20,098 INFO  org.mmbase.module.Module startModules.?  -
Starting mmbaseroot(org.mmbase.module.core.MMBase@eac5a)
2002-06-24 16:49:20,098 INFO  mmbase.module.core.MMBase init.?  - 
---
Init of MMBase
2002-06-24 16:49:20,108 INFO  mmbase.module.database.JDBCProbe run.?  - JDBC
probe starting
2002-06-24 16:49:20,248 INFO  mmbase.module.core.MMBase getDatabase.?  -
Loaded load class : class org.mmbase.module.database.support.MMHsqldb2Node
2002-06-24 16:49:24,334 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : object
2002-06-24 16:49:24,374 WARN  org.mmbase.cache.Cache <clinit>.?  - No cache
configuration file C:\Apache Tomcat
4.0\webapps\mmbase\WEB-INF\config\caches.xml found
2002-06-24 16:49:24,414 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : typedef
2002-06-24 16:49:24,474 INFO  mmbase.module.corebuilders.ObjectTypes init.?
- Using 'C:\Apache Tomcat
4.0\webapps\mmbase\WEB-INF\config\builders\applications' as default deploy
dir for our builders.
2002-06-24 16:49:24,594 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : reldef
2002-06-24 16:49:24,685 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : typerel
2002-06-24 16:49:24,785 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : insrel
2002-06-24 16:49:25,055 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : oalias
2002-06-24 16:49:25,125 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : daymarks
2002-06-24 16:49:25,225 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : icaches
2002-06-24 16:49:25,315 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : images
2002-06-24 16:49:25,335 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Builder 'insrel' is already loaded
2002-06-24 16:49:25,416 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : mmservers
2002-06-24 16:49:25,436 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Builder 'oalias' is already loaded
2002-06-24 16:49:25,436 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Builder 'object' is already loaded
2002-06-24 16:49:25,436 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Builder 'reldef' is already loaded
2002-06-24 16:49:25,506 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : syncnodes
2002-06-24 16:49:25,506 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Builder 'typedef' is already loaded
2002-06-24 16:49:25,516 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Builder 'typerel' is already loaded
2002-06-24 16:49:25,596 INFO  mmbase.module.core.MMBase loadBuilderFromXML.?
- Starting builder : versions
2002-06-24 16:49:25,656 WARN  mmbase.module.corebuilders.ObjectTypes init.?
- This method should only be called once! FIXME B4 1.6
2002-06-24 16:49:26,257 INFO  mmbase.module.builders.Images
loadImageConverter.?  - loaded
'org.mmbase.module.builders.ConvertImageMagick' for builder 'images'
2002-06-24 16:49:26,778 INFO  mmbase.module.builders.ConvertImageMagick
init.?  - Will use: C:\ImageMagick\convert.exe, Version: @(#)ImageMagick
5.4.6 06/01/02 Q:16 http://www.imagemagick.org
2002-06-24 16:49:26,788 INFO  mmbase.module.builders.Images init.?  -
Starting 3 Converters
2002-06-24 16:49:26,988 INFO  mmbase.module.core.MMBase init.?  - MMBase is
up and running
2002-06-24 16:49:26,998 INFO  org.mmbase.servlet.MMBaseServlet init.?  -
Init of servlet images.
2002-06-24 16:52:54,306 INFO  org.mmbase.util.Encode register.?  -
registering encode class org.mmbase.util.transformers.MD5
2002-06-24 16:52:54,326 INFO  org.mmbase.util.Encode register.?  -
registering encode class org.mmbase.util.transformers.Base64
2002-06-24 16:52:54,336 INFO  org.mmbase.util.Encode register.?  -
registering encode class org.mmbase.util.transformers.Xml
2002-06-24 16:52:54,336 INFO  org.mmbase.util.Encode register.?  -
registering encode class org.mmbase.util.transformers.Url
2002-06-24 16:52:54,346 INFO  org.mmbase.util.Encode register.?  -
registering encode class org.mmbase.util.transformers.Sql
2002-06-24 16:52:54,356 INFO  org.mmbase.util.Encode register.?  -
registering encode class org.mmbase.util.transformers.XmlField


Reply via email to