開発システムに対して Social Business Toolkit をセットアップしました。ブログとアクティビティ API を除いて、すべての API は正常に動作しています。両方について、Java API 内で次のエラーを受け取ります。
org.apache.http.conn.EofSensorInputStream cannot be cast to org.w3c.dom.Document
sbt からのブログ リクエスト URL は次のとおりです。
http://example.com/service/proxy/connections/blogs/homepage/feed/blogs/atom?ps=5&dojo.preventCache=13
しかし、正しいのは次のとおりです。
http://example.com/service/proxy/connections/blogs/atom?ps=5&dojo.preventCache=13
なぜそれが起こるのですか?