简体   繁体   English

通过对等方重置Tooltwist控制器连接

[英]Tooltwist Controller connection reset by peer

I am trying to deploy our designer using the Tooltwist Controller and I keep receiving the following error: 我正在尝试使用Tooltwist控制器部署我们的设计器,但我不断收到以下错误:

+------------------------------------------------------------------------------------------+
|                                                                                          |
|                                     GENERATION PHASE                                     |
|                                                                                          |
+------------------------------------------------------------------------------------------+
...
**
**  Check the server is running
**
Setting JAVA_OPTS=-Xms512m -Xmx5g -XX:MaxPermSize=512m

Starting the launchpad...
$ ./startup.sh
Wait a bit...
-
Error with http request: Connection reset by peer
==>> Status is error - Connection reset by peer
==>> Status is down

**
** Fatal error: Could not start the launchpad.
**

Finished: SUCCESS

I have tried changing the tomcat version in the payloads using both Tomcat 7.0.54 and Tomcat 7.0.40 but the issue persists 我尝试使用Tomcat 7.0.54和Tomcat 7.0.40更改有效负载中的tomcat版本,但问题仍然存在

It appears that the launchpad server is not starting correctly. 似乎启动板服务器无法正确启动。 There are many reasons why Tomcat might not start, so the best first step is to look at the Tomcat log file, which will be located somewhere like /ControllerV8/launchpads/<launchpad-name>/image/tomcat/logs/catalina.out . Tomcat无法启动的原因有很多,因此最好的第一步是查看Tomcat日志文件,该文件位于/ControllerV8/launchpads/<launchpad-name>/image/tomcat/logs/catalina.out类的/ControllerV8/launchpads/<launchpad-name>/image/tomcat/logs/catalina.out

One possibility could be that another launchpad's server is already running using the same launchpad ports. 一种可能是另一个启动板的服务器已经在使用相同的启动板端口运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM