Run-time error '-2147220991(80040201)

Chaos

New Member
:(
Running
Progress 9.D, Progress Appserver, Progress 4GL(Back end) and Visual Basic 6 (Front end)

Has anyone ever come accross this error ?

Run-time error '-2147220991(80040201) :
CONNECT FAILURE: Unable to connect to Broker at 'IP-address' 'Port' due to unexpected communications error:java.net.BindException: Address in use(8823)

Thank you.
:cool:
 
Chaos said:
:(
Running
Progress 9.D, Progress Appserver, Progress 4GL(Back end) and Visual Basic 6 (Front end)

Has anyone ever come accross this error ?

Run-time error '-2147220991(80040201) :
CONNECT FAILURE: Unable to connect to Broker at 'IP-address' 'Port' due to unexpected communications error:java.net.BindException: Address in use(8823)

Thank you.
:cool:

According to the error description, you need to check the broker log.

Maybe you have another service using that port. I think you can check this using the netstat command.
 

Chaos

New Member
Hi all, Thank you for the replies,
Had a look in the broker.log file - found the following :

Cannot write response message. (8420)

Error Unspecified Error ... disconnecting client. (8091)

Client FSM Error : Invalid ACTION for STATE : state= 0 STATE_IDLE
event= 14 EVENT_FINISH_RQ action= 10 nextState=
9 STATE_OBLIVION . (8087)

Error Unspecified Error ... disconnecting client. (8091)
 
What's the back end OS?

I ask, because there's a KB entry which contains those exact errors for HP Unix 11.

However, I still think it sounds like a conflicting port issue. Work with your SysAdmin to see if anything is holding the port you're trying to communicate over.
 

Chaos

New Member
Hi all
The OS is Windows 2000, I'll look into the ports issue and let you all know the outcome.

Thank you
 
Top