Identity Portal errors showing up frequently in the server.log
search cancel

Identity Portal errors showing up frequently in the server.log

book

Article ID: 376077

calendar_today

Updated On:

Products

CA Identity Suite

Issue/Introduction

Following logs showing up frequently in the server.log:

server.log.2024-07-02:2024-07-02 09:52:43,000 ERROR [org.hibernate.cache.internal.CollectionCacheInvalidator] (default task-486) : org.hibernate.HibernateException: Unable to resolve property:
server.log.2024-07-02:  at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)


server.log.2024-07-02:2024-07-02 09:52:43,326 ERROR [org.hibernate.cache.internal.CollectionCacheInvalidator] (default task-486) : org.hibernate.TransientObjectException: The instance was not associated with this session
server.log.2024-07-02:  at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)

We want to know if these errors are severe or can be ignored.

Environment

Release : 14.4
Component : CA Identity Suite Virtual Appliance

Resolution

It looks like, after invalidating the cache, these errors printed in the logs. Since we do not see any functionality issues, we can ignore them.  

Additional Information

The error "org.hibernate.HibernateException: Unable to resolve property" typically occurs when Hibernate is unable to find a specified property within an entity class. This can be due to a variety of reasons such as typographical errors in property names, incorrect mappings, or issues with the entity class structure.

The error message "org.hibernate.TransientObjectException: The instance was not associated with this session" typically occurs in Hibernate when an attempt is made to persist or update an object that is not associated with the current Hibernate session.