[xwiki-users] Xwiki-Entreprise-Web-8.1 WAR File Installation issues
Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat 2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:12 /usr/lib/jvm/jre/bin/java -classpath /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -Dcatalina.base=/usr/share/tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/cache/tomcat/temp -Djava.util.logging.config.file=/usr/share/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start root 2208 0.0 0.0 112636 984 pts/0 S+ 10:50 0:00 grep --color=auto tomcat If I try with the 8.0 war file, the installation is going perfectly. I would like to know if someone have ever see this king of error and how you fixed it. I checked the permissions and I am running the java-1.8. Any help will be appreciated. Thanks in advance. Sébastien
What OS are you running? Please provide the output of: cat /etc/lsb-release java -version update-alternatives --config java cat /etc/init.d/tomcat7 | grep JDK_DIRS= Kind regards, Mahomed Hussein Custodian Data Centre Email: Mahomed@CustodianDC.com http://www.CustodianDC.com -----Original Message----- From: users [mailto:users-bounces@xwiki.org] On Behalf Of Sebastien.Boulianne@cpu.ca Sent: 25 May 2016 16:59 To: users@xwiki.org Subject: [xwiki-users] Xwiki-Entreprise-Web-8.1 WAR File Installation issues Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat 2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:12 /usr/lib/jvm/jre/bin/java -classpath /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -Dcatalina.base=/usr/share/tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/cache/tomcat/temp -Djava.util.logging.config.file=/usr/share/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start root 2208 0.0 0.0 112636 984 pts/0 S+ 10:50 0:00 grep --color=auto tomcat If I try with the 8.0 war file, the installation is going perfectly. I would like to know if someone have ever see this king of error and how you fixed it. I checked the permissions and I am running the java-1.8. Any help will be appreciated. Thanks in advance. Sébastien _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi, You need to enable tomcat debug to see the error, see: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat#HSEVE... Thanks -Vincent
On 25 May 2016, at 17:59, Sebastien.Boulianne@cpu.ca wrote:
Hi all,
I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS
ps aux | grep tomcat tomcat 2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:12 /usr/lib/jvm/jre/bin/java -classpath /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -Dcatalina.base=/usr/share/tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/cache/tomcat/temp -Djava.util.logging.config.file=/usr/share/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start root 2208 0.0 0.0 112636 984 pts/0 S+ 10:50 0:00 grep --color=auto tomcat
If I try with the 8.0 war file, the installation is going perfectly. I would like to know if someone have ever see this king of error and how you fixed it. I checked the permissions and I am running the java-1.8. Any help will be appreciated. Thanks in advance.
Sébastien
Hi, I am running Oracle Linux 7.2 (mostly Centos 7). # java -version openjdk version "1.8.0_91" OpenJDK Runtime Environment (build 1.8.0_91-b14) OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) update-alternatives --config java There are 2 programs which provide 'java'. Selection Command ----------------------------------------------- *+ 1 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-0.b14.el7_2.x86_64/jre/bin/java 2 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.91-0.b14.el7_2.x86_64-debug/jre/bin/java Enter to keep the current selection[+], or type selection number: ^C cat /etc/init.d/tomcat* | grep JDK_DIRS= cat: /etc/init.d/tomcat*: No such file or directory -----Message d'origine----- De : users [mailto:users-bounces@xwiki.org] De la part de Mahomed Hussein Envoyé : 25 mai 2016 12:52 À : XWiki Users <users@xwiki.org> Objet : Re: [xwiki-users] Xwiki-Entreprise-Web-8.1 WAR File Installation issues What OS are you running? Please provide the output of: cat /etc/lsb-release java -version update-alternatives --config java cat /etc/init.d/tomcat7 | grep JDK_DIRS= Kind regards, Mahomed Hussein Custodian Data Centre Email: Mahomed@CustodianDC.com http://www.CustodianDC.com -----Original Message----- From: users [mailto:users-bounces@xwiki.org] On Behalf Of Sebastien.Boulianne@cpu.ca Sent: 25 May 2016 16:59 To: users@xwiki.org Subject: [xwiki-users] Xwiki-Entreprise-Web-8.1 WAR File Installation issues Hi all, I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS http://imgur.com/ejT0zAe ps aux | grep tomcat tomcat 2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:12 /usr/lib/jvm/jre/bin/java -classpath /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -Dcatalina.base=/usr/share/tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/cache/tomcat/temp -Djava.util.logging.config.file=/usr/share/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start root 2208 0.0 0.0 112636 984 pts/0 S+ 10:50 0:00 grep --color=auto tomcat If I try with the 8.0 war file, the installation is going perfectly. I would like to know if someone have ever see this king of error and how you fixed it. I checked the permissions and I am running the java-1.8. Any help will be appreciated. Thanks in advance. Sébastien _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi Vincent, I did: echo 'org.apache.catalina.core.ContainerBase.[Catalina].level = INFO' /var/lib/tomcat/webapps/ROOT/WEB-INF/classes/logging.properties echo 'org.apache.catalina.core.ContainerBase.[Catalina].handlers = java.util.logging.ConsoleHandler' /var/lib/tomcat/webapps/ROOT/WEB-INF/classes/logging.properties\r chown -v tomcat.tomcat /var/lib/tomcat/webapps/ROOT/WEB-INF/classes/logging.properties chmod -v 744 /var/lib/tomcat/webapps/ROOT/WEB-INF/classes/logging.properties tail -f /var/log/tomcat/catalina.2016-05-25.log at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1898) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ... 4 more May 25, 2016 2:27:56 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-apr-8080"] May 25, 2016 2:27:56 PM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["ajp-apr-8009"] May 25, 2016 2:27:56 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 10776 ms May 25, 2016 2:29:19 PM org.apache.catalina.util.LifecycleBase start INFO: The start() method was called on component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]] after start() had already been called. The second call will be ignored. May 25, 2016 2:29:22 PM org.apache.catalina.util.LifecycleBase start What else can I do ? -----Message d'origine----- De : users [mailto:users-bounces@xwiki.org] De la part de Vincent Massol Envoyé : 25 mai 2016 12:57 À : XWiki Users <users@xwiki.org> Objet : Re: [xwiki-users] Xwiki-Entreprise-Web-8.1 WAR File Installation issues Hi, You need to enable tomcat debug to see the error, see: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat#HSEVE... Thanks -Vincent
On 25 May 2016, at 17:59, Sebastien.Boulianne@cpu.ca wrote:
Hi all,
I tried to install the Xwiki-Entreprise-Web-8.1 WAR File on Tomcat and I get these errors... http://pastebin.com/T0Kfa7MS
ps aux | grep tomcat tomcat 2152 4.4 15.0 3802340 724216 ? Ssl 10:45 0:12 /usr/lib/jvm/jre/bin/java -classpath /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -Dcatalina.base=/usr/share/tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/cache/tomcat/temp -Djava.util.logging.config.file=/usr/share/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start root 2208 0.0 0.0 112636 984 pts/0 S+ 10:50 0:00 grep --color=auto tomcat
If I try with the 8.0 war file, the installation is going perfectly. I would like to know if someone have ever see this king of error and how you fixed it. I checked the permissions and I am running the java-1.8. Any help will be appreciated. Thanks in advance.
Sébastien
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Mahomed Hussein -
Sebastien.Boulianne@cpu.ca -
Vincent Massol