Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
WSM00101 error: The specified keystore file /domains/wlsaas/config/fmwconfig/default-keystore.jks ca

In JCS 13.2, same endpoint testing get this error starting last week
oracle.wsm.common.sdk.WSMException: WSM-00101 : The specified keystore file /domains/wlsaas/config/fmwconfig/default-keystore.jks cannot be found; it either does not exist or its path is not included in the application classpath.
Same app deployed to local Weblogic, against same endpoint, works fine.
Ran another testing in JCS 13.1 use the same endpoint and username & password for web service call,
got this error
InvalidSecurityToken : The security token is not valid.
Any thoughts?
Thanks,
Philip
Answers
-
I think its a known issue your service likely uses message protection which, as I understand, is not available, see 18386527 through the support system.
--
Jani Rautiainen
Fusion Applications Developer Relations
-
after I change policy from message protection to "oracle/wss_username_token_client_policy"
I got this error: "InvalidSecurityToken : The security token is not valid."
-
Did you check the WSDL for your service on the policies it supports, is "oracle/wss_username_token_client_policy" included ?
--
Jani Rautiainen
Fusion Applications Developer Relations
-
solved.
After I finally change the policy to "oracle/wss_username_token_over_ssl_client_policy"