server problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sonalsoni
    New Member
    • Jan 2008
    • 3

    server problem

    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
  • Dave44
    New Member
    • Feb 2007
    • 153

    #2
    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?

    Comment

    • amitpatel66
      Recognized Expert Top Contributor
      • Mar 2007
      • 2358

      #3
      Hi SonalSoni,

      Welcome to TSDN!!

      We are sure you will find this forum very useful.

      Happy programming!!

      MODERATOR

      Comment

      • sonalsoni
        New Member
        • Jan 2008
        • 3

        #4
        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.

        Comment

        • amitpatel66
          Recognized Expert Top Contributor
          • Mar 2007
          • 2358

          #5
          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\sql plus\admin\isql plus.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

          Comment

          • sonalsoni
            New Member
            • Jan 2008
            • 3

            #6
            Thank you for your reply
            It helps me alot, and my problem is now sorted out

            Comment

            • maddy23285
              New Member
              • Oct 2009
              • 1

              #7
              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

              Comment

              Working...