2 Replies Latest reply on Aug 4, 2007 3:48 AM by brucespringfield

    POJOCache unresponsive

    brucespringfield

      I created a small test program with POJO Cache.

      And the program printed to screen :

      GMS: address is 10.224 . . .

      and then the program didn't go further.

      It got stuck on line :

      pcache = PojoCacheFactory.createCache(conf, toStart);

      Any ideas what the problem might be or how I could debug it?

        • 1. Re: POJOCache unresponsive
          genman

          Can you provide a stack trace? Your configuration? Your network topology? You need to include more information in your posts. Work a little harder!

          • 2. Re: POJOCache unresponsive
            brucespringfield

            Thanks for your reply! I really appreciate it!!

            I see what my error was. I used a pojocache-passivation-service.xml for the config file when I was only testing on a local machine with no network connections. You really need to be aware of what is in the config file. I changed to cache-config.xml with very simple entries and it works fine.