facebook

Maven Multi Module Deployment to WAS 7 Issues

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #312212 Reply

    madhockeydad
    Member

    Hi

    I brought in an existing standard ear project that has a war and utility jar to my workspace. I am able to deploy these to WAS without any issue. When I look into the .myeclipse folder in the ear project, I go to log/deployment.log The first set of entries in that log are:

    WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
    WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: “[C:\\Program Files\\IBM\\WebSphere\\AppServer\\profiles\\AppSrv02\\installableApps\\Hams2.ear, MAD02H48854Node03Cell, MAD02H48854Node03, server1, Hams2, {{“Hams2Web.war” “Hams2Web.war,WEB-INF/web.xml” default_host}}, {{.* .* AppDeploymentOption.Yes 1}}, false, false, false, C:/Program Files/Genuitec/Profiles/MyEclipse Blue Edition 8.6/configuration/org.eclipse.osgi/bundles/13/1/.cp/scriptutil/scriptutil.jar, 1.4]”
    C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv02\installableApps\Hams2.ear
    MAD02H48854Node03Cell
    MAD02H48854Node03

    Please note the line that starts WASX7303I and look at the list of arguments that are passed into the WAS JACL scripts.

    When I go to the Maven ear project and look at .myeclipse/log/deployment.log here is the entry in that file:

    WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode.
    WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: “[testEnterpise]”
    testEnterpise
    WASX7017E: Exception received while running file “C:\Program Files\Genuitec\Common\plugins\com.genuitec.eclipse.blue.websphere7_8.6.0.me201007292038\uninstallApplication.jacl”; exception information: com.ibm.ws.scripting.ScriptingException: WASX7280E: An application with name “testEnterpise” does not exist.

    Note that only one argument is being supplied. That seems to be the cause of the deployment errors I am getting. Using Maven how do I get the rest of those values added to the argument for deployment to WAS? It looks like there need to be about 11 parameters and these are not being created or set.

    David

Viewing 1 post (of 1 total)
Reply To: Maven Multi Module Deployment to WAS 7 Issues

You must be logged in to post in the forum log in