Re: [Dspace-tech] Solution: Internal System Error attemting to create a community

2007-03-26 Thread mfigura
Andrea,

Thank you for your suggestion.  The Tomcat user did not have rights to
execute anything in /dspace/bin/   I changed the permissions and
everything worked like a charm.

Thank you for your help,
Mike Figura
Binghamton University Libraries

-Original Message-
From: Andrea Bollini [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 26, 2007 12:25 PM
To: mfigura
Cc: dspace-tech@lists.sourceforge.net
Subject: [POSSIBLE SPAM] Re: [Dspace-tech] Internal System Error
attemting to create a community
Importance: Low

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-communiti
es
>
> -- 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.(RandomAccessFile.java:212)
>
>   at 
> org.apache.lucene.store.FSIndexOutput.(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:65
6)
>
>   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.processConfirm
EditCommunity(EditCommunitiesServlet.java:410)
>
>   at 
>
org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.doDSPost(EditC
ommunitiesServlet.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(Applica
tionFilterChain.java:252)
>
>   at 
>
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
>
>   at 
>
org.dspace.app.webui.filter.AdminOnlyFilter.doFilter(AdminOnlyFilter.jav
a:103)
>
>   at 
>
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)
>
>   at 
>
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)
>
>   at 
>
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:214)
>
>   at 
>
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)
>
>   at 
>
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)
>
>   at 
>
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCon
textValve.java:198)
>
>   at 
>
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:152)
>
>   at 
>
org.apache.catalina.core.StandardValveContext

[Dspace-tech] Internal System Error attemting to create a community

2007-03-26 Thread mfigura
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-communiti
es

-- 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.(RandomAccessFile.java:212)

  at
org.apache.lucene.store.FSIndexOutput.(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:65
6)

  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.processConfirm
EditCommunity(EditCommunitiesServlet.java:410)

  at
org.dspace.app.webui.servlet.admin.EditCommunitiesServlet.doDSPost(EditC
ommunitiesServlet.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(Applica
tionFilterChain.java:252)

  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)

  at
org.dspace.app.webui.filter.AdminOnlyFilter.doFilter(AdminOnlyFilter.jav
a:103)

  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:202)

  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:173)

  at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:214)

  at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)

  at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)

  at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCon
textValve.java:198)

  at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:152)

  at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)

  at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)

  at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:137)

  at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)

  at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:118)

  at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:102)

  at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)

  at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)

  at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveCo
ntext.java:104)

  at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
20)

  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:79
9)

  at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onnection(Http11Protocol.java:705)

  at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:57
7)

  at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:684)

  at java.lang.Thread.run(Thread.java:595)

 

 

 

Thanks,

Mike Figura

Binghamton Univ

Re: [Dspace-tech] Can not edit Top News or Sidebar News

2007-03-16 Thread mfigura
Stuart

You are correct, the user that runs Tomcat in my case did not have
permissions to write to [dspace]/config/news-top.html and news-side.html
.  I changed the permissions and I can edit news-top and news side
through dspace-admin UI.  

Thanks for your help,
Mike Figura
Binghamton University

-Original Message-
From: Stuart Lewis [sdl] [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 16, 2007 11:42 AM
To: mfigura; dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] Can not edit Top News or Sidebar News

Hi Mike,
 
What happens when you try to edit them, do you see any errors?
 
A small thing to check - make sure that the user which runs tomcat, can
write to the files [dspace]/config/news-top.html and news-side.html
 
Thanks,
 
 
Stuart
_

Datblygydd Cymwysiadau'r WeWeb Applications Developer
Gwasanaethau Gwybodaeth  Information Services
Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_
  



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of mfigura
Sent: 16 March 2007 15:37
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Can not edit Top News or Sidebar News



II recently installed DSpace 1.4.1 on openSuse 10.2 .  When I access the
dspace-admin UI I cannot edit Top News or Sidebar News.  I can edit
everything else like e-people, groups, etc.  I don't understand why
since everything else works.  Could this be a database issue or maybe
permissions?

 

Thanks

Mike F

Binghamton University

 


-
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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Can not edit Top News or Sidebar News

2007-03-16 Thread mfigura
II recently installed DSpace 1.4.1 on openSuse 10.2 .  When I access the
dspace-admin UI I cannot edit Top News or Sidebar News.  I can edit
everything else like e-people, groups, etc.  I don't understand why
since everything else works.  Could this be a database issue or maybe
permissions?

 

Thanks

Mike F

Binghamton University

 

-
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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech