drupal - "Connection timed out" error on a deploy with deployment module -


Deploying content locally between two site examples works fine when it moves an example to a remote server That gives me the following error message:

  Module: login details: Remote user result: Error message: Connection timed out  

My Apache Access log entries are as follows:

  ./ node_operations / deploy_now / 86 HTTP / 1.1 "302. / Admin / build / deploy / logs / details / 6 HTTP / 1.1" 200  

Deployment module version: 6.x-1.x-dev Service module version: 6.x-2.2

Does anyone have an idea that causes this problem Can be made ?

If you are looking at the timeout then the firewall may be blocked. You set fire to Telnet on the Dev box You can test and you can actually connect to the target on port 80 - because the deployment module uses xmlrpc to push content. If all are working there, you can see the Drupal Watchdog log.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -