Problems with indexer

I setup couchbase server 4.1 release on ubuntu 14.0.4 LTS with PC specs (4 cores , 8 GB of ram)
when I setup the server and check the inde tab I found that error :-Warning: We are having troubles communicating to the indexer process. The information might be stale.
and I explore the log
Module Code:- ns_log000

1 Like

Could you check and make sure your Index RAM Quota setting under the settings tab is set to 256 MB and not higher.
thanks
-cihan

I already did this but without no effect

ok thanks - could you share your indexer.log

I can’t upload the indexer.zip because of site rules deny new users to upload attachments.
so there is some of the indexer.log :-
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:346 +0x330

goroutine 44 [sleep]:
github.com/couchbase/indexing/secondary/indexer.(*statsManager).runStatsDumpLogger(0xc2080bd2c0)
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:498 +0x1d6
created by github.com/couchbase/indexing/secondary/indexer.NewStatsManager
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/stats_manager.go:347 +0x34a

goroutine 49 [chan receive]:
github.com/couchbase/indexing/secondary/indexer.(*adminMgr).run(0xc20b1a4bb0)
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/admin_manager.go:51 +0x61
created by github.com/couchbase/indexing/secondary/indexer.NewAdminManager
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/admin_manager.go:36 +0xbb

goroutine 50 [chan receive]:
github.com/couchbase/indexing/secondary/indexer.(*compactionManager).run(0xc20b09aea0)
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:154 +0x91
created by github.com/couchbase/indexing/secondary/indexer.NewCompactionManager
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:144 +0x106

goroutine 46 [IO wait]:
net.(*pollDesc).Wait(0xc208011b10, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208011b10, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).Read(0xc208011ab0, 0xc20b0e2000, 0x1000, 0x1000, 0x0, 0x7f090c860e70, 0xc20b1a4a60)
/usr/local/go/src/net/fd_unix.go:242 +0x40f
net.(*conn).Read(0xc20802e228, 0xc20b0e2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:121 +0xdc
net/http.noteEOFReader.Read(0x7f090c86d300, 0xc20802e228, 0xc208041bd8, 0xc20b0e2000, 0x1000, 0x1000, 0xc28840, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:1270 +0x6e
net/http.(*noteEOFReader).Read(0xc20b0ba5a0, 0xc20b0e2000, 0x1000, 0x1000, 0xc208014400, 0x0, 0x0)
:125 +0xd4
bufio.(*Reader).fill(0xc2080c7860)
/usr/local/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).Peek(0xc2080c7860, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:132 +0xf0
net/http.(*persistConn).readLoop(0xc208041b80)
/usr/local/go/src/net/http/transport.go:842 +0xa4
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:660 +0xc9f

goroutine 47 [select]:
net/http.(*persistConn).writeLoop(0xc208041b80)
/usr/local/go/src/net/http/transport.go:945 +0x41d
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:661 +0xcbc

goroutine 48 [chan receive]:
github.com/couchbase/indexing/secondary/indexer.(*storageMgr).run(0xc20b1ae180)
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/storage_manager.go:144 +0x61
created by github.com/couchbase/indexing/secondary/indexer.NewStorageManager
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/storage_manager.go:129 +0x57e

goroutine 51 [chan receive]:
github.com/couchbase/indexing/secondary/logging.func·001()
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/logging/logging.go:196 +0x7d
created by github.com/couchbase/indexing/secondary/logging.PeriodicProfile
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/logging/logging.go:200 +0x194

goroutine 53 [runnable]:
github.com/couchbase/indexing/secondary/indexer.(*indexer).listenWorkerMsgs(0xc208042280)
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:485
created by github.com/couchbase/indexing/secondary/indexer.(*indexer).run
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:392 +0x40

goroutine 54 [runnable]:
github.com/couchbase/indexing/secondary/indexer.(*indexer).listenAdminMsgs(0xc208042280)
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:426
created by github.com/couchbase/indexing/secondary/indexer.(*indexer).run
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/indexer.go:393 +0x5d

goroutine 55 [runnable]:
github.com/couchbase/indexing/secondary/indexer.(*compactionDaemon).loop(0xc20b09af30)
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:94
created by github.com/couchbase/indexing/secondary/indexer.(*compactionDaemon).Start
/home/couchbase/jenkins/workspace/sherlock-unix/goproj/src/github.com/couchbase/indexing/secondary/indexer/compaction_manager.go:43 +0x123
[goport] 2015/12/20 10:06:04 /opt/couchbase/bin/indexer terminated: exit status 2

I send the indexer.zip to your mail
thanks for help