Issue Summary
When Fisheye is installed by the Windows installer, the admin UI doesn't work because of missing resources
Steps to Reproduce
- Download the installer for Windows
- Install the application with the installer
- Go to Admin UI, for example, Add Repository
Expected Results
UI works correctly
Actual Results
The UI doesn't load, and the browser console shows an error message saying that some JS resources can't be downloaded.
When started with debug mode enabled, the Fisheye logs report a 404 when loading the AdminGwtModule:
2025-09-05 15:24:47,521 DEBUG [qtp253011924-167 ] com.atlassian.fecru.profiling.ProfilingServletFilter - start request GET /static/t0kc67/gwt/AdminGwtModule/AdminGwtModule.nocache.js sessionid=node0z7p2qqod6tho15wh9ygi4gz620 2025-09-05 15:24:47,526 DEBUG [qtp253011924-167 ] com.atlassian.fecru.profiling.ProfilingServletFilter - end request in 3ms GET /static/t0kc67/gwt/AdminGwtModule/AdminGwtModule.nocache.js sessionid=node0z7p2qqod6tho15wh9ygi4gz620 404 mem=0.159MB
Workarounds
Workaround 1: Install Fisheye completely from the ZIP file.
Workaround 2: Extract only the gwt and gwt-unitCache directories from the ZIP package into the <FISHEYE_HOME>\content\static\t0kc67 directory previously created by the Windows installer and restart Fisheye.
