Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

WebLogic domain creation fails with SecurityException: The provider self-integrity check failed.

David BalažicDec 6 2022 — edited Dec 6 2022

First, sorry if this is the wrong category, but the single dropdown list with all the categories without a search facility is impossible to use.
The problem:
Creating a new domain in WebLogic fails at end with this error message:
java.lang.SecurityException: The provider self-integrity check failed.
This happens when using the config.sh script (in console mode) or the unpack method.
Details:
OS: SUSE Linux Enterprise Server 10 (x86_64) patchlevel 4
WebLogic 10.3.6
JDK Oracle 7u361
I installed WebLogic from wls1036_generic.jar, and then tried to created a domain. It always fails with the above error.
The release notes[1] actually mention this error as "Running the WebLogic Full Client in a Non-Forked VM" but I don't see how this applies.

Any ideas how to resolve this?

[1] https://docs.oracle.com/middleware/11119/wls/WLSRN/issues.htm#BCFDHGEJ

Comments

807557
"ld: warning: file /opt/mysql/mysql/lib/libmysqlclient.a(libmysql.o): wrong ELF class: ELFCLASS64
Usually this kind of error is an indication that both 32- and 64-bit object files are being used in building the application. Use all 32-bit objects or 64-bit objects - please do not mix them during compilation.
--

If building from scratch is not mandatory for you, you can try installing postfix {and other applications, libraries, ..} with the help of Blastwave's 'pkg-get'. Some instrustions are at: http://technopark02.blogspot.com/2005/06/solaris-installing-appspackages-with.html
% pkg-get -a | grep postfix
             postfix 2.2.8,REV=2006.03.13
1 - 1

Post Details

Added on Dec 6 2022
1 comment
2,486 views