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.
Discussion posts and replies are publicly visible
Something in your configuration is wrong. Check the classpath and also check if the user.properties file is found
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?
Wich Fitnesse version are you actually using? Check release notes in order to find if the properties file has changed.
I am using Fitnesse version 24.2.0. After updating firefox driver and its location path in config.properties this issue has been resolved. Thank you so much for your input. Wish you have a great day.