Situation: I have FitNesse installed on a virtual machine. FitNesse is installed and test-suite is configured in the past. Now I can run the scripts. But when I want to edit and save a script I get an error message. The error shown (I removed the location-path and file-name):
WARNING: An error occured while fulfilling user request [No responder for autoComplete] java.lang.InstantiationException: No responder for autoComplete at fitnesse.responders.ResponderFactory.lookupResponder(ResponderFactory.java:151) at fitnesse.responders.ResponderFactory.makeResponder(ResponderFactory.java:129) at fitnesse.FitNesseExpediter.createGoodResponse(FitNesseExpediter.java:143) at fitnesse.FitNesseExpediter.makeResponse(FitNesseExpediter.java:112) at fitnesse.FitNesseExpediter.run(FitNesseExpediter.java:51) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) WARNING: An error occured while fulfilling user request [java.io.FileNotFoundException: .[location][name of file].wiki (Access is denied)]
I checked the location itself via file-explorer and I do have access to create new files or edit files on that location. My colleague, who also has access to the same virtual machine, does not have this issue. Someone who has any idea what can cause this?