-
1. Re: Memory Leak in Wildfly 8.2 on remote EJB access from Tomcat 7
jaikiran Jan 28, 2015 12:02 AM (in response to maderhan)If it OOMs on Tomcat, then you have to update the (remoting) libraries on Tomcat too.
-
2. Re: Memory Leak in Wildfly 8.2 on remote EJB access from Tomcat 7
maderhan Jan 28, 2015 1:44 AM (in response to jaikiran)I took the jboss-client.jar from the 8.2 release for sure .
As I mentioned before, only the workaround solves the problem - on both sides (wildfly and tomcat).
-
3. Re: Memory Leak in Wildfly 8.2 on remote EJB access from Tomcat 7
maderhan Feb 19, 2015 2:09 AM (in response to maderhan)Just for information:
I found out that the original wf8.2 download has the jboss-ejb-client-2.0.1.Final.jar module included.
What about this version jboss-ejb-client-2.0.2.Final.jar:
http://search.maven.org/#artifactdetails%7Corg.jboss%7Cjboss-ejb-client%7C2.0.2.Final%7Cjar
At the moment I could run the EJB driven applications for one week.
I will apply the jboss-ejb-client-2.0.2.Final.jar and see what will happen.
-
4. Re: Memory Leak in Wildfly 8.2 on remote EJB access from Tomcat 7
basmaabd May 12, 2015 12:48 PM (in response to maderhan)Hello,
I have a similar setup as yours and I am running into the same issue. The workaround "-Djboss.remoting.pooled-buffers=false" makes it better and tomcat runs longer before giving an OOM. But when I run a load test, tomcat crashes due to an OOM. This did not happen with jboss version 6. Did changing the jar to jboss-ejb-client-2.0.2.Final.jar help you ? Or, did you find any other solution?
Thanks.