"package file parameter missing" in package manager
- March 2, 2016
- 4 replies
- 12807 views
facing "package file parameter missing" error message while trying to upload a package in the server. This package is fine because i have downloaded the package from other server where it is working fine. I have also modified the start.sh file based on some google help and provided below parameters -
CQ_JVM_OPTS="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/app/AEM6/author/tmp ${CQ_JVM_OPTS}"
CQ_JVM_OPTS="-Djava.io.tmpdir=/app/AEM6/author/tmp ${CQ_JVM_OPTS}"
I have also looked into /tmp directory, which also looks fine (no space issues). Also looked into /tmp path, permissions are set correct
bash-4.2$ df -g /tmp
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd3 2.50 2.49 1% 878 1% /tmp
Please provide some directions, what is wrong in this server.