|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
这两天在弄 Compiere 的远程调试,参考了 http://red1.org/forum 上的一篇文章 "remoteDebug.pdf"
按照说明配置完后,log 中总是有错,有没有人配置成功过
错误有几个,基本相似,如下:
2005-12-30 16:21:22,328 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at compiereApps.ear entry is CompiereSLib.jar
2005-12-30 16:21:22,359 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Compiere2/jboss/server/compiere/deploy/compiereApps.ear references URL file:/C:/Compiere2/jboss/server/compiere/deploy/CompiereSLib.jar which could not be opened, entry ignored
org.jboss.deployment.DeploymentException: url file:/C:/Compiere2/jboss/server/compiere/deploy/CompiereSLib.jar could not be opened, does it exist?
总觉得不应该报这样的错啊,报错似乎应该是说 deploy目录下没有 CompiereSLib.jar,但我觉得实际上本来就不应该有(也确实没有),CompiereSLib.jar 存在于 compiereApps.ear 中.
compiereApps.ear 内部结构如下
-META-INF
- MENIFEST.MF(其中也指明了 classpath)
- application.xml
-CompiereSLib.jar
-compiereApps.jar
-Compiere.jar
-compiereApps.war |
|