Friday, January 17, 2014

Solution For Oracle SOA SSL setup File Not Foud Exception

Solution to FabricProviderServlet during SSL certification setup, make sure that JKS file name with complete path is set for KeyStoreLocation property instead of setting jks path alone. This will fix the below issue.


####<Jan 17, 2014 2:31:29 PM IST> <Error> <Deployer> <INBLRL3497> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <0000KEVQSHTComo5SVP5ic1IqEzd000002> <1389949289542> <BEA-149231> <Unable to set the activation state to true for the application 'soa-infra'.
weblogic.application.ModuleException: [HTTP:101216]Servlet: "FabricProviderServlet" failed to preload on startup in Web application: "/soa-infra".
oracle.fabric.common.FabricException: Unable to create SSL Socket Factory: C:\Oracle\Middleware\home_11g\user_projects (Access is denied)
    at oracle.integration.platform.common.SSLSocketFactoryManagerImpl.getSSLSocketFactory(SSLSocketFactoryManagerImpl.java:74)
Caused By: java.io.FileNotFoundException: C:\Oracle\Middleware\home_11g\user_projects (Access is denied)

No comments:

Post a Comment