The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
When errors occur in the FlexNet Manager Suite UI, details useful for guiding further troubleshooting to work towards diagnosing a root cause can often be found in the C:\ProgramData\Flexera Software\Compliance\Logging\WebUI\webui.log file on the web application server.
The webui.log file can be accessed by administrators of the web application server for FlexNet Manager Suite On-premises deployments. The Flexera Support team can also obtain details from this file from the FlexNet Manager Suite Cloud / Flexera One ITAM environment to help with diagnosing problems affecting users of this platform.
Errors that cause diagnostic information to be written to the webui.log file may appear in the web UI in a variety of forms. Some common examples are described below.
In many cases the error messages will include an Error ID in GUID form. Searching for the specified Error ID in the webui.log file can help to locate the area of the log file that contains logging related to the error.
A red error bar can be displayed with either of the the following messages:
For example:
This type of error typically indicates that something went wrong while retrieving data to be displayed on part of a page.
A page with the message "Web have a problem. Unexpected error" may be displayed. This type of error typically indicates that the requested page failed to load.
For example:
The following steps can be performed on the web application server of a FlexNet Manager Suite On-premises system to configure additional debug logging to be generated by the web UI. This may be useful for gathering additional diagnostic details to help troubleshoot errors.
<root>
<level value="DEBUG"/>
....
</root>
NOTE: The config file looks slightly different in FlexNet Manager Suite 2022 R2 and newer versions, which now use Nlog instead of log4net for logging, but the process is similar. To change the logging level value, configure two levels near the end of the config file (<logger name="*" minlevel="Info" writeTo="file" /> and <logger name="*" minlevel="Info" writeTo="console" />). One level outputs to a file and the other logs to the console. See Configure logging levels with Nlog for further information.
The following details can be helpful to provide when contacting Flexera Support for assistance with an error being reported in the web UI:
on Jun 09, 2018 02:09 AM - edited on Jul 05, 2023 11:05 AM by HollyM