Navigation

    Best APM Solution for Oracle WebLogic Server & FMW Product Family
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Download

    SOLVED Request-URI Too Long

    General Support & Troubleshooting
    2
    2
    913
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hedmondjohn last edited by

      Re: "Request-URI Too Long" error on the final screen of WLSDM wizard

      This rare condition is only likely to occur when a client has improperly converted a POST request to a GET request with long query information. The HTTP 414 URI Too Long response status code indicates that the URI(Uniform Resource Identifier) requested by the client is longer than the server is willing to interpret.

      To resolve this problem :

      • By POST request: Convert query string to json object and sent to API request with POST.

      • By GET request: Max length of request is depend on sever side as well as client side. Most webserver have limit 8k which is configurable. On the client side the different browser has different limit. The browser IE and Safari limit to 2k, Opera 4k and Firefox 8k. This means that the max length for the GET request is 8k and min request length is 2k.

      If exceed the request max length then the request truncated outside the limit by web server or browser without any warning. Some server truncated request data but the some server reject it because of data lose and they will return with response code 414 Request-URI Too Long.

      Under Apache, the limit is a configurable value, LimitRequestLine. If you want to increase URL limit to 5000 characters (bytes), add the following lines to your server configuration or virtual host file.

      LimitRequestLine 5000
      

      If you want to increase maximum header length supported by Apache to 3000 characters, then add the following line.

      LimitRequestFieldSize 3000
      
      can.sahin-wlsdmteam 1 Reply Last reply Reply Quote 0
      • can.sahin-wlsdmteam
        Can Sahin - WLSDM Team @hedmondjohn last edited by

        @hedmondjohn

        Hi Hedmond,

        You can complete the WLSDM wizard by applying the solution below for the error you receive.

        Solution:

        WebLogic AdminServer port use which is pointed in below screen capture.

        7ca7a3fd-932d-4302-96a7-f9274116909c-image.png

        • Go to AdminServer > Protocols > General and increase the “Maximum Message Size” to “100000000”.

        776232d7-7fda-4e92-bf70-3a854e221fc2-image.png

        • Then click the HTTP section and make sure “Max Post Size” is “-1”.

        e05ee5a3-9dbd-4d8e-9e8d-97df6562668c-image.png

        Finally, activate your changes, restart the AdminServer and try to complete WLSDM Installation Wizard again.

        Can Şahin
        WLSDM Community Support Team

        1 Reply Last reply Reply Quote 0
        • can.sahin-wlsdmteam
          Can Sahin - WLSDM Team @hedmondjohn last edited by

          @hedmondjohn

          Hi Hedmond,

          You can complete the WLSDM wizard by applying the solution below for the error you receive.

          Solution:

          WebLogic AdminServer port use which is pointed in below screen capture.

          7ca7a3fd-932d-4302-96a7-f9274116909c-image.png

          • Go to AdminServer > Protocols > General and increase the “Maximum Message Size” to “100000000”.

          776232d7-7fda-4e92-bf70-3a854e221fc2-image.png

          • Then click the HTTP section and make sure “Max Post Size” is “-1”.

          e05ee5a3-9dbd-4d8e-9e8d-97df6562668c-image.png

          Finally, activate your changes, restart the AdminServer and try to complete WLSDM Installation Wizard again.

          Can Şahin
          WLSDM Community Support Team

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          WLSDM: Native WebLogic Monitoring & Diagnostics

          Copyright © 2021 WLSDM Community & Support Portal | WLSDM.COM | WLSDM Blog