Hi Sangeeta,
Hmm I'm not sure if it's a storage issue. Do you have the full text of
the error? Is it similar to this error?
http://openmrs.org/wiki/Out_Of_Memory_Errors
I've seen the out of memory error before when we installed two
instances of OpenMRS on the same server. You could possibly restart
Tomcat to see if the error goes away, which worked before. Also I
think RJ modified the Tomcat settings in the server to run with
increased memory size. I don't quite remember which file on the server
contained these settings, so you may need to search online to figure
out where these settings are.
"Start Tomcat with the parameters:
-Xmx512m -Xms512m -XX:PermSize=256m -XX:MaxPermSize=256m -
XX:NewSize=128m
at the command line. (The current ANT task "Start Tomcat" will
start with these options.)"
Also if you delete the contents of the moca_queue_item table, I think
it may cause some errors because the table has dependencies with other
tables, such as the obs table and the encounters table, so you may
need to clear those too. I would recommend against this because
hopefully the error gets fixed by the above options.
Let me know how it turns out,
Kat