cb/index.cfm/cbInstaller has resulted in too many redirects

http://ec2-23-22-36-224.compute-1.amazonaws.com/cb/index.cfm/cbInstaller

gives me this error:

This webpage has a redirect loopThe webpage at http://ec2-23-22-36-224.compute-1.amazonaws.com/cb/index.cfm/cbInstaller has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

Just another check

Make sure the following are write available.

  1. ColdBox aop temp directory
  2. Application.cfc
  3. Config/ColdBox.cfc

The installer needs to change those files once installed

I did the following:
Still get the same error.
sudo usermod -a -G www-data ubuntu

sudo chgrp -R www-data /var/www
sudo chmod -R g+w /var/www

sudo find /var/www -type d -exec chmod 2775 {} \;    

sudo find /var/www -type f -exec chmod ug+rw {} \;

Hmm, so can you reach the installer or you can never see the installer?

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Correct

signature0.jpg

Correct what? LOL
See the installer, option #1
Never see the installer, option #2

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

signature0.jpg

I never see the installer… i call the page, it redirects and gives me this error.

Tim

signature0.jpg

signature0.jpg

Maybe we can do a connect session

Sounds good you available some time tomorrow?

Yea maybe either morning or night. I’ll ping you

Sounds good

Sorry man, was too busy.

Can you post the steps you did and also what system you have?

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

I have the same issue. Win7 / IIS7.5
Added contents of download to C:\inetpub\wwwroot\cb

Working now

-dropped/recreated schema
-deleted directory
-downloaded again

Frank