Eclipse啟動JBoss 執行錯誤(timeout)
Eclipse中啟動JBoss v4.2 錯誤提示:
Starting JBoss v4.2 at localhost has encountered a problem
Server JBoss v5.0 at localhost was unable to start within 50 seconds. If the server
requires more time, try increasing the timeout in the server editor.
方法一: 修改文件servers.xml
路徑:
workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml。
修改:
start-timeout="50"
50 為50秒,改為你啟動JBoss所需的時間。
如圖:
這裡改為5分為300秒。
start-timeout="300"
重新啟動Eclipse。
方法二:
在eclipse中的Servers介面修改。
如圖:
點二下JBoss -> 顯示JBoss Servers介面 ->點選Timeouts->修改Start
這裡改為5分為300秒。
start-timeout="300"
- 首頁
- JAVA 目錄
- JAVA WEB 目錄
- JAVA 其他未分類 目錄
- Grails目錄
- jQuery 目錄
- Apache 目錄
- JavaScript 目錄
- Spring + Hibernate 目錄
- Hibernate 目錄
- Linux 目錄
- 程式開發工具目錄
- MySQL 目錄
- PHP目錄
- C/C++ 目錄
- Google App Engine 目錄
- HTML5/CSS3
- 程式開發基本資訊
- Android
- Oracle 目錄
- Struts 目錄