Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
6.4
-
Debian, Apache, Tomcat 7, MySQL
Manuall installation (WAR deployment) of XWiki, no Debian package used.
CATALINA_OPTS="-Djava.awt.headless=true -Dfile.encoding=utf-8 -Duser.timezone=Europe/Prague -server -Xms256m -Xmx512m -XX:MaxPermSize=192m -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=100" (defined in /etc/default/tomcat7)
Debian, Apache, Tomcat 7, MySQL Manuall installation (WAR deployment) of XWiki, no Debian package used. CATALINA_OPTS="-Djava.awt.headless=true -Dfile.encoding=utf-8 -Duser.timezone=Europe/Prague -server -Xms256m -Xmx512m -XX:MaxPermSize=192m -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=100" (defined in /etc/default/tomcat7)
-
Unknown
-
N/A
-
N/A
-
Description
When installing XWiki 7.2 from scratch, error (access denied) is reported.
The installation workflows is I guess standard, after XWiki is initialized, Distribution Wizard is used to install "XWiki Enterprise Falvor - Main Wiki 7.2".
Firstly, extensions that will be downloaded are reported (see attached extensions.txt file). After Continue button is pressed, install log is displayed and in this log the error is reported:
... Access denied when checking [admin] access to [Wiki xwiki] for user [xwiki:XWiki.Admin] class org.xwiki.security.authorization.AccessDeniedException: Access denied when checking [admin] access to [Wiki xwiki] for user [xwiki:XWiki.Admin] ...
For the full report see attached install-log.txt file.
Despite of the error is reported, the installation is finished without more problems and main wiki seems working fine. I also checked catalina logs and it seems no errors are reported.