[ 
http://jira.codehaus.org/browse/MWAS-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162832#action_162832
 ] 

Venkat K commented on MWAS-33:
------------------------------

For the installApp and wsStartApp the configuration elements for server and 
node are different.

installApp needs 

<targetNode> and <targetServer>

but 

wsStartApp needs just 

<node> and      <server>

So for stopApp and startApp to run 'along with' installApp, we need to add the 
following to the configuration 
in addtion to <targetNode> and <targetServer>.

<node>${targetNode}</node>
<server>${targetServer}</server>

so that wsStartApp gets the configuration values it needs. The plugin needs to 
change so that
this need not be done.

> wsStartApp and wsStopApp throwing WASX7025E exception.
> ------------------------------------------------------
>
>                 Key: MWAS-33
>                 URL: http://jira.codehaus.org/browse/MWAS-33
>             Project: Maven 2.x WebSphere 6 Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: was 6.0.2.19, linux
>            Reporter: Venkat K
>            Assignee: David J. M. Karlsen
>         Attachments: strippeddownpom.txt, testoutput.txt, wsant21486jacl.txt
>
>
> The the /tmp/wsant21486jacl is being created by the plugin. No manual 
> intervention here.
> The file is attached. Its contents are only the following 2 lines.
> set am [$AdminControl queryNames 
> "WebSphere:*,type=ApplicationManager,process=server1"]
> $AdminControl invoke $am "stopApplication" "fdproxyear"
> [INFO]   [wsadmin] WASX7209I: Connected to process "WebSphere_Portal" on node 
> developer1 using SOAP connector;  The type of process is: UnManagedProcess
> [INFO]   [wsadmin] WASX7017E: Exception received while running file 
> "/tmp/wsant21486jacl"; exception information: 
> com.ibm.ws.scripting.ScriptingException: WASX7025E: Error found in String ""; 
> cannot create ObjectName.
> [INFO]
> [ERROR]
> [ERROR] BUILD FAILED
> [ERROR] 
> file:/root/IBM/rationalsdp7.0/workspace/fdproxy-module/../fdproxy-ear/target/was6-maven-plugin/was6plugin-build.xml:33:
>  Java returned: 105
> [ERROR]         at org.apache.tools.ant.taskdefs.Java.execute(Java.java:110)
> [ERROR]         at 
> com.ibm.websphere.ant.tasks.WsAdmin.execute(WsAdmin.java:397)
> [ERROR]         at 
> com.ibm.websphere.ant.tasks.StopApplication.execute(StopApplication.java:176)
> [ERROR]         at 
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
> [ERROR]         at org.apache.tools.ant.Task.perform(Task.java:341)
> [ERROR]         at org.apache.tools.ant.Target.execute(Target.java:309)
> [ERROR]         at org.apache.tools.ant.Target.performTasks(Target.java:336)
> [ERROR]         at 
> org.apache.tools.ant.Project.executeTarget(Project.java:1339)
> [ERROR]         at 
> org.apache.tools.ant.Project.executeTargets(Project.java:1255)
> [ERROR]         at org.apache.tools.ant.Main.runBuild(Main.java:609)
> [ERROR]         at org.apache.tools.ant.Main.start(Main.java:196)
> [ERROR]         at org.apache.tools.ant.Main.main(Main.java:235)
> [ERROR]         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [ERROR]         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
> [ERROR]         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
> [ERROR]         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
> [ERROR]         at java.lang.reflect.Method.invoke(Method.java:391)
> [ERROR]         at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
> [ERROR]         at java.lang.Thread.run(Thread.java:570)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to