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)
OpenDeploy Problem
fbuno
I am trying to deploy to a server with 2 network cards. The server in question is an IBM 330x. However, i do get an error saying: "Failed to create a socket".
At the same time, I am deploying to a server with 2 network cards (IBM Netfinity 4500) and everything is ok.
I use OD 5.5.1 (SP1) on WIndows 2000.
Find more posts tagged with
Comments
Adam Stoller
If there are two network cards - the Receiver will bind to the first one it sees - which may or may not be the one you want it to bind to. Try using a specific IP addresses instead of hostname for the localNode setting in the Receivers configuration and the host setting for the odnodes.xml entry for the Receiver - and see if that solves the problem.
Also, what OS's are these machines running?
--fish
(Interwoven, Curriculum Development)
fbuno
thanks. got it working. i used the ip address rather than the hostname for the LocalNode setting and it works.