Oxygen XML Editor
The Premier All-In-One XML Editing Suite
Oxygen XML Author
Single-Source XML Authoring and Multi-Channel Publishing
Oxygen XML Developer
The Required Tools for Designing XML Schemas and Transformation Pipelines
Oxygen JSON Editor
The Perfect Tool to Simplify Your JSON Editing Experience
Oxygen Publishing Engine
The Complete DITA Publishing Solution for WebHelp and PDF Output
Oxygen PDF Chemistry
Chemistry Converts HTML and XML to PDF Using CSS
Oxygen XML WebHelp
Publish DITA and DocBook Content to WebHelp Output
Oxygen Styles Basket
Customize the Look and Feel of Your PDF and WebHelp Output
Oxygen XML Web Author
Engage Your Whole Organization In Content Creation
Oxygen Content Fusion
The Web-based Collaboration Platform to Craft Tomorrow's Content
Oxygen Feedback
Modern Commenting Platform
Cloud
Enterprise
Oxygen AI Positron
Enhance Your Productivity with the Power of AI
Oxygen Scripting
Automate and Run Oxygen Utilities from the Command-Line Interface
Oxygen SDK
Specifically designed for application developers and integrators
Shop
Pricing and licensing for businesses, Academic and individuals
Running the License Server as a windows service
Modify the oXygenHTTPLicenseServer.vmoptions file and add on a new line the following content:
log4j2.formatMsgNoLookups=true
Running the License Server using the licenseServer.bat script:
licenseServer.bat
%OXYGEN_JAVA% %CMDLINE%
with
%OXYGEN_JAVA% -Dlog4j2.formatMsgNoLookups=true %CMDLINE%
In the licenseServer.sh script modify the following lines:
licenseServer.sh
# Start the server. exec "${OXYGEN_JAVA}" ${CMDLINE}
should become:
# Start the server. exec "${OXYGEN_JAVA}" -Dlog4j2.formatMsgNoLookups=true ${CMDLINE}
In the licenseServer.bat script replace the line containing
Modify the server running the application to pass the log4j2.formatMsgNoLookups=true system property.
Important: After making these changes restart the License Server for them to take action.