webMethods

webMethods

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.

 View Only
  • 1.  UM trigger failed decoding error v9.7

    Posted Wed April 01, 2015 05:12 PM

    Hello,

    Could you please help me figuring out the UM 9.7 trigger failed decoding error.

    [ISS.0153.0089C] Trigger UMPoc.triggers:subCanDoc failed decoding: com.wm.app.b2b.server.dispatcher.exceptions.MessagingCoderException: java.lang.NullPointerException

    I’m able to publish the document to UM v9.7 using the java program , i can see the message on UM channel but when i try to subcribe the document using the trigger i getting error. below is the error and java code.

    [ISS.0153.0089C] Trigger UMPoc.triggers:subCanDoc failed decoding: com.wm.app.b2b.server.dispatcher.exceptions.MessagingCoderException: java.lang.NullPointerException

    package com.cab.um.client;

    import com.pcbsys.nirvana.client.*;
    public class UMClient {

       public static void main(String[] args) throws nIllegalArgumentException, nRealmUnreachableException, nSecurityException, nSessionNotConnectedException, nSessionAlreadyInitialisedException, nChannelNotFoundException, nSessionPausedException, nUnknownRemoteRealmException, nUnexpectedResponseException, nRequestTimedOutException, nIllegalChannelMode {
    // TODO Auto-generated method stub
    
    String[] RNAME={"nsp://localhost:9000"};
    
    nSessionAttributes nsa=new nSessionAttributes(RNAME);
    nSession mySession=nSessionFactory.create(nsa);
    mySession.init();
    
    nConsumeEvent evt = new nConsumeEvent( "testData", "Hello World".getBytes() );
    // Create a channel attributes object
    nChannelAttributes nca = new nChannelAttributes();
    nca.setName("/wm/is/UMPoc/docTypes/testDoc");
    
    // Obtain a reference to the channel
    nChannel myChannel = mySession.findChannel(nca);
    System.out.println("Channel name: "+myChannel);
    myChannel.publish(evt);
    
    }
    

    }


    #webMethods
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB


  • 2.  RE: UM trigger failed decoding error v9.7

    Posted Wed August 08, 2018 06:24 PM

    Do you have a solution to your problem? We have a JMS trigger failure. How do you prevent yours from happening?


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods


  • 3.  RE: UM trigger failed decoding error v9.7

    Posted Mon August 13, 2018 01:47 PM

    Can we know what is your IS/UM version dealing this issue and the error details facing?

    HTH,
    RMG


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods


  • 4.  RE: UM trigger failed decoding error v9.7

    Posted Tue August 14, 2018 04:09 PM

    IS is 10.1 and we are not using UM, we are using JMS through WebLogic


    #webMethods
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB


  • 5.  RE: UM trigger failed decoding error v9.7

    Posted Tue August 14, 2018 06:45 PM

    OK Broker via then…

    What is the exact error you are facing on this issue? Please elaborate on the error details.

    HTH,
    RMG


    #Universal-Messaging-Broker
    #webMethods
    #Integration-Server-and-ESB