Re: [Asterisk-java-users] port Problem.Configuration file not loading
Brought to you by:
srt
From: Yves A. <yv...@gm...> - 2013-05-31 20:49:37
|
hi atul, 1.) the error says, that there is already an instance running on port 4573.. stop your instance before starting a new one... 2.) due to a bug(?) setting the port in fastagi-mapping.properties does not take effect... whats wrong with 4573? If you really need to change the port, you have to write a wrapper that instanciates DefaultAgiServer, then set the desired Port via setPort(int port) and than start the server... or take the sources and change the default port by yourself and recompile / pack the jar. 3.) you are using an outdated version of asterisk-java... regards, yves Am 31.05.2013 17:32, schrieb Atul Agrawal: > hii everyone, > I was trying FastAGI and I changed the port to 7856 as it was > showing this exception while running on 4573.Below is the error file. > > I added fastagi-mapping.properties in classpath in eclipse.I > attached the error file,fastagi-mapping.properties,and code below. > > > The link is a screenshot of errors and my > fastagi-mapping.properties.. > > Please Help > > https://docs.google.com/drawings/d/1_-VGjEJmIEAQrpXRk7GFBCubu155He4jC3pazSxu7E8/edit?usp=sharing > > -- > Atul Agrawal > B.E Hons. > BITS PILANI Goa Campus > Mobile:+91-81491-95049 > > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite > It's a free troubleshooting tool designed for production > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap2 > > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |