Re: [Asterisk-java-users] AsteriskServer Instance on Cluster
Brought to you by:
srt
From: Chris M. <ch...@mr...> - 2013-07-21 22:20:14
|
You probably can't cluster the connection to asterisk? Or keep the asteriisk server connection in a singleton's field for using later? I use glass fish, do not cluster and do something similar with a singleton. YMMV On Jul 22, 2013 7:30 AM, "$angaran" <san...@gm...> wrote: > Hi Everyone, > > I am using JBoss Server in clustered mode. When the init request comes to > first server in the cluster, it creates an AsteriskServer instance. When > the future requests goes to other servers, the asterisk server instance is > replicated. But when I access the methods in the server instance, it throws > null pointer exception at initializeIfNeeded() in AsteriskServerImpl. > > Please help me to resolve. > > Regards, > Sangaran > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |