-
Parent Issue
-
Related
-
NPE when adding item to ext@tpub.xmpp-test.net
Script execution error.
javax.script.ScriptException: java.lang.NullPointerException
Debug Info
javax.script.ScriptException: java.lang.NullPointerException
javax.script.ScriptException: javax.script.ScriptException: java.lang.NullPointerException
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.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1420)
-
There are 2 separate issues here:
-
VHostItem - (in case of vhost-man) - checks if domain is resolvable by DNS to IP of XMPP server on which Tigase XMPP Server is running - if IP do not match then this error is reported, which is correct
-
CompRepoItem - (in case of ext) - there was no validation for this item (which I now added) and was issue with NPE when any of items missed Protocol (which as I checked code should not be required, so I make it optional and fixed NPE)
No it is not possible to change name of this command as same command is used for more than 1 thing by different components.
-
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
3091
|
Version |
tigase-server-7.1.0
|
Spent time |
0
|
The item did not pass validation checking. > What vaildation checks failed? Domain name not specified > Domain name was indeed specified.