-
Workaround the problem:
Edit the etc/tigase.conf file and change line:
OSGI=false
to line:
#OSGI=false
Simply commenting this line out solves the problem.
The problem really is with testing this variable for boolean result. However Bash does not consider 'false' as false. For Bash false is either empty or 0.
Type |
Bug
|
Priority |
Major
|
Assignee | |
RedmineID |
1508
|
Version |
tigase-server-5.2.0
|
Issue Votes (0)
Watchers (0)
Installed on my laptop Mac OSX Mountain Lion with default settings with MySQL and ACS but it fails to start with an error:
Running the script in debug mode shows that the OSGI mode set to false is not correctly recognized:
Apparently it looks for Felix jar, even though this is not an OSGi mode.