Projects tigase _server server-core Issues #475
Add New Item (#475)
Closed
Eric Dziewa opened 9 years ago
Due Date
2015-09-29

The item did not pass validation checking. > What vaildation checks failed? Domain name not specified > Domain name was indeed specified.

Daniel Wisnewski commented 9 years ago

Still behaves as described, does not matter if new host can be resolved VIA DNS or not.

Also possible change to Add new Domain?

Daniel Wisnewski commented 9 years ago

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)

Andrzej Wójcik (Tigase) commented 9 years ago

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.

Daniel Wisnewski commented 9 years ago

Confirmed working, closing bug.

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