运行脚本报错

上一篇 / 下一篇  2011-09-19 10:10:50 / 个人分类:LoadRunner

Error -26377: No match found for the requested parameter "vtagiId". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size  [MsgId: MERR-26377]
vuser_init.c(80): Notify: Saving Parameter "vtagiId_count = 0"
vuser_init.c(80): web_submit_data("list_josn") highest severity level was "ERROR", 104 body bytes, 157 header bytes, 11 chunking overhead bytes  [MsgId: MMSG-26387]
查看tomcat日志发现错误日志
[Tagger] INFO  10:04:38 490 SuggestionController.invoke(?) | isoklevel====将level改成3
msg ======MQHandler========== msgType=uploadServer&subType=uploadIndex&pid=5791&seq=5&url=http%3A%2F%2Fnews.ifeng.com%2Ftaiwan%2F3%2Fdetail_2011_08%2F31%2F8817504_0.shtml&max=5&title=̨��ҵ���в��˳ϣ��á��ʹ������������ͳһ_̨��Ƶ��_�����
Exception in thread "Thread-3" java.lang.NumberFormatException: null
        at java.lang.Integer.parseInt(Integer.java:415)
        at java.lang.Integer.parseInt(Integer.java:497)
        at com.youqudian.message.MQHandler.run(MQHandler.java:81)
        at com.youqudian.message.MQHandler$run.call(Unknown Source)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
        at BootStrap$_closure1_closure3.doCall(BootStrap.groovy:8)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:225)
        at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:149)
        at BootStrap$_closure1_closure3.doCall(BootStrap.groovy)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:88)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
        at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1070)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
        at groovy.lang.Closure.call(Closure.java:276)
        at groovy.lang.Closure.call(Closure.java:271)
        at groovy.lang.Closure.run(Closure.java:354)
        at java.lang.Thread.run(Thread.java:619)

解决方法:

vtagiId返回的值未取到,联调得出,开发的去重方法未调用造成

TAG:

 

评分:0

我来说两句

Open Toolbar