Skip to content

Instantly share code, notes, and snippets.

View charlbury's full-sized avatar

Stephen Graham charlbury

View GitHub Profile
@charlbury
charlbury / error.log
Created March 21, 2022 10:34
Appium Studio error log
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: integrationTest.log (Access is denied)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:133)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:207)
at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)