Error analysing: JAXP00010004: The accumulated size of entities is "50,000,001" that exceeded the "50,000,000" limit set by "FEATURE_SECURE_PROCESSING"

150 views
Skip to first unread message

Ashwin Y

unread,
Jul 7, 2020, 11:21:35 AM7/7/20
to Maven JMeter Plugin Users
Hi Experts,

Please help me to resolve the solution.
I am getting the below error

20:27:37  [INFO] -------------------------------------------------------
20:27:37  [INFO]  A N A L Y S I N G    J M E T E R    R E S U L T S
20:27:37  [INFO] -------------------------------------------------------
20:27:37  [INFO]  
20:27:37  [INFO] Start index.
20:27:37  [INFO] End index.
20:27:37  [INFO] Analysing 'sampleres.jtl'...
20:27:38  [INFO] ------------------------------------------------------------------------
20:27:38  [INFO] BUILD FAILURE
20:27:38  [INFO] ------------------------------------------------------------------------
20:27:38  [INFO] Total time: 21:56 min
20:27:38  [INFO] Finished at: 2020-07-07T14:57:38Z
20:27:39  [INFO] Final Memory: 29M/1483M
20:27:39  [INFO] ------------------------------------------------------------------------
20:27:39  [ERROR] Failed to execute goal com.lazerycode.jmeter:jmeter-analysis-maven-plugin:1.0.6:analyze (default) on project com.cc-perftests: Error analysing: JAXP00010004: The accumulated size of entities is "50,000,001" that exceeded the "50,000,000" limit set by "FEATURE_SECURE_PROCESSING". -> [Help 1]

Plugin details

<plugin>
				<groupId>com.lazerycode.jmeter</groupId>
				<artifactId>jmeter-analysis-maven-plugin</artifactId>
				<version>1.0.6</version>
				<executions>
					<execution>
						<phase>post-integration-test</phase>
						<goals>
							<goal>analyze</goal>
						</goals>
						<configuration>
							<!-- An AntPath-Style pattern matching a JMeter XML result file to 
								analyze. Must be a fully qualified path. File may be GZiped, must end in 
								.gz then. Default: not set. Required. -->
							<source>${project.build.directory}/**/*.jtl</source>

							<!-- directory where to store analysis result files. Default: ${project.build.directory} 
								Required. -->
							<targetDirectory>${project.build.directory}/jmeter/results</targetDirectory>

							<!-- Build failed if source directory is not found. Default: true -->
							<sourceDirFailed>true</sourceDirFailed>

							<!-- Change default value for generating charts. Default: width=950, 
								height=500 -->
							<configurationCharts>
								<width>950</width>
								<height>500</height>
							</configurationCharts>
							<processAllFilesFound>true</processAllFilesFound>
						</configuration>
					</execution>
				</executions>
			</plugin>

Please let me know if there is workaround to handle the issue.

Ardesco

unread,
Jul 9, 2020, 6:46:45 AM7/9/20
to Maven JMeter Plugin Users
This plugin is deprecated and no longer actively worked on/supported (Last commit ~5 years ago at the point of writing this) since JMeter added their own reporting functionality.

I would suggest using the JMeter functionality as show here:


You can enable it in the jmeter-maven-plugin via configuration as shown here:

Reply all
Reply to author
Forward
0 new messages