Unable to set the activation state to true for the application ' ' ,weblogic.common.ResourceException: is already bound
摘要:solution:Whaaaaat? I don't have an 'application' Foo I only have a Datasource with this name... nice error messageI double checked that there is no double JNDI Name definition, checked the config files. Everything fine.It took me quite a while to find the problem:The JNDI Name field for
阅读全文
posted @
2011-12-01 15:47
七月逆流
阅读(6162)
推荐(1) 编辑
eclipse远程调试linux下的weblogic
摘要:由于weblogic部署在linux下面,所以需要配置eclipse的远程调试。前面一直在网上搜文章进行配置,但是总是失败。于是放弃,每次部署了重启要好几分钟,也只能忍受。但是有时确实需要调试才能找出错误,就不是忍受重启浪费时间的问题了。今晚又碰到了问题需要调试,无奈只好又上网找配置eclipse远程调试weblogic的资料。搜了一会还是不行,又找了一会,终于发现宝了,赶紧记录下来。如下是转载内容:如果要在eclipse中远程调试weblogic,请使用如下方式:打开startWebLogic.cmd,并调整执行java命令的地方:%JAVA_HOME%\bin\java %JAVA_VM%
阅读全文
posted @
2011-12-01 00:33
七月逆流
阅读(1965)
推荐(0) 编辑