2009/3/10 Nikolay Kondratyev <[email protected]>: > Hi All, > > After upgrade to 3.11.11-014881 I’m not able to connect to web gui. > > Sipxproc shows that config server is running: > > [r...@sipx3 ~]# sipxproc > > {"FreeSWITCH"=>"Running", > > "sipXmrtg"=>"Running", > > "SIPRegistrar"=>"Running", > > "ParkServer"=>"Running", > > "ConfigAgent"=>"Running", > > "CallResolver"=>"Running", > > "ACDServer"=>"Running", > > "SIPStatus"=>"Running", > > "ConfigServer"=>"Running", > > "CallResolver-Agent"=>"Disabled", > > "SipXbridge"=>"Failed", > > "MediaServer"=>"Running", > > "sipXivr"=>"Running", > > "PageServer"=>"Running", > > "PresenceServer"=>"Running", > > "ResourceListServer"=>"Running", > > "SipXrelay"=>"Failed", > > "SIPXProxy"=>"Running"} > > [r...@sipx3 ~]# > > > > sipxconfig.log blames absence of /etc/sipxpbx/ssl/ssl-web.keystore file…. > Though I’m not sure if it is a root cause. > > The whole sipxconfig.log is: > > > > [r...@sipx3 sipxpbx]# cat sipxconfig.log > > "2009-03-10T11:56:55.303000Z":1:JAVA:INFO:sipx3.lab.nstel.ru:main:00000000:DynamicSessionFactoryBean:"Building > new Hibernate SessionFactory" > > "2009-03-10T11:56:59.402000Z":2:JAVA:INFO:sipx3.lab.nstel.ru:main:00000000:BackupPlan:"Setting > timer for 3:42 AM" > > "2009-03-10T11:56:59.611000Z":3:JAVA:INFO:sipx3.lab.nstel.ru:main:00000000:Whacker:"Whacker > is scheduled: Sunday, Tue Mar 10 06:42:59 MSK 2009" > > "2009-03-10T11:57:02.131000Z":4:JAVA:WARNING:sipx3.lab.nstel.ru:main:00000000:ThreadedServer:"Failed > to start: [email protected]:8443" > > "2009-03-10T11:57:02.136000Z":5:JAVA:WARNING:sipx3.lab.nstel.ru:main:00000000:Server:"EXCEPTION > " > > org.mortbay.util.MultiException[java.io.FileNotFoundException: > /etc/sipxpbx/ssl/ssl-web.keystore (No such file or directory)] > > at org.mortbay.http.HttpServer.doStart(HttpServer.java:731) > > at org.mortbay.util.Container.start(Container.java:72) > > at org.mortbay.jetty.Server.main(Server.java:433) > > java.io.FileNotFoundException: /etc/sipxpbx/ssl/ssl-web.keystore (No such > file or directory) > > at java.io.FileInputStream.open(Native Method) > > at java.io.FileInputStream.<init>(FileInputStream.java:106) > > at > org.mortbay.util.FileResource.getInputStream(FileResource.java:246) > > at org.mortbay.http.SslListener.createFactory(SslListener.java:227) > > at > org.mortbay.http.SslListener.newServerSocket(SslListener.java:249) > > at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477) > > at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503) > > at org.mortbay.http.SocketListener.start(SocketListener.java:203) > > at org.mortbay.http.HttpServer.doStart(HttpServer.java:761) > > at org.mortbay.util.Container.start(Container.java:72) > > at org.mortbay.jetty.Server.main(Server.java:433) > > > > > > the whole snapshot is available at > ftp://sipx:[email protected]/sipx-configuration-sipx3.lab.nstel.ru.tar.gz > > > > Can anybody please advise how to get the web ui back?
The web keystore is now separate from the XML RPC keystore. Did you run sipxecs-setup ? It should generate the web keystore. Ranga > > Thanks in advance, > > Nikolay. > > _______________________________________________ > sipx-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev > -- M. Ranganathan _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
