On Fri, 2008-12-05 at 18:01 -0500, rabail javed wrote: > hi , > I removed the extra dependencies from sipXcommserverLib module , and > changed the makefile so that it should generate only those scripts > which are required by sipxconfig, but when I am trying to start > sipxconfig using sipxconfig.sh , I am getting the exception > "Avoiding abscuring previous error by supressing error encountered > while ending request: org.apache.xmlrpc.XmlRpcClientException: > Exception closing URLConnection" > > I have attached the sipxconfig.log for your reference. > > I checked that /sbin/chkconfig --list httpd > httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off > > I have another build up and running, which contains all the components > of sipx. But even in that build i am getting the same exception for > sipxconfig.sh (but its successfully startring sipxpbx).
It looks like you're not initializing the ssl keystore correctly (or possibly your installation does not include an ssl key/certificate pair at all). SSL is used to secure communication with other sipXecs components. If all you care about is building phone configurations, you may not need it, but you'll have to do some work in the guts of things to remove or disable 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
