Difference between revisions of "Copy Massive Cels"

From Documentation
Line 1: Line 1:
 
When copying massive cells/text from another app e.g. Excel, you might encounter the following problem:
 
When copying massive cells/text from another app e.g. Excel, you might encounter the following problem:
  
=Out of Client's Cache Range =  
+
=Out of Client's Cache Range =
 +
<source lang='text'>
 +
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
 +
</source>
  
 
= Over a Server's Parameter/Post Size=
 
= Over a Server's Parameter/Post Size=

Revision as of 10:24, 28 August 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 configure Tomcat HTTP Connector.