Search code examples
weblogicjdeveloperweblogic12cosbsoa-suite

10.4.2 401 Unauthorized error on 12C SB console


I have just installed Oracle SOA Suite 12.1.3.0.0. Have created the integrated server and standalone server.

Problem : I'm not able to login to sbconsole.As soon as I hit enter after giving the userName/password, all I see is -


Error 401--Unauthorized From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.2 401 Unauthorized

The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11.


Although, I'm able to login to weblogic and em with same credential. Same behavior is observed in standalone and integrated server.

Any thoughts ??

Thanks in advance.


Solution

  • There are known login issues when using JDK8 with OSB. Is that the JDK that you're using? If so, rolling back to a supported JDK (JDK 1.7.0_55+) might fix things.