From: Michael G. <mi...@gi...> - 2015-01-28 22:07:53
|
Hi all, I finally had some time again to play around with my TPM but unfortunately I wasn't able to get the jtss service running on my Linux Mint 17 Qiana box. After some messing around I found that jsvc changed behavior in 1.0.11 (see [1] and [2]). With Mint 17 comes 1.0.15-dev. Starting with 1.0.11 jsvc - like a proper daemon should anyway - changes its working directory to /. However, this breaks jtss since it relies on working directory being /usr/share/jtss/soap and expects the .wsdd file there. So for jsvc versions >= 1.0.11 the call in the init script needs to add the following line: -cwd "${ROOT}/soap" \ in start() function. I don't have an older jsvc version at hand, so I can't test it but I guess this would break the older version. Kinda sucks. HTH, greetings to all my jTSS friends, Michael [1] http://www.apache.org/dist/commons/daemon/RELEASE-NOTES.txt [2] https://issues.apache.org/jira/browse/DAEMON-264 |