Hi all!
I use now the new version 3.4.2. Unlike the old version, the new one
throws an exception if it tries to read a message from the modem:
2009-07-20 11:40:16,703 INFO [KeepAlive [modem.com1]] smslib:
Interrupted!
java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at org.smslib.threading.AServiceThread.run(AServiceThread.java:118)
2009-07-20 11:40:16,812 WARN [KeepAlive [modem.com1]] smslib: GTW:
modem.com1: Ignoring InterruptedException in Queue.peek().
java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at org.smslib.modem.AModemDriver$CharQueue.peek(AModemDriver.java:
527)
at org.smslib.modem.AModemDriver.getResponse(AModemDriver.java:288)
at org.smslib.modem.AModemDriver.getResponse(AModemDriver.java:317)
at org.smslib.modem.athandler.ATHandler.isAlive(ATHandler.java:123)
at org.smslib.modem.AModemDriver$KeepAlive.process(AModemDriver.java:
660)
at org.smslib.threading.AServiceThread.run(AServiceThread.java:117)
Is this behavior correct or is it an error? Maybe I misinterpret it,
but if I read an Exception in the Logfile, I am a little bit worried.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SMSLib 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
-~----------~----~----~----~------~----~------~--~---