Re: [Dspace-tech] [Fwd: Fwd: Collection Authorization]

2007-03-15 Thread Jayan Chirayath Kurian
I hope the attached "collection Administrator" file would help.

I believe anonymous access will give read access to everyone.

Jayan

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Claudia Jürgen
Sent: Thursday, March 15, 2007 10:24 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] [Fwd: Fwd: Collection Authorization]

Forwarded on behalf of Branko Kovavec:


>>> Branislav Kovacevic 3/14/2007 1:48 PM >>>
Hi All,

could anybody enlighten me on the ways to make one collection and all
it's items (with limited access)
publicly available.
The other task I have for some other collections (also with limited
access) is to add another group of readers.

I read "Authorization" section of the help file, but couldn't figure
out the solution. I also tried adding new "default item read" and
"default bitstream read" policies with "Advanced/Item Policy Admin
Tool", but the files are still unaccessible for the new group.

Many thanks in advance,

Branko Kovacevic


Records Coordinator
Open Society Archives
Arany Janos u. 32
1051 Budapest, Hungary
phone: (36-1) 327-3266  or 327-2029
e-mail: [EMAIL PROTECTED]
website: www.osa.ceu.hu




-
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


Collection Administrator Help.doc
Description: Collection Administrator Help.doc
-
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] RE : About OAI Harvester Plug-I n for DSpace

2007-03-15 Thread Tellier, Stephane
Hi James, and any people using this plug-in,
 
I'm trying to get to work the OAI Harvester Plug-In but I'm having some 
diffculties.
First it seems to use old deprecated classes and methods and second, when it 
comes to build the dc directory for importing in DSpace, it creates only one 
sub-directory (dc1) that contains two empty files : contents + dublin_core.xml, 
even if there is many records in the response.xml. I've got no errors in the 
process, it just don't seems to be able to write contents in the files. I've 
tried it with my OAI source set for oai_dc and mets metadata prefixes. I'm 
running it on Windows XP with jdk 1.4.2.
 
The version I'm actually trying is this one : 
 
http://dspace.cs.odu.edu/downloads.html
 
is it the right and latest version?
 
thanks.



De: James Rutherford [mailto:[EMAIL PROTECTED]
Date: jeu. 2007-03-08 11:25
À: Tellier, Stephane
Cc: DSpace Tech
Objet : Re: [Dspace-tech] About OAI Harvester Plug-In for DSpace



On Thu, Mar 08, 2007 at 07:58:12AM -0500, Tellier, Stephane wrote:
> I've noticed on a wiki page that this module seems to be actually
> revamped by the ChinaDigitalMuseumProject. Is it on th road to become
> available? Does anyone got some news about it?

This would probably be my job ;) In the near future, I'm going to make
pf-dspace (a project in which we are trying to generalise certain core
parts of the Digital Museum code) available for general consumption.
This will either be as a set of patches (my least favourite option), as
a separate project on sourceforge (better, but still not ideal), or as a
branch in the main SVN repository (my favourite option, but one I need
to gather further input on before proceeding).

> Also, did someone used this plug-in with dspace version 1.4.1?

The code should work fine with 1.4.1; the latest code that I'm running
works with the code in the SVN trunk.

In future, please only cross-post to -tech and -devel if absolutely
necessary.

Jim


-
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


Re: [Dspace-tech] How to configure statistical reports?

2007-03-15 Thread nina joseph
sending it again
  I really appreciate the help
   
  Thank you
  Nina
  

nina joseph <[EMAIL PROTECTED]> wrote:
Hi Claudia,
  Yes, I have two log files in the dspace/log folder
   
  Dspace.log and checker.log
   
  Dspace.log has all the logs like, the emails ids of the persons logged in and 
the items viewed..e.t.c  I think the stat-general is not reading the dsapce log 
file.
   
  I have attached the dstat.cfg  and stat-general files.
   
  Please let me know if I am missing anything.
   
  Thnak you for your patience
  Nina
   


Claudia Jürgen <[EMAIL PROTECTED]> wrote:   Hello Nina,

did you follow the instructions in docs/configure.html#statistics?

Do you got log files in your [dspace-install]/log?


To enable statistics

1. change all the perl skripts in your
[dspace-source]/bin
* stat-general
* stat-initial
* stat-monthly
* stat-report-general
* stat-report-initial
* stat-report-monthly

