CommandHelper

CommandHelper

46.5k Downloads

Syntax generator stacktrace

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-2937 - Reported by opoq

[mc@hilltri plugins]$ java -jar CommandHelper.jar syntax npp Default
Apr 11, 2014 11:20:49 PM com.laytonsmith.PureUtilities.Preferences save
WARNING: [CommandHelper] Could not write out preferences file: /mc/plugins/MethodScript/prefs/logger-preferences.ini
java.io.IOException: File '/mc/plugins/MethodScript/prefs/logger-preferences.ini' cannot be written to
at com.laytonsmith.libs.org.apache.commons.io.FileUtils.openOutputStream(FileUtils.java:357)
at com.laytonsmith.libs.org.apache.commons.io.FileUtils.writeByteArrayToFile(FileUtils.java:2094)
at com.laytonsmith.PureUtilities.Common.FileUtil.write(FileUtil.java:159)
at com.laytonsmith.PureUtilities.Common.FileUtil.write(FileUtil.java:134)
at com.laytonsmith.PureUtilities.Common.FileUtil.write(FileUtil.java:130)
at com.laytonsmith.PureUtilities.Common.FileUtil.write(FileUtil.java:228)
at com.laytonsmith.PureUtilities.Preferences.save(Preferences.java:261)
at com.laytonsmith.PureUtilities.Preferences.init(Preferences.java:134)
at com.laytonsmith.core.CHLog.initialize(CHLog.java:98)
at com.laytonsmith.core.Main.main(Main.java:181)

Apr 11, 2014 11:20:49 PM com.laytonsmith.PureUtilities.Preferences save
WARNING: [CommandHelper] Could not write out preferences file: /mc/plugins/MethodScript/prefs/preferences.ini
java.io.IOException: File '/mc/plugins/MethodScript/prefs/preferences.ini' cannot be written to
at com.laytonsmith.libs.org.apache.commons.io.FileUtils.openOutputStream(FileUtils.java:357)
at com.laytonsmith.libs.org.apache.commons.io.FileUtils.writeByteArrayToFile(FileUtils.java:2094)
at com.laytonsmith.PureUtilities.Common.FileUtil.write(FileUtil.java:159)
at com.laytonsmith.PureUtilities.Common.FileUtil.write(FileUtil.java:134)
at com.laytonsmith.PureUtilities.Common.FileUtil.write(FileUtil.java:130)
at com.laytonsmith.PureUtilities.Common.FileUtil.write(FileUtil.java:228)
at com.laytonsmith.PureUtilities.Preferences.save(Preferences.java:261)
at com.laytonsmith.PureUtilities.Preferences.init(Preferences.java:134)
at com.laytonsmith.core.Prefs.init(Prefs.java:126)
at com.laytonsmith.core.Main.main(Main.java:182)

File permissions verified, and have not changed since previous working builds were used.

commented

Comment by LadyCailin

This doesn't appear to be broken anymore, though I didn't do anything specifically to fix it. Re-open if you're still having issues.