开发环境:Eclipse+MyEclipse
服务器:WebLogic10
出错时候的情况:配置完数据源之后,激活的时候
错误提示:
An error occurred during activation of changes, please see the log for details.
[Deployer:149189]Attempt to operate 'activate' on null BasicDeploymentMBean for deployment MysqlDataSource. Operation can not be performed until server is restarted.
错误原因:
WebLogic10需要的JDK版本为5
修改方法:
找到Eclipse中配置服务器的位置(Windows--〉reference-->MyEclipses-->Server或者Application Server-->WebLogic-->WebLogic10-->JDK),点击下拉列表右边的Add按钮,添加JDK5(可以使用WebLogic自带的JDK)即可。
本文介绍了解决WebLogic10在配置数据源激活时遇到的问题,错误提示涉及无法操作空BasicDeploymentMBean。文章详细解释了错误发生的原因,并提供了具体的解决方案——更新JDK版本至5。
614

被折叠的 条评论
为什么被折叠?



