adobe / aem-brackets-extension

Brackets extension for Adobe Experience Manager (AEM) front-end developers with auto-sync and HTL support.
https://docs.adobe.com/content/docs/en/dev-tools/aem-brackets.html
Apache License 2.0
52 stars 22 forks source link

Synchronization error when AEM is installed with a context root (/author) #42

Closed navp4l closed 9 years ago

navp4l commented 9 years ago

Brackets version: Release 1.2 build 1.2.0-15697 AEM Brackets Extension: 0.0.12
OS and architecture: Windows 7 x64
* AEM version * AEM 5.6.1 installed on Tomcat 5.1.0.GA

Steps to reproduce:

  1. Open up your CQ project content folder with jcr_root and META-INF
  2. Make sure that the Project settings are configured for your server instance. In my case the server URL was http://localhost:8180/author
  3. Open up a jsp file and make a change. Save the file. Error dialog appears!

    Expected outcome

The synchronization icon should turn green and file changes should reflect in the CRX repository.

Actual outcome

The synchronization icon is pink and an error dialog opens up saying "Maximum connection attempts reached"

image

helmutgranda commented 9 years ago

@palanisn ever found a solution for this issue?

vladbailescu commented 9 years ago

I cannot reproduce this with latest version of brackets using a context root for my AEM 5.6.1 instance. It's possible this was the same issue as #45.

raducotescu commented 9 years ago

I also can't reproduce this, which is why I think @vladbailescu's hint at #45 being the actual culprit is correct.