Did you reinstall the TOSComm package, or more importantly it's shared library?
Perhaps you have a rogue copy that is being loaded instead of a good one.
I don't know the name of the library offhand, but often "type" or "which"
will tell you if it's in your PATH, and also check the JRE/bin directory.

MS

Aisha Neal wrote:
Hello,

Whenever I try to run any java app that has to use the serial port…
SerialForwarder, Listen, Trawler, ect.,
I receive the error…

-----------
Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError:
NativeSerial_read
        at net.tinyos.comm.TOSCommJNI.NativeSerial_read (Native Method)
        at net.tinyos.comm.NativeSerial.read(NativeSerial.java:65)
        at net.tinyos.comm.TOSSerial$ReadThread.flush(TOSSerial.java:59)
        at net.tinyos.comm.TOSSerial..<init>(TOSSerial.java :177)
        at
net.tinyos.packet.SerialByteSource.openStreams(SerialByteSource.java:58)
        at
net.tinyos.packet.StreamByteSource.open(StreamByteSource.java:51)
        at net.tinyos.packet.Packetizer.openSource (Packetizer.java:119)
        at net.tinyos.packet..AbstractSource.open(AbstractSource.java:77)
        at net.tinyos.packet.Packetizer.open(Packetizer.java:114)
        at net.tinyos.packet.PhoenixSource.run(PhoenixSource.java :167)
----------------------

I have removed ALL java software and tinyos sw, and reinstalled, rebooted, and still no change.
I have ran these applications before and this has just started to occur…
Does anyone know how to solve this?

Thanks,
Aisha


------------------------------------------------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. <http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ >


------------------------------------------------------------------------

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

--
Platform: WinXP/Cygwin
TinyOS version: 1.x, Boomerang
Programmer: MIB510
Device(s): Mica2, MicaZ, Tmote
Sensor board: homebrew

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to