Especially change these lines:

$dsrun = "/dspace/bin/dsrun";
$in_directory = "/dspace/log/";
$out_directory = "/dspace/reports/";

Supposing you got DSpace installed in C:\dspace, you should have 
something like this:

$dsrun = "C:/dspace/bin/dsrun.bat";
$in_directory = "C:/dspace/log/";
$out_directory = "C:/dspace/reports/";


2. run ant init_configs

3. run
C:\dspace\bin\stat-general
C:\dspace\bin\stat-monthly
C:\dspace\bin\stat-report-general
C:\dspace\bin\stat-report-monthly


Claudia


nina joseph schrieb:
> Hi Claudia, 
> Yes, I have made the following changes to my dstat config file
> 
> 
> # the log directory to be analyzed
> dspace.log=/dspace/log/
> 
> 
> # the name and url of the service being reported on
> host.name=localhost
> host.url=http://localhost:8080/dspace
> 
> and then from dspace/bin dorectory I have run those perl scripts.
> 
> Please let me know what I am missing
> 
> Thank you
> NIna
> 
> 
> 
> 
> Claudia Jürgen wrote: Hi Nina,
> 
> it seems as if your log files are not evaluated. The item count is done 
> via the database.
> 
> Did you change dstat to point to the directory where the log files 
> reside (see prior mail, you had an URL there not a directory)?
> 
> Claudia
> 
> 
> 
> nina joseph schrieb:
>> Hi Claudia,
>> Thank you for the information. I am able to get statistical reports page for 
>> my dspace. But I am getting zero counts for the entire category except for 
>> the items archived. Do I have to set something to get other information’s 
>> like User logins, Items viewed and words searched e.t.c
>>
>> Thank you
>> Nina
>>
>>
>>
>> Claudia Jürgen wrote: Hi Nina,
>>
>>
>> first, please use the dspace-mailing lists and not my private address 
>> for dspace related questions. Otherwise people with the same questions 
>> are not able to follow up the threads.
>>
>>> # the log directory to be analysed
>>> http://localhost:8080/dspace
>> this line refers to the directory where the logs of the dspace 
>> installation are stored.
>>
>>
>>
>>> And then 
>>> I typed the following commands
>>> C:\dspce\bin >dsrun stat-initial
>>>
>>> But it gives classnot found error. Is it because I have dspace on Windows 
>>> XP operating system? 
>> Naturally these are perl scripts no java classes. As you can see in the 
>> documentation, they are simply invoked via [dspace]/bin/name, provided 
>> that you got perl installed.
>>
>> exerpt from dspace docs
>> _
>>
>> # Run stat analyses
>> [dspace]/bin/stat-general
>> [dspace]/bin/stat-monthly
>> [dspace]/bin/stat-report-general
>> [dspace]/bin/stat-report-monthly
>>
>> Note that Perl needs to be installed in order to run the statistical 
>> reports.
>> __
>>
>>
>>
>> Claudia
>>
>>
>>
>>
>>> Thank you
>>> NIna
>>>
>>>
>>>
>>>
>>> Claudia Juergen wrote: Hi Nina,
>>>
>>> the base documentation for the statistical reports resides in the
>>> documentation:
>>> dspace/docs/configure.html#statistics
>>>
>>> For further information run:
>>> [dspace]/bin/dsrun org.dspace.app.statistics.LogAnalyser -help
>>> [dspace]/bin/dsrun org.dspace.app.statistics.ReportGenerator -help
>>>
>>>
>>> You must edit the scripts in [dspace]/bin
>>> stat-general
>>> stat-initial
>>> stat-monthly
>>> stat-report-general
>>> stat-report-initial
>>> stat-report-monthly
>>>
>>> In order that statistical reports are generated regularly and thus kept up
>>> to date you should set up the following cron jobs:
>>>
>>> # Run stat analyses
>>> 0 1 * * * [dspace]/bin/stat-general
>>> 0 1 * * * [dspace]/bin/stat-monthly
>>> 0 2 * * * [dspace]/bin/stat-report-general
>>> 0 2 * * * [dspace]/bin/stat-report-monthly
>>>
>>>
>>> Claudia
>>>
>>>
>>>
>>>
>>>
 Hi All,
 In the dspace documentation there is mentioning of statistics. I have
 installed dspace1.4. But when I login as admin and click on the
 statistics link I get a message saying” there are no reports available”

 What should I do to enable statistics report? Is there any documentation
 on ho

