Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Webpage is not working and getting error "ERR_TOO_MANY_REDIRECTS"

Guest
Jan 18, 2016 Jan 18, 2016

All of sudden since last week webservices urls are failing with below error

This webpage has a redirect loop

ERR_TOO_MANY_REDIRECTS

not sure what's causing the issue..  Help needed

Thanks in advance

Shajin C

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jan 19, 2016 Jan 19, 2016

Any IIS / Apache rewrite rules involved here?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 19, 2016 Jan 19, 2016

No rewrite rule involved here

Apache is working fine ..we have tested with index page. and can able to view content under document directory.

Thanks

Shajin C

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jan 19, 2016 Jan 19, 2016

Check all cflocation, cfheader and also JavaScript redirects. Comment them out one at a time and see if the problem goes away. A redirect has to be done in code if not with a rewrite.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 19, 2016 Jan 19, 2016

i have noticed ODBC service is down and seeing below error ..Is this causing the issue?

The description for Event ID 0 from source ColdFusion 9 ODBC Agent cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jan 19, 2016 Jan 19, 2016
LATEST

Did you check your code for cflocation, cfheader and other redirects? ODBC doesn't sound like a too many redirects error.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources