-
None of these work. Script
converter.sh
uses non-existenttigase.xml
file. User is instructed to edit the path totigase.xml
but there is none.The first line of code in converter.sh:
def tigase_config = "/etc/tigase/tigase.xml"
eric@build converter/ $ ./converter.sh org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: /home/eric/tigase-server/src/main/groovy/tigase/converter/converter.groovy: 42: unable to resolve class ConfigRepository @ line 42, column 17. def conf_repo = new ConfigRepository(false, tigase_config) ^ /home/eric/tigase-server/src/main/groovy/tigase/converter/converter.groovy: 51: unable to resolve class VHostRepository @ line 51, column 18. def vhost_repo = (VHostRepository) Class.forName(conf_repo.get(Configurable.DEF_VHOST_MAN_NAME, null, VHostManager.VHOSTS_REPO_CLASS_PROP_KEY, null)).newInstance() ^ 2 errors
Type |
New Feature
|
Priority |
Minor
|
Assignee | |
RedmineID |
1892
|
Version |
Candidate for next major release
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
We already support conversion from OpenFire, ejabberd and jabberd2.
verify above works without problem;
add support for Prosody.