Can't install cq5 service on win 2008 server 64 bit
I've searched, found a few things but nothing works, please see the attached image of the error when attempting to install.
Note, this worked perfectly on my local machine but it's win 7 64 bit.
I've searched, found a few things but nothing works, please see the attached image of the error when attempting to install.
Note, this worked perfectly on my local machine but it's win 7 64 bit.
If what you pasted is copied right from the .bat file, then the problem is because you have accidentally combined the line beginning with 'set jvm_options' with the next line.
Insert a new line (press Enter) or two between the '-Xmx1792m' and the '::*--' characters.
Instead of:
set jvm_options=-XX:MaxPermSize=256M;-Xmx1792m::* ------------------------------------------------------------------------------ ::* do not configure below this point
you should have this:
set jvm_options=-XX:MaxPermSize=256M;-Xmx1792m ::* ------------------------------------------------------------------------------ ::* do not configure below this point
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.