我已将STS更新到版本3.6.4.RELEASE。当我尝试启动我的java项目时,我在控制台中收到此错误消息:
Fehler:Hauptklasse Files.springsource.vfabric-tc-server-developer-2.9.3.RELEASE.base-instance.conf.logging.properties konnte nicht gefunden oder geladen werden
这意味着用英语:
错误:无法找到或加载主类Files.springsource.vfabric-tc-server-developer-2.9.3.RELEASE.base-instance.conf.logging.properties
有人有解决此问题的方法吗?我已经清理了我的项目和服务器,但错误仍然存在。
由于
答案 0 :(得分:5)
在VM Arguments中替换
-Djava.util.logging.config.file = C:/ Program Files / springsource / vfabric-tc-server-developer-2.9.3.RELEASE / base-instance / conf / logging.properties
-Djava.util.logging.config.file =“C:\ Program Files \ springsource \ vfabric-tc-server-developer-2.9.3.RELEASE \ base-instance \ conf \ logging.properties”
答案 1 :(得分:0)
您的服务器实例上设置了哪些模板? 尝试创建一个新的tc服务器实例。右键单击服务器视图,然后按照向导使用2.9.3运行时创建新实例。在新实例中运行您的应用 检查服务器2.9.3运行时环境是否仍然有效(通过首选项 - >服务器 - >运行环境),它仍然指向正确的文件夹。