• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java.io.IOException : Permission denied

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks

I have downloaded and done a manual installation of jforum as instructed here : http://www.jforum.net/install_no_wizard.jsp

I have made sure all the directories which need to be writeable are. I have even made everything writeable after it didn't work.

I have also asked the server techie to explicitly enable *.page mapping for me, and he did so.

I have updated forum.link and homepage.link in SystemGlobals.properties to be correct.

Running on Apache and Tomcat and Oracle.

I get the following error.. Any ideas?


[originally posted on jforum.net by snowman999]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like Lucene can't get to write to the index dir, which is specified by the key "lucene.index.write.path" in the file WEB-INF/config/SystemGlobals.properties.

Take a look there.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Because those who mind don't matter and those who matter don't mind - Seuss. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic