Forum Discussion
mbano
10 years agoNew Contributor
I have checked the soapui.log file and have noticed OAuthProblemExceptions being thrown. I have attached a portion of the log file.
nmrao
10 years agoCommunity Hero
Please check with service provider or your team. From the log it is evident that it appeas an issue with the application /service
description='Invalid response! Response body is not application/json encoded', uri='null', state='null', scope='null', redirectUri='null', responseStatus=0, parameters={}}
com.eviware.soapui.impl.rest.actions.oauth.OAuth2Exception: org.apache.oltu.oauth2.common.exception.OAuthSystemException: OAuthProblemException{error='unsupported_response_type', description='Invalid response! Response body is not application/json encoded', uri='null', state='null', scope='null', redirectUri='null', responseStatus=0, parameters={}}- mbano10 years agoNew Contributor
Hi Rao,
Thanks for getting back to me. I seem to have gotten past that issue but have now encountered a new error in the logs:
2016-01-15 10:31:38,557 ERROR [errorlog] org.apache.oltu.oauth2.common.exception.OAuthSystemException: java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "">"
I'ev attached a sample of the log file again but this is the main information. Another application issue?
Thanks!
- nmrao10 years agoCommunity HeroIt appears so.