Have you used the index-all or other script (also ant) with an user 
other than "the tomcat user"?
the error seem to indicate an unix permission problem on files...
- Andrea

mfigura ha scritto:
>
> Hello,
>
>  
>
> When attempting to create a community I get an internal system error.  
> Could this be permissions?
>
>  
>
> The system emails the following:
>
>  
>
>  
>
> An internal server error occurred on 
> http://sysoff.binghamton.edu:8080/dspace:
>
>  
>
> Date:       3/26/07 11:03 AM
>
> Session ID: C7BE4A62C097D900CEC011B16DE9281C
>
>  
>
> -- URL Was: 
> http://sysoff.lib.binghamton.edu:8080/dspace/dspace-admin/edit-communities
>
> -- Method: POST
>
> -- Parameters were:
>
> -- copyright_text: ""
>
> -- action: "7"
>
> -- parent_community_id: "-1"
>
> -- create: "true"
>
> -- short_description: ""
>
> -- side_bar_text: ""
>
> -- introductory_text: ""
>
> -- name: "Edward A. Link Collection"
>
> -- submit_authorization_edit: "Edit..."
>
>  
>
>  
>
> Exception:
>
> java.io.FileNotFoundException: /dspace/search/_1.fnm (Permission denied)
>
>       at java.io.RandomAccessFile.open(Native Method)
>
>       at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
>
>       at 
> org.apache.lucene.store.FSIndexOutput.<init>(FSDirectory.java:498)
>
>       at 
> org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:324)
>
>       at org.apache.lucene.index.FieldInfos.write(FieldInfos.java:255)
>
>       at 
> org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:176)
>
>       at 
> org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:88)
>
>       at 
> org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:709)
>
>       at 
> org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:686)
>
>       at 
> org.apache.lucene.index.IndexWriter.flushRamSegments(IndexWriter.java:656)
>
>       at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:402)
>
>       at org.dspace.search.DSIndexer.closeIndex(DSIndexer.java:315)
>
>       at org.dspace.search.DSIndexer.indexContent(DSIndexer.java:118)
>
>       at org.dspace.search.DSIndexer.reIndexContent(DSIndexer.java:176)
>
>       at org.dspace.content.Community.update(Community.java:441)
>
>       at 
> org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.processConfirmEditCommunity(EditCommunitiesServlet.java:410)
>
>       at 
> org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.doDSPost(EditCommunitiesServlet.java:230)
>
>       at 
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
>
>       at 
> org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
>
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
>
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>
>       at 
> org.dspace.app.webui.filter.AdminOnlyFilter.doFilter(AdminOnlyFilter.java:103)
>
>       at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>
>       at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>
>       at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
>
>       at 
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
>
>       at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
>
>       at 
> org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
>
>       at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
>
>       at 
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
>
>       at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
>
>       at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
>
>       at 
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
>
>       at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
>
>       at 
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
>
>       at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
>
>       at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>
>       at 
> org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
>
>       at 
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
>
>       at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
>
>       at 
> org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
>
>       at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
>
>       at 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
>
>       at 
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
>
>       at 
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>
>       at java.lang.Thread.run(Thread.java:595)
>
>  
>
>  
>
>  
>
> Thanks,
>
> Mike Figura
>
> Binghamton University Libraries
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ------------------------------------------------------------------------
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>   


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to