----- "Andrew Kerr" <andrew.kerr@xxxxxxxxxx> wrote: > I recently added a new fedora ds replica (1.2.0) to my master > (1.0.4). I was able to add the new machine, and replicate to it. I > set > up the replication via the console, and everything was working fine. > Today when I launch the console on the master and connect to the > replica > running 1.2.0 I get an error: "Failed to install a local copy of > fedora-admin-1.1.jar or one of its components" "Can not connect to > http://0.0.0.0:9830". > > 9830 is the correct port of the remote machine, but 0.0.0.0 > isn't the correct ip. The local admin console is running on a > different > port. I can do a wget on the remote machine http://<remote > machine>:9830 and I am able to connect and get the "download" page > that > has the quick console. So it isn't a network issue. > > The only change I've made is to add another replica, running > 1.0.4. I can connect to that one just fine, and all of the others. > I > just can't get to the one I added a few days ago that is running the > newer version. > > I'd suspect java, or something along those lines, except that it > worked yesterday and nothing (verified by the yum logs) has been > installed or changed on the server. > > My guess is that maybe the 1.0.4 ones work ok because they're > running the same version, and no additional jar files are needed. I > looked in the .fedora-console/jars and I don't see the new one. I > tried > removing that directory and letting it create a new one, also with no > luck. > > I tried adding another 1.2.0 installation, and same problem. > > Any ideas would be greatly appreciated! I think in general you will not be able to manage 1.2 instances with the 1.0 console. The specific problem is https://bugzilla.redhat.com/show_bug.cgi?id=430364 which was fixed in idm-console-framework 1.1.3 I suppose you could use ldapmodify to change the nsServerAddress to the real IP address ldapsearch -x -D "cn=directory manager" -w yourpassword -s sub -b o=netscaperoot "nsServerAddress=0.0.0.0" Then find which entry that is, and do something like ldapsearch -x -D "cn=directory manager" -w yourpassword dn: dn of the entry changetype: modify replace: nsServerAddress nsServerAddress: your real IP address > > > > This message and the information contained herein is proprietary and > confidential and subject to the Amdocs policy statement, > you may review at http://www.amdocs.com/email_disclaimer.asp > > -- > 389 users mailing list > 389-users@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/fedora-directory-users -- 389 users mailing list 389-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users