0

运行 Vuser 脚本时出现以下错误。该脚本使用 html/HTTP 协议并启用了 GWT DFE。我给出了所有 .jars 和 .wars 的类路径。我所有的请求正文都被解码为 xml。我还没有对此脚本进行任何参数化或关联。

Error -27040: Data Format Extension: Extension: GWT - ERROR [GWT_DFE] - java.lang.reflect.InvocationTargetException

<com.XX.dfe.GWT__Request><moduleBaseURL>https://serverIP/platform-ui/</moduleBaseURL><rpcRequest><flags>0</flags><method><class>com.XXXX.product.platform.service.v1.client.gwt.api.PlatformLo
End dump of original buffer.

Action.c(75): Error: C interpreter run time error: Action.c (75):  Error -- memory violation : Exception ACCESS_VIOLATION received.

web_set_max_html_param_len("16384");

我应该做任何关联吗?这可能是这个脚本失败的原因吗?

4

1 回答 1

0

为了确定错误的根本原因,查看失败的步骤很重要。

您可以尝试验证该类是否存在于提供的 GWT DFE 类路径中(例如使用 JDGUI),还可以检查 JRE 版本(WAR 与 LR 文件夹中的版本),并验证 war 文件中的排列编号是否为与脚本中的相同

于 2015-12-08T08:03:49.780 回答