Hello, I have xPlore 1.2, and when I perform any search I get this error:
<Repository name>: Problem with this source.
Looking at the log files I find several errors that point to CPS daemon as the blame of the issue.
dsearch.log:
<event timestamp="2013-03-11 10:17:27,190" level="WARN" thread="pool-12-thread-9" logger="com.emc.documentum.core.fulltext.search" timeInMilliSecs="1362993447190">
<message ><![CDATA[FTSearch exception message: java.lang.RuntimeException: com.emc.cma.cps.common.CPSException: Time out]]></message>
<throwable><![CDATA[com.emc.documentum.core.fulltext.common.search.FtSearchException: java.lang.RuntimeException: com.emc.cma.cps.common.CPSException: Time out
at com.emc.documentum.core.fulltext.indexserver.search.threads.QueryXHive.call(QueryXHive.java:165)
at com.emc.documentum.core.fulltext.indexserver.search.threads.QueryXHive.call(QueryXHive.java:44)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.RuntimeException: com.emc.cma.cps.common.CPSException: Time out
cps.log:
FATAL [MANAGER-CPSManager-(main)] Failed to startup all Daemon
com.emc.cma.cps.common.CPSException: Unable to start Daemon0
cps_daemon.log:
2013-03-06 15:25:06,505 ERROR [Daemon0(9342)-Core-(1117268288)] Err occurred when receiving request len, socket: 7, err-code:0
2013-03-06 15:25:06,505 ERROR [Daemon0(9342)-Core-(1117268288)] Err occurred when receiving request, connection-handler-2 abandoned
2013-03-06 15:25:06,505 ERROR [Daemon0(9342)-Core-(1106778432)] Err occurred when receiving request len, socket: 6, err-code:0
2013-03-06 15:25:06,505 ERROR [Daemon0(9342)-Core-(1106778432)] Err occurred when receiving request, connection-handler-1 abandoned
2013-03-06 15:25:06,505 ERROR [Daemon0(9342)-Core-(1127758144)] Err occurred when receiving request len, socket: 8, err-code:0
2013-03-06 15:25:06,505 ERROR [Daemon0(9342)-Core-(1127758144)] Err occurred when receiving request, connection-handler-3 abandoned
2013-03-06 15:25:06,505 ERROR [Daemon0(9342)-Core-(1138248000)] Err occurred when receiving request len, socket: 9, err-code:0
2013-03-06 15:25:06,505 ERROR [Daemon0(9342)-Core-(1138248000)] Err occurred when receiving request, connection-handler-
/dctm53is/dsearch/cps/cps_daemon/bin/CPSDaemon: error while loading shared libraries: libxerces-c.so.28: wrong ELF class: ELFCLASS64
/dctm53is/dsearch/cps/cps_daemon/bin/CPSDaemon: error while loading shared libraries: libxerces-c.so.28: wrong ELF class: ELFCLASS64
The question is, what can cause CPS to fail, and how can I fix it?
Many thanks in advance!!