Request Entity Too Large! - The HTTP method does not allow the data transmitted, or the data volume exceeds the capacity limit.

asked 17.08.2018 at 04:01

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%

edited 06.09.2018 at 06:19

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958


Cause

If your Active Directory contains large user groups and dependencies among them then it may occur that single sign on for some users that are members in a lot of user groups does not work. This is because the packet size of the AJP13 protocol that is used for the communication between IIS and Axon.ivy Engine is to small to hold all the necessary security information.

Solution

The problem can be solved by increasing the packet size (default value 8192) of the AJP13 protocol. The packet size must be configured with the same value on the IIS and Axon.ivy Engine side. If one side is not configured to the same size as the other, then the communication may fail.

On the IIS side the packet size can be configured in the workers.properties file by setting the worker attribute max_packet_size.

worker.AxonIvyEngine.max_packet_size=16384

Axon.ivy Engine 7.2 and newer:

adjust the packet size in the file configuration/ivy.yaml

Connector:
  AJP:
    Enabled: true
    PacketSize: 16384

Axon.ivy Engine 7.1 and older:

the packet size can be set by changing the value of the system property WebServer.AJP.PacketSize in the AdminUI.

link

answered 17.08.2018 at 04:02

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%

edited 16.11.2020 at 08:30

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×4
×2

Asked: 17.08.2018 at 04:01

Seen: 2,977 times

Last updated: 16.11.2020 at 08:30