2013-12-23 219 views
0

我試圖this tutorial與管理進入在第8步之後,我得到了錯誤如下:HTTP狀態500

HTTP Status 500 - Exception while making the decision : org.apache.axis2.AxisFault: Connection refused: connect 
org.wso2.carbon.identity.entitlement.filter.exception.EntitlementFilterException: Exception while making the decision : org.apache.axis2.AxisFault: Connection refused: connect 
org.wso2.carbon.identity.entitlement.filter.EntitlementFilter.doFilter(EntitlementFilter.java:191) 

回答

0

1) 是您的WSO2服務器只能運行鍼對loclahost或者是它只是在他的IP地址上運行?看起來您無法通過此IP和/或端口號與服務器聯繫。

2) 是否有任何代理定義?如果是這樣,請嘗試禁用它們。

+0

請問我的IS服務器版本是wso2is-4.5.0(https:// localhost:9445/carbon),AS是wso2as-5.1.0(https:// localhost:9443/carbon)。 我得到「http://127.0.0.1:9763/Entitlement_Sample_WebApp/protected.jsp」錯誤。我嘗試了網絡設置「無代理」和「自動檢測代理..」。還試着用「localhost,127.0.0.1:9763,127.0.0.1:9443,127.0.0.1:9445」的「Manual proxy configuration」和「No Proxy for:」。但不好。本地連接屬性爲(TCP/IPv4)「自動獲取IP地址」和「自動獲取DNS服務器」。 – user3128302

+0

您是否在Windows下安裝了回送適配器? – Marc

+0

當然!現在我懂了。我不知道如何將Web應用程序服務更改爲IS服務器(localhost:9445)。所以我將IS服務器的端口更改爲9444.現在它運行良好。所有! – user3128302

相關問題