Oracle Weblogic Server (MOSC)

MOSC Banner

Unable to deploy SpringBoot war to Weblogic 12.2.1.3.0

Issue 1

I am trying to deploy a war file of a Springboot project to weblogic using command line.

java -cp weblogic.jar weblogic.Deployer -verbose -noexit -adminurl t3://host:7001 -username username -password password -source /path/application.war -stage -upload -deploy -timeout 300

Getting following error:

weblogic.deploy.api.internal.utils.DeployerHelperException: The source '/tmp/helloproject.war6646840401231522' for the application 'helloproject' could not be loaded to the server 'http://host:7001/bea_wls_deployment_internal/DeploymentService'.

/tmp/wl_comp3459993258411455610.jar (No such file or directory)

    at weblogic.deploy.api.internal.utils.JMXDeployerHelper.uploadSource(JMXDeployerHelper.java:816)

    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.upload(ServerConnectionImpl.java:1136)

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center