server rename issue - repotools cannot connect to localhost - generateURLMappings
CLM 405
Doing the generateURLmapping part for a server rename nets me:
CRJAZ1356E The repotools command could not connect to the following server: 'https://localhost:9443/jts'.
First, we use :9445 at our installation, second we have this machine's IP connected to localhost in the hosts file.
Thoughts?
Doing the generateURLmapping part for a server rename nets me:
CRJAZ1356E The repotools command could not connect to the following server: 'https://localhost:9443/jts'.
First, we use :9445 at our installation, second we have this machine's IP connected to localhost in the hosts file.
Thoughts?
Accepted answer
I would consider to provide the repotools command the basic parameters it always needs: rpoURL, user, password so that it can initially connect to the repository. If you don't it tries to use default values that most likely not match your environment and comes up with that question. If you don't provide parameters at all, you can pipe the help output into a file to help you digesting it.
Comments
Bas Bekker
JAZZ DEVELOPER Jan 23 '15, 11:48 a.m.Changing localhost to another IP than loopback IP address 127.0.0.1 can have subtle side effects.
See theĀ wikipedia localhost description where you can find that the name localhost is reserved for loopback purposes by RFC 6761 (Special-Use Domain Names).
Mahari Hill
Jan 23 '15, 1:02 p.m.thanks,
I removed it, uncommented 127, tried ::1, same error for all 3.