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

时间:2019-09-24 12:10:11

标签: 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 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

参考链接: 在Mac OS X上用于DSpace开发的IntelliJ IDEA 13设置 https://youtu.be/mrLl1qPsy6I

1 个答案:

答案 0 :(得分:0)

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

  • dspace.dir值未填写
  • maven或ant突击队未成功执行。必须先完成这些步骤,然后才能启动DSpace。
相关问题