• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EAR deployment using wsadmin.

 
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am using the deployment scripts in the AutoDeploy_v31.zip file on this link

IBM.

I have modified the properties files in the /dist (you can see it after unzipping AutoDeploy_v31.zip) directory as per my needs

I go for autodeployment as sh TestDeploy.sh.

But I am getting the following errors:

FIRST install ...
WASX7209I: Connected to process "server1" on node NODE-NAME using SOAP connector; The type of process is: UnManagedProcess


Should this connect to MyServer rather, as server1 is the default server (i think for was admin console)?

ERROR: FAILURE: automatedDeploy.jacl - Version 3.1 currently only tested for AppServers connected to NetworkDeployment DeploymentManager

What does that mean ?This error appears after every step (FIRST, SECOND, THIRD, FOURTH) of the script execution

ERROR: FAILURE: PreValidateApplicationsPresent:
MISSING application=abc
WASX7017E: Exception received while running file "/home/abc/bin/AutoDeploy/automatedDeploy.jacl"; exception information: com.ibm.ws.scripting.ScriptingException: WASX7077E: Incomplete config id: need closing parenthesis in ""


The above errors should not come as I have taken care of the abc.ear to be present in the /dist directory, and also the applicaitonName property has been modified by me to point to abc.ear

Can anyone help? Has anyone used this?

I have followed the instruction in the readme files after you unzip the AutoDeploy_v31.zip. The files are:

/ AutoDeploy_v31/readme.txt
/ AutoDeploy_v31deployment2-publish.pdf (page 5)

Since we are not using any clusters and are not deploying any war and ejbs, I have commented the respective properties in the .settings/.targets files.
 
Greenhorn
Posts: 10
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm having the same problem. Did you get any update on this issue? Thanks.
 
Niranjan Deshpande
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Man, its 3 years back when I posted this! We did not use all those things in "whatever" i was doing.

I think I did not even find any workaround.

Best of Luck!
reply
    Bookmark Topic Watch Topic
  • New Topic