I have sent text to the modem, the SMSServer is able to receive inbound messages. It seems not affected by the runtime error though.
On Jan 28, 6:02 pm, Thanasis <[email protected]> wrote: > So, with the "-Dsmslib.nocmms=1", the sending problem is solved - that's > good. > > Regarding the read error, you have a real problem here. The correct > behaviour is to throw this error periodically (what the latest version > does), since SMSServer periodically tries to read messages from your phone. > You can disable this by defining your gateway (=modem) as outbound only. > > In either case, there seems to be an issue with your modem... > > On 28 January 2010 04:57, nchin <[email protected]> wrote: > > > Hi Thanasis, > > > Answer to your question about whether messages could be read with the > > old version: > > Yes, the target recipient is able to read message on their mobile > > phone. > > > Now the SMSServer v345 is able to send the text after adding the "- > > Dsmslib.nocmms=1". However the runtime error: > > "java.lang.StringIndexOutOfBoundsException: String index out of range: > > -12" still persists > > > In summary, after adding "-Dsmslib.nocmms=1" to v345, > > 1) Both v345 & v332 are having similar behavior - able to send text > > successfully despite reporting runtime error. > > 2) v345 keeps repeating the runtime error, whereas the old version > > reports it once. > > > Hope the info could provide clues to locate where the problem lies. > > > Regards, > > Norman > > > On Jan 27, 2:42 pm, Thanasis <[email protected]> wrote: > > > Hi nchin, > > > > Please try this: > > > > When you run SMSServer (the latest one) add the "-Dsmslib.nocmms=1" > > parameter > > > - this will disable the CMMS command which may have something to do with > > > your sending errors. > > > > Apart from this, I see the same read errors on both logs. Are you sure > > you > > > could read messages with the old version??? > > > -- > > You received this message because you are subscribed to the Google Groups > > "SMSLib for Java User Group" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<smslib%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/smslib?hl=en. -- You received this message because you are subscribed to the Google Groups "SMSLib for Java User Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
