To start the JBoss application server that hosts the HPE Media Management and Analysis Platform, use the following procedure.
Before starting, ensure that the JAVA_HOME
environment variable has been set correctly.
To start the HPE Media Management and Analysis Platform System
Run the following command:
For Windows:
%JBOSS_BASE_DIR%\bin\standalone.bat -c avalanche.xml
where %JBOSS_BASE_DIR%
is the directory location where you installed HPE MMAP
For example:
C:\hpemmap\jboss-eap-6.2
For Unix:
%JBOSS_BASE_DIR%/bin/standalone.sh -c avalanche.xml
where %JBOSS_BASE_DIR%
is the directory location where you installed HPE MMAP.
Verify that HPE MMAP is running on the JBoss application server.
To verify that HPE MMAP is running
Check the log server.log
located in the %JBOSS_BASE_DIR%\standalone\log\
directory for the following status message:
Deployed "hpe-mmap-ear"
This indicates that the system is ready.
HPE MMAP does not run as a service; after verifying that HPE MMAP is running, you must not close the process.
This section provides troubleshooting and error code information to help you identify and resolve issues that you may encounter when installing HPE MMAP.
Description
JBoss displays the following error in server.log
when starting up HPE MMAP:
Error occurred during initialization of VM. Could not reserve enough space for object heap
Solution
Modify %JBOSS_BASE_DIR%\bin\standalone.conf.bat
(in Windows) or standalone.conf
(in UNIX) and reduce the Xms
and Xmx
values as follows:
For Windows:
Add the following line to standalone.conf.bat
:
set "JAVA_OPTS=-Xms512M -Xmx512M -XX:MaxPermSize=256M"
For UNIX:
Add the following line to standalone.conf
:
JAVA_OPTS=-Xms512M -Xmx512M -XX:MaxPermSize=256M"
After modifying the file, restart JBoss.
To view the HPE MMAP Getting Started Guide
From a Google Chrome browser window, navigate to http://localhost:8080.
The HPE Media Management and Analysis Platform Getting Started Guide displays in the browser window.
From here, you can explore the REST API calls to manage media sources, create recordings and analytics and play video.
You can also view the HPE MMAP API documentation, follow the instructions to set up an HPE Media Server analysis and recording process and view a live demo with the channel you set up.
|