BackPrevious Page Next PageNext

Installing Using the Installation Wizard

Installing on Windows

Installing on Unix/Linux

Installing on Linux on IBM Z

Solving installation problems

This document shows you how to install JReport Server to different systems with the installation wizard.

Installing on Windows

  1. Download the JReport Server installation file for Windows from the Jinfonet download center.
  2. Double-click the installation file to run it, and click Yes in the prompt message dialog.
  3. The JReport Server Installation wizard appears. Click Next in the Welcome screen.
  4. In the License Agreement screen, check the option I accept the terms of the License Agreement and click Next.
  5. In the User ID and License Key screen, input the user ID and the license key separately. If you haven’t received the key please call us directly at +1 240-477-1000 or e-mail us at sales@jinfonet.com. Click Next.
  6. In the Choose Installation Set screen, input the directory in the text box or click the Browse button to specify the directory to install JReport Server and select the installation type from the following two:

    JReport Server Installation wizard - Choose Installation Set screen

  7. Click Next.

    If you select to install JReport Server in a folder that already contains an JReport Server, you will be prompted to choose whether to overwrite or upgrade the existing server. If you select Upgrade, the installer will replace the packages and create new batch/script files. Meanwhile a copy of the old batch/script files will be kept for your reference. You should use the batch/script files that come with the installer in order to make sure that all new packages are added to the class path and manually merge any changes you made into the new version. However, your configuration files and server runtime data of the existing copy will be kept, and you can choose to recover the previous version during the uninstallation of the newly installed JReport Server.

  8. In the System Environment screen (available only when the option Custom Installation for Standalone Server is selected in the Choose Installation Set screen), configure the following server system environment factors according to your requirements. System configuration can also be done in the JReport Server console after the server is installed and started.
  9. Click Next.
  10. In the System Database screen (not available when you upgrade JReport Server), configure the system database as required.

    JReport Server Installation wizard - System Database screen

  11. Click Next.
  12. In the Select JDK screen (not available when you upgrade JReport Server) choose the JDK to use with JReport Server. You can select one from the Installed JDKs box or click the Browse button to locate a JDK.

    JReport Server Installation wizard - Select JDK screen

  13. Click Next.
  14. In the Add Class Path screen (not available when you upgrade JReport Server), click the Add button to add additional class paths as required. You can also choose to add them manually into the setenv.bat in <install_root>\bin after installation.

    JReport Server Installation wizard - Add Class Path screen

  15. Click Next.
  16. In the Lists screen (available only when you upgrade JReport Server), review the removed patches, modified configuration files and backup files if you want and click Next.
  17. In the Installation Summary screen, review the installation information and click Install to install JReport Server.
  18. In the Installing screen, the installing process and status are shown.
  19. After installation, the Read Me screen is displayed. Read the information and specify what to do next: Click Done to finish the installation.

    JReport Server Installation wizard - Read Me screen

Installing on Unix/Linux

JReport Server supports Solaris, HP-UX, AIX, and Linux. In the following process, an X server is running and Java 8 is available, otherwise ask your administrator for help. Installing and running JReport Server requires that an X server has been configured.

  1. Download the JReport Server installation file for Unix/Linux from the Jinfonet download center.

    If you need to transfer the installation file from your download machine to your Unix/Linux box, you should transfer it using FTP in binary mode.

  2. Click the installation file to launch the installation wizard. Alternatively, you can open a console window by right-clicking on the blank area of the Desktop and selecting Open Terminal from the shortcut menu, and change the directory to the location of the file. Following are examples of the commands that can be used:

    $ cd /opt/JReport/Server (or your preferred installation path)

    To make the installation file executable, type the command:

    $ chmod +x jrserver-xxx-linux.bin (change jrserver-xxx-linux.bin to the actual name of the installation file)

    To run the installation file:

    $ ./jrserver-xxx-linux.bin (change jrserver-xxx-linux.bin to the actual name of the installation file)

  3. Once the installation wizard has successfully loaded, you can follow the standard prompts to install JReport Server.

Installing on Linux on IBM Z

JReport Server supports Linux on IBM System z. In the following process, an X server is running and a JDK specially used for IBM is available, otherwise ask your administrator for help. Installing and running JReport Server requires that an X server has been configured.

  1. Download the JReport Server installation file for Linux on IBM Z from the Jinfonet download center.

    If you need to transfer the installation file from your download machine to your Linux on IBM Z box, you should transfer it using FTP in binary mode.

  2. Open a console window by right-clicking on the blank area of the Desktop and selecting Open Terminal from the shortcut menu. Then:
    1. Change the directory to the location of the file. You can type the following command in the console window: cd /opt/JReport/Server (input the absolute install location). Then press the Enter key on the keyboard.
    2. Type the following command to make the installation file executable: chmod +x jrserver-xxx-linux.bin (change jrserver-xxx-linux.bin to the actual name of the installation file). Then press the Enter key on the keyboard.
    3. Type the following command to run the installation file: ./jrserver-xxx-linux.bin (change jrserver-xxx-linux.bin to the actual name of the installation file). Then press the Enter key on the keyboard.

    See the following example.

    Install on Linux

  3. The JReport Server Installation wizard appears. Follow the standard prompts to install JReport Server.

Solving installation problems

If errors occur during the installation, you can check the log information recorded to find out what the problem is. Where logs are generated depends on when the installation process get stuck:

Besides, on a Windows platform you can specify the log destination that should use absolute path and log file name when launching the installation wizard by running the following command:

jrserver-xxx-windows.exe -D$INSTALL_LOG_NAME$="Install.log" -D$INSTALL_LOG_DESTINATION$="D:\temp"

or

$ ./jrserver-xxx-linux.bin -D\$INSTALL_LOG_NAME\$="Install.log" -D\$INSTALL_LOG_DESTINATION\$="/opt/temp"

Change jrserver-xxx-windows.exe or jrserver-xxx-linux.bin to the real file name of the installation file.

Feel free to send your questions to support@jinfonet.com.

BackPrevious Page Next PageNext