From: Joe W. <jo...@gm...> - 2012-12-24 05:46:15
|
Hi all, I noticed that in 2.0RC2 trunk (rev 17908), whenever I try to install a package with the Dashboard app (v0.2.6), whether from the public repository or from my disk, I get this error in a dojo window: Install Application: Permission denied. You must be a member of the dba group. Of course I'm already logged in as admin, so this error doesn't make sense. I don't see any errors in exist.log or on the console, except for this from earlier in my session - apparently from when I first opened Dashboard: 24 Dec 2012 00:37:27,674 [eXistThread-52] WARN (ServletHandler.java [doHandle]:522) - /exist/apps/dashboard/plugins/browsing/images/icon.png org.exist.xquery.XPathException: err:XPST0017 error found while loading module service: Error while loading module service.xql: Function sm:get-groups() is not defined in module namespace: http://exist-db.org/xquery/securitymanager [at line 218, column 35] at org.exist.xquery.FunctionFactory.getInternalModuleFunction(FunctionFactory.java:359) at org.exist.xquery.FunctionFactory.functionCall(FunctionFactory.java:328) at org.exist.xquery.FunctionFactory.createFunction(FunctionFactory.java:101) at org.exist.xquery.FunctionFactory.createFunction(FunctionFactory.java:57) at org.exist.xquery.FunctionFactory.createFunction(FunctionFactory.java:53) Not sure if this is related or not, but I thought I'd report it anyway since it seems to indicate that the security manager API has changed, and perhaps Dashboard needs to be updated to reflect this. Apologies if this issue is already known - but in case not... Thanks, Joe |