- Features by Edition
- Latest Features
- Licensing/Activation
- Installation
- Getting Started
- Data Sources
- Deployment/Publishing
- Server Topics
- Integration Topics
- Scaling/Performance
- Reference
- Specifications
- Video Tutorials and Reference
- Featured Videos
- Demos and screenshots
- Online Error Report
- Support
- Legal-Small Print
- Why Omniscope?
|
||||||
Install Config FileUsing the Omniscope installconfig.properties fileAdvanced installation options are availableOmniscope installs an optional installconfig.properties file containing advanced settings. Normally, you do not need to make any changes to this file. It is used to customise installations in advanced ways or to add diagnostics or fault-finding settings. Corporate administrators may wish to use this file to tailor their rollout of Omniscope, for example, to support a centralised Java VM. This file is also used to re-direct Omniscope to use 64-bit Java installs, and to specify customised settings to be available to installed Omniscope users. This file may also be used to assist in diagnosing problems starting or using the software (see below). Editing the fileThe installconfig.properties file contains plain text, editable by Notepad. It is located within the installation folder, in one of the following locations, depending on your operating system and installation options:
The last two places may require administrative privileges to save files. If so, right-click the Notepad shortcut, run as administrator, and open the file from within Notepad.
Within the file, comments are prefixed with a space and # symbol. See the description of all available properties in the example file, below. Uncommented properties must have no leading space nor #.
Example installconfig.properties file
# This is the installation configuration file. Changing Java used by OmniscopeOmniscope includes its own copy of Java, which has been selected to work correctly with Omniscope, and which means your system does not have any Java-related requirements. In rare cases when fault-finding, you may be asked to use a different version of Java. You can specify a specific version of Java to use with Omniscope by editing installconfig.properties file's JVM_DIR property. Uncomment (by removing "#" at the start, and removing any leading spaces) JVM_DIR, and then specify the location of the Java installation folder, such as "C:\Program Files (x86)\Java\jre6". Adding JVM argumentsFor advanced users, Java and Omniscope can be customised using JVM arguments. The installconfig.properties file's ADDITIONAL_JVM_ARGS property should be uncommented (by removing "#" at the start, and removing any leading spaces), and the arguments added after the "=" sign with spaces between them, as seen in the examples below. Increasing the stack sizeFor example, if you experience a "stack overflow" error, after reporting the error to Visokio, you may be able to resolve the error by increasing your Java stack size, by including the installconfig property, adjusting the 2000 value upwards if necessary: ADDITIONAL_JVM_ARGS=-Xss2000k Specifying Corporate FontsIf you are running on Windows go to C:\Windows\Fonts and copy all the fonts you want to make available from Omniscope to another folder such as C:\our_fonts. Now edit the installconfig.properties file as explained above. Add a command line option to specify which fonts are available by uncommenting (removing the space & hash) at the front of the #ADDITIONAL_JVM_ARGS line and provide the following: -DinstalledFontLocation=c:\our_fonts (case sensitive). Below is an example of how the modified installconfig.properties line would look: ADDITIONAL_JVM_ARGS=-DinstalledFontLocation=c:\our_fonts Note:it is important that to copy rather than move your fonts from the C:\Windows\Fonts location. Also note that onlyTrue Type Fonts (with .TTF extension) files can be included. Heap dump on out-of-memoryTo enable this, only when advised, ensure the ADDITIONAL_JVM_ARGS line is uncommented and includes the option "-XX+:HeapDumpOnOutOfMemoryError". For example: ADDITIONAL_JVM_ARGS=-XX:+HeapDumpOnOutOfMemoryError This will cause a heap dump (*.hprof file) to be written to the install folder should you experience an out of memory situation. When this occurs, deliver this file to Visokio for diagnosis if you believe the error to be unwarranted. More information... Disable Free trialYou can disable free trial prompts on start-up and from the Help menu by following the steps below. If you are in a corporate environment it is recommended that you install Omniscope for all users, rather than for each individual user, otherwise you will need to carry the steps below by modifying each user account's installconfig.properties. Find this line in installconfig.properties Replace with the following line: If you have ADDITIONAL_JVM_ARGS property already enabled, add to the end Disable automatic update checkFind this line in installconfig.properties Replace with the following line: If you have ADDITIONAL_JVM_ARGS property already enabled, add to the end Further informationSee also:
|