logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: apache 2.4.4 can not connect to tomcat 7
Author
bagherzadeh



Joined: 05 Aug 2013
Posts: 1
Location: iran,tehran

PostPosted: Mon 05 Aug '13 11:55    Post subject: apache 2.4.4 can not connect to tomcat 7 Reply with quote

Hi,

I have a webserver using apache 2.4.4 and 2 application servers with tomcat 7 on windows server 2008 R2 which uses VMWare ESX5.

I use juvmroute to load balance between these 2 application servers. but with no error in apache and tomcat log files, it can not connect to application servers. and i have to restart the apache service. and it crashes after almost 5 minutes. Sad

This is the part of the access.log file where the crash started:

[Mon Aug 05 00:02:51.980503 2013] [mpm_winnt:notice] [pid 1036:tid 292] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Aug 05 00:02:54.008507 2013] [mpm_winnt:notice] [pid 3416:tid 200] AH00364: Child: All worker threads have exited.
[Mon Aug 05 00:02:54.024107 2013] [mpm_winnt:notice] [pid 1036:tid 292] AH00430: Parent: Child process 3416 exited successfully.
[Mon Aug 05 00:08:12.932936 2013] [mpm_winnt:notice] [pid 2648:tid 296] AH00455: Apache/2.4.4 (Win64) configured -- resuming normal operations
[Mon Aug 05 00:08:12.964136 2013] [mpm_winnt:notice] [pid 2648:tid 296] AH00456: Server built: Feb 22 2013 22:08:37
[Mon Aug 05 00:08:12.964136 2013] [core:notice] [pid 2648:tid 296] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Mon Aug 05 00:08:12.995336 2013] [mpm_winnt:notice] [pid 2648:tid 296] AH00418: Parent: Created child process 2680
[Mon Aug 05 00:08:13.244937 2013] [mpm_winnt:notice] [pid 2680:tid 208] AH00354: Child: Starting 150 worker threads.
[Mon Aug 05 05:00:02.512874 2013] [mpm_winnt:notice] [pid 2648:tid 296] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Aug 05 05:00:04.540878 2013] [mpm_winnt:notice] [pid 2680:tid 208] AH00364: Child: All worker threads have exited.
[Mon Aug 05 05:00:04.556478 2013] [mpm_winnt:notice] [pid 2648:tid 296] AH00430: Parent: Child process 2680 exited successfully.
[Mon Aug 05 05:00:05.367679 2013] [mpm_winnt:notice] [pid 2632:tid 292] AH00455: Apache/2.4.4 (Win64) configured -- resuming normal operations
[Mon Aug 05 05:00:05.367679 2013] [mpm_winnt:notice] [pid 2632:tid 292] AH00456: Server built: Feb 22 2013 22:08:37
[Mon Aug 05 05:00:05.367679 2013] [core:notice] [pid 2632:tid 292] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Mon Aug 05 05:00:05.367679 2013] [mpm_winnt:notice] [pid 2632:tid 292] AH00418: Parent: Created child process 1668
[Mon Aug 05 05:00:05.601680 2013] [mpm_winnt:notice] [pid 1668:tid 208] AH00354: Child: Starting 150 worker threads.
[Mon Aug 05 06:31:03.021665 2013] [mpm_winnt:notice] [pid 2632:tid 292] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Aug 05 06:31:05.049669 2013] [mpm_winnt:notice] [pid 1668:tid 208] AH00364: Child: All worker threads have exited.
[Mon Aug 05 06:31:05.065269 2013] [mpm_winnt:notice] [pid 2632:tid 292] AH00430: Parent: Child process 1668 exited successfully.
[Mon Aug 05 06:31:06.937272 2013] [mpm_winnt:notice] [pid 3536:tid 292] AH00455: Apache/2.4.4 (Win64) configured -- resuming normal operations
....

any solution please?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 05 Aug '13 18:27    Post subject: Reply with quote

Which server crashes? Apache or Tomcat?
Back to top


Reply to topic   Topic: apache 2.4.4 can not connect to tomcat 7 View previous topic :: View next topic
Post new topic   Forum Index -> Apache