0

I am trying to configure a CentOs server in DigitalOcean. I have followed all those steps mentioned in their website.This is the link of various steps to configure server. DigitalOcean. I followed all but unfortunately no getting expected result. I have followed till end of step Install Systemd Unit File in this link. Is there any problem in setting JAVA_HOME? I followed answer in this link. But not getting expected result. Every time I check tomcat status , I get this

tomcat.service - Apache Tomcat Web Application Container
   Loaded: loaded (/etc/systemd/system/tomcat.service; enabled; vendor preset: disabled)
   Active: activating (auto-restart) (Result: exit-code) since রবি 2019-01-20 07:30:17 UTC; 7s ago
  Process: 21958 ExecStop=/bin/kill -15 $MAINPID (code=exited, status=1/FAILURE)
  Process: 21945 ExecStart=/opt/tomcat/bin/startup.sh (code=exited, status=0/SUCCESS)
 Main PID: 21956 (code=exited, status=0/SUCCESS)

জানু 20 07:30:17 IRDCentOS systemd[1]: Unit tomcat.service entered f....
জানু 20 07:30:17 IRDCentOS systemd[1]: tomcat.service failed.
Hint: Some lines were ellipsized, use -l to show in full.

trace of journalctl -u tomcat.service

-- Logs begin at রবি 2019-01-20 08:02:54 UTC, end at রবি 2019-01-20 08:22:42 UTC
জানু 20 08:22:16 IRDCentOS systemd[1]: Starting Apache Tomcat Web Application Con
জানু 20 08:22:16 IRDCentOS systemd[1]: Started Apache Tomcat Web Application Cont
জানু 20 08:22:16 IRDCentOS systemd[1]: tomcat.service: control process exited, co
জানু 20 08:22:16 IRDCentOS systemd[1]: Unit tomcat.service entered failed state.
জানু 20 08:22:16 IRDCentOS systemd[1]: tomcat.service failed.
জানু 20 08:22:26 IRDCentOS systemd[1]: tomcat.service holdoff time over, scheduli
জানু 20 08:22:26 IRDCentOS systemd[1]: Starting Apache Tomcat Web Application Con
জানু 20 08:22:26 IRDCentOS startup.sh[9783]: Existing PID file found during start
জানু 20 08:22:26 IRDCentOS startup.sh[9783]: Removing/clearing stale PID file.
জানু 20 08:22:26 IRDCentOS systemd[1]: Started Apache Tomcat Web Application Cont
জানু 20 08:22:26 IRDCentOS systemd[1]: tomcat.service: control process exited, co
জানু 20 08:22:26 IRDCentOS systemd[1]: Unit tomcat.service entered failed state.
জানু 20 08:22:26 IRDCentOS systemd[1]: tomcat.service failed.
জানু 20 08:22:42 IRDCentOS systemd[1]: tomcat.service holdoff time over, scheduli
জানু 20 08:22:42 IRDCentOS systemd[1]: Starting Apache Tomcat Web Application Con
জানু 20 08:22:42 IRDCentOS startup.sh[9819]: Existing PID file found during start
জানু 20 08:22:42 IRDCentOS startup.sh[9819]: Removing/clearing stale PID file.
জানু 20 08:22:42 IRDCentOS systemd[1]: Started Apache Tomcat Web Application Cont
জানু 20 08:22:42 IRDCentOS systemd[1]: tomcat.service: control process exited, co
জানু 20 08:22:42 IRDCentOS systemd[1]: Unit tomcat.service entered failed state.
জানু 20 08:22:42 IRDCentOS systemd[1]: tomcat.service failed.

And in cataliina.out trace is

OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N
Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
Avijit Barua
  • 109
  • 3
  • Can you add the output of `journalctl -u tomcat.service` to the question? – Haxiel Jan 20 '19 at 07:55
  • @Haxiel I updated my question. Can you please check? – Avijit Barua Jan 20 '19 at 08:24
  • Thanks, but it looks like the logs are being written elsewhere, and not to the systemd journal. Can you look for the directory `/opt/tomcat/logs` in your system and see if you can find any information there? There should be a log file with the name `catalina`, which is Tomcat's standard log. – Haxiel Jan 20 '19 at 08:32
  • @Haxiel, Yes , there it is ! – Avijit Barua Jan 20 '19 at 08:34
  • Since the server is failing to start, that log should contain some error messages for you to check further. You can also post the logs from the last startup here, so that we can check. – Haxiel Jan 20 '19 at 08:36
  • @Haxiel I added log file of `catalina.out`. Please check ! – Avijit Barua Jan 20 '19 at 08:52
  • Let us [continue this discussion in chat](https://chat.stackexchange.com/rooms/88531/discussion-between-haxiel-and-avijit-barua). – Haxiel Jan 20 '19 at 09:04
  • I would advise detailing you your words the problem and what you have done. The answer you are linking to does not seem particular good advice, but I might not looked at it well. Please tell us what is your java home and if you installed java. – Rui F Ribeiro Jan 20 '19 at 09:29
  • @RuiFRibeiro, I am following the link https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-8-on-centos-7 to configure server. But Tomcat is not starting. And using command `ls - l /etc/alternatives/java` I am getting java home and setting at `JAVA_HOME`. But tomcat is not starting – Avijit Barua Jan 20 '19 at 09:37
  • @Haxiel have you found any solution ? – Avijit Barua Jan 21 '19 at 05:16

0 Answers0