Unable to change the password for the Administration Console (Windows)

Unable to change the password for the Administration Console (Windows)

Symptoms

  1. Install or update 360Suite with Tomcat running as a Windows service.

  2. Attempt to launch or interact with the 360Suite Administration Console.

  3. Notice that the console does not load properly or crashes silently.


Cause

The Windows user account running the Tomcat service does not have the necessary permissions to access required Windows registry keys.

Specifically, the following registry path is commonly affected:

HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs

Without read/write access to this key, Java-based preferences required by the Admin Console may not function correctly.


Resolution

Grant Full Control on Registry Key.
  1. Open the Registry Editor with administrator privileges: Press Win + R, type regedit, and hit Enter.

  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs

  3. Right-click the Prefs key and choose Permissions.

  4. Locate the user account used by the Tomcat service (e.g., Local Service, Network Service, or a custom user).

  5. Grant Full Control permission to this user.

  6. Click Apply and OK to save changes.

  7. Restart the Tomcat service to apply the updated registry permissions.


Additional information

  • These permission issues are specific to Windows environments.

  • You can confirm the Tomcat service account by opening services.msc, locating Apache Tomcat, right-clicking → PropertiesLog On tab.

  • Always backup the registry before making changes.


    • Related Articles

    • Administration console - Password Reset (Microsoft Windows)

      Condition Impossible to log in to the 360Suite Administration Console (360Suite deployed on a Microsoft Windows machine). Solution Cause The password may have been lost or the basic configuration is corrupted. Remedy 1. Run the Registry Editor: ...
    • Administration Console - Password Reset (Linux/*nix)

      Condition Impossible to log in to the 360Suite Administration Console (360Suite deployed on a Linux/*nix machine). Solution Cause The password may have been lost or the basic configuration is corrupted. Remedy 1. Open a terminal (command line). 2. If ...
    • How to configure SQL Server with Windows Authentication

      Symptom When trying to configure a SQL Server database using Windows Authentication as part of the 360eyes database configuration, the following error is returned: "The driver is not configured for integrated authentication". Environment 360Eyes ...
    • Identify 360eyes jobs on Windows servers

      Symptom How to find active 360Eyes jobs when they are running on a Windows platform? Environment 360Eyes SAP BusinessObjects Enterprise XI 3.1 SAP BusinessObjects Business Intelligence 4.0 SAP BusinessObjects Business Intelligence 4.1 SAP ...
    • Change Tomcat after 2025.1 upgrade

      Context To prepare for BI 2025 moving away from Java 8, we migrated from Java 8 to Java 21. This migration impacts everyone doing update from previous version, as the version used for Tomcat is not compatible anymore, as Java 21 requires a Tomcat 10 ...