I have not bound 8087 to anything. I Set 8087 for both http.serverpot and 
http.severother ports.

CONFIG proxy.config.http.server_port INT 8087 CONFIG 
proxy.config.http.server_port_attr STRING = # to enable IPv6 listening on port 
8080:
CONFIG proxy.config.http.server_other_ports STRING 8087:=

Net stat command gives:
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   
LISTEN
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   
LISTEN
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   
LISTEN
tcp        0      0 0.0.0.0:53496               0.0.0.0:*                   
LISTEN
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   
LISTEN
tcp        0      0 0.0.0.0:5672                0.0.0.0:*                   
LISTEN
tcp        0      0 :::50638                    :::*                        
LISTEN
tcp        0      0 :::111                      :::*                        
LISTEN
tcp        0      0 :::22                       :::*                        
LISTEN
tcp        0      0 ::1:631                     :::*                        
LISTEN
tcp        0      0 ::1:25                      :::*                        
LISTEN

System log gives error as
Feb  7 07:55:04 localhost traffic_manager[2420]: NOTE: --- Manager Starting --- 
Feb  7 07:55:04 localhost traffic_manager[2420]: NOTE: Manager Version: Apache 
Traffic Server - traffic_manager - 3.0.4 - (build # 41113 on May 11 2012 at 
13:11:27) Feb  7 07:55:04 localhost traffic_manager[2420]: NOTE: 
RLIMIT_NOFILE(7):cur(30000),max(30000)
Feb  7 07:55:04 localhost traffic_manager[2420]: {3079169856} STATUS: opened 
/usr/local/var/log/trafficserver/manager.log
Feb  7 07:55:04 localhost traffic_manager[2420]: {3079169856} ERROR: 
[bindProxyPort] Unable to bind socket: 8087 : Address already in use Feb  7 
07:55:04 localhost traffic_manager[2420]: {3079169856} ERROR:  (last system 
error 98: Address already in use) Feb  7 07:55:04 localhost traffic_cop[2341]: 
cop received child status signal [2420 256] Feb  7 07:55:04 localhost 
traffic_cop[2341]: traffic_manager not running, making sure traffic_server is 
dead Feb  7 07:55:04 localhost traffic_cop[2341]: unable to start 
traffic_manager, retrying in 60 second(s)

If I set up the http.server.port to 8080 and other ports as 8087. Then it 
starts up, Why?



Thanks & Regards
Saraswathi Venkataraman | Xoriant Solutions Pvt. Ltd.  
Winchester, Hiranandani Business Park, Powai, Mumbai 400076, INDIA. 
Tel: +91 22 30511000 | Ext: 1113 | http://www.xoriant.com


-----Original Message-----
From: Alan M. Carroll [mailto:[email protected]] 
Sent: Wednesday, May 23, 2012 10:02 AM
To: Saraswathi Venkataraman
Subject: Re: Configuring traffic server on transparent proxy mode.

Yes, but either you've configured that twice, or there is another process 
already listening on that port. Did you try the netstat command to see?

Tuesday, May 22, 2012, 11:32:16 PM, you wrote:

> I have used 8080 as the main http port. in proxy.config.http.server_port in 
> records.config
> ________________________________________
> From: Alan M. Carroll [[email protected]]
> Sent: Wednesday, May 23, 2012 9:41 AM
> To: Saraswathi Venkataraman
> Subject: Re: Configuring traffic server on transparent proxy mode.

> Then you've either configured ATS to use port 8080 elsewhere in the 
> configuration, or some other process is using that port (such as HTTPD). Use

> netstat --tcp --listen -n

> to see if there is something there.

> Tuesday, May 22, 2012, 10:52:36 PM, you wrote:

>> If i do this, it says already listening on port 8080 and does not start up 
>> the traffic server
>> ________________________________________


Reply via email to