Please help me. Zar file inside log4j.properties are missing as per command. i m very new in Appian.if you have any link from where i can learn testing . Please share. Thank you very much in Advance.Fitnesse tools i downloaded from below link https://community.appian.com/b/appmarket/posts/fitnesse-for-appian. where log4j files are missing as per error.
Discussion posts and replies are publicly visible
I think your the last part to the log4j.properties is not properly formatted. There's an extra space and forward slash instead of backwards slash.
log4j.configuration=file:///D:\Appian\FitNesseforAppianCombinedFiles8232023\fitnesse-for-appian-23.3\log4j.properties
I haven't changed the defined commed. it is default writhen by fitnesse only.Still you want me to correct it. Below are commend.Please modify it. Thank you very much!
!***> 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*!----!3 '''Please follow the directions below to execute the test'''----
I saw your other post and there still seems to be a space in the path. Maybe check the a actual physical Fitnesse folder instead and make sure it doesn't contain a space at the end?
The post I am referring to:
Thank you for your time.Sir, Actually that is output error widnow.The below code is run then i m getting that errir window. I havent change anything on top declaration, It is as it after downlaod from app market
Seems like it may be related to the version of Java on your system perhaps?
Which versions do you have installled and which ones are you pointing to in your CLASSPATH?
23.3
That's the Appian version. To check your Java version, open up a terminal window and type
java -version
Sir.. I downloaded from app makert. but zip inside log4 properties file are missing
Check your custom.properties file to make sure that there isn't a space at the end of your path.
Thank you sir