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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Adapter Notification service throwing error

  • 1.  Adapter Notification service throwing error

    Posted Wed December 19, 2018 11:46 AM

    Hi Everybody,

    While creating Adapter notification service on IS version 10.3 designer by giving JDBC adapter, select insertNotification and connection Alias, I am getting the following error :

    [ISS.0085.9055] Node testing.notifier:adapterNot1PublishDocument does not exist
    com.wm.app.b2b.server.ServiceException: [ISS.0085.9055] Node testing.notifier:adapterNot1PublishDocument does not exist
    at wm.server.nsimpl.deleteNode(nsimpl.java:2438)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:411)
    at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:751)
    at com.wm.app.b2b.server.util.tspace.ReservationProcessor.process(ReservationProcessor.java:46)
    at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java:54)
    at com.wm.app.b2b.server.invoke.ServiceCompletionImpl.process(ServiceCompletionImpl.java:250)
    at com.wm.app.b2b.server.invoke.ValidateProcessor.process(ValidateProcessor.java:49)
    at com.wm.app.b2b.server.invoke.PipelineProcessor.process(PipelineProcessor.java:171)
    at com.wm.app.b2b.server.ACLManager.process(ACLManager.java:299)
    at com.wm.app.b2b.server.invoke.DispatchProcessor.process(DispatchProcessor.java:34)
    at com.wm.app.b2b.server.AuditLogManager.process(AuditLogManager.java:399)
    at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:629)
    at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:443)
    at com.wm.app.b2b.server.invoke.InvokeManager.invoke(InvokeManager.java:401)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:253)
    at com.wm.app.b2b.server.comm.DefaultServerRequestHandler.handleMessage(DefaultServerRequestHandler.java:120)
    at com.wm.app.b2b.server.HTTPMessageHandler.process(HTTPMessageHandler.java:163)
    at com.wm.app.b2b.server.HTTPDispatch.handleRequest(HTTPDispatch.java:190)
    at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:401)
    at com.wm.util.pool.PooledThread.run(PooledThread.java:134)
    at java.lang.Thread.run(Thread.java:748)

    Am I missing any setting here?

    Thanks.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: Adapter Notification service throwing error

    Posted Sat January 05, 2019 10:48 PM

    Make sure the connection i.e., webMethods Messaging Settings or JMS Settings (whichever you intend to use) is enabled.

    Go to Settings > Messaging > webMethods Messaging Settings or Settings > Messaging > JMS Settings


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Adapter Notification service throwing error

    Posted Tue January 08, 2019 12:45 PM

    Hi,

    just wondering why it tries to delete a document during creation?

    Referring to the name this should be the document which the notification publishes to the Messaging Provider when it receives a new message.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods