M
M
melnik19882015-07-17 16:13:22
Java
melnik1988, 2015-07-17 16:13:22

Proper Deploy J2EE Application via WLST on weblogic 12?

I'm trying to put a J2EE application on a weblogic server with 12 WLST commands

connect('user','pas',' t3://XX.XX.XX.XX:7001 ')
edit()
startEdit(-1,-1,'false' )
deploy(appName='app', path='/home/weblogic', targets='myserver')
save()
activate()


Operation "deploy" on application "app" has succeeded on "myserver". The problem is that the application doesn't work, when you try to click on it in the Deployments section, the admin console says: The configuration for atmadv is still being loaded from your last request, please wait a moment and retry.

progress.printStatus()
Current Status of your Deployment:
Deployment Message : javax.management.InstanceNotFoundException: com.bea:Name=ADTR-15,DeployerRuntime=DeployerRuntime,Type=DeploymentTaskRuntime


When installing through the weblogic admin console, everything works, but not through WLST. Tell me what's going wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
melnik1988, 2015-07-17
@melnik1988

I will add that the Type of the application is unknown, and when installed through the administrative console of the Enterprise Application.
If someone suddenly needs it, then it was in plan.xml. We create it and add it to the deploy command.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question