Hi Group,
I need to use custom secure socket factory while communicating through axis
client to use self signed certificate . But even if I set custom factory
using System
.setProperty("org.apache.axis.components.net.SocketFactory","myfactory") ,
default (i.e.JSSESocketFactory) only getting c
Hi Group,
I need to use custom secure socket factory while communicating through axis
client to use self signed certificate . But even if I set custom factory
using System
.setProperty("org.apache.axis.components.net.SocketFactory","myfactory") ,
default (i.e.JSSESocketFactory) only getting c
Just to confirm it again. I had to call cleanupContexts and terminate on the
context to get rid of memory leak. I had the exact same situation. We were
internally calling our own web sevices in our server which caused memory leak
and eventuall your server would crash with OutofMemory error.
-
Hi, I found the info I needed here...
http://www.5341.com/list/56/179233.html
It's the Axis2-generated client code that causes the leak, and
(confirming what Sanjay said) calling cleanup on the client stub seems
to alleviate the problem.
Our main problem was a crash of the Tomcat JVM on an O
Hi,
I'm currently facing bug AXIS2-4641:
https://issues.apache.org/jira/browse/AXIS2-4641
This bug affects Axis2 1.5.1 and its fix version is 1.5.1 as well. Not sure
what that means. What's the best way to get the fix in my project? Build
from sources? Use a nightly build?
Thanks,
-Phil