Troubleshooting and FAQs
-
Issue
When Identity service is selected as one of the components and
execute migrate-dbcommand is executed, the migrations for Identity are skipped.Workaround
Subsequent execution of the
execute migrate-dbcommand will result in the execution of the Identity scripts. -
Issue
The following error occurs after executing
execute migrate-dbin Linux.
Buildfile: /home/installer/CLI\_FINAL/build.xml
migrate-db:
BUILD FAILED
/home/installer/CLI\_FINAL/build.xml:62:
The following error occurred while executing this line:
/home/installer/CLI\_FINAL/resources/scripts/dbMigrations.xml:10: taskdef
A class needed by class com.voltmx.cli.server.
InsertManagementDetails cannot be found:
Could not initialize class org.apache.logging.log4j.util.PropertiesUtil
using the classloader AntClassLoader
This issue is seen if the Apache ANT environment is not properly setup in Linux.
Workaround
- Download the bin release from Apache Downloads.
- Extract and copy the entire folder (apache-ant-1.9xxxxx) into the following folder location:
/opt/.
Following which the file structure will be/opt/apache-ant-1.9xxxxxx/. - Create a Symlink: ln -s /opt/apache-ant-1.9.xxxxx /opt/ant
- Create another Symlink: ln -s /opt/ant/bin/ant /usr/bin/ant
- Set
ANT_HOMEinto the Environment vi /etc/environment and add this line: ANT_HOME=/opt/ant (without the trailing forward slash). -
Re-login to initiate the Environment.
-
Issue
The deployment of WARs fails after executing the
create-data-sourcescommand when MySQL is the selected database.This issue is observed when
&is appended in the data source connection URL instead of just&as show in the following image:

Workaround
- For JBoss Pre-configured: You must find and replace all occurrences of
&with&in the datasources configuration section ofstandalone.xml. - For JBoss Domain: You must find and replace all occurrences of
&with&in the datasources configuration section ofdomain.xml.