Hello,
I am working with Infor WMS 10.3, Build 30240 (on-premise) and I am experiencing an issue when trying to modify a specific ASN/Receipt.
The application displays the following error:
Uncaught Exception running extension {0}
I also see the following exception in the log:
java.lang.NullPointerException
at com.epiphany.shr.data.dp.sql.SQLDPConnectionFactory.getConnection(SQLDPConnectionFactory.java:153)
at com.epiphany.shr.data.dp.sql.SQLDPConnectionFactory.getConnection(SQLDPConnectionFactory.java:86)
at com.epiphany.shr.data.dm.UnitOfWorkImpl.getConnection(UnitOfWorkImpl.java:2644)
at com.epiphany.shr.data.dm.UnitOfWorkImpl.fetchRecords(UnitOfWorkImpl.java:1278)
at com.epiphany.shr.data.dm.UnitOfWorkImpl.fetchRecordsForQueryResultCollection(UnitOfWorkImpl.java:929)
at com.epiphany.shr.data.dm.QueryResultCollection.getMoreRecords(QueryResultCollection.java:71)
at com.epiphany.shr.data.dm.RecordCollection.getMoreRecords(RecordCollection.java:346)
at com.epiphany.shr.data.dm.RecordCollection.size(RecordCollection.java:186)
at com.epiphany.shr.data.dm.BioCollectionImpl.size(BioCollectionImpl.java:153)
at com.epiphany.shr.data.dm.AbstractBioCollectionImpl.size(AbstractBioCollectionImpl.java:85)
at com.epiphany.shr.sso.service.useraudit.helper.UserAuditHandler.codelkupCheck(UserAuditHandler.java:1089)
at com.epiphany.shr.sso.service.useraudit.ejb.EpnyUserAuditServiceBean.setLogoutData(EpnyUserAuditServiceBean.java:129)
The issue occurs with one ASN, while another ASN with apparently similar information can be modified successfully.