Deploying from Maven Fails Post Applying the Latest PSU Patch
(Doc ID 2520381.1)
Last updated on AUGUST 25, 2023
Applies to:
Oracle WebLogic Server - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
On : 12.2.1.3.0 version, Application Container - JavaEE
Applying latest PSU for Weblogic 12.2.1.3 and refreshing the Maven repository results in an error when trying to deploy through Maven.
Below are the commands executed -
<ORACLE_HOME>/oracle_common/plugins/maven/com/oracle/maven/oracle-maven-sync/12.2.1
<MAVEN_HOME>/bin/mvn install:install-file -DpomFile=oracle-maven-sync-12.2.1.pom -Dfile=oracle-maven-sync-12.2.1.jar
<MAVEN_HOME>/bin/mvn com.oracle.maven:oracle-maven-sync:push -DoracleHome=<ORACLE_HOME> -DtestingOnly=false -DpushDuplicates=true
<MAVEN_HOME>/bin/mvn -f <APP_SOURCE>/pom.xml pre-integration-test -DoracleServerUrl=<HOSTNAME>:<PORT> -DoracleUsername=<USERNAME> -DoraclePassword=<PASSWORD> -DoracleServerName=<SERVER_NAME>
Now app deployment via maven fails with the following error :
.....
.....
Performed a test from the instance where the Maven repository was not refresh, it worked properly.
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 |
Cause |
Solution |
References |