Re: [Dspace-tech] Older versions of Dspace?

2008-03-27 Thread Maike Dulk
if anyone's interested .. I've uploaded my checklist from the 1.2.2 -> 1.4.1 to my website athttp://luthien.awardspace.co.uk/doc/dspace_documentation_v2.doc- or -http://luthien.awardspace.co.uk/doc/dspace_documentation_v2.pdfOn 26-Mar-08, at 8:27 PM, Jayan Chirayath Kurian wrote:It would look nice to upgrade to a latest version (1.5) from previous major releases (1.3) with the help of a checklist.Thanks, Jayan--Ms. Maike Dulk - Programmer / AnalystMcPherson Library, University of Victoria(t) 250-886-5709 / (e) [EMAIL PROTECTED]-- Harthon gerithach aeair vilui / I hope you will have kind seas

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] xmlui: The requested resource (/dspace/forgot) is not available - [also, (/dspace/register) is not available]

2008-03-27 Thread Rick Runyan
Hi -

 

I'm trying to create some non-administrator  users in DSpace 1.5, which
goes OK until they try to follow the link in the email.  Then they get a
404 error, whose description is The requested resource (/dspace/forgot)
is not available.  I have more or less the same problem when a user
tries to self-register, but the message is The requested resource
(/dspace/register) is not available.

 

I found a message
http://mailman.mit.edu/pipermail/dspace-general/2006-November/001160.ht
ml  from Nov 2006 on DSpace-general, where somebody had a similar
problem, but that seemed to be a path issue, which I don't think is my
problem.  I also saw bug 1606456 in the KNOWN_BUGS file, but I can't
tell whether that's really it, either.

 

I searched for files with register in their names in my
[dspace-source] directory, and found a dozen or so of them in
directories with jspui somewhere in the path, but none where xmlui was
in the path.

I'm using the xmlui and just for the hell of right now, the Kubrick
theme.  I did find some Java code in eperson under xmlui, but that
wouldn't have anything to do with a path problem.  I think.

 

Is the solution to my problem obvious to anyone?

 

Thanks

- Rick Runyan

 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] 1.5 install

2008-03-27 Thread George Vernon
Trying a test install and getting the following error at the 'ant fresh 
install'. Has anyone else come across this?


(log.init.config)
 [java] 2008-03-27 15:02:51,479 FATAL org.dspace.administer.RegistryLoader 
@ anonymous::error_loading_registries:
 [java] java.lang.NullPointerException
 [java] at 
org.dspace.storage.rdbms.TableRow.canonicalize(TableRow.java:611)
 [java] at 
org.dspace.storage.rdbms.TableRow.hasColumn(TableRow.java:110)


The tables appear to have been created correctly:

dspace_test= \dt
 List of relations
 Schema |Name| Type  |Owner
++---+-
 public | bi_2_dis   | table | dspace_test
 public | bi_2_dmap  | table | dspace_test
.
.
public | workflowitem   | table | dspace_test
 public | workspaceitem  | table | dspace_test
(40 rows)

dspace_test=

The full response from ant was:

[EMAIL PROTECTED]:/usr/local/dspace_test/dspace/target/dspace-1.5.0-build.dir 
ant fresh_install
Buildfile: build.xml

init_installation:
[mkdir] Created dir: /home/dspace_test/bin
[mkdir] Created dir: /home/dspace_test/config
[mkdir] Created dir: /home/dspace_test/lib
[mkdir] Created dir: /home/dspace_test/webapps
[mkdir] Created dir: /home/dspace_test/assetstore
[mkdir] Created dir: /home/dspace_test/handle-server
[mkdir] Created dir: /home/dspace_test/search
[mkdir] Created dir: /home/dspace_test/log
[mkdir] Created dir: /home/dspace_test/upload
[mkdir] Created dir: /home/dspace_test/reports

init_configs:
 [copy] Copying 43 files to /home/dspace_test/config

setup_database:
 [java] 2008-03-27 15:02:40,880 INFO  org.dspace.core.ConfigurationManager 
@ Loading system provided config property (-Ddspace.configuration): 
config/dspace.cfg
 [java] 2008-03-27 15:02:40,884 INFO  org.dspace.core.ConfigurationManager 
@ Using default log4j provided log configuration,if uninitended, check your 
dspace.cfg for (log.init.config)
 [java] 2008-03-27 15:02:40,884 INFO  
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
 [java] 2008-03-27 15:02:49,029 INFO  org.dspace.core.ConfigurationManager 
@ Loading system provided config property (-Ddspace.configuration): 
config/dspace.cfg
 [java] 2008-03-27 15:02:49,033 INFO  org.dspace.core.ConfigurationManager 
@ Using default log4j provided log configuration,if uninitended, check your 
dspace.cfg for (log.init.config)

load_registries:
 [java] 2008-03-27 15:02:50,956 INFO  org.dspace.core.ConfigurationManager 
@ Loading system provided config property (-Ddspace.configuration): 
config/dspace.cfg
 [java] 2008-03-27 15:02:50,960 INFO  org.dspace.core.ConfigurationManager 
@ Using default log4j provided log configuration,if uninitended, check your 
dspace.cfg for (log.init.config)
 [java] 2008-03-27 15:02:51,479 FATAL org.dspace.administer.RegistryLoader 
@ anonymous::error_loading_registries:
 [java] java.lang.NullPointerException
 [java] at 
org.dspace.storage.rdbms.TableRow.canonicalize(TableRow.java:611)
 [java] at 
org.dspace.storage.rdbms.TableRow.hasColumn(TableRow.java:110)
 [java] at 
org.dspace.storage.rdbms.TableRow.setColumn(TableRow.java:466)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.insert(DatabaseManager.java:589)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.create(DatabaseManager.java:384)
 [java] at 
org.dspace.content.BitstreamFormat.create(BitstreamFormat.java:400)
 [java] at 
org.dspace.administer.RegistryLoader.loadFormat(RegistryLoader.java:203)
 [java] at 
org.dspace.administer.RegistryLoader.loadBitstreamFormats(RegistryLoader.java:169)
 [java] at 
org.dspace.administer.RegistryLoader.main(RegistryLoader.java:107)

BUILD FAILED
/usr/local/dspace_test/dspace/target/dspace-1.5.0-build.dir/build.xml:424: Java 
returned: 1

Total time: 11 seconds
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] 1.5 install

2008-03-27 Thread Mark Diggory
Hello George,

I just ran a test on my workstation to do a fresh install of DSpace  
1.5.0 and was successful. So I suspect it is something with your  
environment/configuration.  Can you give me more detail about your  
setup (database version, OS)?  Are those 4 tables the only ones  
created? there should be 40.

Cheers,
Mark


