Actually, the fact that the port is listed like this shows that it is currently being listened on.
Glad you got it fixed. Lyle From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Pruitt, Christopher (Bank of America Account) Sent: Wednesday, December 16, 2009 1:00 PM To: [email protected] Subject: Re: Need help with AR Plugin Server Startup Error ** I had already consider that. Results of the netstat command shows that the port the java is using is available. >From pluginsvr_config.xml <pluginsvr_config> <port>9999</port> >From netstat netstat -an | grep 9999 XXX.XXX.XXX.XXX.9999 *.* 0 0 49152 0 LISTEN I remove the IP address info for obvious reasons. Christopher Pruitt HP Enterprise Services Bank of America Account | CIA - Integrated Applications | IW Infrastructure Team 972.605.7702 office | [email protected]<mailto:[email protected]> From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Tony Worthington Sent: Wednesday, December 16, 2009 1:52 PM To: [email protected] Subject: Re: Need help with AR Plugin Server Startup Error ** >AR Plugin Server Startup Error Address already in use Looks like the process is trying to start on a port that's already in use. It's either the ars one, or the java one. In your ar.conf/cfg -- Plugin-Port: 10000 If that's not the one there should be a file... pluginsvr_config.xml that lists the port the plugin server binds to. <pluginsvr_config> <port>9999</port> Run a netstat (or Solaris equivalent) to find out what process is on what port, pick which one to change.. :-) hth Tony Tony Worthington | Sr. Technical Analyst | Kohl's Department Stores N56 W17000 Ridgewood Drive | Menomonee Falls, WI 53051 | office: (262) 703-7763 | e-mail: [email protected] _Platinum Sponsor: [email protected] ARSlist: "Where the Answers Are"_ NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

