0
我在Ubuntu 14.04上設置了我的第一個BAM服務器。我已經完成了安裝和入門指南。我可以登錄管理控制檯。獲取HTTP/1.1 302在Ubuntu上將事件發佈到BAM 2.5.0時發現14.04
當我嘗試登錄事件建議使用指南:
curl -v http://localhost:9763/endpoints/HttpEventAdaptor/requestInfo -d @event.xml
我得到如下回應,並沒有事件記錄到數據庫中。
Trying 127.0.0.1...
`* Connected to localhost (127.0.0.1) port 9763 (#0)
POST /endpoints/HttpEventAdaptor/requestInfo HTTP/1.1
User-Agent: curl/7.35.0
Host: localhost:9763
Accept: */*
Content-Length: 255
Content-Type: application/x-www-form-urlencoded
* upload completely sent off: 255 out of 255 bytes
HTTP/1.1 302 Found
Set-Cookie: JSESSIONID=3A5BE333BE38B5FECF4150434402D47D;
Path=/; HttpOnly
Location: https://197.96.138.188:9443/carbon/
Content-Type: text/html;charset=UTF-8
Content-Length: 0
Date: Tue, 07 Apr 2015 08:45:19 GMT
* Server WSO2 Carbon Server is not blacklisted
Server: WSO2 Carbon Server
如果我在本地嘗試或從遠程設備嘗試,我會得到相同的響應。
我也試圖加載一些樣本,他們似乎都有同樣的問題。
我不確定這是BAM問題還是服務器配置問題。