Projects tigase _server server-core Issues #576
Script Execution Error when Deleting User (Web UI) (#576)
Daniel Wisnewski opened 10 years ago
Due Date
2015-09-29

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

Wojciech Kapcia (Tigase) commented 10 years ago

Most likely issue introduced with implementation of #3544.

Andrzej Wójcik (Tigase) commented 10 years ago

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.

Daniel Wisnewski commented 10 years ago

Bug found in last night's build b4031, I will test the next build to confirm.

Andrzej Wójcik (Tigase) commented 10 years ago

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.

Daniel Wisnewski commented 10 years ago

Confirmed fixed with new schema.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
3566
Version
tigase-server-7.1.0
Spent time
12h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#576
Please wait...
Page is in error, reload to recover