I reported it using bugzilla as you suggested, the bug number is 3930. I will try to find out where the problem is and try to fix it. Thanks Jiantao
-----Original Message----- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 4:41 PM To: [EMAIL PROTECTED] Subject: Re: Inserted entry in permissons table when startup Jiantao Pan wrote: > I am using recent ( yesterday) build of slide and using > JDBCDescriptorsStore and mysql. The attached is my Domain.xml. > Everytime I startup the server, A new entry get inserted into the > permissions table with object ='/', subject = '/' and action = '/'. > Which means everybody can do any action on anything. > I think this probably happens on other database also. Any suggestions on > why this happens? > Thanks. > Jiantao There was already a report on this issue, but maybe we can now use bugzilla to log everything. http://nagoya.apache.org/bugzilla/ Can you help us debug the problem ? We think it's a problem with mysql not having transaction support. First of all you should use slidestore.mysql.MySQLDescriptorsStore this store doesn't need transaction support. Next, look at the log and try to find "Namespace base configuration was already done before" or "Could not rollback namespace base configuration: " (Send me the logfile anyway, or attach it to the bug report) If you can build from source put "getLogger().log(ex,LOG_CHANNEL,Logger.INFO);" at Namespace.java:767 (I can send you a debug version if you want) This permission object ='/', subject = '/' and action = '/' is used when uploading the base configuration in domain.xml. After initialization it should be deleted or rolled back in case of an error. I don't have mysql installed so I need somebody to do some tests... Dirk
