java.lang.Exception: Unable to create queue HP2B_HP2B_APJ_SUBQUEUE.

Hi All,

Could you please help me on below error.

Error: Build of process “orchAPJ” failed. The log file might have more information.
java.lang.Exception: Unable to create queue HP2B_HP2B_APJ_SUBQUEUE.
at com.webMethods.process.generator.util.JMSProviderUtil.createNirvanaDestination(JMSProviderUtil.java:85)
at com.webMethods.process.generator.util.JMSProviderUtil.createDestination(JMSProviderUtil.java:227)
at com.webMethods.process.generator.util.GeneratorUtils.createJNDIDestinations(GeneratorUtils.java:744)
at com.webMethods.process.generator.eclipse.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:334)
at com.webMethods.process.generator.eclipse.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:514)
at com.webMethods.process.generator.eclipse.actions.GenerateProcessAction.run(GenerateProcessAction.java:322)
at com.webMethods.process.generator.eclipse.actions.GenerateProcessAction.run(GenerateProcessAction.java:94)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:253)
… 31 more

While doing build i am facing above issue.

Hi Hariom,

what is your wM Version?
Any Fixes applied?

Can you provide the complete StackTrace please?
There should be an entry “Caused by”, which indicates the original exception why the queue could not be created.

Regards,
Holger

Hi Hariom,

If you are trying to deploy to a remote server (not local IS) and you are using the Designer to deploy the code with build and upload button, you probably do not have local UM running. Try to start your local UM and deploy again. After the deployment you can create the JNDI manually to the remote server.

Regards,
Delyan