Persistent file locations

Get help with installation and configuration of OWS. Please post specific bug reports, pull requests, or source code extensions on github.
rchurchill
Posts: 4
Joined: 10 Mar 2021, 17:02

Persistent file locations

Post by rchurchill »

Hi

I have a slightly strange problem, we have a custom applicaton that uses webstart, after download the applicaton dislays a login prompt, once a user has logged in it dismisses this window and draws tha main application window. However at random it will stop drawing the applicaion window after login, the application is running, no error appears in the log, the window is simply not drawn. That is a developer issue, it seems to impact all JVMs. My web start issue is once this starts happening, it always happens, I've confimed the issue is user specific, another user can log in to the same computer and use the application with out issue.
I assume there is a perisitant file/setting that is triggering this behavior, but I have deleted the .cache, .config and used disc cleanup to remove all tempoary files but it makes no difference.
Can anyone suggest a location in the user profile to look for the file that triggers this problem? My current solution of creating the user a whole new profile is time consuming and not sustanable.

Thanks

Richard

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: Persistent file locations

Post by Stephan Classen »

There is no other location then the ones you mention where OWS is creating files.
So it must be a file created by your application.

Post Reply