JESS: Stack OverFlow in bload() and bsave()
Santiago Almirón <[email protected]> Thu, 3 Mar 2011 13:32:57 -0300
| Newsgroups | gmane.comp.java.jess |
|---|---|
| Message-ID | <16114_1299171331_p23GfWHq017320_BAY155-w4575C8FB37C0F00C7A3F67A7C30@phx.gbl> |
Hello,I'm writting to you because I'm having some strange problems with jess api. I'm developing a multi agent system with different Jess engines and I ussually use bsave() and then bload() for save and load the state of a engine. I use that because there are particular cases that I need to revert the engine to a previous state.That worked ok until now. After I changed some simple rules, I added some new conditions in LHS of the rules, and I started to get stack overflows in bload and bsave methods.As workaround, I increase the size of the java stack but I don't know if I'm doing something wrong. ¿Are there some recomendations to use bload and bsave? Thank you in advance.Santiago