之前老是出现
1 | Application Server was not connected before run configuration stop, |
我遇到这个问题一般是这些原因:
- 这个端口被占用,一般进程管理把所有java进程杀了可以解决
- 由于在IDEA中错误的给tomcat添加了参数,比如下面这个。去掉即可
这是下VM option中加了:-URIEncoding=UTF-8
1 | Error: Could not create the Java Virtual Machine. |
之前老是出现
1 | Application Server was not connected before run configuration stop, |
我遇到这个问题一般是这些原因:
这是下VM option中加了:-URIEncoding=UTF-8
1 | Error: Could not create the Java Virtual Machine. |