|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I was had same issue. But I think i figured out the issue. Hopefully this helps:
When running sc as a local user it will create /tmp/sc.log with limited access. Later on when running sc as a different user(or jenkins), it will attempt to open the /tmp/sc.log and get denied. To get around this just make /tmp/sc.log with escalated permissions and i believe this will fix the sc issue.