adobe / aem-eclipse-developer-tools

The Eclipse plugin that brings you the full connection to the Adobe Experience Manager, with auto-sync and project creation wizard.
Apache License 2.0
35 stars 23 forks source link

failing to auto deploy bundles - SocketTimeout #52

Closed kmurugulla closed 4 years ago

kmurugulla commented 9 years ago

Eclipse - 4.4.1 AEM Developer Tools - 1.0.4 Sling IDE Tools - 1.0.6 Sling IDE Tools,M2e-based -1.0.6 Java - 1.7.0_67 Mac OSX 10.10.3 AEM Server setting : "Publish -->Automatically Publish when resource changes" with publishing interval of 5 secs. and "Install --> Install bundle directly from filesystem""

Issue on auto deploying bundles - Failed installing bundle : java.net.SocketTimeoutException: Read timed out java.net.SocketTimeoutException: Read timed out

note : restarting aem instance fixes the issue though . But wondering whether its some thing specific to aem tools or connectivity between aem and eclipse it self ? Any ideas ?

rombert commented 9 years ago

Is your AEM instance running on localhost? If it is, does the port it uses (4502 I assume) match the one configured for the server in Eclipse?

kmurugulla commented 9 years ago

Yes , my aem is on local instance 4502 and it matches the aem server config in eclipse .

rombert commented 9 years ago

Is it possible that the deployment of that bundle takes a long time? Do you have anything related to its deployment in crx-quickstart/logs/error.log?

gabrielwalt commented 4 years ago

Closing this as there hasn't been activity for over a year.