akeneo / transporteo

Migration Tool for Akeneo PIM from 1.7 to 2.0
Other
8 stars 7 forks source link

Impossible to login to remote server #21

Open nidup opened 7 years ago

nidup commented 7 years ago
Source Pim Configuration: Collect your configuration files from a server
What is the hostname of the source PIM server? http://test-dev-feature-6.akeneo.com    
What is the SSH port of the source PIM server? XXXXX
What is the SSH user you want to connect with ? XXXXX
What is the absolute path of the private SSH key able to connect to the server? XXXX
What is the absolute path of the composer.json on the server? XXXX

  [Akeneo\PimMigration\Domain\SourcePimConfiguration\SourcePimConfigurationException]                                                                                                                      
  Error: Step 1 - SourcePimConfiguration: Cannot connect to http://test-dev-feature-6.akeneo.com:2323. Error 32574. Unable to find the socket transport "http" - did you forget to enable it when you con  
  figured PHP?                                                                                                                                                                                             

  [RuntimeException]                                                                                                                                                           
  Cannot connect to XXXXX. Error 32574. Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?  

akeneo-pim:migrate [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [--] <command>

What i installed: nico@nidup-xps:~/git/migration-tool$ sudo apt-get install php7.1 php7.1-gmp php7.1-mbstring php7.1-json php7.1-xml

In fact, it seems related to the fact i type http in the hostname: What is the hostname of the source PIM server? http://test-dev-feature-6.akeneo.com

Once removing http i get the following message What is the hostname of the source PIM server? test-dev-feature-6.akeneo.com


  [Akeneo\PimMigration\Domain\SourcePimConfiguration\SourcePimConfigurationException]                                                                   
  Error: Step 1 - SourcePimConfiguration: Impossible to login to akeneo@test-dev-feature-6.akeneo.com:2323 using this ssh key : xxxx  

  [Akeneo\PimMigration\Infrastructure\ImpossibleConnectionException]                                            
  Impossible to login to akeneo@test-dev-feature-6.akeneo.com:2323 using this ssh key : xxx

I checked i can properly connect to this server directly

anaelChardan commented 7 years ago

Yes, we need to put more validation on the inputs :/. Hum weird, JJ and Marie had the same problem, I'll try to debug it to see what is the problem because on my computer, i can connect to test-dev-feature-6 :/

momoss commented 6 years ago

Hi @nidup,

Can you retry with the last tagged version 1.0.0-alpha3,

Best regards

pushpender-sharma commented 5 years ago

Hey, Any updates on this?