I’m trying to publish a process from Software AG Designer to MWS but the Build Report is showing repeatly the message below:
Build of process “POC_Cadastro_Simples” started at Tue Jul 14 13:27:59 BRT 2015
Warning: Input “Inserir valor a ser investidoInputEnv” for task/event “S13” has not been created as an output of any upstream task/event. This data may not be available to the task/event at runtime. Step ID: “S13”
Checking database for prior build and upload of process: “POC_Cadastro_Simples” version: “1”
Testing connection for Integration Server “Default”
Error: Build of process “POC_Cadastro_Simples” failed. The log file might have more information. java.lang.Exception: Unable to create queue Webmethods_POC_Cadastro_Simples_TRANSQUEUE.at com.webMethods.process.generator.util.JMSProviderUtil.createNirvanaDestination(JMSProviderUtil.java:85)
at com.webMethods.process.generator.util.JMSProviderUtil.createDestination(JMSProviderUtil.java:238)
at com.webMethods.process.generator.util.GeneratorUtils.createJNDIDestinations(GeneratorUtils.java:769)
at com.webMethods.process.generator.eclipse.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:330)
at com.webMethods.process.generator.eclipse.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:491)
at com.webMethods.process.generator.eclipse.actions.GenerateProcessAction.run(GenerateProcessAction.java:321)
at com.webMethods.process.generator.eclipse.actions.GenerateProcessAction.run(GenerateProcessAction.java:94)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
… 30 more
What could I be doing wrong? I also tried to locate the specific log file but no success :?
With the designer log I could be able to identify a problem with the umserver and restarted it as administrator.
Now I can Build and Upload for Execution
The new Build Report log is showing me:
Build of process “POC_Cadastro_Simples” started at Thu Jul 16 13:53:13 BRT 2015
Warning: Input “Inserir valor a ser investidoInputEnv” for task/event “S13” has not been created as an output of any upstream task/event. This data may not be available to the task/event at runtime. Step ID: “S13”
Checking database for prior build and upload of process: “POC_Cadastro_Simples” version: “1”
Retrieving previous build information for process: “POC_Cadastro_Simples” version: “1”
Testing connection for Integration Server “Default”
Process “POC_Cadastro_Simples” has been previously built. Any changes to the flows in this version will be reflected below.
There were no business data found for the implementing task on the task: “Inserir matricula”. If this is inaccurate, please rebuild after making sure task business data were saved. Step ID: “S9” Step Name: “Inserir matricula”
Warning: Did not deploy task to the task engine: Task with ID D60EEF37-13DC-DF09-C6FC-A95A653850B5 is already deployed to the target Task Engine on localhost:8585 . Step ID: “S9” Step Name: “Inserir matricula”
There were no business data found for the implementing task on the task: “Inserir valor a ser investido”. If this is inaccurate, please rebuild after making sure task business data were saved. Step ID: “S13” Step Name: “Inserir valor a ser investido”
Warning: Did not deploy task to the task engine: Task with ID 24ADE229-8625-6872-9B4C-0E5230A2E2C3 is already deployed to the target Task Engine on localhost:8585 . Step ID: “S13” Step Name: “Inserir valor a ser investido”
Generating triggers for “POC_Cadastro_Simples”…
Trigger cleaned up from prior build for Integration Server “Default”.“webMethods.POC_Cadastro_Simples.POC_Cadastro_Simples_1.Default:transitionTrigger”
Trigger cleaned up from prior build for Integration Server “Default”.“webMethods.POC_Cadastro_Simples.Default:subscriptionTrigger”
Generating transition trigger for process “POC_Cadastro_Simples” Integration Server “Default”
Generating subscription trigger for process “POC_Cadastro_Simples” Integration Server “Default”
Generating process engine fragments for process “POC_Cadastro_Simples”
Generating process engine fragment for Integration Server “Default”
Saving process engine fragment for Integration Server “Default”
Saving build information for process: “POC_Cadastro_Simples” version: “1” to database…
Checking Quality of Service settings for previous generation of process: “POC_Cadastro_Simples”.
Build of process “POC_Cadastro_Simples” completed successfully at Thu Jul 16 13:53:22 BRT 2015 Upload for execution of process “POC_Cadastro_Simples” completed successfully.Restoring Quality of Service settings from previous values for process: “POC_Cadastro_Simples”.
The problem that I’m facing is a new one now. So I will open a new discussion to talk about it.