ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Method not found signature problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Re: Method not found signature problem

    Attached is a zip file containing the log files
    Attached Files

    Comment


    • #32
      Re: Method not found signature problem

      I cannot read the content of the logs file.. i guess it is ccsid issue ,

      Comment


      • #33
        Re: Method not found signature problem

        Sorry, about that.
        Attached Files

        Comment


        • #34
          Re: Method not found signature problem

          Not sure but If this is certificate issue because of mismatching of algorithem, can you give try to change back trustmanagers algo
          instead of getDefaultAlgorithm() just try with IbmX509
          Code:
          TrustManagerFactory factory = TrustManagerFactory.getInstance("IbmX509");
          []

          Comment


          • #35
            Re: Method not found signature problem

            Ok, Im not where I can do this right now.

            I'll try tonight and let you know.

            I sure do appreciate all your help and input.

            Comment


            • #36
              Re: Method not found signature problem

              Same thing.

              But i had a very curious result, earlier. I found in Stackoverflow that there was a url change. I changed it to that and then I got the same error using that url.

              This isnt making any sence.

              Comment

              Working...
              X