Can anyone make some suggestions about how to handle this? Thanks, David
On Jul 31, 10:57 pm, dhousman <[email protected]> wrote: > Hi, > > I'm trying to run SendMessages.java and I'm getting this error: > > Example: Send message from a serial gsm modem. > SMSLib: A Java API library for sending and receiving SMS via a GSM > modem or other supported gateways. > This software is distributed under the terms of the Apache v2.0 > License. > Web Site:http://smslib.org > Version: 3.4.6 > log4j:WARN No appenders could be found for logger (smslib). > log4j:WARN Please initialize the log4j system properly. > log4j:WARN Seehttp://logging.apache.org/log4j/1.2/faq.html#noconfig > for more info. > Error loading SolarisSerial: java.lang.UnsatisfiedLinkError: no > SolarisSerialParallel in java.library.path > Caught java.lang.UnsatisfiedLinkError: > com.sun.comm.SolarisDriver.readRegistrySerial(Ljava/util/Vector;Ljava/ > lang/String;)I while loading driver com.sun.comm.SolarisDriver > Error loading SolarisSerial: java.lang.UnsatisfiedLinkError: no > SolarisSerialParallel in java.library.path > Caught java.lang.UnsatisfiedLinkError: > com.sun.comm.SolarisDriver.readRegistrySerial(Ljava/util/Vector;Ljava/ > lang/String;)I while loading driver com.sun.comm.SolarisDriver > org.smslib.GatewayException: Comm library exception: > java.lang.RuntimeException: javax.comm.NoSuchPortException > at > org.smslib.modem.SerialModemDriver.connectPort(SerialModemDriver.java: > 97) > at org.smslib.modem.AModemDriver.connect(AModemDriver.java:113) > at org.smslib.modem.ModemGateway.startGateway(ModemGateway.java:187) > at org.smslib.Service$1Starter.run(Service.java:321) > > I've read elsewhere that this is due to not having the javax.comm > library installed correctly. I've found an old distribution of that, > but i'm wondering if i'm headed down the right path? Any help would be > appreciated. -- 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.
