2015-06-10 30 views
1

在Bluemix,當我試圖在服務中添加單點登錄到一個Java應用程序服務經紀人的錯誤,我得到這個錯誤:當添加單點登錄服務

Service broker error: {"description"=>"CTJSO0015E The service instance with ID \"XXXXXXXXXX\" must be configured before the operation can be performed."} 

錯誤信息的關鍵部位是:

Service broker error ... 
CTJSO0015E The service instance ... 
must be configured before the operation can be performed. 

我的應用程序是一個新的空的Java運行時。服務實例被創建,但沒有綁定到應用程序。當我嘗試自己綁定服務時,出現同樣的錯誤。

如何解決此問題並將SSO服務綁定到應用程序?

回答