isomorphic-software / smartgwt

Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management.
37 stars 22 forks source link

smartgwt performance testing, help!!! #645

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
   our web application is base on Smartgwt,and we need do a performance testing. when we used Loadrunner replay the script,there was a error jumped. 
   Loadrunner log: Action.c(41): Error -27226: The "X-GWT-Permutation=HostedModeRecContentType=application/json" argument (number 5) is unrecognized or misplaced   [MsgId: MERR-27226]
Action.c(41): web_custom_request("ConsoleService") highest severity level was 
"ERROR", 0 body bytes, 0 header bytes   [MsgId: MMSG-26388]
   Web application log: Exception while dispatching incoming RPC call
java.lang.SecurityException: Blocked request without GWT permutation header 
(XSRF attack?)
   I suspect this error maybe cause of GWT RPC call,but i don't know how to fix it.
   By the way, i want to know how to do GWT performance testing.
   please

Original issue reported on code.google.com by zhangsat...@gmail.com on 29 Dec 2011 at 3:38

GoogleCodeExporter commented 9 years ago
Please do not file anything here unless you are reporting an issue with 
SmartGWT and you have a ready-to-run, minimal test case demonstrating the issue.

Original comment by smartgwt...@gmail.com on 29 Dec 2011 at 8:41