Svc:/network/http:apache2 error


 
Thread Tools Search this Thread
Operating Systems Solaris Svc:/network/http:apache2 error
# 1  
Old 11-07-2013
Hammer & Screwdriver Svc:/network/http:apache2 error

Dear All,

http:apache2 service on my node is continuously in maintenance mode.
I have tried to enable and disable the service but nothing works.

Code:
root@ops # svcs -a | grep apache2
maintenance    15:46:37 svc:/network/http:apache2

When I reboot the system, I get the following error:

Code:
ops console login: Nov  7 15:46:37 svc.startd[9]: svc:/network/http:apache2: Method "/lib/svc/method/http-apache2 start" failed with exit status 96.
Nov  7 15:46:37 svc.startd[9]: network/http:apache2 misconfigured: transitioned to maintenance (see 'svcs -xv' for details)
syslogd: line 32: unknown priority name "notice /var/adm/name_of_log_file"


Log file states:

Code:
root@ops # cat /var/svc/log/network-http\:apache2.log
[ Jan  3 17:55:39 Disabled. ]
[ Jan  3 17:55:39 Rereading configuration. ]
[ Jan  3 18:45:44 Rereading configuration. ]
[ Jan  5 20:46:21 Rereading configuration. ]
[ Nov  5 13:49:48 Enabled. ]
[ Nov  5 13:49:48 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:49:48 Method "start" exited with status 96 ]
[ Nov  5 13:50:11 Leaving maintenance because disable requested. ]
[ Nov  5 13:50:11 Disabled. ]
[ Nov  5 13:50:16 Enabled. ]
[ Nov  5 13:50:16 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:50:16 Method "start" exited with status 96 ]
[ Nov  5 13:52:18 Leaving maintenance because disable requested. ]
[ Nov  5 13:52:18 Disabled. ]
[ Nov  5 13:52:22 Enabled. ]
[ Nov  5 13:52:22 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:52:22 Method "start" exited with status 96 ]
[ Nov  5 13:53:50 Leaving maintenance because clear requested. ]
[ Nov  5 13:53:50 Enabled. ]
[ Nov  5 13:53:50 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:53:50 Method "start" exited with status 96 ]
[ Nov  5 13:55:55 Leaving maintenance because clear requested. ]
[ Nov  5 13:55:55 Enabled. ]
[ Nov  5 13:55:55 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  5 13:55:55 Method "start" exited with status 96 ]
[ Nov  7 15:41:50 Leaving maintenance because disable requested. ]
[ Nov  7 15:41:50 Disabled. ]
[ Nov  7 15:46:37 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Nov  7 15:46:37 Method "start" exited with status 96 ]


What seems to be the issue ?
# 2  
Old 11-13-2013
Google says the config is misplaced: http://serverfault.com/questions/300...-on-solaris-10
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk script to find time difference between HTTP PUT and HTTP DELETE requests in access.log

Hi, I'm trying to write a script to determine the time gap between HTTP PUT and HTTP DELETE requests in the HTTP Servers access log. Normally client will do HTTP PUT to push content e.g. file_1.txt and 21 seconds later it will do HTTP DELETE, but sometimes the time varies causing some issues... (3 Replies)
Discussion started by: Juha
3 Replies

2. Web Development

HTTP Headers Reference: HTTP Status-Codes

Hypertext Transfer Protocol -- HTTP/1.1 for Reference - HTTP Headers 10 Status Code Definitions Each Status-Code is described below, including a description of which method(s) it can follow and any metainformation required in the response. (1 Reply)
Discussion started by: Neo
1 Replies

3. Solaris

dependency require_all/none svc:/network/physical (maintenance)

I am using telnet instead of ssh because network/physical service is on maintenance mode. I can ping google and other internel machines. I can't ssh to this server because network/physical is dependency of ssh. How can I fix this service. I can use network service but it is maintenance mode.... (8 Replies)
Discussion started by: getrue
8 Replies

4. Solaris

svc:/network/physical:default: Method "/lib/svc/method/net-physical" failed with exit status 96. [ n

After a memory upgrade all network interfaces are misconfigued. How do i resolve this issue. Below are some out puts.thanks. ifconfig: plumb: SIOCLIFADDIF: eg000g0:2: no such interface # ifconfig eg1000g0:2 plumb ifconfig: plumb: SIOCLIFADDIF: eg1000g0:2: no such interface # ifconfig... (2 Replies)
Discussion started by: andersonedouard
2 Replies

5. Shell Programming and Scripting

sending http url through http socket programming..

hi am senthil am developing a software to send and receive SMS using HTTP connection first of all am forming a URL and sending that URL to a remote server using my Client Program i send that url through Socket(using Send() Function) if i send more than one URL one by one using the same... (4 Replies)
Discussion started by: senkerth
4 Replies

6. Programming

sending http url through http socket programming..

hi am senthil am developing a software to send and receive SMS using HTTP connection first of all am forming a URL and sending that URL to a remote server using my Client Program i send that url through Socket(using Send() Function) if i send more than one URL one by one using the same... (0 Replies)
Discussion started by: senkerth
0 Replies

7. UNIX for Advanced & Expert Users

http error on unix command..

Hi, I am trying to hit an application which is listening on a specific port 2030 and is behind the firewall and get this error. maddy>telnet adrpd011 2030 GET /TestApp and it should give me 200 response, because the application is listening on that port. Instead it gives me this... (5 Replies)
Discussion started by: everurs789
5 Replies

8. UNIX for Advanced & Expert Users

http error 302

Hi, I can not access my oracle applications in Internet browser with this error message : You have insufficient privileges for the current operation. I looked at access log on the server and I have this errors : 152.116.0.3 - - "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE HTTP/1.1" 302 694... (0 Replies)
Discussion started by: big123456
0 Replies

9. IP Networking

http error code

Hi, I'm looking for detailed http error codes. I want to know what means : HTTP/1.1" 302 330 and HTTP/1.1" 302 265 Many thanks. (1 Reply)
Discussion started by: big123456
1 Replies
Login or Register to Ask a Question