Re: [Dspace-tech] Feedback Form requires authorisation

2007-03-15 Thread Jeffrey Trimble

We are seeing the same there here.

In the footer-default.jsp the actual coding has changed and it is significant
enough that the old code used in 1.3.2 will not work in 1.4.1.

Would someone intimate with the code venture to say what is going on here and
a suggested fix?

TIA,

Jeffrey Trimble

At 07:55 AM 3/15/2007, John Preston wrote:

The only thing I can think of is that I rewrite all my /dspace/* 
with apache using the AJP and port 8009, and it seems that I loose 
the referer header in the process.


RewriteCond %{REQUEST_URI} !^/dspace/certificate-login.*
RewriteCond %{REQUEST_URI} !^/dspace/password-login.*
RewriteCond %{REQUEST_URI} !^/dspace/register.*
RewriteRule ^/(.*) http://%{HTTP_HOST}/$1 [L,R]



John

On 3/15/07, John Preston 
<[EMAIL PROTECTED]> wrote:
OOps. Sorry I opened the FeedServlet.java instead of 
FeedbackServlet.java. The NullPointerException is for the line 84


79String fromPage = request.getHeader("Referer");
80
81// Prevent spammers and splogbots from poisoning the feedback page
82String host = ConfigurationManager.getProperty("dspace.hostname");
83
84if (fromPage.indexOf(host) == -1)

John


On 3/15/07, John Preston 
<[EMAIL PROTECTED]> wrote:

I noticed this just yesterday also. I  see  where the trace is:

Mar 15, 2007 7:02:28 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet feedback threw exception
java.lang.NullPointerException
at 
org.dspace.app.webui.servlet.FeedbackServlet.doDSGet(FeedbackServlet.java:84)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:151)
at org.dspace.app.webui.servlet.DSpaceServlet.doGet 
(DSpaceServlet.java:99)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter 
(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java 
:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke 
(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
at 
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)

at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java :754)
at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
at 
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run 
(ThreadPool.java:684)

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

and the line given in FeedbackServlet.java (84) is an import 
statement line. I've done nothing to my installation of late, but I 
can't remember when last I tried the feedback page.


John

On 3/15/07, Brett, Hamish < 
[EMAIL PROTECTED]> wrote:

Hi,

All of a sudden when you click on our feedback link on the home 
page, it requests a log in and when I log in as an admin it says


"Authorization Required

You do not have permission to perform the action you just attempted.

If you think you should have authorization, please feel free to 
contact the DSpace administrators:"


No other pages display this behaviour. We have not noticed this 
before, does anyone know how and why this has occured?


Thanks,

Hamish

IMPORTANT: This email remains the property of the Australian Defence 
Organisation and is subject to the jurisdiction of section 70 of the 
CRIMES ACT 1914. If you have received this email in error, you are 
requested to contact the sender and delete the email.






-
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




-
Take S

[Dspace-tech] Moving the drop down in edit-item-form.jsp

2007-03-15 Thread Jeffrey Trimble
I'm attempting to move the drop down to add DC fields from the bottom 
of the table to
the top of the table--user request/convenience.  Each time I do, I 
get a java error (logic
error)

What is the trick to this?

TIA


Jeffrey A. Trimble
Systems Librarian
Youngstown State University
Youngstown, OH
[EMAIL PROTECTED]
(330) 941-2483
http://digital.maag.ysu.edu
http://www.maag.ysu.edu
http://jupiter.ysu.edu




-
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] [Fwd: Fwd: Collection Authorization]

2007-03-15 Thread Claudia Jürgen
Forwarded on behalf of Branko Kovavec:


>>> Branislav Kovacevic 3/14/2007 1:48 PM >>>
Hi All,

could anybody enlighten me on the ways to make one collection and all
it's items (with limited access)
publicly available.
The other task I have for some other collections (also with limited
access) is to add another group of readers.

I read "Authorization" section of the help file, but couldn't figure
out the solution. I also tried adding new "default item read" and
"default bitstream read" policies with "Advanced/Item Policy Admin
Tool", but the files are still unaccessible for the new group.

Many thanks in advance,

Branko Kovacevic


Records Coordinator
Open Society Archives
Arany Janos u. 32
1051 Budapest, Hungary
phone: (36-1) 327-3266  or 327-2029
e-mail: [EMAIL PROTECTED]
website: www.osa.ceu.hu




-
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] Statistics Add´on

2007-03-15 Thread Sonia Almodovar

I have installed the statistics add on and I have proved it. The result is
the follow image. It´s ok?
-
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


Re: [Dspace-tech] Feedback Form requires authorisation

2007-03-15 Thread John Preston

The only thing I can think of is that I rewrite all my /dspace/* with apache
using the AJP and port 8009, and it seems that I loose the referer header in
the process.

RewriteCond %{REQUEST_URI} !^/dspace/certificate-login.*
RewriteCond %{REQUEST_URI} !^/dspace/password-login.*
RewriteCond %{REQUEST_URI} !^/dspace/register.*
RewriteRule ^/(.*) http://%{HTTP_HOST}/$1 [L,R]



John

On 3/15/07, John Preston <[EMAIL PROTECTED]> wrote:


OOps. Sorry I opened the FeedServlet.java instead of FeedbackServlet.java.
The NullPointerException is for the line 84

79String fromPage = request.getHeader("Referer");
80
81// Prevent spammers and splogbots from poisoning the feedback
page
82String host = ConfigurationManager.getProperty("dspace.hostname
");
83
84if (fromPage.indexOf(host) == -1)

John

On 3/15/07, John Preston <[EMAIL PROTECTED]> wrote:
>
> I noticed this just yesterday also. I  see  where the trace is:
>
> Mar 15, 2007 7:02:28 AM org.apache.catalina.core.StandardWrapperValveinvoke
> SEVERE: Servlet.service() for servlet feedback threw exception
> java.lang.NullPointerException
> at org.dspace.app.webui.servlet.FeedbackServlet.doDSGet(
> FeedbackServlet.java:84)
> at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(
> DSpaceServlet.java:151)
> at org.dspace.app.webui.servlet.DSpaceServlet.doGet (
> DSpaceServlet.java:99)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (
> ApplicationFilterChain.java:252)
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(
> ApplicationFilterChain.java:173)
> at org.apache.catalina.core.StandardWrapperValve.invoke(
> StandardWrapperValve.java :213)
> at org.apache.catalina.core.StandardContextValve.invoke(
> StandardContextValve.java:178)
> at org.apache.catalina.core.StandardHostValve.invoke(
> StandardHostValve.java:126)
> at org.apache.catalina.valves.ErrorReportValve.invoke (
> ErrorReportValve.java:105)
> at org.apache.catalina.core.StandardEngineValve.invoke(
> StandardEngineValve.java:107)
> at org.apache.catalina.connector.CoyoteAdapter.service(
> CoyoteAdapter.java:148)
> at org.apache.jk.server.JkCoyoteHandler.invoke(
> JkCoyoteHandler.java:199)
> at org.apache.jk.common.HandlerRequest.invoke(
> HandlerRequest.java:282)
> at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
> at org.apache.jk.common.ChannelSocket.processConnection(
> ChannelSocket.java:684)
> at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(
> ChannelSocket.java:876)
> at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
> ThreadPool.java:684)
> at java.lang.Thread.run(Thread.java:619)
>
> and the line given in FeedbackServlet.java (84) is an import statement
> line. I've done nothing to my installation of late, but I can't remember
> when last I tried the feedback page.
>
> John
>
> On 3/15/07, Brett, Hamish < [EMAIL PROTECTED]> wrote:
>
> >  Hi,
> >
> > All of a sudden when you click on our feedback link on the home page,
> > it requests a log in and when I log in as an admin it says
> >
> > "Authorization Required
> >
> > You do not have permission to perform the action you just attempted.
> >
> > If you think you should have authorization, please feel free to
> > contact the DSpace administrators:"
> >
> > No other pages display this behaviour. We have not noticed this
> > before, does anyone know how and why this has occured?
> >
> > Thanks,
> >
> > Hamish
> >
> > *IMPORTANT:* This email remains the property of the Australian Defence
> > Organisation and is subject to the jurisdiction of section 70 of the CRIMES
> > ACT 1914. If you have received this email in error, you are requested to
> > contact the sender and delete the email.
> >
> >
> >
> >
> >
> >
> > -
> > 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
> >
> >
>

-
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

Re: [Dspace-tech] Feedback Form requires authorisation

2007-03-15 Thread John Preston

OOps. Sorry I opened the FeedServlet.java instead of FeedbackServlet.java.
The NullPointerException is for the line 84

79String fromPage = request.getHeader("Referer");
80
81// Prevent spammers and splogbots from poisoning the feedback page
82String host = ConfigurationManager.getProperty("dspace.hostname");
83
84if (fromPage.indexOf(host) == -1)

John

On 3/15/07, John Preston <[EMAIL PROTECTED]> wrote:


I noticed this just yesterday also. I  see  where the trace is:

Mar 15, 2007 7:02:28 AM org.apache.catalina.core.StandardWrapperValveinvoke
SEVERE: Servlet.service() for servlet feedback threw exception
java.lang.NullPointerException
at org.dspace.app.webui.servlet.FeedbackServlet.doDSGet(
FeedbackServlet.java:84)
at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(
DSpaceServlet.java:151)
at org.dspace.app.webui.servlet.DSpaceServlet.doGet (
DSpaceServlet.java:99)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (
ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(
ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(
StandardWrapperValve.java :213)
at org.apache.catalina.core.StandardContextValve.invoke(
StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(
StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke (
ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(
StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(
CoyoteAdapter.java:148)
at org.apache.jk.server.JkCoyoteHandler.invoke(
JkCoyoteHandler.java:199)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java
:282)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
at org.apache.jk.common.ChannelSocket.processConnection(
ChannelSocket.java:684)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(
ChannelSocket.java:876)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run (
ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:619)

and the line given in FeedbackServlet.java (84) is an import statement
line. I've done nothing to my installation of late, but I can't remember
when last I tried the feedback page.

John

On 3/15/07, Brett, Hamish <[EMAIL PROTECTED]> wrote:

>  Hi,
>
> All of a sudden when you click on our feedback link on the home page, it
> requests a log in and when I log in as an admin it says
>
> "Authorization Required
>
> You do not have permission to perform the action you just attempted.
>
> If you think you should have authorization, please feel free to contact
> the DSpace administrators:"
>
> No other pages display this behaviour. We have not noticed this before,
> does anyone know how and why this has occured?
>
> Thanks,
>
> Hamish
>
> *IMPORTANT:* This email remains the property of the Australian Defence
> Organisation and is subject to the jurisdiction of section 70 of the CRIMES
> ACT 1914. If you have received this email in error, you are requested to
> contact the sender and delete the email.
>
>
>
>
>
>
> -
> 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
>
>

-
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


Re: [Dspace-tech] Feedback Form requires authorisation

2007-03-15 Thread John Preston

I noticed this just yesterday also. I  see  where the trace is:

Mar 15, 2007 7:02:28 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet feedback threw exception
java.lang.NullPointerException
   at org.dspace.app.webui.servlet.FeedbackServlet.doDSGet(
FeedbackServlet.java:84)
   at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(
DSpaceServlet.java:151)
   at org.dspace.app.webui.servlet.DSpaceServlet.doGet(
DSpaceServlet.java:99)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
ApplicationFilterChain.java:252)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(
ApplicationFilterChain.java:173)
   at org.apache.catalina.core.StandardWrapperValve.invoke(
StandardWrapperValve.java:213)
   at org.apache.catalina.core.StandardContextValve.invoke(
StandardContextValve.java:178)
   at org.apache.catalina.core.StandardHostValve.invoke(
StandardHostValve.java:126)
   at org.apache.catalina.valves.ErrorReportValve.invoke(
ErrorReportValve.java:105)
   at org.apache.catalina.core.StandardEngineValve.invoke(
StandardEngineValve.java:107)
   at org.apache.catalina.connector.CoyoteAdapter.service(
CoyoteAdapter.java:148)
   at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java
:199)
   at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java
:282)
   at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
   at org.apache.jk.common.ChannelSocket.processConnection(
ChannelSocket.java:684)
   at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(
ChannelSocket.java:876)
   at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
ThreadPool.java:684)
   at java.lang.Thread.run(Thread.java:619)

and the line given in FeedbackServlet.java (84) is an import statement line.
I've done nothing to my installation of late, but I can't remember when last
I tried the feedback page.

John

On 3/15/07, Brett, Hamish <[EMAIL PROTECTED]> wrote:


 Hi,

All of a sudden when you click on our feedback link on the home page, it
requests a log in and when I log in as an admin it says

"Authorization Required

You do not have permission to perform the action you just attempted.

If you think you should have authorization, please feel free to contact
the DSpace administrators:"

No other pages display this behaviour. We have not noticed this before,
does anyone know how and why this has occured?

Thanks,

Hamish

*IMPORTANT:* This email remains the property of the Australian Defence
Organisation and is subject to the jurisdiction of section 70 of the CRIMES
ACT 1914. If you have received this email in error, you are requested to
contact the sender and delete the email.





-
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


-
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


Re: [Dspace-tech] Problems installing Minho statistics module

2007-03-15 Thread Pablo San Andrés

Hello Trond,
i have solutioned the problem, thank you.

On 3/15/07, Trond Davidsen <[EMAIL PROTECTED]> wrote:


Pablo San Andrés wrote:
> Hello,
> i have problems intalling Minho.When i try to access the database of
> psql, executing:
>
>  >>"psql -U postgres"
>
> the error that appears is :
>
>  >> FATAL:  user "postgres" does not exists
>
>
> I have created a new user  with the command of psql "CREATE USER
> postgres". But it's supposed to be a superuser called "postgres" when
> you install it.

Hi,
the postgres superuser have the same username as the user (in the OS)
that ran the initdb command to create the database cluster when you
installed postgresql.


-- Trond


-
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


Re: [Dspace-tech] Statistics Add´on

2007-03-15 Thread Bjorn Skobba
On Thu, 2007-03-15 at 11:07 +0100, Sonia Almodovar wrote:
> Hi,

Hello,

> On the Step 3, it´s said:
> 
> "Copy the add-on source files and java server pages to the appropriate
> DSpace source directories."
>  
> which is the appropiate DSpace source directories? 

A little bit further down in Step 3 the actual commands are listed:

$ cd $ADDON_SRC
$ cp -R jsp $DSPACE_SRC 
$ cp –R src $DSPACE_SRC 
$ cp –R config $DSPACE_SRC
$ cp –R xsl $DSPACE_SRC
$ cp –R bin $DSPACE_SRC

$DSPACE_SRC is where your DSpace source files are (the directory where you 
unpacked the source tar-ball).

Hope this helps.

Regards,
Bjorn Skobba  

-
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


Re: [Dspace-tech] Problems installing Minho statistics module

2007-03-15 Thread Pablo San Andrés

Hello,

thank you for your response. I have execute the commands:


cd pgsql/bin
createuser postgres


And say "yes" to the questions about creating new databases and new users
with this new user, and it works.
On 3/15/07, Bjorn Skobba <[EMAIL PROTECTED] > wrote:


On Thu, 2007-03-15 at 10:10 +0100, Pablo San Andrés wrote:

Hello,

[ snip ]

> Anyway, created the user, i have exectue "\i stats-schema-admin.sql"
> there is an error like this :
>
> >> language "javau" does not exists...

Have you installed PL/Java as described in "Step 1: Preliminary tasks"
in the documentation?

Regards,

Bjorn Skobba

-
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] Statistics Add´on

2007-03-15 Thread Sonia Almodovar

Hi,

On the Step 3, it´s said:

"Copy the add-on source files and java server pages to the appropriate
DSpace source directories."

which is the appropiate DSpace source directories?
-
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


Re: [Dspace-tech] Problems installing Minho statistics module

2007-03-15 Thread Bjorn Skobba
On Thu, 2007-03-15 at 10:10 +0100, Pablo San Andrés wrote:

Hello,

[ snip ]

> Anyway, created the user, i have exectue "\i stats-schema-admin.sql"
> there is an error like this :
> 
> >> language "javau" does not exists... 

Have you installed PL/Java as described in "Step 1: Preliminary tasks"
in the documentation?

Regards,

Bjorn Skobba

-
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] Problems installing Minho statistics module

2007-03-15 Thread Pablo San Andrés

Hello,
i have problems intalling Minho.When i try to access the database of psql,
executing:


"psql -U postgres"


the error that appears is :


FATAL:  user "postgres" does not exists



I have created a new user  with the command of psql "CREATE USER postgres".
But it's supposed to be a superuser called "postgres" when you install it.
Anyway, created the user, i have exectue "\i stats-schema-admin.sql"  there
is an error like this :


language "javau" does not exists...
-
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