Connecting Tech Pros Worldwide Forums | Help | Site Map

server problem

Newbie
 
Join Date: Jan 2008
Posts: 3
#1: Jan 12 '08
hello to all,
I am facing a problem during the execution of the http server;
It gives the following error:

[b] [alert](5)Access is denied: FastCGI: CreateMutex() failed
Syntax error on line 92 of f:/oracle/ora92/sqlplus/admin/isqlplus.conf:
failed to create FastCGI application accept mutex


please help me for finding out the reason

thank you

Familiar Sight
 
Join Date: Feb 2007
Location: Calgary AB Canada
Posts: 153
#2: Jan 12 '08

re: server problem


Quote:

Originally Posted by sonalsoni

hello to all,
I am facing a problem during the execution of the http server;
It gives the following error:

[b] [alert](5)Access is denied: FastCGI: CreateMutex() failed
Syntax error on line 92 of f:/oracle/ora92/sqlplus/admin/isqlplus.conf:
failed to create FastCGI application accept mutex


please help me for finding out the reason

thank you

the first message makes me think its some kind of permissions thing.
what OS is it? is oracle on the same server?
amitpatel66's Avatar
Moderator
 
Join Date: Mar 2007
Location: Hyderabad, India
Posts: 2,192
#3: Jan 12 '08

re: server problem


Hi SonalSoni,

Welcome to TSDN!!

We are sure you will find this forum very useful.

Happy programming!!

MODERATOR
Newbie
 
Join Date: Jan 2008
Posts: 3
#4: Jan 13 '08

re: server problem


Quote:

Originally Posted by Dave44

the first message makes me think its some kind of permissions thing.
what OS is it? is oracle on the same server?



Thank you sir for your reply.
i am using windows XP SP2.
yes oracle is on the same server.
amitpatel66's Avatar
Moderator
 
Join Date: Mar 2007
Location: Hyderabad, India
Posts: 2,192
#5: Jan 13 '08

re: server problem


I hope this might help you:

cause:

* symptom: Trying to start or stop HTTP Server
* symptom: Using icons from Oracle HTTP Server program group
* symptom: Fails with error
* symptom: Error on line 92 of ORACLE_HOME\sqlplus\admin\isqlplus.conf Failed to create
FASTCGI application accept mutex
* symptom: Apache -k start also fails
* cause: <BUG:2411330> GET FASTCGI: CREATEMUTEX() ERROR WHEN STARTING ORACLE HTTP SERVER If the
Oracle HTTP Server service is running and HTTP Server is shutdown via icons or apache -k stop,
then any attempt to stop or start produces the error

fix:

Only use one method to stop and start HTTP Server i.e:
Either:
Start and Shutdown via NT service only
Or:
Make sure NT Service is set to manual and stopped. Then use the icons from the
program group to start and stop
Or:
Make sure NT Service is set to manual and stopped. Then use $
ORACLE_HOME/Apache/Apache/apache -k start and $ORACLE_HOME/Apache/Apache/apache
- k shutdown
Newbie
 
Join Date: Jan 2008
Posts: 3
#6: Jan 14 '08

re: server problem


Thank you for your reply
It helps me alot, and my problem is now sorted out
Newbie
 
Join Date: Oct 2009
Posts: 1
#7: Oct 14 '09

re: server problem


Hey guys I am also facing the same problem and I am not able to locate the NT Services. Please help me

Thanks in advance
Reply