deployment - Error while Deploying WAR in WebSphere using ANT -
we trying checkout, build , deploy ear files ( ibm integration designer developed mediation modules.. similar java ear files ). while deploying nd getting below error...
[wsadmin] wasx7017e: exception received while running file "c:\users\instal~2\appdata\local\temp\wsant1588202279705404612jacl"; exception information: com.ibm.ws.scripting.scriptingexception: wasx7132e: application install c:\ant_automation\esb\mmcheckout\ky_sf1520_cprservices_mmapplication\ky_sf1520_cprservices_mm.ear failed: see previous messages details. [wsadmin] wasx7341w: no "save" performed before interactive scripting session exited; configuration changes not saved. build failed c:\ant_automation\esb\build.xml:124: java returned: 105 total time: 1 minute 53 seconds
i think have save configuration after deployment in nd deployment, not sure how can save using ant.
dmgr system log
[28-06-16 16:43:13:572 cest] 000003ef installschedu adma5016i: installation of ky_sf1520_cprservices_mmapp started. [28-06-16 16:43:14:384 cest] 000003ef configuration com.ibm.bpm.config.spi.configurationspi getdeploymentenvironment effective deployment target websphere:cell=kydevbmp02cell01,node=kydevbmp02cellmanager01,server=dmgr [28-06-16 16:43:14:400 cest] 000003ef configuration com.ibm.bpm.config.spi.configurationspi getdeploymentenvironment effective deployment target websphere:cell=kydevbmp02cell01,node=kydevbmp02cellmanager01,server=dmgr [28-06-16 16:43:14:493 cest] 000003ef wbiaabstractt com.ibm.ws.wbia.deployment.wbiaabstracttask performtask cwlrd0101i: no websphere business integration adapter files found in application ky_sf1520_cprservices_mmapp. [28-06-16 16:43:15:134 cest] 000003ef configuration com.ibm.bpm.config.spi.configurationspi getdeploymentenvironment effective deployment target websphere:cell=kydevbmp02cell01,node=kydevbmp02cellmanager01,server=dmgr [28-06-16 16:43:15:149 cest] 000003ef installschedu adma5014e: installation of application ky_sf1520_cprservices_mmapp failed.
you don't need save if using , check link ant script example using ant scripts testing in headless websphere business process manager
you have error details either in ant console output or server systemout.log.
look @ messages:
effective deployment target websphere:cell=kydevbmp02cell01,node=kydevbmp02cellmanager01,server=dmgr
this not correct, installing application either cluster of server, sure not deploymentmanager.
you have provide options
wsinstallapp
task define target. see adminapp.install
command details.
Comments
Post a Comment