Open charlievaughan-zz opened 8 years ago
I also get this error in Windows using AEM 6.0. If there is a fix, would like to know it.
I haven't got a fix for this yet.
You might want to take a look at this plugin for Sublime that does work: https://packagecontrol.io/packages/CQ5Saver as that's what I'm having to use at the moment.
I also tried to install the VLT tool that comes packaged with AEM but that wouldn't work either, the bug report for that is here: http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__revj-hi_ive_beentryin.html
Perhaps this is related to why the AEM Brackets Extension doesn't work.
I wanted to get the VLT tool to work as that's used by the Intellivault plugin for IntelliJ IDEA: http://plugins.jetbrains.com/plugin/7328
Hi @charlievaughan, any updates on this? I recently changed my machine for a Windows 10 and still getting the errors mentioned above. It would be really sad to go back to others IDEs because of this issue.
Regards.
No I never found a fix for it. The only tool I could get to work was the CQ5 module for Sublime Text and that was flaky.
I couldn't get the VLT tool to work with IntelliJ IDEA either.
I kind of came to the guess that it might be some sort of security configuration in OSX that was preventing the connection. I later had to migrate my OSX user profile to a new Mac and fresh OSX installation. The issues persisted there too, so I don't know if I had managed to transfer some setting to the new machine with the user profile.
I didn't have time to create a fresh OSX user profile to see if that resolved the issue.
You might want to take a look at aemsync a Grunt task for syncing your AEM instance: https://github.com/gavoja/aemsync
I've since moved to another company where we're working on Windows using Eclipse and VaultClipse plugin that seems to work quite well.
Can you still reproduce this issue with version 0.0.14?
I'm not set up anymore to retest this.
Brackets version: Release 1.5 build 1.5.0-16538 (release cf9cf4698) AEM Brackets Extension: 0.0.13 OS and architecture: OSX El Capitan 10.11.1
Steps to reproduce:
Make change in Brackets + save changes. OR Export Package Content to server OR Import Package Content from server
Expected outcome
Frontend changes should be synced across to AEM directory.
Actual outcome
Get error messages:
<file path>
: Cannot establish a connection to server http://localhost:4502: EPIPE.<directory path>
: Cannot establish a connection to server http://localhost:4502: EPIPE.<directory path>
: Cannot establish a connection to server http://localhost:4502: EPIPE.I've tried adding a trailing slash to the Server URL in project settings.
Also tried different versions of Node.js including v0.12 and v5.1.1
Also moved the AEM instance to a different directory.
I'm a bit lost for what else to do.