2014-02-11 48 views
3

我已經爲Windows 7 64位安裝了Couchbase 2.2.0。我使用默認選項安裝它。該服務得到安裝,我可以停止/啓動或重新啓動它沒有錯誤。但是,我無法連接到端口8091上的管理控制檯。Couchbase 2.2 - 安裝後無法連接到控制檯

我已經找到了一些關於如何處理這個問題的帖子,但它們都與舊版本的couchbase和參考文件/選項有關,我在版本中找不到2.2(例如這個帖子:Unable to connect to http://localhost:8091/index.html)。

當我嘗試netstat -an -p tcp我看不到任何監聽端口8091的服務,所以我懷疑在啓動過程中出現了問題。

查看/ var/lib/couchbase/logs中的couchbase日誌我可以看到一些錯誤,但它們對我沒有意義。

[error_logger:error,2014-02-11T17:13:16.536,[email protected]:error_logger<0.6.0>:ale_error_logger_handler:log_msg:76]** Generic server <0.233.0> terminating 
** Last message in was {die,{abnormal,3}} 
** When Server state == {state,ns_server,5000, 
           {1392,135189,391066}, 
           undefined,infinity} 
** Reason for termination == 
** {abnormal,3} 

[ns_server:debug,2014-02-11T17:13:16.536,[email protected]:<0.235.0>:supervisor_cushion:init:39]starting ns_port_server with delay of 5000 
[error_logger:error,2014-02-11T17:13:16.536,[email protected]:error_logger<0.6.0>:ale_error_logger_handler:log_report:72] 
=========================CRASH REPORT========================= 
    crasher: 
    initial call: supervisor_cushion:init/1 
    pid: <0.233.0> 
    registered_name: [] 
    exception exit: {abnormal,3} 
     in function gen_server:terminate/6 
    ancestors: [child_ns_server_sup,ns_babysitter_sup,<0.58.0>] 
    messages: [] 
    links: [<0.73.0>] 
    dictionary: [] 
    trap_exit: true 
    status: running 
    heap_size: 2584 
    stack_size: 24 
    reductions: 2365 
    neighbours: 

Windows防火牆正在運行,但由於我安裝couchbase具有相同Windows版本另一臺計算機上的相同版本不麻煩我無法想象的是,防火牆是造成這種麻煩。

雖然我沒有選擇,但我不知道爲什麼我無法得到這個工作。與此同時,我已經卸載2.2並試圖回落到2.1(結果相同)並前進到2.5(結果相同)。在所有情況下,我都轉過了防病毒軟件,並停止了Windows防火牆以消除此原因。

回答

相關問題