On Fri, Oct 24, 2008 at 11:09 AM, Carolyn Beeton <[EMAIL PROTECTED]> wrote: >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of M. >> Ranganathan >> Sent: Wednesday, October 22, 2008 11:29 PM >> To: Yang, Huijun (CAR:9D30) >> Cc: [EMAIL PROTECTED] >> Subject: Re: [sipX-dev] Failed to start sipx with load 13788 >> >> On Wed, Oct 22, 2008 at 1:35 PM, Huijun Yang >> <[EMAIL PROTECTED]> wrote: >> > folks, >> > >> > Just got load 13788, attempted to start sipX, and got >> multiple errors >> > as >> > below: >> > >> > >> > java.lang.NullPointerException >> > at >> > >> org.sipfoundry.sipxbridge.symmitron.SymmitronServer.discoverAd >> dress(SymmitronServer.java:130) >> > at >> > >> org.sipfoundry.sipxbridge.symmitron.SymmitronServer.main(SymmitronServ >> > er.java:917) >> > >> >> Your system cannot query its public address using STUN >> although I'll admit this is an ugly way to report it. I'll do >> something about gracefully failing in this case. Their is >> something blocking STUN from running -- possibly your firewall. >> >> To get around the problem, specify a public address and disable STUN. >> >> >> Ranga >> > > I get these same errors on a pretty vanilla system. I haven't enabled > or disabled STUN - is it enabled by default? I haven't configured a > firewall. I am not using NAT. How do I specify a public address? > > Carolyn >
So the problem is that there is a stun server address, stun is enabled and it is unable to determine the public address. So it reports NULL and subsequently there is a nulll pointer exception. Go to Internet Calling > Nat Traversal and enter a public address. If a public address is entered, stun discovery will not run and it should work from there. Be sure the value is actually propagated to the nattraversalrules.xml file ( cat the file ) so the restart of sipxrelay will pick it up. Ranga -- 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
