HI, Guys:

 

        I have a question about this error:

 

ERROR 2009-03-27 13:34:27,671 [RecoverThread for backend DBB]
controller.recoverylog.RecoverThread.error - Recovery process failed to
replay: request Autocommit StatementExecuteUpdateTask 281474976710657
(INSERT INTO tb_test (col_id, col_remark4, col_type) VALUES (?, ?,
?)/<!%S|003|!%><!%S|I am string|!%><!%I|100|!%>) (Backend VDB -
BackendWorkerThread for backend 'configDBB57' with RAIDb level:1 failed
(null))

 

        After that I have added some log in the code, below is the error
message after I added the log.

 

21:29:38,351 DEBUG group.bottom.GroupBottomSession Sending message
(isSend=false) org.continuent.appia.protocols.group.suspect.al...@1013892

21:29:38,413 INFO  loadbalancer.tasks.AbstractTask 111e.getMessage(): null

java.lang.NullPointerException

                at
org.continuent.sequoia.controller.interceptors.InterceptorManager.invokeBack
endRequestInterceptors(InterceptorManager.java:148)

                at
org.continuent.sequoia.controller.interceptors.impl.InterceptorManagerAdapte
r.invokeBackendRequestInterceptors(InterceptorManagerAdapter.java:107)

                at
org.continuent.sequoia.controller.backend.DatabaseBackend.transformQuery(Dat
abaseBackend.java:2430)

                at
org.continuent.sequoia.controller.loadbalancer.AbstractLoadBalancer.executeS
tatementExecuteUpdateOnBackend(AbstractLoadBalancer.java:985)

                at
org.continuent.sequoia.controller.loadbalancer.tasks.StatementExecuteUpdateT
ask.executeInAutoCommit(StatementExecuteUpdateTask.java:224)

                at
org.continuent.sequoia.controller.loadbalancer.tasks.StatementExecuteUpdateT
ask.executeTask(StatementExecuteUpdateTask.java:116)

                at
org.continuent.sequoia.controller.loadbalancer.tasks.AbstractTask.execute(Ab
stractTask.java:143)

                at
org.continuent.sequoia.controller.loadbalancer.BackendWorkerThread.run(Backe
ndWorkerThread.java:197)

 

        Finally I found out the reason is "backendRequestInterceptors" is
null.

        "backendRequestInterceptors" is configured by
controller_default.properties

        My question is what is the meaning about "backend.interceptors" how
to configure it.

        I really appreciate for your help.

 

Thanks

Alex

 

 

 

 

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to