It's all about the answers!

Ask a question

Build failing on z/OS with RTC V403 and RDz V900


Jorge Nagasaki (17512217) | asked Sep 25 '13, 8:31 a.m.
edited Sep 27 '13, 2:04 p.m. by Millard Ellingsworth (2.5k12431)

With RTC V403  server installed on Linux and Build Agent on z/OS and RDz V900,  I am trying to run a build and it is failing with the following message in the Rdz Log :

* BUILD FAILED
* java.lang.NoSuchMethodException: com.ibm.teamz.fileagent.Zutility.getMvsSandboxLocation(java.lang.String)
*  at java.lang.Class.throwNoSuchMethodException(Class.java:325)
*  at java.lang.Class.getDeclaredMethod(Class.java:660)
*  at com.ibm.teamz.build.ant.tasks.zos.LoadFiles.execute(LoadFiles.java:185)
*  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
*  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
*  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
*  at java.lang.reflect.Method.invoke(Method.java:611)
*  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
*  at org.apache.tools.ant.Task.perform(Task.java:348)
*  at org.apache.tools.ant.Target.execute(Target.java:357)
*  at org.apache.tools.ant.Target.performTasks(Target.java:385)
*  at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
*  at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
*  at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
*  at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*  at org.apache.tools.ant.Main.runBuild(Main.java:758)
*  at org.apache.tools.ant.Main.startAnt(Main.java:217)
*  at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
*  at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

Checked z/OS logs and did not find any error message (security RACF, or any error in z/OS), 

I Tested some other functions like  load zFiles  and this works fine.   I upgraded z/OS Java to 6.0.1  with SR6  ( the latest I found for V6 at the IBM Java site) ,  but the problem is not fixed.

Am I missing something ?  Can you help?

2 answers



permanent link
Hung Lam (2911915) | answered Sep 30 '13, 12:33 p.m.
JAZZ DEVELOPER
 Hi Jorge,
Do you happen to run a Enterprise Extensions ANTz build with option "Build only if they are changes accepted" unselected?


permanent link
Jorge Nagasaki (17512217) | answered Sep 30 '13, 9:24 p.m.
Checked the option "Build only if they are changes accepted" and it is selected.  Anyway tried again both options , selected and unselected ,  no change at all in the Java exception. Same error in both options. Anyway the error does seems to be more critical, as it is giving NoSuchMethodException..

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.