On Wed, 2008-10-22 at 17:30 +0530, Anand Yogas wrote: > Hello Everyone, > > I was trying to install Sipxces stable version 10.2. > > I have successfully installed all dependencies from sip foundry > for Fedora 8 from link > > > http://sipx-wiki.calivia.com/index.php/Setting_up_a_development_environment > > I used wget command for stable version > > wget -P /etc/yum.repos.d > http://sipxecs.sipfoundry.org/pub/sipXecs/sipxecs-stable-fc.repo > > and then used "yum install sipxces" > > when I start sipxpbx service using command "service sipxpbx start" > > Checking TLS/SSL configuration: [ OK ] > Checking Firewall configuration: [ OK ] > Checking Per-process file descriptor limits: [ OK ] > Checking rpm configuration file updates: [ OK ] > Checking SELinux is not enforcing: [ OK ] > Checking Apache configuration: [ OK ] > Checking hostname is fully qualified: [ OK ] > Checking localhost address configured: [ OK ] > Checking localhost name is not shared: [ OK ] > Checking configuration service hostname and address: [ OK ] > Checking /tmp directory has correct permissions: [ OK ] > Checking watchdog: [ OK ] > Checking sipregistrar: [ OK ] > Checking sipstatus: [ OK ] > Checking sipxacd: [ OK ] > Checking sipxcallresolver-agent: (Disabled) [ OK ] > Checking sipxcallresolver: [ OK ] > Checking sipxconfig-agent: [ OK ] > Checking sipxconfig: [ OK ] > Checking sipxpage: [ OK ] > Checking sipxpark: [ OK ] > Checking sipxpresence: [ OK ] > Checking sipXproxy: [ OK ] > Checking sipxrls: [ OK ] > Checking sipXvxml: [ OK ] > Starting sipXpbx: > Starting watchdog: [ OK ] > Starting httpd: [ OK ] > > But on GUI it shows one background job failed > > When I checked sipxconfig.log file it shows me an error, here is > my log file > > > "2008-10-22 18:11:22,230":ERROR:ReplicationManagerImpl:?:Data > replication failed: extension > javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected > error: java.security.InvalidAlgorithmParameterException: the > trustAnchors parameter must be non-empty [...]
> Please, tell me the solution and also verify is any other process to > create dependencies for stable version. > > Where I am lacking? It looks like there is something wrong with the copy of your SSL certificate that is generated for java use by sipXconfig. Try removing it (as root): rm -rf /etc/sipxpbx/.ssl.* /etc/sipxpbx/.auth* The next sipXconfig restart should then regenerate it. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
