Debugging 在intellij上调试dspace 6.0 jspui应用程序时出现问题

Debugging 在intellij上调试dspace 6.0 jspui应用程序时出现问题,debugging,intellij-idea,solr,tomcat7,dspace,Debugging,Intellij Idea,Solr,Tomcat7,Dspace,我曾尝试在Intellij上配置dspace 6.0。但在调试应用程序时,我发现以下错误。我认为在Intellij上配置tomcat 7时,dspace dir的值被覆盖。 请建议我需要在配置中进行哪些更改 INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scan

我曾尝试在Intellij上配置dspace 6.0。但在调试应用程序时,我发现以下错误。我认为在Intellij上配置tomcat 7时,dspace dir的值被覆盖。 请建议我需要在配置中进行哪些更改

INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
log4j:ERROR Could not read configuration file from URL [file:/E:/apache-tomcat-7.0.96/bin/$%7Bdspace.dir%7D/config/log4j-solr.properties].
java.io.FileNotFoundException: E:\apache-tomcat-7.0.96\bin\${dspace.dir}\config\log4j-solr.properties (The system cannot find the path specified
)

参考链接: IntelliJ IDEA 13在Mac OS上开发数据空间的设置XIntelliJ IDEA 13在Mac OS X上开发数据空间的设置

假设您发布的日志片段来自tomcat或DSpace日志,在尝试启动DSpace时,原因可能是:

  • 未填写dspace.dir值
  • maven或ant突击队没有成功执行。在启动DSpace之前,必须完成这些步骤

您在哪里看到此错误?请注意日志文件路径URL中的
${dspace.dir}
占位符。这可能会引起问题。