-
Bug
-
Resolution: Fixed
-
Highest
-
5.9.3, 5.15.5, 6.1.6, 6.3.2, 6.6.1, 6.6.2, 6.8.1, 6.9.1, 6.8.3
-
25
-
Severity 3 - Minor
-
14
-
http://blog.swisstech.net/2012/12/environments-in-tanuki-softwares-java.html?m=1
tanukisoftwaresupport December 26, 2012 at 3:22 AM
Hi,What version of the Java Service Wrapper are you using?
This bug should have already been fixed since version 3.3.0.Best Regards,
Tanuki Software Support TeamReply
tanukisoftwaresupport December 26, 2012 at 3:33 AM
Sorry, I forgot to mention it in my first post. To fix the issue yourself with the 3.2.* version of the script, please open the checkUser() function and change the following line:
su -m $RUN_AS_USER -c "\"$REALPATH\" $2"
to:
su - $RUN_AS_USER -c "\"$REALPATH\" $2"
This appears to have been fixed in the service wrapper for some time, and while the workaround is pretty simple, it took hours for me to find it.
- causes
-
BAM-19683 Bamboo service does not start on Windows with 64-bit Java
- Closed
-
PS-49533 Loading...
- is duplicated by
-
BAM-9756 Upgrade wrapper Library version
- Closed
-
BAM-11336 Upgrade Service Wrappers
- Closed
- relates to
-
BAM-20394 Admin can't stop remote agent
- Closed
-
BAM-18608 Increase the default time taken for the agents to reconnect in case the server is temporarily down
- Closed
-
PSR-250 Loading...
- was cloned as
-
BDEV-9819 Loading...