This page provides guidelines to help troubleshoot console issues.
The WebLogic Remote Console provides log files for both front and back end processes. For instructions on how to access these log files, see Check Log Files.
The WebLogic Remote Console catches most validation errors when you click Save, or when you commit the change using the shopping cart. If an error message displays, you need to identify and correct the problem that caused the error before you can activate the changes.
If you installed the console extension, you can view the contents of the shopping cart to see all of the pending changes. If you did not install the console extension, you can view the pending changes using the WebLogic Server Administration Console.
If the cause of the configuration error is not obvious:
If you are unable to determine the cause of the error, cancel the edits and make the configuration changes again.
The WebLogic Remote Console does not validate WDT model file settings. As a result, the WebLogic Remote Console may accept changes or values that are invalid and which may present problems when the model file is used to build or update a domain. For example, adding integer values that are invalid or out of range for a specific setting, or removing a server or target but not updating the deployments to select a different server or target can cause issues.
For more information on acceptable values, refer to the WebLogic Deploy Tooling documentation.
If the WebLogic Remote Console running in the browser becomes unresponsive, verify that the Administration Server to which you are connected is still running. If the server is down, restart it, then refresh the browser window.
If the WebLogic Remote Console desktop application shuts down unexpectedly with this error: Failure reading auto prefs
, the auto-prefs.json
file may be corrupted. auto-prefs.json
saves state information about the WebLogic Remote Console and should not be modified by users unless it is corrupted.
If the file is corrupted, you can reset it but you will lose all data regarding your projects.
To reset the file, delete the auto-prefs.json
file, then relaunch WebLogic Remote Console.
auto-prefs.json
is located in:
$HOME/.config/weblogic-remote-console/auto-prefs.json
/Users/<user>/Library/Application Support/weblogic-remote-console/auto-prefs.json
C:\Users\<user>\AppData\Roaming\weblogic-remote-console\auto-prefs.json
Check the role of the user you used to log into the Administration Server. Only administrators have access to the full functionality of of WebLogic Remote Console. Users with other roles such as Deployers, Operators, or Monitors have limited access to areas outside the scope of their responsibility.
For an overview of what users in each role can view or do, see Understand Access Discrepancies.