2011-07-25 110 views
1

我正在使用RAD 7.5.0並使用websphere 7.0服務器。RAD - Web Sphere 7.0服務器未啓動

當我嘗試啓動服務器面臨以下問題。

 
ADMU0116I: Tool information is being logged in file E:\Program 
      Files\IBM\SDP\runtimes\base_v7\profiles\AppSrv01\logs\server1\startServer.log 
ADMU7701I: Because server1 is registered to run as a Windows Service, the 
      request to start this server will be completed by starting the 
      associated Windows Service. 
ADMU0116I: Tool information is being logged in file E:\Program 

      Files\IBM\SDP\runtimes\base_v7\profiles\AppSrv01\logs\server1\startServer.log 

ADMU0128I: Starting tool with the AppSrv01 profile 

ADMU3100I: Reading configuration for server: server1 

ADMU3200I: Server launched. Waiting for initialization status. 

ADMU3011E: Server launched but failed initialization. startServer.log, 

      SystemOut.log(or job log in zOS) and other log files under 

      E:\Program 

      Files\IBM\SDP\runtimes\base_v7\profiles\AppSrv01\logs\server1 should 

      contain failure information. 

ADMU7704E: Failed while trying to start the Windows Service associated with 
      server: server1; 
probable error executing WASService.exe: Starting 
      Service: gh-vdistlsv153Node02 
Service failed to start. startServer 
      return code = -1 

回答

1

我將這個錯誤解釋爲RAD認爲您的webspehere安裝爲Windows服務,並且該服務無法啓動。

您需要系統地嘗試弄清楚發生了什麼。

我會先看看目錄

IBM\SDP\runtimes\base_v7\profiles\AppSrv01\logs\server1 

你看到正在創建的應用程序服務器的SystemOut和SystemErr文件?如果是的話,打開它並在那裏尋找錯誤。

我認爲你更有可能看不到這些文件,在這種情況下,這意味着服務沒有啓動Java。

因此請嘗試從控制面板手動啓動服務......會發生什麼情況?看看服務配置。

編輯:你發現的錯誤是一個已知的問題,你需要下載一個修復:from here

+0

感謝您的答覆。當我打開SystemErr時,我可以看到下面的錯誤「無法從E:\ Program Files \ IBM \ SDP \ runtimes \ base_v7 \ plugins \ com.ibm.ws.runtime.jar加載XSL文件」 –

+0

可能的解決方案添加到我的答案中 – djna