关于部署、配置基于WebLogic10应用时的一个错误

开发环境: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)即可。

你可能感兴趣的:(eclipse,jdk,应用服务器,MyEclipse,weblogic)