On Thu, Nov 6, 2008 at 9:59 PM, Miguel Cavazos <[EMAIL PROTECTED]> wrote: > hello guys im using centos 5 > > using unstable and i install sipxecs package. > > After i start service sipxpbx start > > http://sip.avaip.com > > and i get the following message. > > HTTP ERROR: 404 > > /sipxconfig Not Found > > RequestURI=/sipxconfig > > Powered by Jetty:// > > any ideas??
One thing to check is if you have two sipxconfig processes hanging around. Sometimes, restart does not work too well on sipxconfig. The soltuion in this case : 1. /sbin/service sipxpbx stop 2. ps -auxw | grep java (find the sipxconfig process) 3. sudo kill -9 pid ( i.e. the java process ) 4. /sbin/service sipxpbx start > > > _______________________________________________ > sipx-users mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-users > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users > -- M. Ranganathan _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
