[Dspace-tech] use of Library of congress subject headings as a controlled vocabulary in dspace

2009-10-01 Thread sanjib mondal
Hi All,

   I want to use Library of congress subject headings as a controlled
vocabulary in dspace. So i downloaded the file from the websit
http://id.loc.gov/authorities/search/, which is the RDF/XML file with .rdf
extension.

Can any body suggest me about the use of this RDF file to Dspace for
controlled vocabulary.

Regards
Sanjeev
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error : Document not Found

2009-10-01 Thread Hardik Mishra
I am getting followig error , Error : Document Not Found

The document you are trying to access has not been found on the server.

-- 
Best Regards
Hardik Mishra
Software Engineer


Give a man a fish, and you feed him for a day. Teach a man to catch fish and
you feed him for a lifetime.
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace submission workflow questions

2009-10-01 Thread Jonathan Roby
Hi all, I'm currently updating/mangling our submission workflow and I
have some questions that I know i should know the answer to, but don't.

1) When a user cancels a submission, where is the inprogress workspace
item stored? how does it get restored?

2) How are the various elements in the sumbission (title, author name)
stored between stages? it looks like it stores them in the request, but
from what i remember, a new request is sent with every new page...so, if
i go between the collection select page and initial questions, thats
fine, but one page past that...how?

I'm using dspace 1.3.2 (yes, we'll be upgrading soon) and I thank you in
advance for any suggestions.

Jonathan.

-- 
+=+=+=+=+=+=+=+=+=+=
Jonathan Roby
Digital Collections Developer
Elizabeth Dafoe Library
University of Manitoba
Winnipeg, Manitoba
R3T 2N2
VM:  (204) 474-7053
Fax: (204) 474-7597
+=+=+=+=+=+=+=+=+=+=


--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] OfficeSWORD

2009-10-01 Thread Debashree Pati
Hi Stuart,

 

As per your suggestion, I raised logging level to DEBUG and attempted a
manual deposit using CURL. (SWORD 1.3, Dspace 1.5.2)

 

Got the following debug /error messages in dspace.log file that seemed odd:
(The whole log file is attached)

 

 

ERROR org.purl.sword.server.DepositServlet @ X_NO_OP value is null

(found something similar in your post in jira
http://jira.dspace.org/jira/browse/DS-199 about the error of X_NO_OP being
true and yet the deposit being successful. Why are we getting null instead
of true? Not sure if this affects our deposit and if this leads to the
following error messages or not)

 

 

12:45:50,190 DEBUG org.dspace.storage.rdbms.DatabaseManager @ Running query
select * from handle where handle = ?   with parameters: posit/123456789/2

(notice the parameter value is posit/123456789/2  instead of
deposit/123456789/2)

 

12:45:50,192 ERROR org.purl.sword.server.DepositServlet @
org.purl.sword.base.SWORDErrorException: The deposit URL does not resolve to
a valid deposit target

 

I also want to add that I tried the deposit using DSpace SWORD 1.3 that did
not have the patches for Article Authoring and yet the same error occurred. 

 

Need to move beyond this with your help. Thanks a lot,

 

-Deb

 

 

From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] 
Sent: Tuesday, September 29, 2009 6:53 PM
To: Debashree Pati
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] OfficeSWORD

 

Hi Deb.

 

Here's  some more information, regarding the failed sword post, that might
help detect the problem:

 

Messages Panel output for the failed post:

 

status: Setting the username/password: dp...@oln.org password

status: Posting file to: http://75.101.130.190/sword/deposit/123456789/2

status: Unable to access resource.

 

Is there any information in [dspace]/log/dspace.log? Try raising the logging
level to DEBUG if nothing is shown normally.

 

I'm not sure what 'Unable to access resource' is referring to. You could try
depositing manually using CURL to see what happens in case this is a problem
with the client rather than the server.

 

curl --basic --user usern...@example.com:your-password -i --data-binary
@/path/to/example.zip -H Content-Type: application/zip -H X-Packaging:
http://purl.org/net/sword-types/METSDSpaceSIP; -vvv
http://75.101.130.190/sword/deposit/123456789/2

 

The extra logging information you sent was related to the parsing of the
service document. It highlighted one small issue where DSpace is not setting
the atom:generator element which according to the spec is SHOULD (not MUST),
and since we are setting it in deposit responses I've patched 1.6 to fix
this issue. However this wouldn't cause this problem.
http://jira.dspace.org/jira/browse/DS-328

 

Thanks,

 

 

Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/ 

 



dspace_log.docx
Description: application/vnd.openxmlformats-officedocument.wordprocessingml.document
--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] OfficeSWORD

2009-10-01 Thread Stuart Lewis
Hi Deb,

ERROR org.purl.sword.server.DepositServlet @ X_NO_OP value is null
(found something similar in your post in jira  
http://jira.dspace.org/jira/browse/DS-199 about the error of X_NO_OP being 
“true” and yet the deposit being successful. Why are we getting null instead of 
true? Not sure if this affects our deposit and if this leads to the following 
error messages or not)

I think this can be ignored, and perhaps should be edited in the DSpace SWORD 
implementation. DSpace is complaining that there is no value set for the X-NoOp 
header, yet the specification only states that client MAY set this value. I'd 
argue therefore that DSpace should not be reporting this as an error.

12:45:50,190 DEBUG org.dspace.storage.rdbms.DatabaseManager @ Running query 
select * from handle where handle = ?   with parameters: posit/123456789/2
(notice the parameter value is “posit/123456789/2”  instead of  
“deposit/123456789/2”)

12:45:50,192 ERROR org.purl.sword.server.DepositServlet @ 
org.purl.sword.base.SWORDErrorException: The deposit URL does not resolve to a 
valid deposit target

Check what your value for sword.deposit.url (and sword.servicedocument.url) is 
in dspace.cfg, and make sure it matches the form of the deposit URL you are 
using.

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Changing from UTC to local time

2009-10-01 Thread Kurzenberger, Eric
Hello,

I'm still trying to find a way to change the time zone that Dspace uses for 
timestamping submissions from UTC to local time (in our case, U.S. Eastern 
Standard).  A previous response on the list suggested modifying the file that 
updates the time for the database, but I wasn't able to find the file to 
modify, or how to do so.  Has anyone changed their Dspace time zone?  We're 
planning on using Dspace for time-sensitive submissions, and I'm concerned the 
disparity in time zones will cause issues for the people reviewing the 
submissions.

Can anyone help?  I've been trying unsuccessfully to find a solution for weeks, 
and this doesn't seem like it should be a terribly difficult change to 
implement.

Cheers,

Eric


--

Eric Kurzenberger
Digital Media Coordinator
Yale School of Architecture
180 York St.
New Haven, CT 06511
T: 203.436.4176
F: 203.432.7175



--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Creative Commons and XMLUI/JSPUI

2009-10-01 Thread Stuart Lewis
Hi Wayne,

We are running DSpace with the XMLUI interface.
I want to activate Creative Commons within the submission process.
I have identified the line in dspace.cfg that seems to pertain 
(webui.submit.enable-cc = true);
however the documentation states that this will Enable the Creative Commons 
license step in the submission process for the JSPUI interface.
In other words, it suggests that this only applies to the JSPUI interface but I 
can't find any reference to what should be done using the XMLUI interface.
So that's my specific question.

The documentation is probably outdated. Setting that value to true should also 
enable the CC licence step in the xmlui as well as the jspui.

(cc'd to Jeff, our documentation hero who is fixing up these inaccuracies).

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/

--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] work around authentication mechanism RESOLVED

2009-10-01 Thread Van Ly
In case anyone else has to do this, what I ended up doing was copy  
out the needed bitstream paths to the filesystem, and present them  
with a standard apache httpd with .htaccess settings for access  
control based on originating ip-address or basic authentication.

On 28/09/2009, at 5:05 PM, Van Ly wrote:

 Hi,

 I've a need to completely disable DSpace authenticated access and  
 use instead iptables(8) for restricting access based on ip-address.
 Does anybody know the easiest way to achieve this?

 Thanks in advance.

 -- Van Ly

 On 23/09/2009, at 10:02 AM, Van Ly wrote:

 Thanks Larry.

 The desired behavior I'm wanting is for the web browser to ask for  
 credentials under `basic authentication' in rfc2617. The installed  
 settings handles a http `GET' request with credentials as  
 expected. Without credentials, rather than doing [x] it does [y].

 Originally, had I needed, I had in mind to strip DSpace naked (ie.  
 without authentication) and as a temporary fix use `iptables(8)'  
 to control access based on IP.

 But really, whether the browser or the page prompts for  
 credentials is a cosmetic issue as long as the link is trusted.

 8 [snipped]

 -- # [x] `401' points to the web browser's sign-on, expected  
 behaviour by end-user
   0.000478 num.num.num.103 - num.num.num.56 HTTP GET / 
 basicAuthTest/ HTTP/1.1
   0.000523 num.num.num.56 - num.num.num.103 TCP http  54837  
 [ACK] Seq=1 Ack=576 Win=7040 Len=0 TSV=1837843610 TSER=1974179631
   0.002128 num.num.num.56 - num.num.num.103 HTTP HTTP/1.1 401  
 Authorization Required  (text/html)

 -- # [y] unexpected behaviour
   0.000550 num.num.num.103 - num.num.num.4  HTTP GET /bitstream/ 
 num/num/1/External.pdf HTTP/1.1
   0.000634  num.num.num.4 - num.num.num.103 TCP http  54862  
 [ACK] Seq=1 Ack=601 Win=7040 Len=0 TSV=2843474683 TSER=1974184374
   0.047864  num.num.num.4 - num.num.num.103 HTTP HTTP/1.1 302  
 Moved Temporarily

 -- #[y'] `302' points to the DSpace sign-on
 num.num.num.103 - - [22/Sep/2009:17:04:12 +1000] GET /bitstream/ 
 num/num/1/External.pdf HTTP/1.1 302 -
 num.num.num.103 - - [22/Sep/2009:17:04:12 +1000] GET /password- 
 login HTTP/1.1 200 4743


Van Ly
vly at usyd dot edu dot au





--
Come build with us! The BlackBerryreg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech