My Oracle Support Banner

Creating SecureWebCenterRSS Source in SES in an SSL Environment Fails with Error "AuthorizationManager class does not accept the set of security attributes", "EQP-80309" and "javax.net.ssl.SSLException" (Doc ID 1319720.1)

Last updated on FEBRUARY 01, 2022

Applies to:

Oracle WebCenter Portal - Version 11.1.1.3.0 to 11.1.1.6.0 [Release 11g]
Information in this document applies to any platform.

Symptoms

Creating a SecureWebCenterRSS Source in Secure Enterprise Search (SES) 10.1.8.4 fails with error "AuthorizationManager class does not accept the set of security attributes", and the following error is reported in the log:

11/04/14 11:19:44 INFO HTTPThreadGroup-36 URIHandler initialized for the URI https://<HOSTNAME>:<PORT>/rsscrawl?excludedServiceIds=oracle.webcenter.peopleconnections.profile
11/04/14 11:19:44 FATAL HTTPThreadGroup-36 EQP-80305: Connection attempt failed. Retrying...
11/04/14 11:19:44 FATAL HTTPThreadGroup-36 Unrecognized SSL message, plaintext connection? javax.net.ssl.SSLException com.sun.net.ssl.internal.ssl.InputRecord:b:-1 java.lang.Thread:run:534
11/04/14 11:19:45 FATAL HTTPThreadGroup-36 EQP-80305: Connection attempt failed. Retrying...
11/04/14 11:19:45 FATAL HTTPThreadGroup-36 Unrecognized SSL message, plaintext connection? javax.net.ssl.SSLException com.sun.net.ssl.internal.ssl.InputRecord:b:-1 java.lang.Thread:run:534
11/04/14 11:19:47 FATAL HTTPThreadGroup-36 EQP-80305: Connection attempt failed. Retrying...
11/04/14 11:19:47 FATAL HTTPThreadGroup-36 Unrecognized SSL message, plaintext connection? javax.net.ssl.SSLException com.sun.net.ssl.internal.ssl.InputRecord:b:-1 java.lang.Thread:run:534
11/04/14 11:19:48 FATAL HTTPThreadGroup-36 EQP-80309: Exception while opening a stream to the URI:https://<HOSTNAME>:<PORT>/rsscrawl?excludedServiceIds=oracle.webcenter.peopleconnections.profile
11/04/14 11:19:48 FATAL HTTPThreadGroup-36 EQP-80317: HTTP connect attempt failed after 3 attempts. Aborting connection attempt oracle.search.sdk.common.PluginException oracle.search.plugin.rss.HTTPHandler:postToUrl:566 java.lang.Thread:run:534
11/04/14 11:19:48 Error while reading the configuration file for retrieving the security attributes: EQP-80344: Exception when reading configuration file EQP-80317: HTTP connect attempt failed after 3 attempts. Aborting connection attempt. Returning empty list
11/04/14 11:21:18 java.lang.Exception: The AuthorizationManager class oracle.webcenter.search.auth.plugin.WebCenterAuthManager does not accept the set of security attributes.
11/04/14 11:21:18 at oracle.search.admin.sources.CaboCrawlableSource.validateAuthzMgrSettings(CaboCrawlableSource.java:11032)
11/04/14 11:21:18 at oracle.search.admin.sources.CaboCrawlableSource.processACL(CaboCrawlableSource.java:5130)
11/04/14 11:21:18 at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
11/04/14 11:21:18 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
11/04/14 11:21:18 at java.lang.reflect.Method.invoke(Method.java:324)
11/04/14 11:21:18 at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
11/04/14 11:21:18 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
11/04/14 11:21:18 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
11/04/14 11:21:18 at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
11/04/14 11:21:18 at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
11/04/14 11:21:18 at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
11/04/14 11:21:18 at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
11/04/14 11:21:18 at _sources._create__source__authz._jspService(_create__source__authz.java:1668)
11/04/14 11:21:18 at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
11/04/14 11:21:18 at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
11/04/14 11:21:18 at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
11/04/14 11:21:18 at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
11/04/14 11:21:18 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
11/04/14 11:21:18 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
11/04/14 11:21:18 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
11/04/14 11:21:18 at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
11/04/14 11:21:18 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
11/04/14 11:21:18 at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
11/04/14 11:21:18 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
11/04/14 11:21:18 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
11/04/14 11:21:18 at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
11/04/14 11:21:18 at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
11/04/14 11:21:18 at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
11/04/14 11:21:18 at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
11/04/14 11:21:18 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
11/04/14 11:21:18 at java.lang.Thread.run(Thread.java:534)

 

 

 

Changes

The WebCenter Portal instance is configured to use SSL.

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
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.