BW error: Cannot create transport.

BW error: Cannot create transport.

book

Article ID: KB0092973

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
Problem Description:
=============
Adapter service uses the EMS transport. When starting a BW process with Publish to Adapter or Adapter Subscriber, the process initialization fails with error, "Cannot create transport".

Resolution
=======

Usually, the Adapter service enables JNDI for EMS connections. The error is caused by an incorrect IP address or host name in the EMS server's factories.conf. The Topic/Queue Connection Factory entry in factories.conf should point to the target EMS server.


Example:


[TopicConnectionFactory]

  type                  = topic

  url                   = tcp://emsserver:7222


[QueueConnectionFactory]

  type                  = queue

  url                   = tcp://emsserver:7222 


If the target EMS server runs on a machine different than "emsserver", the error occurs. Make sure the IP address or host name in factories.conf is correct.  


 

Issue/Introduction

BW error: Cannot create transport.