hmmm, actually, in summary! Can someone sudo: sudo chown tomcat:tomcat /home/jira/jira-home /home/jira/backup sudo chmod 755 /home/jira/jira-home /home/jira/backup
:) (and then restart tomcat/jira after removing the lock file) On 05/08/2010, at 1:37 PM, Nic Carter wrote: > > Hey guys, > > JIRA is locked again. :( > > I've taken a quick look at the JIRA log and it has: > > ******************************************************************************** > JIRA 4.1.1 build: 522 started. You can now access JIRA through your web > browser. > ******************************************************************************** > > 2010-08-04 03:48:00,364 main INFO > [atlassian.jira.scheduler.JiraSchedulerLauncher] Starting the JIRA > Scheduler.... > 2010-08-04 03:48:00,380 main INFO > [atlassian.jira.scheduler.JiraSchedulerLauncher] JIRA Scheduler started. > 2010-08-04 03:48:00,503 JiraQuartzScheduler_Worker-1 WARN ServiceRunner > Backup Service [service.services.export.ExportService] Backup directory > /home/jira/backup for Export Service "Backup Service" is not writable > 2010-08-04 04:04:56,809 TP-Processor15 ERROR anonymous 244x43x1 4yslx4 > 66.249.67.171 /secure/attachment/10160/sword-gcc43.patch > [jira.web.servlet.ViewAttachmentServlet] Error finding > /10160/sword-gcc43.patch: > /home/jira/jira-home/data/attachments/API/API-93/10160_sword-gcc43.patch (No > such file or directory) > 2010-08-04 04:06:02,703 TP-Processor8 ERROR anonymous 246x45x1 10izq4x > 66.249.67.171 /secure/attachment/10160/sword-gcc43.patch) > [jira.web.servlet.ViewAttachmentServlet] Error finding > /10160/sword-gcc43.patch): > /home/jira/jira-home/data/attachments/API/API-93/10160_sword-gcc43.patch (No > such file or directory) > > > I'm gonna guess that we need to do some chown calls on various directories in > the jira home directory? should be owned by tomcat? > Oh, and /home/jira/jira-home should probably not be set to 777 - can we > change it to be owned by tomcat-tomcat & 755'd or 775'd? :) > > [niccar...@www jira-home]$ ls -al > total 28 > drwxrwxrwx. 7 dmsmith dmsmith 4096 2010-08-04 03:47 . > drwxrwx--x. 17 jira jira 4096 2010-07-19 09:56 .. > drwxrwxr-x. 3 tomcat tomcat 4096 2010-04-23 11:11 caches > drwxrwxr-x. 4 tomcat tomcat 4096 2010-07-19 09:55 data > drwxrwxr-x. 2 tomcat tomcat 4096 2010-04-23 12:58 export > -rw-rw-r--. 1 tomcat tomcat 0 2010-08-04 03:47 .jira-home.lock > drwxrwxr-x. 2 tomcat tomcat 4096 2010-04-23 13:46 log > drwxrwxr-x. 5 tomcat tomcat 4096 2010-04-23 11:11 plugins > [niccar...@www jira-home]$ pwd > /home/jira/jira-home > [niccar...@www jira-home]$ cd ../backup > [niccar...@www backup]$ ls > [niccar...@www backup]$ ls -al > total 8 > drwxrwxr-x. 2 dmsmith dmsmith 4096 2010-04-23 07:49 . > drwxrwx--x. 17 jira jira 4096 2010-07-19 09:56 .. > [niccar...@www backup]$ pwd > /home/jira/backup > [niccar...@www backup]$ ls -al > total 8 > drwxrwxr-x. 2 dmsmith dmsmith 4096 2010-04-23 07:49 . > drwxrwx--x. 17 jira jira 4096 2010-07-19 09:56 .. > > > anyway, that's what I can come up with, after a quick look & having no idea > how JIRA works... :) > > > Thanks, ybic > nic... :) > > ---- > Nic Carter > PocketSword Developer - an iPhone Bible Study app > www: http://crosswire.org/pocketsword > iTunes: http://itunes.apple.com/app/Pocketsword/id341046078 > Twitter: http://twitter.com/pocketsword > > > _______________________________________________ > sword-devel mailing list: [email protected] > http://www.crosswire.org/mailman/listinfo/sword-devel > Instructions to unsubscribe/change your settings at above page _______________________________________________ sword-devel mailing list: [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page
