My Oracle Support Banner

OEPE: Unable to launch server that uses custom Security Provider. (Doc ID 1144932.1)

Last updated on OCTOBER 25, 2021

Applies to:

Oracle Enterprise Pack for Eclipse - Version All and later
Information in this document applies to any platform.

Symptoms

OEPE is unable to launch server that uses custom Security provider.
If you start WLS 10.3.2 in DEBUG mode in OEPE,with default security realm it works just fine. If a Custom Security realm is used the below error is seen. Appears that the custom security classes are not found.

java.io.IOException
at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:187)
at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:81)
at javax.management.remote.JMXConnectorFactory.newJMXConnector(Unknown Source)
at javax.management.remote.JMXConnectorFactory.connect(Unknown Source)
at oracle.eclipse.tools.weblogic.server.internal.WlsJMXHelper.createConnector(WlsJMXHelper.java:269)
at oracle.eclipse.tools.weblogic.server.internal.WlsJMXHelper.connectToJMX(WlsJMXHelper.java:76)
at oracle.eclipse.tools.weblogic.server.internal.WlsJMXHelper.getDomainAttribute(WlsJMXHelper.java:139)
.....
Caused by: java.lang.ClassNotFoundException: com.XYZ.security.principal.XYZWebLogicPrincipal
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)

Changes

N/A.

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.