Hi,
I have just finished the installation of LiveSite Content Services in Linux.
To verify that the index service was running, I try to connect to the URL:
http://localhost:8080/lscs/v1/admin/status and the status is SUSPENDED.
I am getting the following:
I have seen in the lscs.log the following error:
[ERROR] SearchServerRepositoryCheckerImpl - Failed to get IDOL server process ID
java.lang.RuntimeException: org.apache.http.conn.HttpHostConnectException: Connection to
http://localhost:9000 refused
I have installed TeamSite Search before installing LSCS and I started the services: iw.idol, iw.tsconnector and iw.tssearch
I have checked the services and, nothing is running in port 9000...
My configuration in the file .../runtime/webapps/lscs/WEB-INF/classes/lscs-conf.properties is:
# search service configs
searchService.query.host=localhost
searchService.query.port=9000
searchService.index.host=localhost
searchService.index.port=9001
#see release notes for how to manually configure status host and port. Defaults to the query host/port.
searchService.status.host=localhost
searchService.status.port=9000
#see release notes for how to manually configure export port. Defaults to the query port.
searchService.export.port=9000
And my configuration in Search (../etc/search.properties) is:
iw.search.server.port=6720
iw.search.server.threadpool.maxthreads=50
iw.search.server.threadpool.warmthreads=10
iw.search.server.threadpool.keepalivetime=60000
iw.idol.index.host=localhost
iw.idol.index.port=9001
iw.idol.index.status.port=9000
iw.idol.query.host=localhost
iw.idol.query.port=9000
I have tried to restart LSCS but I have not found in /etc/init.d iwlscscontent, so I execute iwreset -ui...
I am getting the same error message.
I will appreciate your help!
Thanks and br,