Hi,

I encountered Java OutOfMemoryError while testing ESB Smooks Mediator with
big messages.

at
org.wso2.carbon.activation.module.ActivationHandler.invoke(ActivationHandler.java:51)
    at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
    at org.apache.axis2.engine.Phase.invoke(Phase.java:313)

This occurs because ActivationHandler class of stratos
org.wso2.carbon.activation component logs the message as follows.

log.debug("Staring Activation Handler invocation. Incoming Message: " +
                messageContext.getEnvelope().toString());

Shall we change this to log only when debug mode is enabled?


Thanks,
Lakmali



-- 
Lakmali Baminiwatta*
*
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware

*
*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to