Solution:
In start.sh file the HeapDumpOnOutOfMemoryError and Djava.io.tmpdir was pointing to /opt/adobecq/tmp directory.
Created the /opt/adobecq/tmp and the issue got resolved.
start.sh file
CQ_JVM_OPTS="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/adobecq/tmp ${CQ_JVM_OPTS}"
CQ_JVM_OPTS="-Djava.io.tmpdir=/opt/adobecq/tmp ${CQ_JVM_OPTS}"
No comments:
Post a Comment
If you have any doubts or questions, please let us know.