Daniel Wisnewski opened 9 years ago
|
|
Most likely issue introduced with implementation of #3544. |
|
Which is exact build on which this issue appeared? I'm asking as I fixed this issue in https://projects.tigase.org/projects/tigase-pubsub/repository/revisions/92628e7cd1e7758ada83e7a301cbdddf388bb232 Please not that schema was changed in task #3544 so it is possible that starting PubSub using older version of schema may create this issue as PubSub component will not start properly. |
|
Bug found in last night's build b4031, I will test the next build to confirm. |
|
I just checked Verzion test installation and it works fine (no error) and test case for NextPlane works ok. Both installations are using latest nightly build, but I needed to update database schema manually. |
|
Confirmed fixed with new schema. |
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
3566
|
Version |
tigase-server-7.1.0
|
Spent time |
12h
|
Delete user does in fact remove user when submit is clicked, but the following error is shown
Note
Script execution error.
Error message
tigase.disteventbus.FireEventException: Exception caught: null
Debug Info
tigase.disteventbus.FireEventException: Exception caught: null
javax.script.ScriptException: tigase.disteventbus.FireEventException: Exception caught: null
org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:347)
org.codehaus.groovy.jsr223.GroovyCompiledScript.eval(GroovyCompiledScript.java:41)
tigase.server.script.Script.runCommand(Script.java:159)
tigase.server.BasicComponent.processScriptCommand(BasicComponent.java:1069)
tigase.server.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1420)
null