I followed Sean's instructions to run "runPiperGUI" from Profiles using "DefaultFastPipeline_Test.piper" file works perfectly.
I tried to debug the process ( I will do some changes later ) I run "PiperRunnerGUI" using "DefaultFastPipeline_Test.piper" file but I get this error ! "No piper file found for ChunkerSubPipe" Then this error "Piper File not found: ChunkerSubPipe" Then this error "Could not load Piper File J:\cTAKES\ctakes-clinical-res\src\main\resources\org\apache\ctakes\clinical\pipeline\DefaultFastPipeline_Test.piper" I tried to debug. and limited the problem in Line 319 in PiperFileReader.java stream = FileLocator.getStreamQuiet( packageName.replace( '.', '/' ) + "/pipeline/" + filePath ); Then stopped at getStreamQuietfunction and could not know why it does not find the ChunkerSubPipe.piper! Can someone help me identifying what is the cause of this problem? Appreciate your help.
