You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org> on 2005/09/28 12:27:47 UTC

[jira] Created: (AXISCPP-837) Problem starting apache with server frame work( By running service.xml)

Problem starting apache with server frame work( By running service.xml)
-----------------------------------------------------------------------

         Key: AXISCPP-837
         URL: http://issues.apache.org/jira/browse/AXISCPP-837
     Project: Axis-C++
        Type: Bug
  Components: Server - General, Test  
    Versions: current (nightly)    
 Environment: Windows XP, Apache 1.2
    Reporter: Chinthana Danapala
     Fix For:  1.6 Final


I'm facing some problem to start apache server manually. When I run the service.xml then it'll start the apache but after stop that I'm not able to start it in manually. It simply crash without any warning. I'm facing this problem after we change the removing the deploy part from the service generation. Which was right way to go.

*When I use apache -X in error log of apache shows

[Tue Sep 20 14:27:10 2005] [notice] Child 6080: Child process is running

*apache -k restart in error log of apache shows

[Tue Sep 20 15:00:06 2005] [notice] Parent: Created child process 5744

[Tue Sep 20 15:00:07 2005] [notice] Child 5744: Child process is running

[Tue Sep 20 15:00:12 2005] [crit] master_main: create child process failed. Exiting.

[Tue Sep 20 15:00:12 2005] [notice] Parent: Forcing termination of child process 2606360

* apache -k shutdown in error log of apache not showing anything but give a message "The Apache2 service is not started."

Also if I restart also problem is remaining. Only way to start apache is run the service.xml 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-837) Problem starting apache with server frame work( By running service.xml)

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-837?page=all ]

Chinthana Danapala reassigned AXISCPP-837:
------------------------------------------

    Assign To: Chinthana Danapala

> Problem starting apache with server frame work( By running service.xml)
> -----------------------------------------------------------------------
>
>          Key: AXISCPP-837
>          URL: http://issues.apache.org/jira/browse/AXISCPP-837
>      Project: Axis-C++
>         Type: Bug
>   Components: Test, Server - General
>     Versions: current (nightly)
>  Environment: Windows XP, Apache 1.2
>     Reporter: Chinthana Danapala
>     Assignee: Chinthana Danapala
>      Fix For:  1.6 Final

>
> I'm facing some problem to start apache server manually. When I run the service.xml then it'll start the apache but after stop that I'm not able to start it in manually. It simply crash without any warning. I'm facing this problem after we change the removing the deploy part from the service generation. Which was right way to go.
> *When I use apache -X in error log of apache shows
> [Tue Sep 20 14:27:10 2005] [notice] Child 6080: Child process is running
> *apache -k restart in error log of apache shows
> [Tue Sep 20 15:00:06 2005] [notice] Parent: Created child process 5744
> [Tue Sep 20 15:00:07 2005] [notice] Child 5744: Child process is running
> [Tue Sep 20 15:00:12 2005] [crit] master_main: create child process failed. Exiting.
> [Tue Sep 20 15:00:12 2005] [notice] Parent: Forcing termination of child process 2606360
> * apache -k shutdown in error log of apache not showing anything but give a message "The Apache2 service is not started."
> Also if I restart also problem is remaining. Only way to start apache is run the service.xml 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-837) Problem starting apache with server frame work( By running service.xml)

Posted by "Fred Preston (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-837?page=all ]
     
Fred Preston closed AXISCPP-837:
--------------------------------


> Problem starting apache with server frame work( By running service.xml)
> -----------------------------------------------------------------------
>
>          Key: AXISCPP-837
>          URL: http://issues.apache.org/jira/browse/AXISCPP-837
>      Project: Axis-C++
>         Type: Bug

>   Components: Server - General, Test
>     Versions: current (nightly)
>  Environment: Windows XP, Apache 1.2
>     Reporter: Chinthana Danapala
>     Assignee: Chinthana Danapala
>      Fix For:  1.6 Final

>
> I'm facing some problem to start apache server manually. When I run the service.xml then it'll start the apache but after stop that I'm not able to start it in manually. It simply crash without any warning. I'm facing this problem after we change the removing the deploy part from the service generation. Which was right way to go.
> *When I use apache -X in error log of apache shows
> [Tue Sep 20 14:27:10 2005] [notice] Child 6080: Child process is running
> *apache -k restart in error log of apache shows
> [Tue Sep 20 15:00:06 2005] [notice] Parent: Created child process 5744
> [Tue Sep 20 15:00:07 2005] [notice] Child 5744: Child process is running
> [Tue Sep 20 15:00:12 2005] [crit] master_main: create child process failed. Exiting.
> [Tue Sep 20 15:00:12 2005] [notice] Parent: Forcing termination of child process 2606360
> * apache -k shutdown in error log of apache not showing anything but give a message "The Apache2 service is not started."
> Also if I restart also problem is remaining. Only way to start apache is run the service.xml 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXISCPP-837) Problem starting apache with server frame work( By running service.xml)

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-837?page=all ]
     
Chinthana Danapala resolved AXISCPP-837:
----------------------------------------

    Resolution: Fixed

Changed the value to 'true' in spawn.
Now its working fine.

> Problem starting apache with server frame work( By running service.xml)
> -----------------------------------------------------------------------
>
>          Key: AXISCPP-837
>          URL: http://issues.apache.org/jira/browse/AXISCPP-837
>      Project: Axis-C++
>         Type: Bug
>   Components: Test, Server - General
>     Versions: current (nightly)
>  Environment: Windows XP, Apache 1.2
>     Reporter: Chinthana Danapala
>     Assignee: Chinthana Danapala
>      Fix For:  1.6 Final

>
> I'm facing some problem to start apache server manually. When I run the service.xml then it'll start the apache but after stop that I'm not able to start it in manually. It simply crash without any warning. I'm facing this problem after we change the removing the deploy part from the service generation. Which was right way to go.
> *When I use apache -X in error log of apache shows
> [Tue Sep 20 14:27:10 2005] [notice] Child 6080: Child process is running
> *apache -k restart in error log of apache shows
> [Tue Sep 20 15:00:06 2005] [notice] Parent: Created child process 5744
> [Tue Sep 20 15:00:07 2005] [notice] Child 5744: Child process is running
> [Tue Sep 20 15:00:12 2005] [crit] master_main: create child process failed. Exiting.
> [Tue Sep 20 15:00:12 2005] [notice] Parent: Forcing termination of child process 2606360
> * apache -k shutdown in error log of apache not showing anything but give a message "The Apache2 service is not started."
> Also if I restart also problem is remaining. Only way to start apache is run the service.xml 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira