I have an issue with processing Large documents. The size of the file is 114MB.
When I submit the file to MWS(Version 8.2), it stays in ‘Processing status’ and never gets DONE/Delivered.
The server has 24GB memory and the parameters values:
watt.server.timeToLive=100000
watt.server.tspace.max=500000000
tn.BigDocThreshold=100000000
Also I have tried different values for watt.server.timeToLive and watt.server.tspace.max parameters but there is no difference. The document still stays in Processing mode.
I have also tested submitting 25MB data,it worked( Mapping service works fine)
Did anyone come across this type of issue with large documents?
Parameter value for watt.server.tspace.location was already setup.
This issue is solved now. I had to tweak Mapping service little bit .Now It is successfully Processed.
But after the process is complete, the server is restarting automatically. Then when I added ‘watt.server.keepAliveTimeout=300000’ in the Extended settings the server didn’t restart.