[smslib] Re: Error running SendMessage

2009-09-29 Thread Thanasis
Hello, Are you using the latest SMSLib version? If you do, there should (?) be a mixup of SLF4J support libraries. Check that the SLF4J/JDK logging libs are installed (or referenced in classpath) correctly. On Sep 30, 6:59 am, adorego wrote: > Hi > I got an error when I trying to run the sample

Fwd: [smslib] Re: im not getting inbound sms alert with SMSLib with nokia 6300 and GSM modem too

2009-09-29 Thread srinath babu
anyone help me in this issue please -- Forwarded message -- From: srinath babu Date: Tue, Sep 22, 2009 at 10:10 PM Subject: Re: [smslib] Re: im not getting inbound sms alert with SMSLib with nokia 6300 To: smslib@googlegroups.com I can see in-coming call alerts with smsLIB prope

[smslib] Error running SendMessage

2009-09-29 Thread adorego
Hi I got an error when I trying to run the sample SendMessage from the Modem folder, the Exception goes in line that create the Service (srv = new Service()) and the exception is ClassNotFound for the class org.apache.commons.logging.LogFactory. I'm really confusing because I'm using the jdk loggi

[smslib] Re: NoSuchPortException

2009-09-29 Thread Nicholas Romero
On a windows box every time you insert the modem in a different USB port it will assign it another COM port. try and use the same one. In reality though. Just try sending an "AT" command to all those ports and see what responds. Also make sure that there is not another piece of software cla

[smslib] Re: SMSserver crash in Linux

2009-09-29 Thread Hemanth kumar
That didnt help :( On Tue, Sep 29, 2009 at 3:38 PM, István Kiss <84ferna...@gmail.com> wrote: > > Hi, > > a small linux magic may do the trick: try to make a simlink to that device > > #> ln -s /dev/USB0 /pathtoyoursimlink/whateveryouwanttonameit > > and try to configure smslib with the symlink.

[smslib] Re: NoSuchPortException

2009-09-29 Thread Scorpion
In your system, its showing COM12.. you tried with COM12 and COM11? Even, i dont know the. Let me check and reply you. On Tue, Sep 29, 2009 at 6:38 PM, Mozes H. Baottong wrote: > > Thank you Scorpion. > > Today I tried CommTest.java using Netbeans 6.7.1 and here is the result : > > == > ru

[smslib] Re: NoSuchPortException

2009-09-29 Thread Mozes H. Baottong
Thank you Scorpion. Today I tried CommTest.java using Netbeans 6.7.1 and here is the result : == run: Searching for devices... Test complete. BUILD SUCCESSFUL (total time: 0 seconds) === I am really confused because there is no port detected but in reality I have a HSDPA Modem (Vodafo

[smslib] Re: NoSuchPortException

2009-09-29 Thread Mozes H. Baottong
Thank you Scorpion. Today I tried CommTest.java using Netbeans 6.7.1 and here is the result : == run: Searching for devices... Test complete. BUILD SUCCESSFUL (total time: 0 seconds) === I am really confused because there is no port detected but in reality I have a HSDPA Modem (Vodafo

[smslib] Re: SMSserver crash in Linux

2009-09-29 Thread István Kiss
Hi, a small linux magic may do the trick: try to make a simlink to that device #> ln -s /dev/USB0 /pathtoyoursimlink/whateveryouwanttonameit and try to configure smslib with the symlink. The symlink will exist when the device is disconnected, but in that case it will point to a not existing fil

[smslib] Re: SMSserver crash in Linux

2009-09-29 Thread Hemanth kumar
Hi Thanks for the prompt reply.When the modem is connected it gets detected in the port /dev/ttyUSB0.But when it is disconnected there is no file as /dev/ttyUSB0,so smslib searches for the file and ultimately kills the jvm.I dont want smslib to get killed.The thread must not be ki

[smslib] Re: SMSserver crash in Linux

2009-09-29 Thread István Kiss
Hi, try to list the devices: #> ls /dev There will be many files and directories under /dev You have to find out wich device is your modem connected at, it looks like it is not the /dev/ttyUSB0 what your config says. István On Tue, Sep 29, 2009 at 11:18, Hemanth kumar wrote: > Hi All, > >  

[smslib] Re: SMSlib on J2ME

2009-09-29 Thread Alex Anderson
Sakthivel, That makes sense, and is fascinating to read. I will have to look into that. Do you have any links to these APIs? I am especially interested about the service inbox. Many thanks, Alex On Sep 28, 3:54 pm, Scorpion wrote: > Alex,I think the cryptosms.org site will provide applicat

[smslib] SMSserver crash in Linux

2009-09-29 Thread Hemanth kumar
Hi All, Smsserver crashes when the Modem is disconnected.Since the exception is from the native, the jvm crashes without any stacktrace.Here is the last output found out: /dev/ttyUSB0: No such file or directory Please help to r