Skip to main content
July 31, 2024
Question

Getting error while running FitNesse for Appian

  • July 31, 2024
  • 6 replies
  • 0 views

I am having following error when running FitNesse and it tries to login to Appian server:

__EXCEPTION__:java.lang.NullPointerException at com.appiancorp.ps.automatedtest.tempo.TempoLogin.navigateToLoginPage(TempoLogin.java:228) [appian-selenium-api-24.2.jar]

Screenshot:

Execution Error Screenshot:

I am running FitNesse in Windows 10 Enterprise environment and JDK 11. 

Any help or guidance would be greatly apricated.

6 replies

August 1, 2024

It seems configuration issue. Make sure that the username and password are correct and mapped correctly in users.properties

August 2, 2024

Thank you for your response. Username and password are correct and no issue with my older version of FitNesse (Version 22)

davidj137213
Brainy
August 1, 2024

Something in your configuration is wrong. Check the classpath and also check if the user.properties file is found

August 2, 2024

Thank you for your response. My users.properties file seems correct and works with the same configurations in older version (FitNesse version 22) without any issue. Not sure where to look further. Where can I find the classpath?

davidj137213
Brainy
August 5, 2024

Wich Fitnesse version are you actually using? Check release notes in order to find if the properties file has changed.