Forum Discussion

karthikeyanjn's avatar
karthikeyanjn
Occasional Contributor
8 years ago

FileNotfound exception on Script execution

Hi Team,

 

Please help on permission denied and file not found exception .

 

pls find the logs attached.

 

2016-05-25 12:25:50,862 ERROR [stderr] (default task-3) log4j:ERROR setFile(null,true) call failed.
2016-05-25 12:25:50,863 ERROR [stderr] (default task-3) java.io.FileNotFoundException: global-groovy.log (Permission denied)
2016-05-25 12:25:50,863 ERROR [stderr] (default task-3) at java.io.FileOutputStream.open0(Native Method)

2016-05-25 12:25:50,888 ERROR [stderr] (default task-3) at java.lang.Thread.run(Thread.java:745)
2016-05-25 12:25:50,906 ERROR [stderr] (default task-3) log4j:ERROR setFile(null,true) call failed.
2016-05-25 12:25:50,909 ERROR [stderr] (default task-3) java.io.FileNotFoundException: soapui-errors.log (Permission denied)

2016-05-25 12:25:50,931 ERROR [stderr] (default task-3) at java.lang.Thread.run(Thread.java:745)
2016-05-25 12:25:50,933 ERROR [stderr] (default task-3) log4j:ERROR setFile(null,false) call failed.
2016-05-25 12:25:50,934 ERROR [stderr] (default task-3) java.io.FileNotFoundException: soapui.log (Permission denied)
2016-05-25 12:25:50,934 ERROR [stderr] (default task-3) at java.io.FileOutputStream.open0(Native Method)

 

Regards,

Karthi

1 Reply

  • Check the location where you are trying to save the file or setting the file, since it seems Ready API cannot edit the directory or folder where the file is located, try changing the directory location.