0

We have been using FitNesse to run Jira API tests for couple years now. But from last couple of months it stopped working.

Here is what the setup look like:

C:  
    FitNesse  
        JiraLib -> Jar file  
        FitNesseRoot  
        fitnesse-standalone.jar  

And this is what I have defined on the main root page:

variable defined: TEST_SYSTEM=slim  
classpath: C:\Fitnesse\JiraLib\JiraIntegrationReports.jar

Now when I run one of the method from the jar file, I am getting Could not find class and The instance decisionTable_0.methodName. does not exist errors.

And here is the execution log:

enter image description here

I have tried all the possible ways (with no luck) to fix this which includes-

  • re-installed different versions FitNesse number of times
  • re-compiled Java code and created Jar
  • Tried running the tests using Fit instead Slim

Any thoughts around what's going on and how to fix it?

Thanks much in advance!!!

ManishChristian
  • 3,759
  • 3
  • 22
  • 50
  • Any chance you remember what changed a couple of months when it didn't work anymore? You indicate you reinstalled FitNesse and recompiled code, so I assume you didn't change the FitNesse version. Did you change Java version, or did you upgrade Windows? Something must have changed, right? – Fried Hoeben Jun 15 '22 at 07:15
  • Nope, nothing I can think of and that's what driving me crazy. I even tried with Java 14 but no luck. – ManishChristian Jun 15 '22 at 12:47

0 Answers0