weblogic 12.c Deployment could not be created. Deployment creator is null

只谈情不闲聊 提交于 2019-12-06 07:15:22

This bug manifests itself if the application being deployed fails initial activation ("activation" of the configuration changes in the admin console). For example, if you've forgot to configure required datasources etc. and application didn't start with some error because of it.

If you see "deployment creator is null" the only remaining option is to remove the application and deploy it again. Fixing configuration without redeploying application won't help.

Once the app started successfully, "deployment creator" won't harass you anymore.

You can see the source of the failure (why the app failed to start) by looking in the server logs. Or, if deploying in Eclipse, look at the Console Eclipse=>Console=>"Oracle Weblogic Server at localhost".

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!