Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: [Oracle 9i]Syntax Error on isqlplus.conf??

Re: [Oracle 9i]Syntax Error on isqlplus.conf??

From: <Christopher.Jones_at_oracle.comX>
Date: 30 Sep 2002 14:48:18 +1000
Message-ID: <u3crsrskt.fsf@oracle.comX>


drexelterry_at_aol.com (Terry) writes:

> Action:Startup Apache's HTTP Server
>
> Error Message:FastCGI: CreateMutex<> failed
> Syntax error on line 92 of
> c:/Oracle/ora92/sqlplus/admin/isqlplus.conf:
> failed to create FastCGI application accept mutex
> Note the errors or messages above, and press the ,Esc> key to exit.

This "error" typically means that the HTTP server and iSQL*Plus server are already running fine. The messages are telling you that you can't have more than one iSQL*Plus server running at a time. See the SQL*Plus FAQ at:

  http://otn.oracle.com/support/tech/sql_plus/htdocs/runtime.html#isql_mutex_error

If you are trying to use iSQL*Plus, check you can load the default HTML page of the server e.g. with http://machine.domain:7778/. Once this is working try http://machine.domain:7778/isqlplus.

Port 7778 is the default port that the HTTP server listens to. Check the "Port" directive in your ORACLE_HOME/Apache/Apache/conf/httpd.conf file to see what port your machine is actually configured with. This port number is not related to port 8228 (listed in isqlplus.conf) that the HTTP server communicates to the iSQL*Plus server over.

Chris

-- 
Christopher Jones, Oracle Corporation, Australia.
Received on Sun Sep 29 2002 - 23:48:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US