今天在weblogic服务器上部署项目的时候,突然跳出来一个错误,Module named ‘GOFExpWebEAR’ failed to deploy. See Error Log view for more detail.直接上图:

Module named ‘GOFExpWebEAR’ failed to deploy. See Error Log view for more detail.卧槽,之前一直好好的,怎么不行了呢?控制台报错如下:
Module named ‘GOFExpWebEAR’ failed to deploy. See Error Log view for more detail.看到jdbc.sea0001这里,这不是我配置数据库的地方么,然后想起来昨天我修改了数据库连接信息,于是打开数据库控制台,找到数据源,改回原来的连接信息。
Module named ‘GOFExpWebEAR’ failed to deploy. See Error Log view for more detail.Module named ‘GOFExpWebEAR’ failed to deploy. See Error Log view for more detail.这次应该可以了吧,重新部署下试试看。

Module named ‘GOFExpWebEAR’ failed to deploy. See Error Log view for more detail.OK!成功启动!

相关文章: