You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by anjana_nair <si...@hotmail.com> on 2019/11/23 19:36:18 UTC

RE: Async queue mechanism

Hi,

I am trying to create a an asyncEventqueue thru gfsh and it gives me the
error below :

gfsh>create async-event-queue --id=sampleq7 
--listener=test.gemfire.GemFireListener
Could not process command due to error. Error while processing command
<create async-event-queue --id=sampleq7 
--listener=test.gemfire.GemFireListener> Reason : No results received.


Sever throws no error on startup.

what could be the reason ? The error message does not say anything.





--
Sent from: http://apache-geode-incubating-developers-forum.70738.x6.nabble.com/

Re: Async queue mechanism

Posted by Barry Oglesby <bo...@pivotal.io>.
Can you check your locator log file?

You should see a message like this:

[info 2019/11/25 09:39:35.432 PST <RMI TCP Connection(5)-127.0.0.1>
tid=0x55] Executing command: create async-event-queue --id=sampleq7
--listener=test.gemfire.GemFireListener

And then the exception with stack like:

[error 2019/11/25 09:56:19.507 PST <RMI TCP Connection(4)-127.0.0.1>
tid=0x43] Could not execute "create async-event-queue --id=sampleq7
--listener=test.gemfire.GemFireListener".
java.lang.Exception: No results received.
...

Thanks,
Barry Oglesby



On Mon, Nov 25, 2019 at 9:23 AM anjana_nair <si...@hotmail.com> wrote:

> Hi,
>
> I am trying to create a an asyncEventqueue thru gfsh and it gives me the
> error below :
>
> gfsh>create async-event-queue --id=sampleq7
> --listener=test.gemfire.GemFireListener
> Could not process command due to error. Error while processing command
> <create async-event-queue --id=sampleq7
> --listener=test.gemfire.GemFireListener> Reason : No results received.
>
>
> Sever throws no error on startup.
>
> what could be the reason ? The error message does not say anything.
>
>
>
>
>
> --
> Sent from:
> http://apache-geode-incubating-developers-forum.70738.x6.nabble.com/
>