It's all about the answers!

Ask a question

What does the error 'Exception while hashing potentially identical file' mean?


James Cole (9532630) | asked Jan 16 '14, 7:03 a.m.
retagged Jan 16 '14, 10:47 a.m. by Scott Cowan (966310)
  Hi All, 

I have been running successful IBMi bulids. However, occasionally I see the following error message in the log, which causes it to fail:

Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004.

Does anyone know what this means as the next time the build runs it compiles fine?

It has been noticed in RTC 4.0.3 and RTC 4.0.4.

Many Thanks
James

Comments
Sean Babineau commented Jan 16 '14, 12:14 p.m.
JAZZ DEVELOPER

Hi James, I've not seen this error myself. Did the source member (e.g. SRC/QDDSSRC/BL0004) load correctly to your IBM i library when you got this error? Is there any other pattern you're noticing which correlates with this behaviour? 


James Cole commented Jan 16 '14, 12:32 p.m.

Hi Sean, 


That's a difficult one to answer, because I have unit complied to the same library, which means the source would not be different. I have noticed this behaviour if the change set is blank (I think from a lock/unlock operation) or the 2nd time for a new file. The first build said 'no build map exists' and therefore created one. However, the second build also said no map exists but I get the error.

Any suggestions please?

Many Thanks


alfonso rodriguez commented Jan 16 '14, 1:44 p.m.
JAZZ DEVELOPER

Hi James, I have not seen this exception either.  Could you provide the stack trace and surrounding lines from the build log?

Accepted answer


permanent link
Kevin Doyle (60425) | answered Jan 24 '14, 4:37 p.m.
JAZZ DEVELOPER
Hi James,

You need to open a PMR.  I encountered that exact error ( com.ibm.as400.access.AS400Exception: CPF5025 null ) a few days ago when working on the JUnits.

Kevin
David Lafreniere selected this answer as the correct answer

5 other answers



permanent link
James Cole (9532630) | answered Jan 24 '14, 12:32 p.m.
Hi Michael,

Thanks for the feedback. Please find below the full stack trace:

* BUILD FAILED
* /RTC/application/rtcEnterpriseBuild.xml:15: The following error occurred while executing this line:
* /RTC/application/generatedBuild.xml:9: com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 There have been 4 problems running this operation null children=[Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0006.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0006) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0007.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0007) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0005.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0005) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0004.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0004) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004]]
*     at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Caused by: /RTC/application/generatedBuild.xml:9: com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 There have been 4 problems running this operation null children=[Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0006.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0006) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0007.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0007) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0005.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0005) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0004.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0004) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004]]
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:243)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     ... 32 more
* Caused by: com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 There have been 4 problems running this operation null children=[Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0006.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0006) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0007.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0007) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0005.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0005) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0004.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0004) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004]]
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.reportErrorsAsException(FileSystemOperation.java:235)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:102)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     ... 45 more
* --- Nested Exception ---
* /RTC/application/generatedBuild.xml:9: com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 There have been 4 problems running this operation null children=[Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0006.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0006) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0007.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0007) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0005.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0005) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0004.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0004) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004]]
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:243)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Caused by: com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 There have been 4 problems running this operation null children=[Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0006.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0006) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0007.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0007) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0005.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0005) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0004.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0004) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004]]
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.reportErrorsAsException(FileSystemOperation.java:235)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:102)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     ... 45 more
* --- Nested Exception ---
* com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 There have been 4 problems running this operation null children=[Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0006.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0006) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0007.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0007) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0005.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0005) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0004.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0004) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004]]
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.reportErrorsAsException(FileSystemOperation.java:235)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:102)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Contains : 0 Unable to load BL0006.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0006)
* com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006]
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker.computePendingChanges(LocalChangeTracker.java:981)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshSynchronously(LocalChangeManager.java:480)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.doRefresh(LocalChangeManager.java:565)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshChanges(LocalChangeManager.java:820)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.handleFileUpdate(IBMiLoadMutator.java:669)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.load(IBMiLoadMutator.java:271)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.execute(IBMiLoadMutator.java:231)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1047)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:664)
*     at com.ibm.team.filesystem.client.internal.SharingManager.runWithinFileSystemLock(SharingManager.java:935)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:695)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Contains : 0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006
* com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006
*     at com.ibm.team.filesystem.client.internal.FileStorageWrapper.isContentChangedFrom(FileStorageWrapper.java:154)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker$1.visit(LocalChangeTracker.java:857)
*     at com.ibm.team.filesystem.client.internal.Shareable$1.visit(Shareable.java:250)
*     at com.ibm.team.filesystem.client.internal.core.SharingMetadata2.accept(SharingMetadata2.java:1942)
*     at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.accept(CopyFileAreaStore.java:2412)
*     at com.ibm.team.filesystem.client.internal.Shareable.accept(Shareable.java:306)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker.computePendingChanges(LocalChangeTracker.java:738)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshSynchronously(LocalChangeManager.java:480)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.doRefresh(LocalChangeManager.java:565)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshChanges(LocalChangeManager.java:820)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.handleFileUpdate(IBMiLoadMutator.java:669)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.load(IBMiLoadMutator.java:271)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.execute(IBMiLoadMutator.java:231)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1047)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:664)
*     at com.ibm.team.filesystem.client.internal.SharingManager.runWithinFileSystemLock(SharingManager.java:935)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:695)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Caused by: java.io.IOException: com.ibm.as400.access.AS400Exception: CPF5025 null
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiMemberInputStream.read(IBMiMemberInputStream.java:119)
*     at java.io.InputStream.read(InputStream.java:163)
*     at java.io.InputStream.read(InputStream.java:94)
*     at com.ibm.team.scm.common.ContentHash.valueOf(ContentHash.java:83)
*     at com.ibm.team.filesystem.client.internal.FileStorageWrapper.isContentChangedFrom(FileStorageWrapper.java:139)
*     ... 66 more
* Caused by: com.ibm.as400.access.AS400Exception: CPF5025 null
*     at com.ibm.as400.access.AS400FileImplRemote.handleErrorReply(AS400FileImplRemote.java:624)
*     at com.ibm.as400.access.AS400FileImplRemote.processReadReply(AS400FileImplRemote.java:1229)
*     at com.ibm.as400.access.AS400FileImplRemote.readRecords(AS400FileImplRemote.java:1815)
*     at com.ibm.as400.access.AS400FileImplBase.refreshCache(AS400FileImplBase.java:3450)
*     at com.ibm.as400.access.AS400FileImplBase.readNext(AS400FileImplBase.java:3013)
*     at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
*     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
*     at java.lang.reflect.Method.invoke(Method.java:611)
*     at com.ibm.as400.access.AS400FileImplBase.invoke(AS400FileImplBase.java:371)
*     at com.ibm.as400.access.AS400FileImplBase.doItRecord(AS400FileImplBase.java:238)
*     at com.ibm.as400.access.AS400File.readNext(AS400File.java:1925)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.SequentialFileWrapper.readNext(SequentialFileWrapper.java:80)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiMemberInputStream.read(IBMiMemberInputStream.java:101)
*     ... 70 more
* Contains : 1 Unable to load BL0007.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0007)
* com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007]
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker.computePendingChanges(LocalChangeTracker.java:981)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshSynchronously(LocalChangeManager.java:480)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.doRefresh(LocalChangeManager.java:565)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshChanges(LocalChangeManager.java:820)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.handleFileUpdate(IBMiLoadMutator.java:669)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.load(IBMiLoadMutator.java:271)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.execute(IBMiLoadMutator.java:231)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1047)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:664)
*     at com.ibm.team.filesystem.client.internal.SharingManager.runWithinFileSystemLock(SharingManager.java:935)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:695)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Contains : 0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007
* com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007
*     at com.ibm.team.filesystem.client.internal.FileStorageWrapper.isContentChangedFrom(FileStorageWrapper.java:154)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker$1.visit(LocalChangeTracker.java:857)
*     at com.ibm.team.filesystem.client.internal.Shareable$1.visit(Shareable.java:250)
*     at com.ibm.team.filesystem.client.internal.core.SharingMetadata2.accept(SharingMetadata2.java:1942)
*     at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.accept(CopyFileAreaStore.java:2412)
*     at com.ibm.team.filesystem.client.internal.Shareable.accept(Shareable.java:306)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker.computePendingChanges(LocalChangeTracker.java:738)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshSynchronously(LocalChangeManager.java:480)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.doRefresh(LocalChangeManager.java:565)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshChanges(LocalChangeManager.java:820)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.handleFileUpdate(IBMiLoadMutator.java:669)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.load(IBMiLoadMutator.java:271)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.execute(IBMiLoadMutator.java:231)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1047)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:664)
*     at com.ibm.team.filesystem.client.internal.SharingManager.runWithinFileSystemLock(SharingManager.java:935)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:695)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Caused by: java.io.IOException: com.ibm.as400.access.AS400Exception: CPF5025 null
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiMemberInputStream.read(IBMiMemberInputStream.java:119)
*     at java.io.InputStream.read(InputStream.java:163)
*     at java.io.InputStream.read(InputStream.java:94)
*     at com.ibm.team.scm.common.ContentHash.valueOf(ContentHash.java:83)
*     at com.ibm.team.filesystem.client.internal.FileStorageWrapper.isContentChangedFrom(FileStorageWrapper.java:139)
*     ... 66 more
* Caused by: com.ibm.as400.access.AS400Exception: CPF5025 null
*     at com.ibm.as400.access.AS400FileImplRemote.handleErrorReply(AS400FileImplRemote.java:624)
*     at com.ibm.as400.access.AS400FileImplRemote.processReadReply(AS400FileImplRemote.java:1229)
*     at com.ibm.as400.access.AS400FileImplRemote.readRecords(AS400FileImplRemote.java:1815)
*     at com.ibm.as400.access.AS400FileImplBase.refreshCache(AS400FileImplBase.java:3450)
*     at com.ibm.as400.access.AS400FileImplBase.readNext(AS400FileImplBase.java:3013)
*     at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
*     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
*     at java.lang.reflect.Method.invoke(Method.java:611)
*     at com.ibm.as400.access.AS400FileImplBase.invoke(AS400FileImplBase.java:371)
*     at com.ibm.as400.access.AS400FileImplBase.doItRecord(AS400FileImplBase.java:238)
*     at com.ibm.as400.access.AS400File.readNext(AS400File.java:1925)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.SequentialFileWrapper.readNext(SequentialFileWrapper.java:80)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiMemberInputStream.read(IBMiMemberInputStream.java:101)
*     ... 70 more
* Contains : 2 Unable to load BL0005.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0005)
* com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005]
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker.computePendingChanges(LocalChangeTracker.java:981)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshSynchronously(LocalChangeManager.java:480)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.doRefresh(LocalChangeManager.java:565)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshChanges(LocalChangeManager.java:820)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.handleFileUpdate(IBMiLoadMutator.java:669)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.load(IBMiLoadMutator.java:271)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.execute(IBMiLoadMutator.java:231)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1047)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:664)
*     at com.ibm.team.filesystem.client.internal.SharingManager.runWithinFileSystemLock(SharingManager.java:935)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:695)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Contains : 0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005
* com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005
*     at com.ibm.team.filesystem.client.internal.FileStorageWrapper.isContentChangedFrom(FileStorageWrapper.java:154)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker$1.visit(LocalChangeTracker.java:857)
*     at com.ibm.team.filesystem.client.internal.Shareable$1.visit(Shareable.java:250)
*     at com.ibm.team.filesystem.client.internal.core.SharingMetadata2.accept(SharingMetadata2.java:1942)
*     at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.accept(CopyFileAreaStore.java:2412)
*     at com.ibm.team.filesystem.client.internal.Shareable.accept(Shareable.java:306)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker.computePendingChanges(LocalChangeTracker.java:738)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshSynchronously(LocalChangeManager.java:480)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.doRefresh(LocalChangeManager.java:565)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshChanges(LocalChangeManager.java:820)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.handleFileUpdate(IBMiLoadMutator.java:669)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.load(IBMiLoadMutator.java:271)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.execute(IBMiLoadMutator.java:231)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1047)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:664)
*     at com.ibm.team.filesystem.client.internal.SharingManager.runWithinFileSystemLock(SharingManager.java:935)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:695)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Caused by: java.io.IOException: com.ibm.as400.access.AS400Exception: CPF5025 null
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiMemberInputStream.read(IBMiMemberInputStream.java:119)
*     at java.io.InputStream.read(InputStream.java:163)
*     at java.io.InputStream.read(InputStream.java:94)
*     at com.ibm.team.scm.common.ContentHash.valueOf(ContentHash.java:83)
*     at com.ibm.team.filesystem.client.internal.FileStorageWrapper.isContentChangedFrom(FileStorageWrapper.java:139)
*     ... 66 more
* Caused by: com.ibm.as400.access.AS400Exception: CPF5025 null
*     at com.ibm.as400.access.AS400FileImplRemote.handleErrorReply(AS400FileImplRemote.java:624)
*     at com.ibm.as400.access.AS400FileImplRemote.processReadReply(AS400FileImplRemote.java:1229)
*     at com.ibm.as400.access.AS400FileImplRemote.readRecords(AS400FileImplRemote.java:1815)
*     at com.ibm.as400.access.AS400FileImplBase.refreshCache(AS400FileImplBase.java:3450)
*     at com.ibm.as400.access.AS400FileImplBase.readNext(AS400FileImplBase.java:3013)
*     at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
*     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
*     at java.lang.reflect.Method.invoke(Method.java:611)
*     at com.ibm.as400.access.AS400FileImplBase.invoke(AS400FileImplBase.java:371)
*     at com.ibm.as400.access.AS400FileImplBase.doItRecord(AS400FileImplBase.java:238)
*     at com.ibm.as400.access.AS400File.readNext(AS400File.java:1925)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.SequentialFileWrapper.readNext(SequentialFileWrapper.java:80)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiMemberInputStream.read(IBMiMemberInputStream.java:101)
*     ... 70 more
* Contains : 3 Unable to load BL0004.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0004)
* com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004]
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker.computePendingChanges(LocalChangeTracker.java:981)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshSynchronously(LocalChangeManager.java:480)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.doRefresh(LocalChangeManager.java:565)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshChanges(LocalChangeManager.java:820)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.handleFileUpdate(IBMiLoadMutator.java:669)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.load(IBMiLoadMutator.java:271)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.execute(IBMiLoadMutator.java:231)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1047)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:664)
*     at com.ibm.team.filesystem.client.internal.SharingManager.runWithinFileSystemLock(SharingManager.java:935)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:695)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Contains : 0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004
* com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0004
*     at com.ibm.team.filesystem.client.internal.FileStorageWrapper.isContentChangedFrom(FileStorageWrapper.java:154)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker$1.visit(LocalChangeTracker.java:857)
*     at com.ibm.team.filesystem.client.internal.Shareable$1.visit(Shareable.java:250)
*     at com.ibm.team.filesystem.client.internal.core.SharingMetadata2.accept(SharingMetadata2.java:1942)
*     at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.accept(CopyFileAreaStore.java:2412)
*     at com.ibm.team.filesystem.client.internal.Shareable.accept(Shareable.java:306)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeTracker.computePendingChanges(LocalChangeTracker.java:738)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshSynchronously(LocalChangeManager.java:480)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.doRefresh(LocalChangeManager.java:565)
*     at com.ibm.team.filesystem.client.internal.localchanges.LocalChangeManager.refreshChanges(LocalChangeManager.java:820)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.handleFileUpdate(IBMiLoadMutator.java:669)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.load(IBMiLoadMutator.java:271)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiLoadMutator.execute(IBMiLoadMutator.java:231)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1047)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:664)
*     at com.ibm.team.filesystem.client.internal.SharingManager.runWithinFileSystemLock(SharingManager.java:935)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
*     at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:695)
*     at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
*     at com.ibm.team.enterprise.build.ant.AbstractFileSystemUtil.loadFiles(AbstractFileSystemUtil.java:237)
*     at com.ibm.team.enterprise.build.ant.tasks.AbstractCompileTask.execute(AbstractCompileTask.java:162)
*     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
*     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
*     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.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
*     at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)
* Caused by: java.io.IOException: com.ibm.as400.access.AS400Exception: CPF5025 null
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiMemberInputStream.read(IBMiMemberInputStream.java:119)
*     at java.io.InputStream.read(InputStream.java:163)
*     at java.io.InputStream.read(InputStream.java:94)
*     at com.ibm.team.scm.common.ContentHash.valueOf(ContentHash.java:83)
*     at com.ibm.team.filesystem.client.internal.FileStorageWrapper.isContentChangedFrom(FileStorageWrapper.java:139)
*     ... 66 more
* Caused by: com.ibm.as400.access.AS400Exception: CPF5025 null
*     at com.ibm.as400.access.AS400FileImplRemote.handleErrorReply(AS400FileImplRemote.java:624)
*     at com.ibm.as400.access.AS400FileImplRemote.processReadReply(AS400FileImplRemote.java:1229)
*     at com.ibm.as400.access.AS400FileImplRemote.readRecords(AS400FileImplRemote.java:1815)
*     at com.ibm.as400.access.AS400FileImplBase.refreshCache(AS400FileImplBase.java:3450)
*     at com.ibm.as400.access.AS400FileImplBase.readNext(AS400FileImplBase.java:3013)
*     at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
*     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
*     at java.lang.reflect.Method.invoke(Method.java:611)
*     at com.ibm.as400.access.AS400FileImplBase.invoke(AS400FileImplBase.java:371)
*     at com.ibm.as400.access.AS400FileImplBase.doItRecord(AS400FileImplBase.java:238)
*     at com.ibm.as400.access.AS400File.readNext(AS400File.java:1925)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.SequentialFileWrapper.readNext(SequentialFileWrapper.java:80)
*     at com.ibm.team.enterprise.scmee.ibmi.internal.IBMiMemberInputStream.read(IBMiMemberInputStream.java:101)
*     ... 70 more


Relating to the JRE - Please see a print out of the java version from qshell:

java version "1.6.0"                                                                                          
Java(TM) SE Runtime Environment (build pap3260sr14-20130705_01(SR14))                                         
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 OS/400 ppc-32 jvmap3260sr14-20130705_01 (JIT enabled, AOT enabled) 
J9VM - 20130704_155156                                                                                        
JIT  - r9_20130517_38390                                                                                      
GC   - GA24_Java6_SR14_20130704_1138_B155156)                                                                 
JCL  - 20130618_01                    

Many Thanks

James                                                                       

permanent link
Michael Valenta (3.7k3) | answered Jan 24 '14, 9:33 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
James,

It is the JRE on the build engine that is of interest. Also, can you provide the complete stacktrace including the caused bys?

Michael

permanent link
Michael Valenta (3.7k3) | answered Jan 24 '14, 8:14 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
James,

In most cases, the timestamp of the file being built will match the timestamp when it was loaded. In those cases the hash isn't checked. In this case, the timestamp of the files in question have changed and the content is being scanned to see if there truly is a local change. Unfortunately, there seems to have been an issue reading the local content. Is the above the complete stack trace or did you leave some off? The stack trace is missing the stack from the original exception which typically follows the outer exception and has a "Caused by" prefix.

