Difference between revisions of "Copy Massive Cels"
From Documentation
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
= Over a Server's Parameter/Post Size= | = Over a Server's Parameter/Post Size= | ||
+ | |||
+ | <tt> | ||
25-Jun-2018 12:14:26.420 INFO [http-nio-8080-exec-8] org.apache.tomcat.util.http.Parameters.processParameters More than the maximum number of request parameters (GET plus POST) for a single request ([10,000]) were detected. Any parameters beyond this limit have been ignored. To change this limit, set the maxParameterCount attribute on the Connector. | 25-Jun-2018 12:14:26.420 INFO [http-nio-8080-exec-8] org.apache.tomcat.util.http.Parameters.processParameters More than the maximum number of request parameters (GET plus POST) for a single request ([10,000]) were detected. Any parameters beyond this limit have been ignored. To change this limit, set the maxParameterCount attribute on the Connector. | ||
− | + | Note: further occurrences of this error will be logged at DEBUG level. | |
+ | </tt> | ||
− | You need to | + | You need to increase the limit of <tt> maxParameterCount</tt> of [https://tomcat.apache.org/tomcat-7.0-doc/config/http.html Tomcat HTTP Connector]. |
Latest revision as of 02:51, 14 October 2019
When copying massive cells/text from another app e.g. Excel, you might encounter the following problem:
Out of Client's Cache Range
Uncaught TypeError: Cannot read property 'getCell' of undefined
at init._isProtect (zss.wpd:6733)
at init._speedCopy (zss.wpd:6770)
at fn (zss.wpd:16901)
at init.onResponse (zss.wpd:957)
at _invoke (zk.wpd:12829)
at init.fire (zk.wpd:12812)
at zk.wpd:12950
Over a Server's Parameter/Post Size
25-Jun-2018 12:14:26.420 INFO [http-nio-8080-exec-8] org.apache.tomcat.util.http.Parameters.processParameters More than the maximum number of request parameters (GET plus POST) for a single request ([10,000]) were detected. Any parameters beyond this limit have been ignored. To change this limit, set the maxParameterCount attribute on the Connector. Note: further occurrences of this error will be logged at DEBUG level.
You need to increase the limit of maxParameterCount of Tomcat HTTP Connector.