Apache w/ "Coverity Prevent" cannot start... please hellp!


 
Thread Tools Search this Thread
Operating Systems HP-UX Apache w/ "Coverity Prevent" cannot start... please hellp!
# 1  
Old 01-12-2009
Apache w/ "Coverity Prevent" cannot start... please hellp!

Hi,
I am trying to start the apache server on 11i for Coverity Prevent using following command:

[coverity@fshpbld2 coverity]# cov-start-gui --datadir /qa_home/coverity/data_dir-4.3.0
cov-internal-httpd not running.
For further information, see '/qa_home/coverity/data_dir-4.3.0/logs/error_log'
[coverity@fshpbld2 coverity]#


the error_log contain:
[coverity@fshpbld2 coverity]# cat /qa_home/coverity/data_dir-4.3.0/logs/error_log
[Mon Jan 12 11:33:49 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[coverity@fshpbld2 coverity]#

The successfull execution of above command should start the daemon : cov-internal-httpd, which it fails to start.

The httpd.conf file is:

[coverity@fshpbld2 data_dir-4.3.0]# cat httpd.conf
ServerRoot "/qa_home/coverity/data_dir-4.3.0"
DocumentRoot "/qa_home/coverity/prevent-hpux-pa-4.3.0/cgi-bin"
TypesConfig "/qa_home/coverity/prevent-hpux-pa-4.3.0/config/mime.types"

SetEnv COV_DATA_DIR "/qa_home/coverity/data_dir-4.3.0"
SetEnv COV_BIN_DIR "/qa_home/coverity/prevent-hpux-pa-4.3.0/bin"
SetEnv COVERITY_TEMP "/qa_home/coverity/data_dir-4.3.0/tmp"

SetEnv COV_REMOTE_COMMIT_INTERFACE "*"
SetEnv COV_REMOTE_COMMIT_MIN_PORT 40000
SetEnv COV_REMOTE_COMMIT_MAX_PORT 49999

SetEnv COVLKTMPDIR "/tmp"

ServerAdmin support@coverity.com

<Directory />
Options FollowSymLinks ExecCGI
AllowOverride None
</Directory>

DirectoryIndex "cov.cgi"

DefaultType text/plain

AddHandler cgi-script .cgi

EnableSendfile Off

PidFile "httpd.pid"

LockFile "/qa_home/coverity/data_dir-4.3.0/tmp/accept.lock"

StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 50

AcceptFilter http none
AcceptFilter https none

ErrorLog "/qa_home/coverity/data_dir-4.3.0/logs/error_log"
CustomLog "/qa_home/coverity/data_dir-4.3.0/logs/access_log" \
"%h %l %u %t \"%r\" %>s %b"

MaxRequestsPerChild 0

Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
UseCanonicalName Off
ServerTokens Prod
ServerSignature Off
HostnameLookups Off

Listen 5467 http
[coverity@fshpbld2 data_dir-4.3.0]#


I have older version of the Coverity Prevent installed on the same machine which successfully starts the GUI but this problem is occurring only for the latest version of the tool.

I have even reported the problem to Coverity, but they also found it quite peculiar. I tried to google the error, but didn't find the satisfactory answer. Thought of sharing this with the experts like you, any help will be highly appreciated.

Thanks in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Howto auto boot SPARC | How to auto supply "start /SYS" and "start /SP/console" commands

When I power ON my T4-1, I got a prompt -> where I have to start /SYS and start /SP/console. How can I auto supply these two commands ? (3 Replies)
Discussion started by: z_haseeb
3 Replies

2. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies

3. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

4. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. AIX

AIX - "prevent script from running twice" issue

I know about standard "ps ..|grep .. | grep -v grep" solution, but... this is different issue I have encountered in several companies I worked for. And I see this only for AIX - not HP, not Solaris, not Linux. Korn shell script is scheduled in the background (via cron /via Tivoli Scheduler or... (6 Replies)
Discussion started by: ooops
6 Replies

7. Shell Programming and Scripting

how to prevent "ctrl-C" input

Hi I have a script and its execution takes 40 - 60 minutes. The script is run on the console window of the machine. Script execution should not be broken by running ctrl-C under any circumstances. Is there a way to lock the window from any user input (ctrl-C in fact) till the end of the script... (3 Replies)
Discussion started by: aoussenko
3 Replies

8. Shell Programming and Scripting

How to prevent the pattern "^[[0m" from being written to a file ????

Hi folks, I am using a shell script to display the referred libraries names of any specified cpp code. Given below is the script: shell script "grblib" ------------------------------------------------------------------------- #!/bin/sh # get the lines having "include" pattern ... (5 Replies)
Discussion started by: frozensmilz
5 Replies

9. Shell Programming and Scripting

catalina.sh : need combination from "start" and "run"

heya, can someone help me with following problem. i am not sure how far you know the catalina.sh script from tomcat. when i start my tomcat with "catalina.sh run" then the startup-process-output will be printed out on the console, but the tomcat process is started in current shell/session, so... (1 Reply)
Discussion started by: Filly
1 Replies

10. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies
Login or Register to Ask a Question