You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Yuval Levav <yu...@mobilitec.com> on 2006/07/04 09:45:26 UTC

Axis 1.2.1 Memory leak

Hi,

We are massively using Axis 1.2.1 in a production system. We've noticed that
the process consumes huge amount of memory until finally it reaches the
heap's total allocated size and stalls. I've noticed that the archives are
full of messages regarding this problem.

Has this problem been addressed in release 1.4?

If so, is it possible to only replace jar files on the server side while
remaining with client implementation over version 1.2.1?

Also, does this upgrade require an upgrade of the xerces jar files?

 

Thanks,

 

Yuval 


Re: Programmble Deployment Of Modules

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi Angel,

It is possible to deploy a module programmatically without touching
the configuration files at the client side.

Please have a look at this [1]

Note that you must drop the .mar file in the sample place where you
have the axis2* jars in your classpath.

At the end of this [2] you can find a few guidelines to specify
rampart configuration without the use of axis2.xml file.

Thanks,
Ruchith

[1] http://www.wso2.net/kb/182
[2] http://marc.theaimsgroup.com/?l=axis-dev&m=114732539613452&w=2

On 7/4/06, Angel Cholchev <a....@bg.seeburger.com> wrote:
> Hello,
> I need to deploy a the rampart security Module programmly. I 've bin
> wandering what to do. I can try put the .mar files in my classpath and
> try deploying the with DeployEngine or a can add the sources of the
> Rampart module to my project and try invoking the
>
> public void init(ConfigurationContext configContext, AxisModule module) throws AxisFault;//Initialize the module
> public void engageNotify(AxisDescription axisDescription) throws AxisFault;
>
>
> My tries so far with both opportunities have been unsuccessful due to
> the lack of documentation and java docs.
> thanks in advance
>  Angel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
www.ruchith.org

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Programmble Deployment Of Modules

Posted by Angel Cholchev <a....@bg.seeburger.com>.
Hello,
I need to deploy a the rampart security Module programmly. I 've bin 
wandering what to do. I can try put the .mar files in my classpath and 
try deploying the with DeployEngine or a can add the sources of the 
Rampart module to my project and try invoking the

public void init(ConfigurationContext configContext, AxisModule module) throws AxisFault;//Initialize the module
public void engageNotify(AxisDescription axisDescription) throws AxisFault;


My tries so far with both opportunities have been unsuccessful due to 
the lack of documentation and java docs.
thanks in advance
 Angel

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org