Ive tried with the following command:curl -u admin:admin -X POST
http://localhost:4502/crx/packmgr/service/.json/etc/packages/my.company.package/my-common-package-1.1.1-SNAPSHOT.zip?cmd=installand
that works like a charm.. Whats important is the /my.company.package/
part which you would find for your package if you look into the package
manager on your server.. if thats wrong it would have problems to find
that package and you will get the no package error.edit:
/etc/packages/day/cq550/product/c...
This is not related to AEM but like before you need to use yum to make
life easier.yum install (where packagename =
php-mysql-5.3.10-2.el4.remi.x86_64.rpm i guess or normally just
mysql_server / mysql )If you have not registered your RHEL to RHN you
will have difficulties with yum unless you add the installation DVD as a
repository as well.For more linux related information I would suggest
you head over to the linux forums.Hope it works/Johan
Hi,take a look at this
link.http://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_install.htmlThere
you will find a lot of info and also some links to the Package Share
where you can download the dispatcher for the apache of your
choice:https://www.adobeaemcloud.com/content/companies/public/adobe/dispatcher/dispatcher.html
/johan
Personally I'd just start over with a jar file named
cq-publish-p4503.jar. If you haven't started up your the author instance
yet and just have it as it was unpacked it would probably work (although
I have never tried it). Once you start up the author instance however I
wouldn't use that as a starting point - the initial start up process
will potentially load an number of author specific configurations which
you don't want on a publish instance. Safest thing to do though is start
over.
Hi Johan,Thanks for your response.I have installed Apache in my
box.1,downloaded Apache 2.22,after unzipping the file, from bin
directory executed ./configure den follows by #make command den followed
by #make install command. Thanks Mahesh
Have a look at this blogpost regarding doing an installation from the
command-line:http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2012/04/installing-cq5-from-command-line.htmlMy
first guess is that it is either too low mem or disk.--Feike