Trigger creation error while building the process

Hi All,

subscription trigger and transition triggers are not getting created and the process build fails with the below error.

Checking database for prior build and upload of process: “testProcess” version: “1”
Testing connection for Integration Server “STG1”
Generating flow services for “testProcess”…
Generating flow services for “Start CustomerAddress”… Step ID: “S3”
Flow service “zzTestBPM.testProcess.testProcess_1.STG1:Start_CustomerAddress” generated Step ID: “S3” Step Name: “Start CustomerAddress”
Generating flow services for “debugCustomerDetails_S5”… Step ID: “S5”
Flow service “zzTestBPM.testProcess.testProcess_1.STG1:debugCustomerDetails_S5” generated Step ID: “S5” Step Name: “debugCustomerDetails_S5”
Generating flow services for “Message Event1”… Step ID: “S7”
Flow service “zzTestBPM.testProcess.testProcess_1.STG1:Message_Event1” generated Step ID: “S7” Step Name: “Message Event1”
Generating flow services for “debugCustomerDetails_S9”… Step ID: “S9”
Flow service “zzTestBPM.testProcess.testProcess_1.STG1:debugCustomerDetails_S9” generated Step ID: “S9” Step Name: “debugCustomerDetails_S9”
Generating triggers for “testProcess”…
Error: Build of process “testProcess” failed. The log file might have more information.
java.lang.NullPointerException
at com.webMethods.process.generator.TriggerGenerator.setTriggerFilter(TriggerGenerator.java:2413)
at com.webMethods.process.generator.TriggerGenerator.createProcessTransitionCondition(TriggerGenerator.java:1049)
at com.webMethods.process.generator.TriggerGenerator.createOrUpdateTransitionTrigger(TriggerGenerator.java:1999)
at com.webMethods.process.generator.TriggerGenerator.createNSTrigger(TriggerGenerator.java:714)
at com.webMethods.process.generator.TriggerGenerator.generateTriggers(TriggerGenerator.java:256)
at com.webMethods.process.generator.eclipse.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:366)
at com.webMethods.process.generator.eclipse.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:491)
at com.webMethods.process.generator.eclipse.actions.GenerateProcessAction.run(GenerateProcessAction.java:321)
… 33 more

Need help on debugging the cause for this issue.

Thanks,
Sathya

Attach the log file, it will have more information to analyze further.

Hi There,

It got created.

the issue was the designer I used was in 9.8 version whereas the IS server was in lower versions(9.0).

I am not sure if this is the root cause but using 9 version designer solved this issue and same way I was able to build in 9.8 designer when I used a 9.8 IS.

Thanks,
Sathya