Closed
Description
Hello,
i'm getting again an issue that was solved long time ago (#1128)
1. WLSDPLY-09015: updateDomain deployment failed: cd(/SecurityConfiguration/base_domain/Realm/myrealm/AuthenticationProvider/ECASIdentityAsserterV2) in offline mode failed: no such nested element AuthenticationProvider named ECASIdentityAsserterV2
difference is that now even when creating the domain it call updateDomain so it also fail when creating initial domain.
The mbean/schema are defined and present in the defined path:
[oracle@admin-int-introspector-hh6xz oracle]$ ls /u01/domains/base_domain/wlsdeploy/custom/mbean/
eulogin-weblogic-12-authprovider-8.5.0-jdk8.jar uumds-identity-asserter-10.3.0-SNAPSHOT.jar
[oracle@admin-int-introspector-hh6xz oracle]$ ls /u01/domains/base_domain/wlsdeploy/custom/schema/
eulogin-weblogic-12-authprovider-8.5.0-jdk8.schema.jar uumds-identity-asserter-10.3.0-SNAPSHOT.schema.ja
The WLSDEPLOY_PROPERTIES is set
WLSDEPLOY_PROPERTIES='-Dfmwconfig.alternateTypesDirectory=/u01/domains/base_domain/wlsdeploy/custom/mbean -Dfmwconfig.alternateSchemaDirectory=/u01/domains/base_domain/wlsdeploy/custom/schema
If the mbean / schema are in weblogic default directory it works, but if in the custom it fail.
I'm using latest operator and Deploy tool 3.3.0. I'm rebuilding my images with 3.4.0 to test but i see no related changes in the readme.
Something changed in the differents tool that i forgot to update or is this a new issue?
(Attached the full logs of the introspector when creating a new domain)
Regards