Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
OD receiver not starting
Balaveera Thatikonda
Installed the OD rcvr
But not starting.
it is throwing this error:
2013-05-30 14:11:04.926 GMT+0000 odLog [OpenDeploy Main] - LIB: ERROR:
Could not bind to interface
(hostname) port(21000).
Any ideas how to solve this?
OD Version: 7.3.2.0.0 Build 118 Interwoven 20121103
OS:Red Hat Enterprise Linux Server release 6.4 (Santiago)
Thanks, Balaveera.
Find more posts tagged with
Comments
sheikh1
Your OD port must be available to bind and that error message posted shows that it is not available for the process, make sure it is not listed when you run netstat -an | grep "port#", an user posted similar issue lastday which is here
http://devnet.interwoven.com/forums_vb/showthread.php?t=38888&forumid=12
although it's older 6.7.x version and on Windows platform you can look at the suggestions listed.
Better result.jpg
testCourt99.rptdesign
Balaveera Thatikonda
Problem Solved by updating the /etc/hosts file with the correct ip address from ifconfig -a
Reason:
ip address from hostname -i is not matching with ip address from ifconfig -a (inet addr ) then
Updated /etc/hosts with the actual ip address from ifconfig, then started the OD successfully
Thanks, Balaveera.