Install or update 360Suite with Tomcat running as a Windows service.
Attempt to launch or interact with the 360Suite Administration Console.
Notice that the console does not load properly or crashes silently.
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.
Open the Registry Editor with administrator privileges: Press Win + R, type regedit, and hit Enter.
Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs
Right-click the Prefs key and choose Permissions.
Locate the user account used by the Tomcat service (e.g., Local Service, Network Service, or a custom user).
Grant Full Control permission to this user.
Click Apply and OK to save changes.
Restart the Tomcat service to apply the updated registry permissions.
These permission issues are specific to Windows environments.
You can confirm the Tomcat service account by opening services.msc, locating Apache Tomcat, right-clicking → Properties → Log On tab.
Always backup the registry before making changes.