Add large number of users to group - Form Too Large
The customer was trying to add a member to a group which has lots of users already. They got "script running slowly" messages, however,
users were finally added. The customer then tried adding them in a few at a time, On the last bunch after clicking save it was attempting to save the changes and the message "Form too Large" java error.
Form too large330000>200000 Caused by: java.lang.IllegalStateException: Form too large330000>200000
There would be approximately 3300 students to be added. With the error I lost many students already added.
The workaround is add the following parameter to stoneware\bin\webnetwork.lax on the additional parameter line:
wN 5.x:
-Dorg.mortbay.jetty.Request.maxFormContentSize=xxxxxxx
wN 6.x:
-Dorg.eclipse.jetty.server.Request.maxFormContentSize=xxxxxx
**As of 6.3.0.x, there is now a "Maximum Post" field in the 8090 console (on the Settings tab) that can be used to increase the maximum form content size.
The default is 20000 bytes. If you use IE watch and click on the group you will see how many bytes that group used, you then set the max to something higher than that number.
The same thing can happen when submitting any large form/page to webNetwork.
The ramifications of changing this are that in a denial of service attack someone may try to keep posting large amounts of data. The server has to process that request before it can say, denied. Doing this over and over can cause a slowdown on the server. That is why the default is roughly the same for most web servers like Apache and IIS.
Can't find the KB
Unable to find the KB to address your issue ?
Recent Articles
Change Reset Password Button Text
Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
Remove Reset Password Button From Login Page
Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
Lenovo Unified Workspace End-of-Life Questions and Answers
As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
How do I determine my Unified Workspace license expiration date?
The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
Lenovo Unified Workspace 7.0.2.13 Released
Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
Related Articles
Assigning users to Domain Users group
Question When I assign a link to Domain Users, the users never get the link. If I assign the link directly to the user or another group, then things work. Resolution This is a feature/limitation of Microsoft Active Directory (MS AD). Domain Users ...
Disable Group Search for File Services
Issue: In the past Unified Workspace (formerly webNetwork) required having to manually add some search indexes to prevent slowness issues in various parts of webNetwork, most notably (webStorage) File Services. When a user authenticates to Unified ...
Using Web Monitor to see current number of active sessions
Question: How can I see the number of users that are currently logged into the system? Solution: Using Web Monitor to see current user Sessions. Launch webAdmin. Expand Utilities. Click the Web Monitor option. This will show you the total number of ...
How to add an attribute to the search index in Active Directory
For Active Directory and webNetwork there are 4 attributes that will help speed up webStorage. "member" "swareAssignedNodes" "swareAssignedMenus" "swareAlias" The following information comes from : ...
Password Manager is slow display for users with many lockbox entries
Issue Password manager takes a long time to come up for users with a large number of lockbox entries. Solution The cause of the slowness comes down to an issue with the Unified Workspace and directory servers being out of time sync with each other. ...