You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a problem reading your properties file from .surveyman/mturk_config
The exception was java.io.FileNotFoundException: .surveyman/mturk_config (No such file or directory)
Exception in thread "main" java.lang.RuntimeException: Cannot load configuration properties file from .surveyman/mturk_config
at com.amazonaws.mturk.util.PropertiesClientConfig.(PropertiesClientConfig.java:99)
at edu.umass.cs.runner.system.backend.known.mturk.MturkResponseManager.(MturkResponseManager.java:51)
at edu.umass.cs.runner.Runner.init(Runner.java:101)
at edu.umass.cs.runner.Runner.main(Runner.java:504)
Caused by: java.io.FileNotFoundException: .surveyman/mturk_config (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:146)
at com.amazonaws.mturk.util.PropertiesClientConfig.(PropertiesClientConfig.java:95)
... 3 more
The text was updated successfully, but these errors were encountered:
There was a problem reading your properties file from .surveyman/mturk_config
The exception was java.io.FileNotFoundException: .surveyman/mturk_config (No such file or directory)
Exception in thread "main" java.lang.RuntimeException: Cannot load configuration properties file from .surveyman/mturk_config
at com.amazonaws.mturk.util.PropertiesClientConfig.(PropertiesClientConfig.java:99)
at edu.umass.cs.runner.system.backend.known.mturk.MturkResponseManager.(MturkResponseManager.java:51)
at edu.umass.cs.runner.Runner.init(Runner.java:101)
at edu.umass.cs.runner.Runner.main(Runner.java:504)
Caused by: java.io.FileNotFoundException: .surveyman/mturk_config (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:146)
at com.amazonaws.mturk.util.PropertiesClientConfig.(PropertiesClientConfig.java:95)
... 3 more
The text was updated successfully, but these errors were encountered: