What does the error 'Exception while hashing potentially identical file' mean?
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
Accepted answer
5 other answers
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
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
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
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
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.
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.
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
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
Comments
Sean Babineau
JAZZ DEVELOPER Jan 16 '14, 12:14 p.m.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
Jan 16 '14, 12:32 p.m.Hi Sean,
alfonso rodriguez
JAZZ DEVELOPER Jan 16 '14, 1:44 p.m.Hi James, I have not seen this exception either. Could you provide the stack trace and surrounding lines from the build log?