My Oracle Support Banner

Getting AttributeError:setMaxRequestParameterCount/AttributeError:getMaxRequestParameterCount While Changing MaxRequestParameterCount (Doc ID 2335330.1)

Last updated on JULY 06, 2023

Applies to:

Oracle WebLogic Server - Version 10.3.6 and later
Information in this document applies to any platform.

Symptoms

Getting below Error while changing the "MaxRequestParameterCount" using WLST as below


edit()
startEdit()
cd('Servers/<SERVERNAME>')
cmo.setMaxRequestParameterCount(500000)

Error:
Traceback (innermost last):
File "<console>", line 1, in ?
AttributeError: setMaxRequestParameterCount

 

--> Same for cmo.getWebServer().getMaxRequestParameterCount()

Error:
Traceback (innermost last):
File "<console>", line 1, in ?
AttributeError: getMaxRequestParameterCount

 

Changes

Applied the latest WebLogic Server PSU.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.