Debian Jessie AMD64 KVM 主機上的 IBM WebSphere Application Server ND 7.0 安裝程式卡在generateProfileKey上

Debian Jessie AMD64 KVM 主機上的 IBM WebSphere Application Server ND 7.0 安裝程式卡在generateProfileKey上

我正在嘗試在執行 Debian Jessie 的 AMD64 KVM VM 上安裝 IBM WebSphere Application Server Network Deployment 版本 7.0。無論我使用 APT 中的 Debian Iceweasel 還是手動安裝的 Mozilla Firefox,我都無法啟動 launchpad.sh 腳本,但我可以透過執行 來啟動安裝程式<WAS installer directory/WAS/install。但是,當嘗試安裝單元設定檔(具有 Nodeagent 和 Deployment Manager 的單元設定檔)時,安裝程式會停留在名為「generateProfileKey」的擷取後步驟上,並且不會繼續進行。我已經確保安裝程式正在運行自己的捆綁 JRE,而不是我係統的 OpenJDK JRE。

知道為什麼會發生這種情況以及我該怎麼做才能成功完成此步驟?


更新:我嘗試附加strace到安裝程式進程,這是一個 Java 應用程式。當安裝程式卡在generateProfileKey步驟時,strace會顯示許多類似這樣的內容:

[pid 15506] futex(0x7fd7c4b9bb14, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 128811, {1444774068, 879328000}, ffffffff) = -1 ETIMEDOUT (Connection timed out)
[pid 15506] futex(0x7fd7c4b9bb40, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 15506] gettimeofday({1444774068, 879537}, {300, 1444774068}) = 0
[pid 15506] gettimeofday({1444774068, 879569}, {300, 1444774068}) = 0
[pid 15506] gettimeofday({1444774068, 879588}, NULL) = 0
[pid 15506] futex(0x7fd7c4b9bb14, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 128813, {1444774068, 884588000}, ffffffff) = -1 ETIMEDOUT (Connection timed out)
[pid 15506] futex(0x7fd7c4b9bb40, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 15506] gettimeofday({1444774068, 884815}, {300, 1444774068}) = 0
[pid 15506] gettimeofday({1444774068, 884844}, {300, 1444774068}) = 0
[pid 15506] gettimeofday({1444774068, 884860}, NULL) = 0
[pid 15506] futex(0x7fd7c4b9bb14, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 128815, {1444774068, 889860000}, ffffffff) = -1 ETIMEDOUT (Connection timed out)
[pid 15506] futex(0x7fd7c4b9bb40, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 15506] gettimeofday({1444774068, 890061}, {300, 1444774068}) = 0
[pid 15506] gettimeofday({1444774068, 890092}, {300, 1444774068}) = 0
[pid 15506] gettimeofday({1444774068, 890111}, NULL) = 0

接下來是安裝程式卡在有問題的步驟時創建的最後幾條日誌訊息。由於最後一個日誌檔案似乎包含配置檔案呼叫和密鑰生成過程的詳細跟踪,因此我將重新開始安裝,重點關注 file /usr/IBM/WebSphere/AppServer/logs/manageprofiles/Dmgr01_create.log

/usr/IBM/WebSphere/AppServer/logs/install/installconfig.log

<record>
    <date>Oct 13, 2015 5:01:27 PM</date>
    <millis>1444773687650</millis>
    <sequence>2537</sequence>
    <logger>com.ibm.ws.install.configmanager.ConfigManager</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.ConfigManager</class>
    <method>executeAllActionsFound</method>
    <thread>4</thread>
    <message>Configuration action succeeded: com.ibm.ws.install.configmanager.actionengine.ConfigAction-/usr/IBM/WebSphere/AppServer/properties/version/nif/config/install/95SCIMRepository.ijc</message>
</record>
<record>
    <date>Oct 13, 2015 5:01:27 PM</date>
    <millis>1444773687662</millis>
    <sequence>2540</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.IJCAction</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.IJCAction</class>
    <method>getClassNameForThisAction</method>
    <thread>4</thread>
    <message>Class to launch for /usr/IBM/WebSphere/AppServer/properties/version/nif/config/install/97SInstallInvokeWSProfile.ijc is: com.ibm.ws.install.config.actions.InstallInvokeWSProfileConfigAction</message>
