|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Response received for unknown correlationID?When I make my first request I always get a "Response received for
unknown correlationID". I know my broker is up and available, but still always get this for the first request, any subsequent request works without a problem. I've included the warning messages from my logs below, can anyone offer any help? On initial request: 09/15/06 03:35:10 PM WARN org.logicblaze.lingo.jms.impl.MultiplexingRequestor onMessage - Response received for unknown correlationID: 1 request: ActiveMQObjectMessage {commandId = 10, responseRequired = true, messageId = ID:homestar-3469-1158359515204-3:2:1:1:2, originalDestination = null, originalTransactionId = null, producerId = ID:homestar-3469-1158359515204-3:2:1:1, destination = queue://com.boingo.enterprise.configuration.common.registry.service.ICon figurationRegistryService.response, transactionId = null, expiration = 1158359740406, timestamp = 1158359710406, arrival = 0, correlationId = 1, replyTo = null, persistent = true, type = null, priority = 4, groupID = null, groupSequence = 0, targetConsumerId = null, compressed = false, userID = null, content = org.apache.activeio.packet.ByteSequence@818805, marshalledProperties = null, dataStructure = null, redeliveryCounter = 0, size = 0, properties = null, readOnlyProperties = true, readOnlyBody = true} On timeout: 09/15/06 03:35:40 PM WARN org.logicblaze.lingo.jms.JmsClientInterceptor invoke - Remote access error: invocation: method 'getServer', arguments [com.boingo.enterprise.configuration.common.domain.id.SystemID@de5cd9[ id=40013c515dd2-3877-4af9-9245-871eba17f8fb id=<null> ]]; target is null --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Response received for unknown correlationID?Are you sure you're using temporary queues for the client side? It
sounds like you're receiving an old response from a different client. On 9/15/06, Bell, Douglas <DBell@...> wrote: > When I make my first request I always get a "Response received for > unknown correlationID". I know my broker is up and available, but still > always get this for the first request, any subsequent request works > without a problem. I've included the warning messages from my logs > below, can anyone offer any help? > > On initial request: > > 09/15/06 03:35:10 PM WARN > org.logicblaze.lingo.jms.impl.MultiplexingRequestor onMessage - Response > received for unknown correlationID: 1 request: ActiveMQObjectMessage > {commandId = 10, responseRequired = true, messageId = > ID:homestar-3469-1158359515204-3:2:1:1:2, originalDestination = null, > originalTransactionId = null, producerId = > ID:homestar-3469-1158359515204-3:2:1:1, destination = > queue://com.boingo.enterprise.configuration.common.registry.service.ICon > figurationRegistryService.response, transactionId = null, expiration = > 1158359740406, timestamp = 1158359710406, arrival = 0, correlationId = > 1, replyTo = null, persistent = true, type = null, priority = 4, groupID > = null, groupSequence = 0, targetConsumerId = null, compressed = false, > userID = null, content = org.apache.activeio.packet.ByteSequence@818805, > marshalledProperties = null, dataStructure = null, redeliveryCounter = > 0, size = 0, properties = null, readOnlyProperties = true, readOnlyBody > = true} > > On timeout: > > 09/15/06 03:35:40 PM WARN > org.logicblaze.lingo.jms.JmsClientInterceptor invoke - Remote access > error: invocation: method 'getServer', arguments > [com.boingo.enterprise.configuration.common.domain.id.SystemID@de5cd9[ > id=40013c515dd2-3877-4af9-9245-871eba17f8fb > id=<null> > ]]; target is null > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > -- James ------- http://radio.weblogs.com/0112098/ --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Response received for unknown correlationID?I just upgraded from Lingo 1.1 to 1.3 and started seeing the very same errors in my application test suite. On first glance, the MultiplexingRequestor changes in Lingo 1.3 seems to have broken stuff. I also see a few open issues and messages related to MultiplexingRequestor issues with Lingo 1.2 and above. I also came across this thread : http://www.nabble.com/Having-problem-with-EventListener-remoting-(w-Lingo)-t2564805.html which discusses the same problem with Lingo 1.2+ For now I'm going to revert to Lingo 1.1 in my application and try to further investigate whats causing stuff to break with Lingo 1.3. Sanjiv On 9/18/06, James Strachan <james.strachan@...> wrote: Are you sure you're using temporary queues for the client side? It |
| Free Forum Powered by Nabble | Forum Help |