更新到 STS 3.6 后出错。4.RELEASE
Error after update to STS 3.6.4.RELEASE
我已将 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
英文的意思是:
Error: main class Files.springsource.vfabric-tc-server-developer-2.9.3.RELEASE.base-instance.conf.logging.properties could not be found or loaded
有人能解决这个问题吗?我已经清理了我的项目和服务器,但错误仍然存在。
谢谢
您的服务器实例上设置的模板是什么?
尝试创建一个新的 tc 服务器实例。在服务器视图中右键单击并按照向导使用 2.9.3 运行时创建一个新实例。 运行 您的应用或新实例
检查您的 tc server 2.9.3 运行时环境是否仍然有效(通过 Preferences -> Server -> 运行time Environment)它是否仍然指向正确的文件夹。
- 在 "Project Explorer" 视图中右击 "Servers"
- Select "Run As"
- Select "Run Configurations..."(这应该会显示 "Run Configurations"
window)
- Select您使用的tc server(tc Server V2.9和tc Server V3.0-V3.01问题相同)
- Select 选项卡 "Arguments"
在 VM 参数中替换
-Djava.util.logging.config.file=C:/程序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"
我已将 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
英文的意思是:
Error: main class Files.springsource.vfabric-tc-server-developer-2.9.3.RELEASE.base-instance.conf.logging.properties could not be found or loaded
有人能解决这个问题吗?我已经清理了我的项目和服务器,但错误仍然存在。
谢谢
您的服务器实例上设置的模板是什么? 尝试创建一个新的 tc 服务器实例。在服务器视图中右键单击并按照向导使用 2.9.3 运行时创建一个新实例。 运行 您的应用或新实例 检查您的 tc server 2.9.3 运行时环境是否仍然有效(通过 Preferences -> Server -> 运行time Environment)它是否仍然指向正确的文件夹。
- 在 "Project Explorer" 视图中右击 "Servers"
- Select "Run As"
- Select "Run Configurations..."(这应该会显示 "Run Configurations" window)
- Select您使用的tc server(tc Server V2.9和tc Server V3.0-V3.01问题相同)
- Select 选项卡 "Arguments"
在 VM 参数中替换
-Djava.util.logging.config.file=C:/程序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"