Just increase the heap size required by your server
-Xms256m -Xmx1024m -XX:MaxPermSize=256m From: Appasamy Thirugnana [mailto:[email protected]] Sent: Wednesday, March 11, 2009 4:42 PM To: [email protected] Subject: RE: org.apache.axis2.AxisFault: java.lang.OutOfMemoryError: Java heap space This is occuring at client side.I here attached the trace org.apache.axis2.AxisFault: java.lang.OutOfMemoryError: Java heap space at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java :486) at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(Out InAxisOperation.java:343) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper ation.java:389) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInA xisOperation.java:211) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163 ) Sent: Wednesday, March 11, 2009 16:35 To: [email protected] Subject: org.apache.axis2.AxisFault: java.lang.OutOfMemoryError: Java heap space Hi, Can any one tell how to get rid of this org.apache.axis2.AxisFault: java.lang.OutOfMemoryError: Java heap space Thanks, Appasamy
