Re: Error when deploying 5 instances of AE with External Resource, UIMA-AS 2.4.1 Snapshot

2013-06-06 Thread Jaroslaw Cwiklik
I frequently run UIMA-AS with scaled up AEs in the same jvm with no problems. The UIMA-AS calls defineCasPool() once when all AEs are instantiated. The uima-core code that throws the exception is in CasManager_impl.defineCasPool() private synchronized void defineCasPool(UimaContext

Re: Error when deploying 5 instances of AE with External Resource, UIMA-AS 2.4.1 Snapshot

2013-06-06 Thread Jaroslaw Cwiklik
As a followup, can you describe your uima-as deployment? Is it async aggregate or primitive? If aggregate, what are the delegates and how each is scaled? Jerry C On Thu, Jun 6, 2013 at 11:20 AM, Jaroslaw Cwiklik uim...@gmail.com wrote: I frequently run UIMA-AS with scaled up AEs in the same

Re: Error when deploying 5 instances of AE with External Resource, UIMA-AS 2.4.1 Snapshot

2013-06-06 Thread GATE User
Thanks for the help Jaroslaw: The analysis engine in question is just a primative with the number of instances set to 5. From: Jaroslaw Cwiklik uim...@gmail.com To: user@uima.apache.org; GATE User gateu...@ymail.com Sent: Thursday, June 6, 2013 12:19 PM

Error when deploying 5 instances of AE with External Resource, UIMA-AS 2.4.1 Snapshot

2013-06-05 Thread GATE User
Hello all: I declared a external resource and deployed the analysis engine with 5 replicated instances on UIMA-AS 2.4.1 snapshot that I compiled from the svn repo for uima-as (trunk).  Deployment seems to go fine at first, but then about 10-20 seconds after the deployment says it's ready for