I guess he uses the version 2.1.0 or 2.1.0-RELEASE from maven repository. I get the same error using this.
Downloading the other 2.1.0 from the download page of jsmpp fixes the problem. The working 2.1.0 seemes to be built from tags/2.1.0 while the wrong 2.1.0 seemes to be built from trunk. On Saturday, December 24, 2011 12:05:46 AM UTC+1, Bassam wrote: > > Hi, > > What jsmpp version are you using? > > -Bassam > > On Dec 21, 4:49 pm, Netbuglk <[email protected]> wrote: > > Hi, > > > > I am getting this error when I try to connect to a SMPP gateway. > > > > Exception in thread "QueueManager [smppGateway]" > > java.lang.NoSuchMethodError: > > org.jsmpp.bean.GeneralDataCoding.setAlphabet(Lorg/jsmpp/bean/ > > Alphabet;)V > > at > org.smslib.smpp.jsmpp.JSMPPGateway.sendMessage(JSMPPGateway.java: > > 291) > > at org.smslib.AGateway$QueueManager.process(AGateway.java:503) > > at > org.smslib.threading.AServiceThread.run(AServiceThread.java:105) > > > > Any help in resolving this issue is highly appreciated. > > > > Thanks, > > > > Wasantha -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/smslib/-/xnSoBYotAkMJ. For more options, visit https://groups.google.com/groups/opt_out.
