as-agent / as-admin / Java API unable to connect to Metaspace running on a different machine.
book
Article ID: KB0092484
calendar_today
Updated On:
Products
Versions
TIBCO ActiveSpaces
-
Not Applicable
-
Description
Description: BW application and ActiveSpaces instance are running on two different Linux machines. The BW application is unable to connect to the Metaspace
running on another machine. The following error is thrwon"
[1427210060][268152][267348][WARNING][AirportReference.$gmp][MemberManager.cpp:1027][MemberManager::processMemberConnectTimeout]
Waiting for discovery nodes to come up, restart discovery
When running the ActiveSpaces instance on the same machine, the application
is able to connect.
Symptoms: ---NA---
Cause: ---NA---
Resolution
When there is firewall active, open the port on the firewall or deactivate the firewall. Linux has a built-in firewall. The following command returns records when the firewall is enabled and active.
iptables -L
To stop use the firewall execute:
service iptables stop
Issue/Introduction
as-agent / as-admin / Java API unable to connect to Metaspace running on a different machine.