</record>
<record>
    <date>Oct 13, 2015 5:01:27 PM</date>
    <millis>1444773687759</millis>
    <sequence>2541</sequence>
    <logger>com.ibm.ws.install.config.actions.InstallInvokeWSProfileConfigAction</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.config.actions.InstallInvokeWSProfileConfigAction</class>
    <method>logPassingParameters</method>
    <thread>4</thread>
    <message>Installer is invoking WSProfile [/usr/IBM/WebSphere/AppServer/properties/version/nif/config/script/invokeactions.sh, -create, -adminPassword, ****************, -adminUserName, kyoko, -samplesPassword, ****************, -templatePath, /usr/IBM/WebSphere/AppServer/profileTemplates/cell, -enableAdminSecurity, true, 47782]</message>
</record>

/usr/IBM/WebSphere/AppServer/logs/manageprofiles/create.log

<record>
    <date>Oct 13, 2015 5:01:40 PM</date>
    <millis>1444773700960</millis>
    <sequence>1079</sequence>
    <logger>com.ibm.ws.profile.WSConfigCreator</logger>
    <level>INFO</level>
    <class>com.ibm.ws.profile.WSConfigCreator</class>
    <method>buildCommandData</method>
    <thread>0</thread>
    <message>Generated Command data Dmgr: { "-cellName" ,"mitakiharaCell01" ,"-adminPassword" ,"********" ,"-profileName" ,"Dmgr01" ,"-adminUserName" ,"kyoko" ,"-appServerNodeName" ,"mitakiharaNode01" ,"-create" ,"-enableAdminSecurity" ,"true" ,"-nodeName" ,"mitakiharaCellManager01" ,"-templatePath" ,"/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr" ,"-samplesPassword" ,"********" ,"-profilePath" ,"/usr/IBM/WebSphere/AppServer/profiles/Dmgr01" ,"-nodeProfilePath" ,"/usr/IBM/WebSphere/AppServer/profiles/AppSrv01" }</message>
</record>
<record>
    <date>Oct 13, 2015 5:01:40 PM</date>
    <millis>1444773700961</millis>
    <sequence>1080</sequence>
    <logger>com.ibm.ws.profile.utils.WSProfileUtils</logger>
    <level>INFO</level>
    <class>com.ibm.ws.profile.utils.WSProfileUtils</class>
    <method>getMaskableArgs</method>
    <thread>0</thread>
    <message>Maskable Action Arguments: { "winservicePassword" ,"adminPassword" ,"dmgrAdminPassword" ,"samplesPassword" ,"password" ,"adminPwd" ,"keyStorePassword" ,"importPersonalCertKSPassword" ,"importSigningCertKSPassword" ,"importDefaultCertKSPassword" ,"importRootCertKSPassword" }</message>
</record>
<record>
    <date>Oct 13, 2015 5:01:40 PM</date>
    <millis>1444773700962</millis>
    <sequence>1081</sequence>
    <logger>com.ibm.ws.profile.WSConfigCreator</logger>
    <level>INFO</level>
    <class>com.ibm.ws.profile.WSConfigCreator</class>
    <method>buildCommandData</method>
    <thread>0</thread>
    <message>Generated Command data Node: { "-cellName" ,"mitakiharaCell01" ,"-adminPassword" ,"********" ,"-adminUserName" ,"kyoko" ,"-appServerNodeName" ,"mitakiharaNode01" ,"-create" ,"-enableAdminSecurity" ,"true" ,"-profileName" ,"AppSrv01" ,"-nodeName" ,"mitakiharaCellManager01" ,"-templatePath" ,"/usr/IBM/WebSphere/AppServer/profileTemplates/cell/default" ,"-samplesPassword" ,"********" ,"-profilePath" ,"/usr/IBM/WebSphere/AppServer/profiles/AppSrv01" ,"-dmgrProfilePath" ,"/usr/IBM/WebSphere/AppServer/profiles/Dmgr01" ,"-portsFile" ,"/usr/IBM/WebSphere/AppServer/profiles/Dmgr01/properties/portdef.props" ,"-nodePortsFile" ,"/usr/IBM/WebSphere/AppServer/profiles/Dmgr01/properties/nodeportdef.props" }</message>
