Reputation: 288
I have updated STS to version 3.6.4.RELEASE. When I try to start my java project, I get this error message in the console:
Fehler: Hauptklasse Files.springsource.vfabric-tc-server-developer-2.9.3.RELEASE.base-instance.conf.logging.properties konnte nicht gefunden oder geladen werden
This means in english:
Error: main class Files.springsource.vfabric-tc-server-developer-2.9.3.RELEASE.base-instance.conf.logging.properties could not be found or loaded
Does someone have a solution for this problem? I have cleaned my project and the server, but the error still occurs.
Thanks
Upvotes: 3
Views: 668
Reputation: 66
In VM Arguments replace
-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"
Upvotes: 5
Reputation: 1557
What are the templates set on your server instance? Try creating a new tc server instance. Right-clicking in the servers view and follow the wizard to create a new instance with your 2.9.3 runtime. Run your app o a new instance Check if you tc server 2.9.3 runtime environment is still valid (via Preferences -> Server -> Runtime Environment) that it still points to the right folder.
Upvotes: 0