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.  java.lang.NullPointerException

    Posted Wed October 06, 2010 01:57 PM

    Hi ,
    One of trading will post xml data using https.

    [URL]https://123.45.6.78:5555/invoke/folder.subfolder/servicename[/URL]

    but he is not able to post.
    While we are getting error in logs .
    ISP.0090.0003C .
    In IS i am having this error…
    java.lang.NullPointerException

    mine is webMethods 6.5

    Its urgent !!!:o

    Regards ,
    B


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: java.lang.NullPointerException

    Posted Wed October 06, 2010 02:51 PM

    What are the signatures of this service, i mean input parameters?? Null pointer error/execption can occurs due to lot of reasons… so try to include a debug step… save/restore pipeline (if possible) to see … where is the error happening in flow.

    PS: if you are expecting xml node/stream as input then pipeline will not be saved using savepipeline service.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: java.lang.NullPointerException

    Posted Tue October 19, 2010 06:38 AM