ajeet@perl has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks...

Thanks to all of you for helping me out in all situation..

Now, I am facing a error in perl, error says

Serious Queuerpc error occured. Reallocating... May be roc is unavailable Successfully reconnected with Roc

my program deals with threads, this error message comes in middle of execution. I am unable to get any pointer on this error on net. Please help me...

Thank You monks

Replies are listed 'Best First'.
Re: Queuerpc Error
by cdarke (Prior) on Apr 07, 2010 at 08:13 UTC
    This is not an error message from perl, it is coming from a third-party product doing Remote Procedure Calls, so you will have to tie down the error to a section of code.

    I suggest that you first try to reproduce the error, preferably in a single-threaded version of your program because debugging multi-threaded code is many times more difficult. Step through your code using the debugger, or insert print statements to STDERR to find where the message is coming from. Take one small step at a time, and don't expect to finish early tonight.
      Yeah, right...got it...Thank You
Re: Queuerpc Error
by Anonymous Monk on Apr 07, 2010 at 06:19 UTC
    Now, I am facing a error in perl, error says

    What program/module... gives the error? You may have to grep to learn.