In some rare cases, JReport Server may fail to install on Unix directly. In this case, follow the steps below to install it manually. You can also take the procedure to install JReport Server manually on Linux and Linux on IBM Z systems.
<install_root>\bin
to the Unix directories using absolute path, where the Java JDK is located and you are going to copy the server on the Unix system, for example /usr/local/lib/jdk1.8.0
and /opt/JReport/Server
. Be sure to modify them carefully. Any mistake will cause problems starting JReport.<install_root>\derby\bin
to the Unix directory where the Java JDK is located on the Unix system, using absolute path.<install_root>\bin
if it exists and remember to reset the required configuration settings in the JReport Server console after launching the server on Unix./opt/JReport/Server
.dos2unix
command to convert all the .sh files under /opt/JReport/Server/bin
to the format that can be recognized by Unix. You can execute the command like this:
$ dos2unix *.sh
chmod
command to set the converted files under /opt/JReport/Server/bin
to have read, write and execute permission. You can execute the command like this:
$ chmod 777 *.sh
su
command. Make JRServer.sh executable and then start JReport Server by running ./JRServer.sh
.