Could you provide the last spider related logging as well? (Some before
starting giving just 99%)
Does the same happen when using ZAP without the Jenkins plugin?
Best regards.
On 26/10/2018 20:46,
ktpen...@gmail.com wrote:
> hi,
>
> Zap version am Using is 2.7.0
>
> I have increased cache data size to cross exceptions and added debugger
> message in log4j properties
>
> This is where it was rendering back to back in my jenkins Continuously.
>
> *<status>99</status>
> [ZAP Jenkins Plugin] SPIDER SCAN STATUS [ 99% ]
> 1458908 [ZAP-ProxyThread-854] DEBUG org.zaproxy.zap.extension.api.API - handleApiRequest
http://zap/xml/core/view/numberOfAlerts/?baseurl=&apikey=ZAPROXY-PLUGIN& <
http://zap/xml/core/view/numberOfAlerts/?baseurl=&apikey=ZAPROXY-PLUGIN&>
> 1459349 [ZAP-ProxyThread-854] DEBUG org.zaproxy.zap.extension.api.API - handleApiRequest returning: <?xml version="1.0" encoding="UTF-8" standalone="no"?><numberOfAlerts>2438</numberOfAlerts>*
>
>
> Thanks
>
> TARUN
>
>
> On Friday, October 26, 2018 at 10:53:56 AM UTC-7, thc202 wrote:
>>
>> Which ZAP version are you using?
>>
>> It could also be:
https://github.com/zaproxy/zaproxy/issues/4462
>>
>> If you are able to consistently reproduce the issue I'd suggest enabling
>> ZAP's debug log for the spider/API and then provide an excerpt (job
>> output should have ZAP's log), to check what's going on.
>>
>> To enable the log add the following lines to the log4j.properties file
>> located in ZAP's home dir. [1]
>>
>> log4j.logger.org.zaproxy.zap.extension.api=DEBUG
>> log4j.logger.org.zaproxy.zap.extension.spider=DEBUG
>> log4j.logger.org.zaproxy.zap.spider=DEBUG
>>
>>
>>
>> [1]
https://github.com/zaproxy/zaproxy/wiki/FAQconfig
>>
>> Best regards.
>>