IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  build error

    Posted 01/20/09 06:32 PM

    I am getting an error upon build and upload - any ideas?

    Error: Build of process “InitiateConflictCheckProcess” failed. Please check the log file for more information.
    java.lang.NullPointerException
    at com.webMethods.process.generator.TriggerGenerator.cleanUpEmptyPackages(TriggerGenerator.java:469)
    at com.webMethods.process.generator.TriggerGenerator.cleanTriggerFromPreviousIS(TriggerGenerator.java:412)
    at com.webMethods.process.generator.TriggerGenerator.cleanupTrigger(TriggerGenerator.java:344)
    at com.webMethods.process.generator.TriggerGenerator.generateTriggers(TriggerGenerator.java:211)
    at com.webMethods.process.generator.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:368)
    at com.webMethods.process.generator.ProcessModelGenerator.generateModel(ProcessModelGenerator.java:463)
    at com.webMethods.process.generator.actions.GenerateProcessAction.run(GenerateProcessAction.java:269)
    at com.webMethods.process.generator.actions.GenerateProcessAction.checkForMetadataAndGenerate(GenerateProcessAction.java:103)


    #webMethods-BPMS
    #BPM
    #webMethods


  • 2.  RE: build error

    Posted 02/26/09 03:44 PM

    If you haven’t solved this yet, or come across similar problem in future, I’d have a look at what is already on the IS when rebuilding the process. I’ve seen similar (not identical) issues when changes have been made on the IS to the packages generated by Designer which confuse the rebuild.

    Ideally it would handle such things more gracefully, but while it tries to preserve changes where it can, this might not always be possible. This looks like maybe the logical server has been changed, or the trigger on the IS has been modified (renamed, conditions changed, or similar).

    For a quick fix, I’d consider deleting the generated JMS triggers in the package on the IS, or if you haven’t modified the generated packages, maybe even the entire package. For a more considered approach, try to identify which specific trigger or process step is showing the problem, then save any custom coding, delete/move the relevant item and then rebuild.


    #webMethods-BPMS
    #webMethods
    #BPM