Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
[REPLICATION-ISSUE]ERROR Unpexpected exception caught in ReplicationProcessor main loop
The replication in xstore got the issue with error below:
2022-04-02 11:44:49,551 [Replication Processor] ERROR Unpexpected exception caught in ReplicationProcessor main loop. We will attempt to continue.
dtv.data2.replication.ReplicationException: An exception occurred while obtaining the datasource used for the replication queue: [Replication]. This datasource MUST be enabled, available, and use JDBCPersistenceStrategy for replication to function.
at dtv.data2.replication.dtximpl.ReplicationQueueAccessor.getConnection(ReplicationQueueAccessor.java:610) ~[dtv-data2.jar:19.0.0.0.606]
at dtv.data2.replication.dtximpl.ReplicationQueueAccessor.queryNonFailedRecCount(ReplicationQueueAccessor.java:296) ~[dtv-data2.jar:19.0.0.0.606]
at dtv.data2.replication.dtximpl.ReplicationProcessor.run(ReplicationProcessor.java:174) [dtv-data2.jar:19.0.0.0.606]
Caused by: java.lang.NullPointerException
at java.time.chrono.ChronoLocalDateTime.compareTo(ChronoLocalDateTime.java:500) ~[?:1.8.0_141]