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
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
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
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
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
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 and no more information.
Here is the command that