The same errors occur in the UI interface for both files as well.
Daniel Wisnewski commented 9 years ago
Default Room Config shows no information
Both Admin and UI interfaces
Daniel Wisnewski commented 9 years ago
Get list available commands in both Monitor and Muc scripts return no results in commands or groups.
UI interface works as intended.
Artur Hefczyc commented 9 years ago
Daniel, please enter each issue with the Admin and UI as a separate subtask, it will be easier to track it down in the future. All of them assign to Andrzej and set Due date to end of September.
Admin UI Get Configuration dialog lists both configuration file, but returns NPE.
Script execution error.
javax.script.ScriptException: java.lang.NullPointerException: Cannot invoke method tokenize() on null object
debug info
javax.script.ScriptException: java.lang.NullPointerException: Cannot invoke method tokenize() on null object
javax.script.ScriptException: javax.script.ScriptException: java.lang.NullPointerException: Cannot invoke method tokenize() on null object
org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:151)
tigase.server.script.Script.runCommand(Script.java:161)
tigase.server.BasicComponent.processScriptCommand(BasicComponent.java:1002)
tigase.server.BasicComponent.processPacket(BasicComponent.java:312)
tigase.server.MessageRouter.processPacket(MessageRouter.java:303)
tigase.server.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1431)
when init.properties tries to load.
tigase.conf renders a different error
Script execution error.
javax.script.ScriptException: java.io.FileNotFoundException: e (No such file or directory)
Debug info
javax.script.ScriptException: java.io.FileNotFoundException: e (No such file or directory)
javax.script.ScriptException: javax.script.ScriptException: java.io.FileNotFoundException: e (No such file or directory)
org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:151)
tigase.server.script.Script.runCommand(Script.java:161)
tigase.server.BasicComponent.processScriptCommand(BasicComponent.java:1002)
tigase.server.BasicComponent.processPacket(BasicComponent.java:312)
tigase.server.MessageRouter.processPacket(MessageRouter.java:303)
tigase.server.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1431)
The same errors occur in the UI interface for both files as well.