Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connection refused on port 8081

Status
Not open for further replies.

posiedon

Programmer
Mar 22, 2002
8
0
0
GB
Hi

when i start my Apache, i get a series of error messages in the error_log file:

[Wed Jul 17 11:33:00 2002] [notice] jrApache[init] mod_jrun: JRun Connector v2.3.149 static Apache - Aug 12 2001 23:28:43
[Wed Jul 17 11:33:01 2002] [notice] jrApache[init] mod_jrun: JRun Connector v2.3.149 static Apache - Aug 12 2001 23:28:43
[Wed Jul 17 11:33:01 2002] [notice] jrApache[init] cannot connect to inetProxy(127.0.0.1:8081): 146 Connection refused
[Wed Jul 17 11:33:01 2002] [notice] jrApache[init] cannot connect to inetProxy(127.0.0.1:8081): 146 Connection refused
[Wed Jul 17 11:33:01 2002] [notice] jrApache[init] cannot connect to inetProxy(127.0.0.1:8081): 146 Connection refused
[Wed Jul 17 11:33:01 2002] [notice] jrApache[init] cannot connect to inetProxy(127.0.0.1:8081): 146 Connection refused
[Wed Jul 17 11:33:01 2002] [notice] jrApache[init] cannot connect to inetProxy(127.0.0.1:8081): 146 Connection refused
[Wed Jul 17 11:33:01 2002] [notice] Apache/1.3.19 (Unix) configured -- resuming normal operations



in the httpd.conf file there are entries pertaining to port 8081:
<IfModule mod_jrun.c>
JRunConfig Verbose false
JRunConfig ProxyHost 127.0.0.1
JRunConfig ProxyPort 8081
JRunConfig InitPoolSize 1
JRunConfig MaxPoolSize 50
JRunConfig Timeout 120
JRunConfig Mappings &quot;/opt/netcool/reporter/jrun/jsm-default/services/jse/properties/rules.properties&quot;
</IfModule>


Anybody any ideas why cannot connect to inetProxy??

Thanks

Stephen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top