Could not obtain an available port in the range 9040-9048

General discussion of the Co:Z Toolkit
Post Reply
rschramm
Posts: 17
Joined: Fri Aug 05, 2005 1:23 pm
Location: Indianapolis, IN

Could not obtain an available port in the range 9040-9048

Post by rschramm »

I am attempting a fairly simple
//COZCFG DD *
ssh-options=-oStrictHostKeyChecking=no
server-env-PASSWD_DSN=//SAMPJCL(SITE1)
server-env-SSH_ASKPASS=/install/dovetail/coz/bin/read_passwd_dsn.sh
server-env-DISPLAY=none
agent-path=/opt/dovetail/coz/bin/cozagent
//STDIN DD *
cat /home/RobS/Adabas.zip' \
| todsn -b //DD:OUTPUT

and getting

Attempting to start socket listener on port 9048
-> startSocketListener(host=127.0.0.1, port=9048)
<- startSocketListener()
Could not obtain an available port in the range 9040-9048
<- determineServerPort()
-> cleanup()
<- cleanup()
CoZLauncher ended with RC=102
<- run()
-> ~CoZLauncher()
<- ~CoZLauncher()
Rob Schramm
Post Reply