(UIMA 2.2.1) Sometimes in our application that use remote UIMA components, we get the following error:
"No proxy is available. Instantiate a proxy before calling process()" Does someone knows why this exception occurs, or at least already experiment such problem ? It seems to be "random", and usually restarting the UIMA components and the VINCI server "solve" it. I look into the source code (NetworkCasProcessorImpl.java): as far as I understand, it may only occur when the process() method is called before setProxy() or after collectionProcessComplete(), which should not happen in real use case... Thanks in advance for any help or tip on this one, I'm really stuck here. -- Hugo
