1
votes

Trying to export report using ZAP in Jenkins. Getting below errors :-

[ZAP Jenkins Plugin] INITIALIZATION [ SUCCESSFUL ]

REQUIRED PLUGIN(S) ARE MISSING

[ZAP Jenkins Plugin] SHUTDOWN [ START ]

and in local OWASP ZAP/zap.log:- 2018-11-18 09:52:48,551 [main ] INFO Options ParamCertificate - Unsafe SSL renegotiation disabled.2018-11-18 09:52:49,684 [main ] INFO ENGINE - open start - state not modified 2018-11-18 09:52:50,085 [main ] INFO ENGINE - dataFileCache open start2018-11-18 09:52:50,134 [main ] INFO ENGINE - dataFileCache open end2018-11-18 09:52:50,498 [ZAP-daemon] INFO ExtensionFactory - Loading extensions2018-11-18 09:52:50,746 [ZAP-daemon] ERROR ExtensionAutoUpdate - Unable to load the configuration org.apache.commons.configuration.ConfigurationException: Unable to load the configuration

1
Install the required plugins...kingthorin
I have installed OWASP ZAP Jenkins plugin,OWASP Dependency Check plugin, OWASP Dependency track, OWASP Zap plugin.Priya Rani
Ok first off Zap and Dependency Check/Track are completely different products/projects. Second Zap is complaining about it's plugins. groups.google.com/forum/#!forum/zaproxy-jenkins is probably your best source for support.kingthorin
Thank you . I will follow above link.Priya Rani
Issue got resolved.Priya Rani

1 Answers

0
votes

I resolved this issue:- Added add-on exportreport-alpha-5 plugin in the ZAP Home directory (in plugin directory) .