Improvement Issue raised http://track.sipfoundry.org/browse/XX-7386
Chris -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mircea Carasel Sent: 12 January 2010 09:44 To: Christopher Parfitt Cc: [email protected] Subject: Re: [sipX-dev] Adding new Certificate Authorities On Tue, Jan 12, 2010 at 10:59 AM, Christopher Parfitt <[email protected]> wrote: > After adding a new CA the user is prompted with: > "Keystores/TrustStore changed: Server Restart Needed" > I tried a "Send Proflie" on the Servers page and the Server Restart prompt > persisted. > In order to clear the restart message I had to type "Reboot" from command > line an SSH shell (or power off/on the server) thus losing all services > during the reboot cycle. > Is this intent or a bug? This is the intent. The Java Virtual Machine (JVM), where the Jetty Server runs needs to be restarted in order to load the newly imported certificate. Probably, there is no need to restart other sipXecs services, but the Jetty web server (where sipXconfig code runs) needs to be restarted Probably will be enough to run something like: /usr/local/sipx/bin/sipxproc --restart ConfigServer I can add a nice improvement, to run this command from UI (use the waiting page mechanism - the same mechanism used for software update or restore). The user will not notice that the config is down for a while. Please check with the command above, and if everything goes well, and if you think that would be nice to add this improvement, please open an issue and assign to me. Mircea > If intent then then I believe this Server Restart must be clearly > explained/stated in the Help on the CA page so the Server restart can be > scheduled at a suitable time. I agree that we need to add help text in order to clearly explain why we need restart. > > _______________________________________________ > sipx-dev mailing list [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev > sipXecs IP PBX -- http://www.sipfoundry.org/ > _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/ _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