</record>
<record>
    <date>Oct 13, 2015 5:01:40 PM</date>
    <millis>1444773700963</millis>
    <sequence>1082</sequence>
    <logger>com.ibm.ws.profile.WSConfigCreator</logger>
    <level>INFO</level>
    <class>com.ibm.ws.profile.WSConfigCreator</class>
    <method>runWSProfile</method>
    <thread>0</thread>
    <message>Generated WSProfileCommand Dmgr: [Ljava.lang.String;@5b005b0</message>
</record>
<record>
    <date>Oct 13, 2015 5:01:40 PM</date>
    <millis>1444773700963</millis>
    <sequence>1083</sequence>
    <logger>com.ibm.ws.profile.WSConfigCreator</logger>
    <level>INFO</level>
    <class>com.ibm.ws.profile.WSConfigCreator</class>
    <method>runWSProfile</method>
    <thread>0</thread>
    <message>Generated WSProfileCommand Node: [Ljava.lang.String;@5ca05ca</message>
</record>

/usr/IBM/WebSphere/AppServer/logs/manageprofiles/Dmgr01_create.log

<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750406</millis>
    <sequence>3475</sequence>
    <logger>com.ibm.ws.install.configmanager.ConfigManager</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.ConfigManager</class>
    <method>executeAllActionsFound</method>
    <thread>0</thread>
    <message>Configuration action succeeded: com.ibm.ws.install.configmanager.actionengine.ConfigAction-/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/launchWsAdminListener.ant</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750407</millis>
    <sequence>3476</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ANTAction</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ANTAction</class>
    <method>executeAction</method>
    <thread>0</thread>
    <message>Using an InProcess ANT call to execute this action: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750409</millis>
    <sequence>3477</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.InProcessAntRunner</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.InProcessAntRunner</class>
    <method>logOutputMessage</method>
    <thread>0</thread>
    <message>Buildfile: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750410</millis>
    <sequence>3478</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>buildStarted</method>
    <thread>0</thread>
    <message>Build started.</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750531</millis>
    <sequence>3479</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.AntTaskToLogToConfigManagersLogFiles</logger>
    <level>INFO</level>
    <class>/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant:6: </class>
    <method></method>
    <thread>0</thread>
    <message> The current template path is: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750532</millis>
    <sequence>3480</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>targetStarted</method>
    <thread>0</thread>
    <message>Target started for: generateProfileKey</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750533</millis>
    <sequence>3481</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.AntTaskToLogToConfigManagersLogFiles</logger>
    <level>INFO</level>
    <class>/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant:12: </class>
    <method>generateProfileKey</method>
    <thread>0</thread>
    <message>Generate a profile key for the profile /usr/IBM/WebSphere/AppServer/profiles/Dmgr01 with a profileTytpe DeploymentManager</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750538</millis>
    <sequence>3482</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>replacing value for local.node (null) with (mitakiharaCellManager01)</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750538</millis>
    <sequence>3483</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>replacing value for local.cell (null) with (mitakiharaCell01)</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750539</millis>
    <sequence>3484</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>replacing value for user.install.root (/usr/IBM/WebSphere/AppServer) with (/usr/IBM/WebSphere/AppServer/profiles/Dmgr01)</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750539</millis>
    <sequence>3485</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>replacing value for was.install.root (/usr/IBM/WebSphere/AppServer) with (/usr/IBM/WebSphere/AppServer)</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750539</millis>
    <sequence>3486</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>replacing value for was.repository.root (null) with (/usr/IBM/WebSphere/AppServer/profiles/Dmgr01/config)</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750539</millis>
    <sequence>3487</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>replacing value for com.ibm.ws.scripting.wsadminprops (null) with (/usr/IBM/WebSphere/AppServer/profiles/Dmgr01/properties/wsadmin.properties)</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750573</millis>
    <sequence>3488</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>Resetting listener available status to: false</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750574</millis>
    <sequence>3489</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>setting wsadmin requester timeouts</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750575</millis>
    <sequence>3490</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>wsadmin requester retry count = 240000, initialization retry count = 12000, shutdown retry count = 12000</message>
</record>
<record>
    <date>Oct 13, 2015 5:02:30 PM</date>
    <millis>1444773750576</millis>
    <sequence>3491</sequence>
    <logger>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</logger>
    <level>INFO</level>
    <class>com.ibm.ws.install.configmanager.actionengine.ant.utils.ANTLogToCmtLogAdapter</class>
    <method>messageLogged</method>
    <thread>0</thread>
    <message>Checking for wsadmin listener initialization</message>
</record>

更新2:我讓設定檔金鑰建立過程完成,現在我可以完整追蹤失敗的設定檔建立。正如預期的那樣,跟踪已打開/usr/IBM/WebSphere/AppServer/logs/manageprofiles/Dmgr01_create.log。由於這是用 XML 編寫的相當長的錯誤跟踪,因此我在這裡僅顯示僅保留元素內容的結果<message>

該錯誤似乎是由 ANT 建置失敗引起的。我不是 Java 開發人員(我打算使用 WAS 作為 IBM Cognos Business Intelligence 的中間件),因此我以前從未使用過 ANT,但下一步似乎是嘗試調試 ANT 構建/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant

/usr/IBM/WebSphere/AppServer/logs/manageprofiles/Dmgr01_create.log

Using an InProcess ANT call to execute this action: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant
Buildfile: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant
Build started.
 The current template path is: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr
Target started for: generateProfileKey
Generate a profile key for the profile /usr/IBM/WebSphere/AppServer/profiles/Dmgr01 with a profileTytpe DeploymentManager
replacing value for local.node (null) with (mitakiharaCellManager01)
replacing value for local.cell (null) with (mitakiharaCell01)
replacing value for user.install.root (/usr/IBM/WebSphere/AppServer) with (/usr/IBM/WebSphere/AppServer/profiles/Dmgr01)
replacing value for was.install.root (/usr/IBM/WebSphere/AppServer) with (/usr/IBM/WebSphere/AppServer)
replacing value for was.repository.root (null) with (/usr/IBM/WebSphere/AppServer/profiles/Dmgr01/config)
replacing value for com.ibm.ws.scripting.wsadminprops (null) with (/usr/IBM/WebSphere/AppServer/profiles/Dmgr01/properties/wsadmin.properties)
Resetting listener available status to: false
setting wsadmin requester timeouts
wsadmin requester retry count = 240000, initialization retry count = 12000, shutdown retry count = 12000
Checking for wsadmin listener initialization

----------- (Almost an entire hour later...) -----------

Is wsadmin listener available? false
Returning with returnCode=-1
Failure detected in fatal config action.
Signalling wsadmin listener to stop.
wsadmin failed with exception = wsadmin task failed with return code :-1
wsadmin task failed with return code :-1
   at com.ibm.ws.ant.utils.ProjectUtils.reportError(ProjectUtils.java:30)
   at com.ibm.websphere.ant.tasks.WsAdminInProcess.execute(WsAdminInProcess.java:326)
   at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
   at org.apache.tools.ant.Task.perform(Task.java:364)
   at org.apache.tools.ant.Target.execute(Target.java:341)
   at org.apache.tools.ant.Target.performTasks(Target.java:369)
   at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
   at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
   at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
   at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
   at com.ibm.ws.install.configmanager.actionengine.ant.utils.InProcessAntRunner.runBuild(InProcessAntRunner.java:785)
   at com.ibm.ws.install.configmanager.actionengine.ant.utils.InProcessAntRunner.start(InProcessAntRunner.java:234)
   at com.ibm.ws.install.configmanager.actionengine.ANTAction.executeActionUsingAnInProcessANTCall(ANTAction.java:107)
   at com.ibm.ws.install.configmanager.actionengine.ANTAction.executeAction(ANTAction.java:54)
   at com.ibm.ws.install.configmanager.actionengine.ConfigAction.executeAction(ConfigAction.java:95)
   at com.ibm.ws.install.configmanager.ConfigManager.executeAllActionsFound(ConfigManager.java:956)
   at com.ibm.ws.install.configmanager.ConfigManager.executeActions(ConfigManager.java:565)
   at com.ibm.ws.install.configmanager.ConfigManager.launch(ConfigManager.java:327)
   at com.ibm.ws.install.configmanager.launcher.Launcher.mainForInProcessCMTCallers(Launcher.java:65)
   at com.ibm.wsspi.profile.WSProfile.doCreate(WSProfile.java:404)
   at com.ibm.wsspi.profile.WSProfile.create(WSProfile.java:224)
   at com.ibm.ws.profile.cli.WSProfileCLICreateProfileInvoker.executeWSProfileAccordingToMode(WSProfileCLICreateProfileInvoker.java:255)
   at com.ibm.ws.profile.cli.WSProfileCLIModeInvoker.invokeWSProfile(WSProfileCLIModeInvoker.java:462)
   at com.ibm.ws.profile.WSProfileJob.run(WSProfileJob.java:94)
   at com.ibm.ws.profile.utils.WSProfileUtils.executeAllJobs(WSProfileUtils.java:793)
   at com.ibm.ws.profile.utils.WSProfileUtils.executeAllJobs(WSProfileUtils.java:793)
   at com.ibm.wsspi.profile.WSProfileCLI.invokeWSProfile(WSProfileCLI.java:199)
   at com.ibm.wsspi.profile.WSProfileCLI.mainForInProcessCalls(WSProfileCLI.java:90)
   at com.ibm.ws.profile.WSConfigCreator.runWSProfile(WSConfigCreator.java:728)
   at com.ibm.ws.profile.WSConfigCreator.mainForInProcessCalls(WSConfigCreator.java:99)
   at com.ibm.ws.install.config.actions.invoker.InstallActionInvoker.invokeActions(InstallActionInvoker.java:16)
   at com.ibm.ws.install.config.actions.invoker.InstallActionInvoker.main(InstallActionInvoker.java:30)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
   at java.lang.reflect.Method.invoke(Method.java:599)
   at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:213)
   at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:93)
   at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:74)
   at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
   at java.lang.reflect.Method.invoke(Method.java:599)
   at org.eclipse.core.launcher.Main.invokeFramework(Main.java:340)
   at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
   at org.eclipse.core.launcher.Main.run(Main.java:981)
   at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:330)
   at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:108)
