Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.2
-
Labels:None
-
Environment:was 6.0.2.19, linux
-
Number of attachments :
Description
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)
Please provide a stripped down pom and output from running maven with the -X argument.