Pivotal tc Server v.3.1 won't start

偶尔善良 提交于 2019-12-04 15:28:40

I guess you might have already solved this. But just answering.

You need to make sure that there are no whitespaces in the path of your STS location.

Example : F:\softwares\STS - is the example of location to which you can extract your zip file of STS or install you exe file of STS.

Wrong : F:\softwares\IDE Softwares\STS - Is illegal. Pivotal is expecting no whitespaces in the location from which it gets the server source i.e., you sts installation location

STS location could be F:\softwares\STS\spring-tool-suite-3.7.0\sts-bundle, so that your server location would be F:\softwares\STS\spring-tool-suite-3.7.0\sts-bundle\pivotal-tc-server-developer-3.1.1.RELEASE.

Final solution is, there should not be any whitespaces in the path from which STS pics up the server.

I had the same problem. Apparently there is a bug with too long path to that file (logging.properties) and I solved it by shortening the path to the ... /conf/logging.properties file I simply moved that file to c:/dev and changed the path in launch configuration (double click server name in the "servers" tab and click on "open launch configuration" -> click "Arguments" -> edit path in the "VM arguments" section) OR you can move the whole STS folder into folder that has shorter name.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!