I’m facing a problem that I can’t understand. In my local machine, when I click in “Administration -> Roles”, the window loads. But when I do the same action in other environment (pre-production) the window doesn’t load. The progress bar keeps flashing, and the window never loads.
I’m using the same database, so I understand that it can’t be the problem. In the log file, there are no errors. This is the only message that I can see:
17:31:07.857 DEBUG c.haulmont.cuba.core.app.RdbmsStore - loadList: metaClass=sec$User, view=com.haulmont.cuba.security.entity.User/user.browse, query=select u from sec$User u, max=50
Hi,
If you think that your application is hung or just waiting for a long time for some operation, you can use the jstack command line tool to take the thread dump from the running application:
If the application is hung in some point of the code, you will see it in the stacktrace of one of threads.
Thanks for your reply. It seems that there is no problem with hung threads. It also happens in report management tab and user groups tab. From my local computer, there is no problem. When I deploy it, these tabs get stucked.