Re: commons-email sending email twice?

2013-03-28 Thread Maurizio Cucchiara
Gmail removes the duplicated emails (though to be frank, I don't know according to which criteria). For the same reason you don't see the message, you just sent to the list, twice. Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921 Linkedin

commons-email sending email twice?

2013-03-28 Thread David Hoffer
I've got a strange one. I'm using commons-email to send some email, that is being sent to two recipients so I call addTo() twice, once for each recipients, then I call send() once. I can tell I'm calling send() once per the log files. However two messages get sent. I'm using GMail to send. I c

Re: [daemon] jsvc Segmentation Fault

2013-03-28 Thread Jared Griffith
Perfect, problem solved. I just added the export to my init script for jsvc since I'm running just jsvc without Tomcat. On Thu, Mar 28, 2013 at 3:14 PM, Ognjen Blagojevic < ognjen.d.blagoje...@gmail.com> wrote: > Jared, > > > On 28.3.2013 19:27, Jared Griffith wrote: > >> Thanks, for those that

Re: [daemon] jsvc Segmentation Fault

2013-03-28 Thread Ognjen Blagojevic
Jared, On 28.3.2013 19:27, Jared Griffith wrote: Thanks, for those that might run into it, for whatever reason jsvc daemon is looking for libcap.so, so you have to export LD_LIBRARY_PATH="/lib64" (that's what I had to do), adjust the /lib to where ever your libcap.so exists. Why we have to do t

Re: [daemon] jsvc Segmentation Fault

2013-03-28 Thread Greg Thomas
On 28 March 2013 18:27, Jared Griffith wrote: > Thanks, for those that might run into it, for whatever reason jsvc daemon > is looking for libcap.so, so you have to export LD_LIBRARY_PATH="/lib64" > (that's what I had to do), adjust the /lib to where ever your libcap.so > exists. Why we have to

Re: [daemon] jsvc Segmentation Fault

2013-03-28 Thread Jared Griffith
Thanks, for those that might run into it, for whatever reason jsvc daemon is looking for libcap.so, so you have to export LD_LIBRARY_PATH="/lib64" (that's what I had to do), adjust the /lib to where ever your libcap.so exists. Why we have to do this to get it to run is beyond me, maybe there shoul

Re: [daemon] jsvc Segmentation Fault

2013-03-28 Thread Ognjen Blagojevic
Jared, On 27.3.2013 18:06, Jared Griffith wrote: Hello, i am having a problem trying to migrate our commons daemon application to 1.0.14. I am currently running 1.0.10 with Sun JDK 1.7.0_17. When passing the same arguments to the new 1.0.14 jsvc binary, it simply exits with a Segmentation Fault