osiam / connector4java

Native Java API to connect to the REST based OSIAM services
MIT License
8 stars 17 forks source link

OsiamConnector #194

Closed rakeshrangappa closed 8 years ago

rakeshrangappa commented 8 years ago

Hi, i receive the following error when i run the command

command

AccessToken at = osiamConnector.retrieveAccessToken(authcode);

Error

Exception in thread "main" org.osiam.client.exception.ConnectionInitializationException: Could not deserialize the error response for the HTTP status 'Found'. Original response: at org.osiam.client.AuthService.checkAndHandleResponse(AuthService.java:513) at org.osiam.client.AuthService.retrieveAccessToken(AuthService.java:189) at org.osiam.client.OsiamConnector.retrieveAccessToken(OsiamConnector.java:429) at osiam.CreateUser.main(CreateUser.java:122)

tkrille commented 8 years ago

Hi @rakesh30892,

can you show me your source code or give me some more information on what you do and how. It's hard to tell just from the stack trace. Also, it might be helpful, if you get the logs from OSIAM and paste them here (preferably by creating a Gist).

rakeshrangappa commented 8 years ago

The issue has been resolved.

Thank You.

tkrille commented 8 years ago

Happy to hear that :)