getting below error on broker start:
[ISS.0098.0043V3] Still unable to connect to Broker [ISS.0098.9014] BrokerException: Comm Failure (102-2050): Unable to open connection to host ‘eux930.wwdc.numonyx.com’. Error ‘java.net.ConnectException: Connection refused (errno:239)’ was reported by the socket call.
anybody got the same error before, or the meaning for the error.
Regards Rahul
It seem like the config/data files for the Broker got corrupted.
Maybe apply the backup of these files can solve the problem.
I face the same issue.
And it also alter :
Publishing delayed while outbound store is draining. Service: wm.server.publish:publish
Please help to advice.Thanks a lot!
You may need examine the error message provided by the Broker. Refer to the Broker Java Client API documentation for a detailed description of the error.
Hi,
You can also run a check on the broker data files. There is a binary provided by standard wm installation which has 2 arguments you can pass :
- check (this will tell you if any corruption)
- fix (this should fix the corruption)
Also it might be that it is not the broker database which is corrupted but the IS LWS_DB Dara files. If you have a backup of this subfooder of IntegrationServer/DB then you could try to restore it.
I also recommend the Broker API to get loads of stats. Most of it you can do on My webMethods Portal if you have it configured to administer that broker…
Jeremy