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: HTTP Service auto stopping constantly

Re: HTTP Service auto stopping constantly

From: dbuckingham <member8912_at_dbforums.com>
Date: Wed, 23 Jul 2003 22:48:18 +0000
Message-ID: <3145562.1059000498@dbforums.com>

Looking in the log files, in the Jserv.log file was the following entry:

Error:
[22/07/2003 15:05:11:453 EST] ApacheJServ/1.1.2: Failed to bind to

       port(s) specified in
       C:\ORACLE\iSuites\Apache\Jserv\conf\jserv.properties. Please
       check C:\ORACLE\iSuites\Apache\Jserv\conf\jserv.properties and
       jserv.conf file, and make sure number of JServ process specified
       in jserv.conf is less than number of ports specified in
       C:\ORACLE\iSuites\Apache\Jserv\conf\jserv.properties. and the
       ports are not used by other processes

The solution was to edit the jserv.properties file located in C:\ORACLE\iSuites\Apache\Jserv\conf\ folder:

Change the following line from

port=8007

to

port=

Changing the above will allow Jserv to bind to some dynamic port selected by Oracle Process Manager.

So issue is solved.

Cheers.

--
Posted via http://dbforums.com
Received on Wed Jul 23 2003 - 17:48:18 CDT

Original text of this message

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