Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Wrapper
-
Labels:None
-
Environment:Windows >= Vista
Windows >= Server 2008
with UAC enabled
-
Number of attachments :
Description
Because of licensing issues, an old version of Tanuki's Java Wrapper Service is still in use.
That old version does not support UAC, introduced in Windows Vista and Server 2008 properly.
The install/uninstall/start/stop scripts in the bin folder for Windows (both 32 and 64 bits) are
silently failing when UAC is enabled and when not ran as Administrator.
Support for UAC must be added.
Issue Links
- relates to
-
SONAR-2929
Improve NT scripts to fail with an error message in case UAC is enabled and not ran as administrator
-
Several fixes are possible (in order of preference).
1) Use "sc.exe" as suggested by Evgeny Mandrikov and as done in Jenkins
2) Add some remarks to the existing scripts to emphasis that they must be ran as Administrator