1
退出碼1過早地退出,當我試圖使用在GlassFish 4.0
的asadmin啓動域啓動的GlassFish域域1
得到一個錯誤說
的服務器服務器在glassfish 4.0上提前退出並退出代碼1,然後死亡它會生成以下輸出
全堆棧跟蹤
the server exited prematurely with exit code 1.
Before it died, it produced the following output:
Java Hotspot(TM) 64 bit server vm warning: ignoring options MaxPermsize=192m, supported was removed in 80
ERROR: JDWP option syntax error: -agentlib: jdwp=transport=dt_Socket,Server=y,Suspend=n,address=9009
command start-domain failed
誰能幫助我如何解決這個問題?
老兄,你是個傳奇人物。在不同的情況下,我被困在一個問題上,這有所幫助。因此,對於任何可能有我的問題的人:我試圖在Jenkins CI服務器上的glassfish託管容器中運行arquillian測試。 gf服務器在測試過程中不會啓動,我以某種方式來到了這裏,這讓我很好,很合適。謝謝! –