Also, could you please let us know the JRE since, as I explain above, this condition would not be expected to surface during most builds. The fact that it is happening may indicate a problem with the JRE.

Comments
James Cole commented Jan 24 '14, 9:30 a.m.

Hi Michael,

That is correct it is not the complete stack trace, but it is where the main problem is indicated.

Relating to the JRE - are you referring to the JRE of the RTC server and/or the build engine running on IBMi?

Many Thanks


permanent link
James Cole (9532630) | answered Jan 24 '14, 4:52 a.m.
Hi All,

Please see the surrounding build log at the point of error.

* BUILD FAILED
* /RTC/application/rtcEnterpriseBuild.xml:15: The following error occurred while executing this line:
* /RTC/application/generatedBuild.xml:9: com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 There have been 4 problems running this operation null children=[Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0006.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0006) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0006] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0007.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0007) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0007] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL0005.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL0005) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL0005] Status ERROR: com.ibm.team.enterprise.scmee.ibmi code=0 Unable to load BL004.PF from component Testing Component at BINTSTSRC/QDDSSRC(BL004) com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Errors occurred while setting info null children=[Status ERROR: com.ibm.team.filesystem.client code=0 Exception while hashing potentially identical file /SRC/QDDSSRC/BL004 com.ibm.team.filesystem.client.FileSystemException: Exception while hashing potentially identical file /SRC/QDDSSRC/BL004]]
*     at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
*     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
*     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.taskdefs.Sequential.execute(Sequential.java:62)
*     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 net.sf.antcontrib.logic.TryCatchTask.execute(TryCatchTask.java:206)
*     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)


Relating to the JRE - I do not think it can be this because the build has been going through successfully up to this point (i.e. it has previously worked) and even after this failed build, I still have successful builds. If the JRE was a problem, I assume that the build would always fail. Would that be a correct assumption?

Many Thanks

permanent link
Michael Valenta (3.7k3) | answered Jan 21 '14, 11:53 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
James,

A stacktrace would be helpful in narrowing down the issue. Also, what JRE are you using? The error seems to indicate there was an issue calculating the hash for the file content. The hash algorithm used should be available in all JREs but it is possible that it is missing in the JRE you are using.

Michael

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.