Rxtx Serial Dependency issues with ARM processor

2014-07-18 Thread Samuel Nelson
We are trying to include a serial port handler package in our project. We tried to use the rxtx22 1.0.6 clojar... this works on laptops but not on the smaller computer with an ARM processor. we tried following the instructions here: (except we are using the localrepo plugin for lein to manage

Re: [clojure-rabbitmq] Re: Socket Exception thrown when trying to make a remote connection to server over adhoc network

2014-06-18 Thread Samuel Nelson
Any idea what the possible causes of this problem are? sorry I know its not much information to work with.. On Wednesday, June 11, 2014 2:34:42 PM UTC-4, Samuel Nelson wrote: I tested via telnet: telnet 10.10.10.3 5672 and the rabbitMQ server reports in the log that it accepted

[clojure-rabbitmq] Socket Exception thrown when trying to make a remote connection to server over adhoc network

2014-06-11 Thread Samuel Nelson
I am new to langohr and rabbitmq, and I want to try and use it for sending data across a distributed network. To test it out, I have two laptops, both connected over and adhoc network and both running rabbitmq and their IP's are set to 10.10.10.3 and 10.10.10.5... I added a rabbitmq username

Re: [clojure-rabbitmq] Re: Socket Exception thrown when trying to make a remote connection to server over adhoc network

2014-06-11 Thread Samuel Nelson
at 21:57:11, Samuel Nelson (snel...@ycp.edu javascript:) wrote: Caused by: SocketException Connection reset This message is very generic and does not explain much. Can you see connection entries in RabbitMQ log? Try connecting to RabbitMQ via telnet, for example (note