Task stopped for: wsadmin - FAILURE
Target stopped for: generateProfileKey - FAILURE
Exception was thrown, type of exception is: class org.apache.tools.ant.BuildException
The exception message is: wsadmin task failed with return code :-1
The translated exception message is: wsadmin task failed with return code :-1
The stack trace follows
/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant:26: wsadmin task failed with return code :-1
Build stopped - FAILURE
Result of executing /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant was: false
Configuration action failed: com.ibm.ws.install.configmanager.actionengine.ConfigAction-/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant
Fatal configuration action failed: com.ibm.ws.install.configmanager.actionengine.ConfigAction-/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/actions/generateProfileKey.ant
ConfigManager action execution failed on a fatal action
Returning with return code: INSTCONFFAILED
Creation of profile Dmgr01 at path /usr/IBM/WebSphere/AppServer/profiles/Dmgr01 failed.
Unregistering profile Dmgr01
Adding this file to the system JVM classpath: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Adding this URL to the system JVM classpath: file:/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Adding this file to the system JVM classpath: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Adding this URL to the system JVM classpath: file:/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Adding this file to the system JVM classpath: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Adding this URL to the system JVM classpath: file:/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Adding this file to the system JVM classpath: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Adding this URL to the system JVM classpath: file:/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Adding this file to the system JVM classpath: /usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Adding this URL to the system JVM classpath: file:/usr/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr/lib/cell_dmgrResource.jar
Dmgr01:/usr/IBM/WebSphere/AppServer/profiles/Dmgr01:falsetrue and Dmgr01:/usr/IBM/WebSphere/AppServer/profiles/Dmgr01:falsetrue are equal
The script path for this profile: Dmgr01:/usr/IBM/WebSphere/AppServer/profiles/Dmgr01:falsetrue, is: /usr/IBM/WebSphere/AppServer/properties/fsdb/Dmgr01.sh
Deleted profile: Dmgr01:/usr/IBM/WebSphere/AppServer/profiles/Dmgr01:falsetrue from the FS DB
Resetting the system properties to remove custom properties
INSTCONFFAILED: The profile could not be created.  For more information, consult the /usr/IBM/WebSphere/AppServer/logs/manageprofiles/Dmgr01_create.log file.
Finished Execution: result:1
Returning with return code: INSTCONFFAILED

相關內容