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

问题描述 投票:0回答:1

我曾尝试在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

debugging intellij-idea solr tomcat7 dspace
1个回答
0
投票

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

  • dspace.dir值未填写
  • 行家或蚂蚁突击队未成功执行。必须先完成它们,然后才能启动DSpace。
© www.soinside.com 2019 - 2024. All rights reserved.