SEVERE ERROR: Unable to open store [$sys.failsafe]: [ ESTATUS = 230, ERRSTR = com.tibco.tibems.tibemsd.internal.db.EMSDataStoreException: failed to open store: IO Error: Unknown host specified ]
book
Article ID: KB0073111
calendar_today
Updated On:
Products
Versions
TIBCO Enterprise Message Service
-
Description
-> When trying to connect EMS with Oracle database and getting this error:
SEVERE ERROR: Unable to open store [$sys.failsafe]: [ ESTATUS = 230, ERRSTR = com.tibco.tibems.tibemsd.internal.db.EMSDataStoreException: failed to open store: IO Error: Unknown host specified ]
Causes: ======= This error means that your machine (where you are trying to connect to the database host) is unable to identify the hostname of the database server.
Issue/Introduction
SEVERE ERROR: Unable to open store [$sys.failsafe]: [ ESTATUS = 230, ERRSTR = com.tibco.tibems.tibemsd.internal.db.EMSDataStoreException: failed to open store: IO Error: Unknown host specified ]
Environment
ALL
Resolution
-> Check the hostname in dbstore_driver_url in stores.conf/stores-db.conf.
-> In a non-RAC Oracle database, a single instance accesses a single database. The database consists of a collection of data files, control files, and redo logs located on the disk.
Also, use the below format to define any Oracle database stores in stores.conf/stores-db.conf:
-> In an Oracle RAC environment, 2 or more instances concurrently access a single database. This allows an application or user to connect to either computer and have access to a single coordinated set of data. The instances are connected with each other through an "Interconnect" which enables all the instances to be in sync in accessing the data.
For Oracle RAC, use the below format to define database stores in stores.conf/stores-db.conf: