Hi, Two things:
1. Why is the default log4j for MMBase 1.6 and 1.6.1 set to 'info'? It fills your log with loads of DEBUG information. 2. I've got the MMBase admin (and other generic editor and example pages) secured behind a Apache .htaccess login. Which requires me to log in. I first visited my_editors (of course :-) and log in again with andre. But when i try to visit the admin pages MMBase keeps looping through the following section (according to its log, when i follow it with tail -f). 20:17:34,221 SERVICE org.mmbase.PAGE - Parsing JSP page: /mmbase/mmadmin/jsp/admin/applications.jsp 20:17:34,221 DEBUG bridge.jsp.taglib.ContextTag - First time on page, checking for Multipartness 20:17:34,221 DEBUG bridge.jsp.taglib.ContextTag - http parameters: 20:17:34,221 DEBUG bridge.jsp.taglib.ContextTag - not multipart 20:17:34,221 DEBUG bridge.jsp.taglib.ContextReferrerTag - Could not find parent of type org.mmbase.bridge.jsp.taglib.LocaleTag 20:17:34,221 DEBUG bridge.jsp.taglib.CloudTag - getting (thus creating) session now: org.apache.catalina.session.StandardSessionFacade@5ae1e7 20:17:34,222 DEBUG bridge.jsp.taglib.CloudTag - No cloud found 20:17:34,222 DEBUG bridge.jsp.taglib.CloudTag - startTag null 20:17:34,222 DEBUG bridge.jsp.taglib.CloudTag - logging on the cloud... 20:17:34,222 DEBUG bridge.jsp.taglib.CloudTag - with http 20:17:34,222 DEBUG bridge.jsp.taglib.CloudTag - authent: null realm: [EMAIL PROTECTED] 20:17:34,222 DEBUG bridge.jsp.taglib.CloudTag - u andre p *** 20:17:34,222 DEBUG bridge.jsp.taglib.CloudTag - http without username 20:17:34,222 DEBUG bridge.jsp.taglib.CloudTag - Username found. logging in 20:17:34,222 DEBUG security.implementation.context.PasswordLogin - request for user: 'andre' with pass: '***' 20:17:34,223 DEBUG security.implementation.context.ContextLoginModule - gonna execute the query:/contextconfig/accounts/user[@name='andre']/identify[@type=' name/password'] 20:17:34,227 DEBUG security.implementation.context.ContextLoginModule - retrieved the value for user:andre in module: name/password value: *** 20:17:34,227 DEBUG security.implementation.context.ContextLoginModule - gonna execute the query:/contextconfig/accounts/user[@name='andre']/identify[@type=' name/password'] 20:17:34,232 DEBUG security.implementation.context.ContextLoginModule - retrieved the rank for user:andre in module: name/password rank: basic user 20:17:34,232 SERVICE security.implementation.context.ContextAuthentication - login on module with name:name/password was succesfull for user with id:andre 20:17:34,232 DEBUG bridge.jsp.taglib.CloudTag - logged on, but rank of user is too low (basic user. log out first. 20:17:34,232 DEBUG bridge.jsp.taglib.CloudTag - sending deny 20:17:34,232 DEBUG bridge.jsp.taglib.CloudTag - setting header: [EMAIL PROTECTED] 20:17:34,232 DEBUG bridge.jsp.taglib.CloudTag - using an anonymous cloud 20:17:34,233 DEBUG bridge.jsp.taglib.CloudTag - put in hashMap 20:17:34,233 DEBUG bridge.jsp.taglib.ContextReferrerTag - Searching context null 20:17:34,233 DEBUG bridge.jsp.taglib.ContextReferrerTag - Could not find parent of type org.mmbase.bridge.jsp.taglib.ContextTag 20:17:34,233 DEBUG bridge.jsp.taglib.ContextReferrerTag - Didn't find one, take the pageContextTag 20:17:34,233 DEBUG bridge.jsp.taglib.ContextReferrerTag - found a context with ID= null 20:17:34,502 DEBUG bridge.jsp.taglib.ContextReferrerTag - setting page context: org.mmbase.bridge.jsp.taglib.CloudTag 20:17:34,502 DEBUG bridge.jsp.taglib.ContextReferrerTag - No pageContextTag found in pagecontext, creating.. ------------------------------------------------------------------>><<-- After i hit stop in my browser it just proceeds normally: 20:17:37,446 DEBUG mmbase.module.database.MultiPool - JDBC -> Starting the pool check (dbm=jdbc:mysql://localhost:3306/andre_mmbase2,name=mmbase,conmax=20) : busy=0 free=20 20:17:37,447 DEBUG mmbase.module.database.MultiPool - finished checkTime() 20:17:47,116 DEBUG mmbase.module.builders.MMServers - probeCall(): machine=MMBaseserver_161 20:17:47,117 DEBUG mmbase.module.core.MMObjectBuilder - query: SELECT * FROM my_mmservers 20:17:47,120 DEBUG mmbase.module.core.MMObjectBuilder - retrieved 1 nodes, converted 0 of the 0 invalid nodes(0 types, 0 from cache, 1 to cache) 20:17:47,120 DEBUG mmbase.module.database.MultiConnection - SQL querytimer measures 3 mSec for query: SELECT * FROM my_mmservers 20:17:47,121 DEBUG mmbase.module.builders.MMServers - checkMySelf() updating timestamp 20:17:47,123 DEBUG mmbase.module.database.MultiConnection - SQL querytimer measures 2 mSec for query: UPDATE my_mmservers SET state=?,atime=? WHERE number=2 4; 20:17:47,123 DEBUG mmbase.module.core.MMObjectBuilder - mmservers isInstanceOfBuilder mmservers == true 20:17:47,123 DEBUG mmbase.module.core.MMObjectBuilder - Builder mmservers sending signal to builder object (changed node is of type mmservers) 20:17:47,123 DEBUG mmbase.module.builders.MMServers - checkMySelf() updating timestamp done 20:18:07,456 DEBUG mmbase.module.database.MultiPool - JDBC -> Starting the pool check (dbm=jdbc:mysql://localhost:3306/andre_mmbase2,name=mmbase,conmax=20) : busy=0 free=20 20:18:07,457 DEBUG mmbase.module.database.MultiPool - finished checkTime() 20:18:34,525 WARN STDERR - [INFO] ChannelSocket - -server has been restarted or reset this connection 20:18:37,466 DEBUG mmbase.module.database.MultiPool - JDBC -> Starting the pool check (dbm=jdbc:mysql://localhost:3306/andre_mmbase2,name=mmbase,conmax=20) : busy=0 free=20 20:18:37,467 DEBUG mmbase.module.database.MultiPool - finished checkTime() ---Andr� -- ------------------------------------------------------------------>><<-- Andr� van Toly web http://www.toly.nl telefoon 06-27233562
