This is most probably a permission problem.
You can use the following way to start Jenkins on another user
Set an Environment Variable JENKINS_HOME pointing to the .jenkinsfolder and run the Jenkins command.
The shell should be like
export JENKINS_HOME=/usr/jhon/.jenkins
java -jar jenkins.war
The batch should be like
SET JENKINS_HOME=C:\users\jhon\.jenkins
java -jar jenkins.war