The "...Cannot publish to a deleted Destination.." is caused by a broker not being able to deliver a message to a given queue. It looks like the client has terminated and the broker deleted its temp reply queue while the service was processing a CAS.
JC On Wed, Jul 24, 2013 at 12:11 AM, reshu.agarwal <[email protected]>wrote: > On 07/23/2013 05:56 PM, reshu.agarwal wrote: > >> the heap space for the Memory Pool PS|Surviver space. >> > Hi, > > In Jconsole memory column I noticed that the memory Pool PS Survivor Space > is get fully filled and the processing stop with the error. > > > Error on process CAS call to remote service: > org.apache.uima.aae.error.**UimaEEServiceException: > org.apache.uima.cas.**CASRuntimeException: "Preexisting FS encountered > but not allowed. "xmi:id=1797" > > and in the uima.log I found this error: > > org.apache.uima.adapter.jms.**activemq.**JmsEndpointConnection_impl.**send: > WARNING: > javax.jms.**InvalidDestinationException: Cannot publish to a deleted > Destination: temp-queue://ID:user-55759-**1374578217010-0:0:1 > > I thing it is because of the memory Pool PS Survivor Space. If I am right > Please tell me the solution and If I am wrong then tell me the reason so > that I can resolve this. > > Thanks in advance. > > -- > Reshu Agarwal > >
