Bonjour, j'ai réinstaller tomcat8 et java8 par les paquets sur ma debian 8, tomcat ne veut pas démarrer et je n'arrive pas à savoir d’où cela vient :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
~# /etc/init.d/tomcat8 restart
[....] Restarting tomcat8 (via systemctl): tomcat8.serviceJob for tomcat8.service failed. See 'systemctl status tomcat8.service' and 'journalctl -xn' for details.
 failed!
root@ns317437:~# systemctl status tomcat8.service
● tomcat8.service - LSB: Start Tomcat.
   Loaded: loaded (/etc/init.d/tomcat8)
   Active: failed (Result: exit-code) since lun. 2016-08-29 21:26:27 CEST; 9s ago
  Process: 27629 ExecStart=/etc/init.d/tomcat8 start (code=exited, status=1/FAILURE)
 
août 29 21:26:27 ns317437.ip-91-121-67.eu tomcat8[27629]: Starting Tomcat servlet engine: tomcat8 failed!
août 29 21:26:27 ns317437.ip-91-121-67.eu systemd[1]: tomcat8.service: control process exited, code=exited status=1
août 29 21:26:27 ns317437.ip-91-121-67.eu systemd[1]: Failed to start LSB: Start Tomcat..
août 29 21:26:27 ns317437.ip-91-121-67.eu systemd[1]: Unit tomcat8.service entered failed state.
root@ns317437:~# journalctl -xn
-- Logs begin at dim. 2016-02-07 15:32:01 CET, end at lun. 2016-08-29 21:26:27 CEST. --
août 29 21:25:55 ns317437.ip-91-121-67.eu sshd[27561]: Accepted publickey for root from 92.171.128.142 port 55238 ssh2: RSA 25:6d:76:da:9a:af:99:37:79:
août 29 21:25:55 ns317437.ip-91-121-67.eu sshd[27561]: pam_unix(sshd:session): session opened for user root by (uid=0)
août 29 21:26:01 ns317437.ip-91-121-67.eu CRON[27569]: pam_unix(cron:session): session opened for user root by (uid=0)
août 29 21:26:01 ns317437.ip-91-121-67.eu CRON[27570]: (root) CMD (/usr/local/rtm/bin/rtm 6 > /dev/null 2> /dev/null)
août 29 21:26:01 ns317437.ip-91-121-67.eu CRON[27569]: pam_unix(cron:session): session closed for user root
août 29 21:26:22 ns317437.ip-91-121-67.eu systemd[1]: Starting LSB: Start Tomcat....
-- Subject: L'unité (unit) tomcat8.service a commencé à démarrer
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) tomcat8.service a commencé à démarrer.
août 29 21:26:27 ns317437.ip-91-121-67.eu tomcat8[27629]: Starting Tomcat servlet engine: tomcat8 failed!
août 29 21:26:27 ns317437.ip-91-121-67.eu systemd[1]: tomcat8.service: control process exited, code=exited status=1
août 29 21:26:27 ns317437.ip-91-121-67.eu systemd[1]: Failed to start LSB: Start Tomcat..
-- Subject: L'unité (unit) tomcat8.service a échoué
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- L'unité (unit) tomcat8.service a échoué, avec le résultat failed.
août 29 21:26:27 ns317437.ip-91-121-67.eu systemd[1]: Unit tomcat8.service entered failed state.
lines
Merci !