This content has been marked as final.
Show 3 replies
-
1. Re: Null pointer while installing drools spring jar
ffang Nov 22, 2012 8:07 PM (in response to ashutosh700_kmr_ashutosh)Hi,
Could you post the whole stacktrace? And how you deploy the bundle?
I just tested with FUSE ESB 4.4.1-fuse-07-11 and it works for me, you may need use more recent version.
Freeman
-
2. Re: Null pointer while installing drools spring jar
ashutosh700_kmr_ashutosh Nov 26, 2012 9:31 PM (in response to ffang)Thanks.
I got it fixed with apache-servicemix-4.4.1-fuse-03-06 . But now there is another issue . When I update this bundle it causes permgen out of memory. Is it a known issue ? Pls let me know what I shoud do.
-
3. Re: Null pointer while installing drools spring jar
ffang Nov 26, 2012 9:57 PM (in response to ashutosh700_kmr_ashutosh)Hi,
The default MEM set for FUSE ESB may not be applicable for all cases, you may need adjust it yourself. So edit $FUSE_ESB/bin/servicemix script, change
JAVA_MAX_PERM_MEM to whatever you need.
Freeman