Description

unable to search for devices and also not find the usage of objects.


Symptoms

After triggering a refresh search index, the indices size might not get increased. Refresh search index might fail with below error

024-11-01 10:36:54,069 ERROR [net.juniper.jnap.secmgt.search.ejb.SearchReqMsgListener] (Thread-717) Something failed while search indexing: net.junip

er.jmp.exception.JMPException: javax.ejb.EJBTransactionRolledbackException: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.

at net.juniper.jnap.secmgt.search.ejb.SearchAdminHandler.doFullImport(SearchAdminHandler.java:106) [search.jar:]

Caused by: javax.ejb.EJBTransactionRolledbackException: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.

 

Solution

Uprading Space to 23.1 fixes the problem. Refresh search index will start to work.

Modification History

2024-11-29 : Article Created