On Mar 27, 2008, at 9:13 AM, George Vernon wrote:

 Trying a test install and getting the following error at the ‘ant  
 fresh install’. Has anyone else come across this?





 (log.init.config)

  [java] 2008-03-27 15:02:51,479 FATAL  
 org.dspace.administer.RegistryLoader @  
 anonymous::error_loading_registries:

  [java] java.lang.NullPointerException

  [java] at org.dspace.storage.rdbms.TableRow.canonicalize 
 (TableRow.java:611)

  [java] at org.dspace.storage.rdbms.TableRow.hasColumn 
 (TableRow.java:110)





 The tables appear to have been created correctly:



 dspace_test= \dt

  List of relations

  Schema |Name| Type  |Owner

 ++---+-

  public | bi_2_dis   | table | dspace_test

  public | bi_2_dmap  | table | dspace_test

 .

 .

 public | workflowitem   | table | dspace_test

  public | workspaceitem  | table | dspace_test

 (40 rows)



 dspace_test=



 The full response from ant was:



 [EMAIL PROTECTED]:/usr/local/dspace_test/dspace/target/ 
 dspace-1.5.0-build.dir ant fresh_install

 Buildfile: build.xml



 init_installation:

 [mkdir] Created dir: /home/dspace_test/bin

 [mkdir] Created dir: /home/dspace_test/config

 [mkdir] Created dir: /home/dspace_test/lib

 [mkdir] Created dir: /home/dspace_test/webapps

 [mkdir] Created dir: /home/dspace_test/assetstore

 [mkdir] Created dir: /home/dspace_test/handle-server

 [mkdir] Created dir: /home/dspace_test/search

 [mkdir] Created dir: /home/dspace_test/log

 [mkdir] Created dir: /home/dspace_test/upload

 [mkdir] Created dir: /home/dspace_test/reports



 init_configs:

  [copy] Copying 43 files to /home/dspace_test/config



 setup_database:

  [java] 2008-03-27 15:02:40,880 INFO   
 org.dspace.core.ConfigurationManager @ Loading system provided  
 config property (-Ddspace.configuration): config/dspace.cfg

  [java] 2008-03-27 15:02:40,884 INFO   
 org.dspace.core.ConfigurationManager @ Using default log4j provided  
 log configuration,if uninitended, check your dspace.cfg for  
 (log.init.config)

  [java] 2008-03-27 15:02:40,884 INFO   
 org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database

  [java] 2008-03-27 15:02:49,029 INFO   
 org.dspace.core.ConfigurationManager @ Loading system provided  
 config property (-Ddspace.configuration): config/dspace.cfg

  [java] 2008-03-27 15:02:49,033 INFO   
 org.dspace.core.ConfigurationManager @ Using default log4j provided  
 log configuration,if uninitended, check your dspace.cfg for  
 (log.init.config)



 load_registries:

  [java] 2008-03-27 15:02:50,956 INFO   
 org.dspace.core.ConfigurationManager @ Loading system provided  
 config property (-Ddspace.configuration): config/dspace.cfg

  [java] 2008-03-27 15:02:50,960 INFO   
 org.dspace.core.ConfigurationManager @ Using default log4j provided  
 log configuration,if uninitended, check your dspace.cfg for  
 (log.init.config)

  [java] 2008-03-27 15:02:51,479 FATAL  
 org.dspace.administer.RegistryLoader @  
 anonymous::error_loading_registries:

  [java] java.lang.NullPointerException

  [java] at org.dspace.storage.rdbms.TableRow.canonicalize 
 (TableRow.java:611)

  [java] at org.dspace.storage.rdbms.TableRow.hasColumn 
 (TableRow.java:110)

  [java] at org.dspace.storage.rdbms.TableRow.setColumn 
 (TableRow.java:466)

  [java] at org.dspace.storage.rdbms.DatabaseManager.insert 
 (DatabaseManager.java:589)

  [java] at org.dspace.storage.rdbms.DatabaseManager.create 
 (DatabaseManager.java:384)

  [java] at org.dspace.content.BitstreamFormat.create 
 (BitstreamFormat.java:400)

  [java] at org.dspace.administer.RegistryLoader.loadFormat 
 (RegistryLoader.java:203)

  [java] at  
 org.dspace.administer.RegistryLoader.loadBitstreamFormats 
 (RegistryLoader.java:169)

  [java] at org.dspace.administer.RegistryLoader.main 
 (RegistryLoader.java:107)



 BUILD FAILED

 /usr/local/dspace_test/dspace/target/dspace-1.5.0-build.dir/ 
 build.xml:424: Java returned: 1



 Total time: 11 seconds

 -- 
 ---
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/ 
 marketplace___
 DSpace-tech mailing list
 

Re: [Dspace-tech] About DSpace item registration (from SRB)

2008-03-27 Thread Karim Boughida
Hi Feng,
SRB will be phased out. iRODS [1] is the replacement. You can post your 
question to SRB-chat [2]
or  iROD-chat [3]. MIT (dspace et alii) and SDSC-UCSD did many projects 
together eg PLEDGE. MacKenzie Smith may update you on this.

Karim Boughida

[1] https://www.irods.org
[2] https://lists.sdsc.edu/mailman/listinfo.cgi/srb-chat 
[3] http://groups.google.com/group/iROD-Chat 


 Feng-chien Chung [EMAIL PROTECTED] 2008-03-26 01:13 
Dear DSpace community:

I am Feng-chien, computing center of Academia Sinica, Taiwan. We are now
running our DSpace in version 1.4.2 .

Recently, we've just set up a SRB connection for DSpace asset storage
supplement, keeping the original assets in local hard disk and make the new
incoming assets go to SRB.

First I am wondering, is it possible to make SRB purely for backup purpose?
I mean, while achiving a new incoming item in the local file system, save a
replica in SRB at the same time?

And Second, we are going to try the registration function to ingest items
which are already storaged in SRB. But After checking out the DSpace Wiki
DspaceSrbIntegration page (
http://wiki.dspace.org/index.php/DspaceSrbIntegration) and UCSD's work on
DSpace-SRB Integration project (https://libnet.ucsd.edu/nara/), I didn't
find much informatin about the process, configuration...etc., So has anyone
had experience with registering items from SRB into DSpace, or where can I
get more information about this?

Thanks for help~

Feng-chien Chung
Metadata Architecture and application team,
Computing Center of Academia Sinica, Taiwan
e-mail: [EMAIL PROTECTED]


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech