OAAM plugin get error with OIC RESTful Services
(Doc ID 2365465.1)
Last updated on AUGUST 29, 2019
Applies to:
Oracle Mobile and Social - Version 11.1.2.3.0 and laterInformation in this document applies to any platform.
OIC RESTful Services
Symptoms
error using OAAM plugin in OIC Restful services
using OAAM plugin in our OIC RESTful services
oracle.security.idaas.rest.provider.plugin.oaam.OaamMobileSecurityHandlerImpl
When we invoke services without using OAAM plugin it works fine. However when we use OAAM plugin we get error
<Feb 19, 2018 5:14:34 PM PKT> <Error> <com.sun.jersey.spi.container.ContainerResponse> <BEA-000000> <The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container
java.lang.NoClassDefFoundError: com/bharosa/client/enums/BharosaEnumClientType
at oracle.security.idaas.rest.provider.plugin.oaam.OaamMobileSecurityHandlerImpl.<clinit>(OaamMobileSecurityHandlerImpl.java:170)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at java.lang.Class.newInstance(Class.java:379)
Reference:
https://docs.oracle.com/cd/E52734_01/oam/AIDEV/appendixcurl.htm#AIDEV6203
Changes
1. Enabled OAAM plugin in our OIC restful services
oracle.security.idaas.rest.provider.plugin.oaam.OaamMobileSecurityHandlerImpl
2. When we invoke services without using OAAM plugin it works fine. but when we use OAAM plugin we get error which is mentioned Symptoms section
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |