Forum Discussion

shrikant7's avatar
shrikant7
Occasional Contributor
5 years ago
Solved

Getting Exception NoClassDefFoundError: com/eviware/soapui/config/InvalidSecurityScanConfig

I am trying to execute test case through eclipse but I am getting execption : NoClassDefFoundError: com/eviware/soapui/config/InvalidSecurityScanConfig.  Below is my code : //Access our SOAP projec...
  • nmrao's avatar
    5 years ago
    May be you want add SOAPUI_HOME/lib directory to class path if not already and then test.
  • nmrao's avatar
    nmrao
    5 years ago
    Assumed that SOAPUI_HOME/bin also in class path. If not, please try that.
  • shrikant7's avatar
    shrikant7
    5 years ago

    Hi nmrao Thank you for your time as there was an issue with SOAP UI jar. I have taken a SOAP set-up of 5.4 and tried and it works. But after this I faced an issue related to load plugins, got exeception while running program. Tempararily I have removed that plugins jar from plugins folder and the execeptions got disappeared. :)

    This is just work-around so need to know the permanant solution regarding plugins load execpetions.