Product:
Planning Analytics 2.1.14 workspace
Issue:
Why 404 error in the log file D:\RUNNING\PAW2114\log\wa-proxy\WAproxy4.log (the file name is increased with a number for each new log file)
You find this on a row
statusCode: 404,
Suggested solution:
If you check a few lines before the statuscode you see lines like this;
2025-12-08T13:10:12.023Z [3] – info: Incoming request: [xxx.xxx.xxx.xxx] GET /rolemgmt/v1/profiles/@me/avatar?t=17651941997 [37e3346000009af]
2025-12-08T13:10:12.029Z [3] – warn: Proxy: “GET http://user-admin:3333/rolemgmt/v1/profiles/@me/avatar?t=17651941997” : 404 (3 ms) [37e3346000009af]
Then the user that is accessing the PAW environment, have not created a “picture” of himself, and above error will be in the log file WAproxy.log as long he does not have set a “picture” for his user. Solution is for the end user to add a picture to her login profile in PAW:
Click on you name in the top right corner and select “profile and settings” from the dropdown menu.
Click on profile photo.
Click on upload photo and select a photo of you (that is saved on the computer in png format)
(or get a fun avatar from https://unsplash.com/ or https://www.pexels.com/)
Click Done.
Now you have a small picture in PAW – and there should be less error in the log file.
When in PAW open a book, you have in the URL the ID of the book, like http://servername.domain.com/?perspective=dashboard&id=237dd67d-f35-40a5-95a3-5e76c6e8289
This ID can be found in the log file WAproxy.log under your PAW installations log folder. Then you can on the line with this book ID, see who have open it.
If you open WAproxy.log file in Notepad++ and search in file for all occurrence of the text: c/v2/content/dashboard/
You will get a list of all books that have been open and by who – the login ID will be last on the line.
More Information:
404 – page or data not found
401 – unauthenticated, you have not logged in to access this page or data
200 – success – page or data loaded fine
304 – you already have the page cached in your web browser, no need to send it again
500 – A generic error message, given when an unexpected condition was encountered. Read the WAproxy file for more information and search IBM web site for an explanation.
https://www.siteground.com/kb/304-status-code/
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
https://www.canva.com/features/photo-effects/?utm_medium=partner&utm_source=pixabay&utm_campaign=canva_attribution