Jump to content

I am able to fetch message in Designer but when I deploy the same application in Tibco Admin, I am getting below Error:


Ajinkya K

Recommended Posts

Hi All, I created a simple process for receiving queue message using JMSQueueReceiver activity in Tibco Designer. I am able to fetch message in Designer but when I deploy the same application in Tibco Admin, I am getting below Error: process initialization failed for ReceiveMessage.processprocess initialization failed for ReceiveMessage.process at com.tibco.pe.core.WorkflowBuilder.build(Unknown Source) at com.tibco.pe.core.WorkflowLoader.setWorkflows(Unknown Source) at com.tibco.pe.core.WorkflowLoader.loadWorkflows(Unknown Source) at com.tibco.pe.core.JobPoolConfigurator.a(Unknown Source) at com.tibco.pe.core.JobPoolConfigurator.if(Unknown Source) at com.tibco.pe.core.JobPool.(Unknown Source) at com.tibco.pe.core.JobPoolCreator.init(Unknown Source) at com.tibco.pe.core.JobPoolCreator.(Unknown Source) at com.tibco.pe.PEMain.a(Unknown Source) at com.tibco.pe.PEMain.do(Unknown Source) at com.tibco.pe.PEMain.a(Unknown Source) at com.tibco.pe.PEMain.(Unknown Source) at com.tibco.pe.PEMain.main(Unknown Source)caused by: Initialization error in [ReceiveMessage.process/JMS Queue Receiver] at com.tibco.pe.core.WorkflowBuilder.build(Unknown Source) at com.tibco.pe.core.WorkflowLoader.setWorkflows(Unknown Source) at com.tibco.pe.core.WorkflowLoader.loadWorkflows(Unknown Source) at com.tibco.pe.core.JobPoolConfigurator.a(Unknown Source) at com.tibco.pe.core.JobPoolConfigurator.if(Unknown Source) at com.tibco.pe.core.JobPool.(Unknown Source) at com.tibco.pe.core.JobPoolCreator.init(Unknown Source) at com.tibco.pe.core.JobPoolCreator.(Unknown Source) at com.tibco.pe.PEMain.a(Unknown Source) at com.tibco.pe.PEMain.do(Unknown Source) at com.tibco.pe.PEMain.a(Unknown Source) at com.tibco.pe.PEMain.(Unknown Source) at com.tibco.pe.PEMain.main(Unknown Source)caused by: Could not create connection with JMS server.[ Queue Connection Factory = QueueConnectionFactory Provider URL = tcp://localhost:7222 isUFO = false] at com.tibco.plugin.share.jms.impl.JMSUtils.doRecovery(Unknown Source) at com.tibco.plugin.share.jms.impl.JMSReceiver.for(Unknown Source) at com.tibco.plugin.share.jms.impl.JMSReceiver.init(Unknown Source) at com.tibco.plugin.jms.JMSAbstractEventSource.init(Unknown Source) at com.tibco.pe.core.ProcessStarter.init I tried giving localhost and IP address instead of Machine name. But it always worked for desginer not on Admin. I am able to see EMS Server running in Tibco Admin. Kindly help. Thanks and Regards, Ajinkya K
Link to comment
Share on other sites

  • 2 weeks later...

>>Check whether the EMS server is added to your admin domain or not.

>>If added then go to EMS instance which is in active state and browse the queue from which you JMS receiver pick up the message.

>>In error it is throwing "tcp://localhost:7222 isUFO = false] " as "FALSE" and com.tibco.pe.PEMain.main(Unknown Source)caused by: >>Could not create connection I recommend you instead of JMS receiver just check with getjms queue message just for a test connection to ems server.

>>Before doing that check connection factory exist on not on EMS server.

Link to comment
Share on other sites

  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...