#FitNesse for Appian 1.6

Hi, I'm getting the below error while trying to run a test script
Unable to start test system 'slim': fitnesse.slim.SlimError: Error SLiM server died before a connection could be established. Error: Could not find or load main class Server\\FitNesseForAppian-1.6\\FitNesseForAppian.log4j.properties

Earlier we are using FitNesse 1.3.1 it is working fine, but we see this error in later FitNesse version 1.6

The below is the configured code in suite page
!***> FitNesse Configurations
!define TEST_SYSTEM {slim}
!define COMMAND_PATTERN {java -Dlog4j.configuration=file:///${automated.testing.home}/log4j.properties -cp %p %m}
!path ${automated.testing.home}/**.jar
***!

OriginalPostID-264619

  Discussion posts and replies are publicly visible

Parents
  • Also please try this sequence --- Static Page -> Suite Page -> Test page.

    Test page should be the innermost in this loop. After that you could execute a suite page/Test Page depending on how you have divided the required details - Fitnesse configuration, test Set Up and main script.

    An easy way to verify if problem is with Fitnesse or your script is - put everything in proper sequence in a test page and run that test, if it runs fine means you are not putting the above mentioned details in proper sequence.

    Now when a test page runs fine (try on IE 11), then try breaking it into a suite page and there these Fitnesse configuration steps that you have pasted in the main post, should be copied in Suite page content . Please try and let me know if taht works for you.
Reply
  • Also please try this sequence --- Static Page -> Suite Page -> Test page.

    Test page should be the innermost in this loop. After that you could execute a suite page/Test Page depending on how you have divided the required details - Fitnesse configuration, test Set Up and main script.

    An easy way to verify if problem is with Fitnesse or your script is - put everything in proper sequence in a test page and run that test, if it runs fine means you are not putting the above mentioned details in proper sequence.

    Now when a test page runs fine (try on IE 11), then try breaking it into a suite page and there these Fitnesse configuration steps that you have pasted in the main post, should be copied in Suite page content . Please try and let me know if taht works for you.
Children
No Data