Linux
在 RHEL 上啟動 Glassfish 時 JVM 不會啟動
GlassFish 3.0.1 RHEL 6.3
嘗試啟動 GlassFish 時出現以下 JVM 錯誤:
JVM failed to start: com.sun.enterprise.admin.launcher.GFLauncherException: The server exited prematurely with exit code 0. Before it died, it produced the following output: Command start-domain failed.
我有足夠的可用記憶體:3689 MB
我添加了一個新的 http-listener,它與另一個 http-listener 在同一個埠上。我從 GlassFish 配置文件 domain.xml 中刪除了新的 http-listener 並重新啟動了伺服器,一切都恢復了。
如錯誤消息中所述,它與 glassfish 中的域有關。
- 未定義域:glassfish 無法啟動
- 幾個域:您需要設置域以在啟動腳本中使用。