Re: can't install UIMA plug-ins

2012-02-07 Thread Marshall Schor
On 2/7/2012 10:13 AM, sanjeev.sin...@utoronto.ca wrote: Hi, I'm using Eclipse IDE for Java Developers 3.7.1 for MAC I added the url: http://www.apache.org/dist/uima/eclipse-update-site to the update mechanism as per 3.1.2. Also added EMF. I don't see UIMA plug-ins in the directory. Did y

Re: Installing UIMA Plugins in Eclipse Fails: Failed to prepare partial IU

2012-02-07 Thread Marshall Schor
Today I tried on my Mac (OSX 10.6.8) with Eclipse 3.7.1. I downloaded a new zip of the 32-bit version of this for the Mac, unzipped it, and launched it. I installed the UIMA SDK 2.4.0 plugins from the eclipse update site - that worked fine. I was able to run the Component Descriptor Editor.

Re: UIMA AS: Invalid destination after broker restart

2012-02-07 Thread Jaroslaw Cwiklik
Frank, is it possible that when you bounce a broker, the service queue might still contain messages with a stale temp reply queue? If this is the case, the service attempts to deliver them a temp queue which no longer exists (broker was bounced). If your client keeps sending CASes, eventually the o

UIMA AS: Invalid destination after broker restart

2012-02-07 Thread Frank Enders
Dear all, I am having problems in a UIMA AS 2.3.1 setting when restarting the broker while endpoints are currently running and deployed to it. After restarting the broker, JMS states correct reconnection to the queues. But when sending a request to the endpoint I get the following error: javax.jm

can't install UIMA plug-ins

2012-02-07 Thread sanjeev . singwi
Hi, I'm using Eclipse IDE for Java Developers 3.7.1 for MAC I added the url: http://www.apache.org/dist/uima/eclipse-update-site to the update mechanism as per 3.1.2. Also added EMF. I don't see UIMA plug-ins in the directory. The odd thing is when I browse to http://www.apache.org/dist/uima

CasMultiplier gets same CAS every time next() is called

2012-02-07 Thread Alexander Klenner
Hi, I have a problem with a CasMultiplier, it calls it's public AbstractCAS next() method as often as expected, but as long as my CASMultiplier is running, there are no CASes given to any succeeding AEs. Only one CAS is passed from the CasMultiplier after the last call of next(). I tried to d