Re: [Dspace-tech] Tomcat Error

2010-03-03 Thread Claudia Jürgen

Hello Al-Hajj,

I can not quite follow you. What do you mean with checked?

Just to make sure,

you edited
[dspace-src]/dspace/config/dspace.cfg
then you run mvn package
changed to
[dspace-src]/dspace/target/dspae-[version]-build.dir
and ran
ant update
and redeployed your application?

Did you ran ant init_configs too?


Hope that helps

Claudia Jürgen



Am 02.03.2010 16:04, schrieb Ahmad Al-Hajj:

Hi Claudia,

I have checked the below but still getting the same error:

INFO: Deploying configuration descriptor dspace-jspui-webapp-1.5.2.xml
INFO: Loading provided config file: ${dspace.dir}/config/dspace.cfg
FATAL: Can't load configuration:
file:/C:/apache-tomcat-6.0.24/bin/${dspace.dir}/config/dspace.cfg
java.io.FileNotFoundException:
C:\apache-tomcat-6.0.24\bin\${dspace.dir}\config\dspace.cfg (The system
cannot find the path specified)
 at java.io.FileInputStream.open(Native Method)
 at java.io.FileInputStream.init(FileInputStream.java:106)
 at java.io.FileInputStream.init(FileInputStream.java:66)
 at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:7
0)


Best Regards,

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
Sent: Tuesday, March 02, 2010 3:14 PM
To: Ahmad Al-Hajj
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Tomcat Error

Hello Ahmad,

seems as if the properties have not been expanded.
Did you run ant init_configs?

Hope that helps

Claudia Jürgen


Am 02.03.2010 11:54, schrieb Ahmad Al-Hajj:

Hello,



I am currently using DSPACE 1.5.2.

When I run Tomcat after deploying the DSPACE files I am encountering
the below error:



FATAL: Can't load configuration:
file:/C:/apache-tomcat-6.0.24/bin/${dspace.dir}/config/dspace.cfg

java.io.FileNotFoundException:
C:\apache-tomcat-6.0.24\bin\${dspace.dir}\config\dspace.cfg (The
system cannot find the path specified)

  at java.io.FileInputStream.open(Native Method)

  at
java.io.FileInputStream.init(FileInputStream.java:106)

  at
java.io.FileInputStream.init(FileInputStream.java:66)

  at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.
java:7
0)



Although I have set the dspace.dir = C:/dspace (my installation
directory) in the dspace.cfg file in the config directory before ant
update the build.xml file under the directory

target/dspace-1.5.2-build.dir.


Please guide me on how to resolve this issue.



Thanks,





--
 Download Intel#174; Parallel Studio Eval Try the new
software tools for yourself. Speed compiling, find bugs proactively,
and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev



___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


attachment: Claudia_Juergen.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace XMLUi Error

2010-03-03 Thread shali Kallumpuram
Dear sir,

I have installed Dspace in Ubuntu 9.10 and jspui and xmlui are working
expect one option *feedback , *an authentication error occurring when
clicking on feedback (Error :org.dspace.authorize.AuthorizeException: )

2. I am planning to use xmlui ,and during the user registration an email is
send to user , in that email a link is appear. and that link is directed to
jspui i need change it to xmlui . any idea???/


Shali
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace XMLUi Error

2010-03-03 Thread Claudia Jürgen

Hello Shali,

check your configuration settings in dspace.cfg. The config parameter
dspace.url
is used to create the registration link. Make sure it points to the 
right instance.


Hope that helps

Claudia Jürgen


Am 03.03.2010 10:47, schrieb shali Kallumpuram:

Dear sir,

I have installed Dspace in Ubuntu 9.10 and jspui and xmlui are working
expect one option *feedback , *an authentication error occurring when
clicking on feedback (Error :org.dspace.authorize.AuthorizeException: )

2. I am planning to use xmlui ,and during the user registration an email is
send to user , in that email a link is appear. and that link is directed to
jspui i need change it to xmlui . any idea???/


Shali




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev



___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Tomcat Error

2010-03-03 Thread Oriol Olivé Comadira. Biblioteca UdG

Hello Claudia,

Yes, it looks like that dspace.cfg was not edited.
But if you run ant fresh_install it not runs init_configs too?
:?

Al 03/03/2010 09:48, En/na Claudia Jürgen ha escrit:

Hello Al-Hajj,

I can not quite follow you. What do you mean with checked?

Just to make sure,

you edited
[dspace-src]/dspace/config/dspace.cfg
then you run mvn package
changed to
[dspace-src]/dspace/target/dspae-[version]-build.dir
and ran
ant update
and redeployed your application?

Did you ran ant init_configs too?


Hope that helps

Claudia Jürgen



Am 02.03.2010 16:04, schrieb Ahmad Al-Hajj:

Hi Claudia,

I have checked the below but still getting the same error:

INFO: Deploying configuration descriptor dspace-jspui-webapp-1.5.2.xml
INFO: Loading provided config file: ${dspace.dir}/config/dspace.cfg
FATAL: Can't load configuration:
file:/C:/apache-tomcat-6.0.24/bin/${dspace.dir}/config/dspace.cfg
java.io.FileNotFoundException:
C:\apache-tomcat-6.0.24\bin\${dspace.dir}\config\dspace.cfg (The system
cannot find the path specified)
 at java.io.FileInputStream.open(Native Method)
 at java.io.FileInputStream.init(FileInputStream.java:106)
 at java.io.FileInputStream.init(FileInputStream.java:66)
 at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:7 


0)


Best Regards,

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
Sent: Tuesday, March 02, 2010 3:14 PM
To: Ahmad Al-Hajj
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Tomcat Error

Hello Ahmad,

seems as if the properties have not been expanded.
Did you run ant init_configs?

Hope that helps

Claudia Jürgen


Am 02.03.2010 11:54, schrieb Ahmad Al-Hajj:

Hello,



I am currently using DSPACE 1.5.2.

When I run Tomcat after deploying the DSPACE files I am encountering
the below error:



FATAL: Can't load configuration:
file:/C:/apache-tomcat-6.0.24/bin/${dspace.dir}/config/dspace.cfg

java.io.FileNotFoundException:
C:\apache-tomcat-6.0.24\bin\${dspace.dir}\config\dspace.cfg (The
system cannot find the path specified)

  at java.io.FileInputStream.open(Native Method)

  at
java.io.FileInputStream.init(FileInputStream.java:106)

  at
java.io.FileInputStream.init(FileInputStream.java:66)

  at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.
java:7
0)



Although I have set the dspace.dir = C:/dspace (my installation
directory) in the dspace.cfg file in the config directory before ant
update the build.xml file under the directory

target/dspace-1.5.2-build.dir.


Please guide me on how to resolve this issue.



Thanks,





--
 Download Intel#174; Parallel Studio Eval Try the new
software tools for yourself. Speed compiling, find bugs proactively,
and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev



___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
   



--
Oriol Olivé Comadira
*Biblioteca Universitat de Girona*
/Projectes/
DUGi: Repositori Digital de la Universitat de Girona http://dugi.udg.edu
DUGiDoc: Repositori Digital de Documents de la Universitat de Girona 
http://dugi-doc.udg.edu
DUGiMedia: Repositori Digital d'Àudio i Vídeo de la Universitat de 
Girona http://diobma.udg.edu
DUGiFonsEspecials: Repositori dels Fons Especials de la Biblioteca de la 
Universitat de Girona http://dugifonsespecials.udg.edu
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Tomcat Error

2010-03-03 Thread Ahmad Al-Hajj
Hi Claudia,

Thank you for your help. I meant that I have tried ant init_configs
and ant fresh_install after changing dspace.dir = C:/dspace but still
getting the same error below.

Best Regards,

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: Wednesday, March 03, 2010 10:48 AM
To: Ahmad Al-Hajj
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Tomcat Error

Hello Al-Hajj,

I can not quite follow you. What do you mean with checked?

Just to make sure,

you edited
[dspace-src]/dspace/config/dspace.cfg
then you run mvn package
changed to
[dspace-src]/dspace/target/dspae-[version]-build.dir
and ran
ant update
and redeployed your application?

Did you ran ant init_configs too?


Hope that helps

Claudia Jürgen



Am 02.03.2010 16:04, schrieb Ahmad Al-Hajj:
 Hi Claudia,

   I have checked the below but still getting the same error:

 INFO: Deploying configuration descriptor dspace-jspui-webapp-1.5.2.xml
 INFO: Loading provided config file: ${dspace.dir}/config/dspace.cfg
 FATAL: Can't load configuration:
 file:/C:/apache-tomcat-6.0.24/bin/${dspace.dir}/config/dspace.cfg
 java.io.FileNotFoundException:
 C:\apache-tomcat-6.0.24\bin\${dspace.dir}\config\dspace.cfg (The 
 system cannot find the path specified)
  at java.io.FileInputStream.open(Native Method)
  at java.io.FileInputStream.init(FileInputStream.java:106)
  at java.io.FileInputStream.init(FileInputStream.java:66)
  at
 sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.
 java:7
 0)


 Best Regards,

 -Original Message-
 From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
 Sent: Tuesday, March 02, 2010 3:14 PM
 To: Ahmad Al-Hajj
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Tomcat Error

 Hello Ahmad,

 seems as if the properties have not been expanded.
 Did you run ant init_configs?

 Hope that helps

 Claudia Jürgen


 Am 02.03.2010 11:54, schrieb Ahmad Al-Hajj:
 Hello,



 I am currently using DSPACE 1.5.2.

 When I run Tomcat after deploying the DSPACE files I am encountering 
 the below error:



 FATAL: Can't load configuration:
 file:/C:/apache-tomcat-6.0.24/bin/${dspace.dir}/config/dspace.cfg

 java.io.FileNotFoundException:
 C:\apache-tomcat-6.0.24\bin\${dspace.dir}\config\dspace.cfg (The 
 system cannot find the path specified)

   at java.io.FileInputStream.open(Native Method)

   at
 java.io.FileInputStream.init(FileInputStream.java:106)

   at
 java.io.FileInputStream.init(FileInputStream.java:66)

   at
 sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.
 java:7
 0)



 Although I have set the dspace.dir = C:/dspace (my installation
 directory) in the dspace.cfg file in the config directory before ant 
 update the build.xml file under the directory
 target/dspace-1.5.2-build.dir.

 Please guide me on how to resolve this issue.



 Thanks,





 -
 -
  Download Intel#174; Parallel Studio Eval Try the new 
 software tools for yourself. Speed compiling, find bugs proactively, 
 and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Tomcat Error

2010-03-03 Thread Claudia Jürgen

Hello Oriol,

yes ant fresh_install will trigger init_configs, but ant update not and 
Ahmad mentioned ant update.


Sunny greetings

Claudia


Am 03.03.2010 10:46, schrieb Oriol Olivé Comadira. Biblioteca UdG:

Hello Claudia,

Yes, it looks like that dspace.cfg was not edited.
But if you run ant fresh_install it not runs init_configs too?
:?

Al 03/03/2010 09:48, En/na Claudia Jürgen ha escrit:

Hello Al-Hajj,

I can not quite follow you. What do you mean with checked?

Just to make sure,

you edited
[dspace-src]/dspace/config/dspace.cfg
then you run mvn package
changed to
[dspace-src]/dspace/target/dspae-[version]-build.dir
and ran
ant update
and redeployed your application?

Did you ran ant init_configs too?


Hope that helps

Claudia Jürgen



Am 02.03.2010 16:04, schrieb Ahmad Al-Hajj:

Hi Claudia,

I have checked the below but still getting the same error:

INFO: Deploying configuration descriptor dspace-jspui-webapp-1.5.2.xml
INFO: Loading provided config file: ${dspace.dir}/config/dspace.cfg
FATAL: Can't load configuration:
file:/C:/apache-tomcat-6.0.24/bin/${dspace.dir}/config/dspace.cfg
java.io.FileNotFoundException:
C:\apache-tomcat-6.0.24\bin\${dspace.dir}\config\dspace.cfg (The system
cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(FileInputStream.java:106)
at java.io.FileInputStream.init(FileInputStream.java:66)
at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:7

0)


Best Regards,

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
Sent: Tuesday, March 02, 2010 3:14 PM
To: Ahmad Al-Hajj
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Tomcat Error

Hello Ahmad,

seems as if the properties have not been expanded.
Did you run ant init_configs?

Hope that helps

Claudia Jürgen


Am 02.03.2010 11:54, schrieb Ahmad Al-Hajj:

Hello,



I am currently using DSPACE 1.5.2.

When I run Tomcat after deploying the DSPACE files I am encountering
the below error:



FATAL: Can't load configuration:
file:/C:/apache-tomcat-6.0.24/bin/${dspace.dir}/config/dspace.cfg

java.io.FileNotFoundException:
C:\apache-tomcat-6.0.24\bin\${dspace.dir}\config\dspace.cfg (The
system cannot find the path specified)

at java.io.FileInputStream.open(Native Method)

at
java.io.FileInputStream.init(FileInputStream.java:106)

at
java.io.FileInputStream.init(FileInputStream.java:66)

at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.
java:7
0)



Although I have set the dspace.dir = C:/dspace (my installation
directory) in the dspace.cfg file in the config directory before ant
update the build.xml file under the directory

target/dspace-1.5.2-build.dir.


Please guide me on how to resolve this issue.



Thanks,





--
 Download Intel#174; Parallel Studio Eval Try the new
software tools for yourself. Speed compiling, find bugs proactively,
and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev



___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech




--

Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech





--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev



___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Manakin Installation

2010-03-03 Thread Anita P

 Thanks for pointing out to the manual. For some weird reason I thought I
 had to install manakin separately.


The jspui portion works perfectly but when i try to access the xmlui portion
it gives me a the following error
 HTTP Status 404 - /xmlui/
--

*type* Status report

*message* */xmlui/*

*description* *The requested resource (/xmlui/) is not available.*
--
Apache Tomcat/5.5.26
I have dspace 1.5.2 installed. From what I understand, you really don't have
to make any modification for the basic page to show up. I understand that
there is more configuration of themes and everything else if you want to
customize it. But my understanding is that http://localhost:8080/jspui would
take you to jspui interface and http://localhost:8080/xmlui would take you
to the manakin interface. Am i understanding this wrong?? Do I need to make
any changes? My dspace.cfg looks like this

# DSpace installation directory
dspace.dir = /usr/local/dspace

# DSpace base URL.  Include port number etc., but NOT trailing slash
# Change to xmlui if you wish to use the xmlui as the default, or remove
# /jspui and set webapp of your choice as the ROOT webapp in
# the servlet engine.
dspace.url = http://localhost:8080/xmlui   (I did this to make sure xmlui is
the main interface)

# DSpace host name - should match base URL.  Do not include port number
dspace.hostname = localhost

# Name of the site
dspace.name = DSpace at My University

and so on...


I made links in  my tomcat/webapps link to /usr/local/dspace/webapps/jspui
and /usr/local/dspace/webapps/xmlui

Am I missing something?

Thanks,
Anita.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Manakin Installation

2010-03-03 Thread Claudia Jürgen

Hello Anita,

did you deploy the xmlui by either pointing tomcat to
[dspace]/webapps/xmlui
or by copying
[dspace]/webapps/xmlui
to
[tomcat]/webapps
?

Hope that helps

Claudia Jürgen


Am 03.03.2010 16:42, schrieb Anita P:


Thanks for pointing out to the manual. For some weird reason I thought I
had to install manakin separately.



The jspui portion works perfectly but when i try to access the xmlui portion
it gives me a the following error
  HTTP Status 404 - /xmlui/
--

*type* Status report

*message* */xmlui/*

*description* *The requested resource (/xmlui/) is not available.*
--
Apache Tomcat/5.5.26
I have dspace 1.5.2 installed. From what I understand, you really don't have
to make any modification for the basic page to show up. I understand that
there is more configuration of themes and everything else if you want to
customize it. But my understanding is that http://localhost:8080/jspui would
take you to jspui interface and http://localhost:8080/xmlui would take you
to the manakin interface. Am i understanding this wrong?? Do I need to make
any changes? My dspace.cfg looks like this

# DSpace installation directory
dspace.dir = /usr/local/dspace

# DSpace base URL.  Include port number etc., but NOT trailing slash
# Change to xmlui if you wish to use the xmlui as the default, or remove
# /jspui and set webapp of your choice as the ROOT webapp in
# the servlet engine.
dspace.url = http://localhost:8080/xmlui   (I did this to make sure xmlui is
the main interface)

# DSpace host name - should match base URL.  Do not include port number
dspace.hostname = localhost

# Name of the site
dspace.name = DSpace at My University

and so on...


I made links in  my tomcat/webapps link to /usr/local/dspace/webapps/jspui
and /usr/local/dspace/webapps/xmlui

Am I missing something?

Thanks,
Anita.




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev



___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Manakin Installation

2010-03-03 Thread Pablo Olivares
Hi!

Do you  make links mm..on Linux or Unix??

I think your have to verify  the file server.xml.

  Example of configuration to point  xmlui

Context path=/xmlui docBase=[dspace]\webapps\xmlui debug=0

reloadable=true cachingAllowed=false
allowLinking=true/

I you dont want modify server.xml  then copy your [dspace]/webapps to
 [tomcat]/webapps
mm..i remember that on Linux or Unix the links is not recognized for
Tomcat.. it need  phisical reference..

Hope this help!

El Pablo.

On Wed, Mar 3, 2010 at 9:42 AM, Anita P digla...@gmail.com wrote:

 Thanks for pointing out to the manual. For some weird reason I thought I
 had to install manakin separately.


 The jspui portion works perfectly but when i try to access the xmlui
 portion it gives me a the following error
  HTTP Status 404 - /xmlui/
 --

 *type* Status report

 *message* */xmlui/*

 *description* *The requested resource (/xmlui/) is not available.*
 --
 Apache Tomcat/5.5.26

 I made links in  my tomcat/webapps link to /usr/local/dspace/webapps/jspui
 and /usr/local/dspace/webapps/xmlui


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Manakin Installation

2010-03-03 Thread Anita P
@ El Pablo: Yes I am on a linux machine and did a ln -s (symbolic link) for
both xmlui and jspui  and here is how it looked
lrwxrwxrwx  1 root root   31 2010-03-02 14:55 jspui -
/usr/local/dspace/webapps/jspui/
lrwxrwxrwx  1 root root   29 2010-03-02 14:56 oai -
/usr/local/dspace/webapps/oai/
lrwxrwxrwx  1 root root   28 2010-03-02 14:57 xmlui -
/usr/local/dspace/webapps/xmlui/

Now. I now copied the whole folder in my [dspace]/webapps/xmlui to my tomcat
webapps. Here is what i have

*/srv/fedora/tomcat/webapps/xmlui #* l
total 60
drwxr-xr-x  8 root root  4096 2010-03-03 10:12 ./
drwxr-xr-x 19 root root  4096 2010-03-03 10:12 ../
drwxr-xr-x  2 root root  4096 2010-03-03 10:12 aspects/
-rw-r--r--  1 root root  6805 2010-03-03 10:12 exception2html.xslt
drwxr-xr-x  2 root root  4096 2010-03-03 10:12 i18n/
drwxr-xr-x  3 root root  4096 2010-03-03 10:12 META-INF/
-rw-r--r--  1 root root 17983 2010-03-03 10:12 sitemap.xmap
drwxr-xr-x  2 root root  4096 2010-03-03 10:12 static/
drwxr-xr-x  7 root root  4096 2010-03-03 10:12 themes/
drwxr-xr-x  5 root root  4096 2010-03-03 10:12 WEB-INF/


That did not work. And I also added the following in the server.xml
Context path=/xmlui docBase=\usr\local\dspace\webapps\xmlui debug=0
reloadable=true cachingAllowed=false allowLinking=true/

but i still get the same error for xmlui. What puzzles me is how come jspui
works perfectly without any changes.

Anita



2010/3/3 Claudia Jürgen claudia.juer...@ub.tu-dortmund.de

 Hello Anita,

 did you deploy the xmlui by either pointing tomcat to
 [dspace]/webapps/xmlui
 or by copying
 [dspace]/webapps/xmlui
 to
 [tomcat]/webapps

 ?

 Hope that helps

 Claudia Jürgen




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Manakin Installation

2010-03-03 Thread Pablo Olivares
mm.. /srv/fedora/tomcat/webapps/ , do you verify that this directory is
currently using  for Tomcat??,
*
*
your error sounds like exist another webapps where tomcat are currently
point...

another issue is that permissons  for [tomcat]/webapps/xmlui are set to
root... i think yor must set to tomcat user

El Pablo.


On Wed, Mar 3, 2010 at 10:27 AM, Anita P digla...@gmail.com wrote:

 @ El Pablo: Yes I am on a linux machine and did a ln -s (symbolic link) for
 both xmlui and jspui  and here is how it looked
 lrwxrwxrwx  1 root root   31 2010-03-02 14:55 jspui -
 /usr/local/dspace/webapps/jspui/
 lrwxrwxrwx  1 root root   29 2010-03-02 14:56 oai -
 /usr/local/dspace/webapps/oai/
 lrwxrwxrwx  1 root root   28 2010-03-02 14:57 xmlui -
 /usr/local/dspace/webapps/xmlui/

 Now. I now copied the whole folder in my [dspace]/webapps/xmlui to my
 tomcat webapps. Here is what i have

 */srv/fedora/tomcat/webapps/xmlui #* l
 total 60
 drwxr-xr-x  8 root root  4096 2010-03-03 10:12 ./
 drwxr-xr-x 19 root root  4096 2010-03-03 10:12 ../
 drwxr-xr-x  2 root root  4096 2010-03-03 10:12 aspects/
 -rw-r--r--  1 root root  6805 2010-03-03 10:12 exception2html.xslt
 drwxr-xr-x  2 root root  4096 2010-03-03 10:12 i18n/
 drwxr-xr-x  3 root root  4096 2010-03-03 10:12 META-INF/
 -rw-r--r--  1 root root 17983 2010-03-03 10:12 sitemap.xmap
 drwxr-xr-x  2 root root  4096 2010-03-03 10:12 static/
 drwxr-xr-x  7 root root  4096 2010-03-03 10:12 themes/
 drwxr-xr-x  5 root root  4096 2010-03-03 10:12 WEB-INF/


 That did not work. And I also added the following in the server.xml
 Context path=/xmlui docBase=\usr\local\dspace\webapps\xmlui debug=0
 reloadable=true cachingAllowed=false allowLinking=true/

 but i still get the same error for xmlui. What puzzles me is how come jspui
 works perfectly without any changes.

 Anita




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] ANNOUNCEMENT: DSpace 1.6.0 is available now!

2010-03-03 Thread Tim Donohue

All,

Today we'd like to announce the official release of DSpace 1.6.0!

DSpace 1.6.0 can be downloaded immediately at either of the following 
locations:

* SourceForge: https://sourceforge.net/projects/dspace/files/
* SVN: http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/


*New Features*

1.6.0 contains many new features and improvements, including:

- Enhanced statistics
- Embargo feature
- Batch metadata editing
- Authority control
- Delegated administration
- OpenSearch
- Command launcher
- OAI-PMH harvesting of items from remote repositories
- Configurable OAI-PMH Dublin Core output
- Move item functionality in XMLUI
- If-Modified-Since / Last-Modified header support in XMLUI
- Change to logging behavior to ensure better log retention and management
- Update to the latest handle server library
- Ability to perform batch imports and exports from zip files of items
- New test scripts to test database and email settings
- Ability to set legal jurisdiction in creative commons licensing

For more detailed description on some of the above improvements, visit 
http://www.dspace.org/Detailed-Feature-Improvement-Descriptions.html


*Acknowledgements*

The DSpace application would not exist without the hard work and support 
of the community. We would like to say a big THANK YOU to Stuart Lewis 
the Release Manager from the University of Auckland Library. Stuart 
truly innovated the DSpace software release process for 1.6. From 
soliciting community input through the survey, to finding teams to work 
on new major feature development, to writing code himself, Stuart was 
committed to making sure the release included improvements the community 
most desired. We'd also like to extend gratitude to the developers who 
have worked very hard to deliver all the new features and improvements. 
And thanks to the users and community members who provided input and 
feedback on the development, as well those who participated in the Big 
Bug Hunt testing. Much gratitude to Jeffery Trimble from Youngstown 
State University for the major renovations on the 1.6 documentation. 
More details on the various release contributors can be found in the 
Preface of the 1.6.0 Documentation (we apologize in advance if we 
accidentally left anyone out).

Give yourselves and your colleagues a pat on the back today!  Again, 
none of this could have happened without your hard work and support.

Thanks again!  Enjoy DSpace 1.6.0, and let us know what you think!

Sincerely,

The DSpace Developers

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Manakin Installation

2010-03-03 Thread Anita P
Yes I am confident /srv/fedora/tomcat/webapps is the correct one. We are
testing out fedora too and hence tomcat was installed in that directory.


And with respect to permissions, although we should not have done this but
tomcat does run as the root and it is a test server so for now that is fine.

To rule out that there is another webapps tomcat running the jspui here is
what i got from find -name for jspui and xmlui. So if jspui is running
somewhere other than /srv/fedora/tomcat/webapps my assumption it that it
would have shown up here and all it shows is that it is running from that
directory.  Any thing else I could be missing???


fc-test:/ # find -name xmlui
./root/.m2/repository/org/dspace/xmlui
*./srv/fedora/tomcat/work/Catalina/localhost/xmlui
./srv/fedora/tomcat/webapps/xmlui
*./srv/fedora/tomcat/webapps/xmlui/META-INF/maven/org.dspace.modules/xmlui
./home/dspace/.m2/repository/org/dspace/xmlui
./usr/local/dspace/dspace-1.5.2-src-release/dspace-xmlui/dspace-xmlui-wing/target/classes/org/dspace/app/xmlui
./usr/local/dspace/dspace-1.5.2-src-release/dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui
./usr/local/dspace/dspace-1.5.2-src-release/dspace-xmlui/dspace-xmlui-api/target/classes/org/dspace/app/xmlui
./usr/local/dspace/dspace-1.5.2-src-release/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui
./usr/local/dspace/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir/webapps/xmlui
./usr/local/dspace/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir/webapps/xmlui/META-INF/maven/org.dspace.modules/xmlui
./usr/local/dspace/dspace-1.5.2-src-release/dspace/modules/xmlui
./usr/local/dspace/webapps/xmlui
./usr/local/dspace/webapps/xmlui/META-INF/maven/org.dspace.modules/xmlui

fc-test:/ # find -name jspui
*./srv/fedora/tomcat/work/Catalina/localhost/jspui
./srv/fedora/tomcat/webapps/jspui
*
./usr/local/dspace/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir/webapps/jspui
./usr/local/dspace/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir/webapps/jspui/META-INF/maven/org.dspace.modules/jspui
./usr/local/dspace/dspace-1.5.2-src-release/dspace/modules/jspui
./usr/local/dspace/webapps/jspui
./usr/local/dspace/webapps/jspui/META-INF/maven/org.dspace.modules/jspui





On Wed, Mar 3, 2010 at 10:50 AM, Pablo Olivares pablo...@gmail.com wrote:

 mm.. /srv/fedora/tomcat/webapps/ , do you verify that this directory is
 currently using  for Tomcat??,
 *
 *
 your error sounds like exist another webapps where tomcat are currently
 point...

 another issue is that permissons  for [tomcat]/webapps/xmlui are set to
 root... i think yor must set to tomcat user

 El Pablo.


 On Wed, Mar 3, 2010 at 10:27 AM, Anita P digla...@gmail.com wrote:

 @ El Pablo: Yes I am on a linux machine and did a ln -s (symbolic link)
 for both xmlui and jspui  and here is how it looked
 lrwxrwxrwx  1 root root   31 2010-03-02 14:55 jspui -
 /usr/local/dspace/webapps/jspui/
 lrwxrwxrwx  1 root root   29 2010-03-02 14:56 oai -
 /usr/local/dspace/webapps/oai/
 lrwxrwxrwx  1 root root   28 2010-03-02 14:57 xmlui -
 /usr/local/dspace/webapps/xmlui/

 Now. I now copied the whole folder in my [dspace]/webapps/xmlui to my
 tomcat webapps. Here is what i have

 */srv/fedora/tomcat/webapps/xmlui #* l
 total 60
 drwxr-xr-x  8 root root  4096 2010-03-03 10:12 ./
 drwxr-xr-x 19 root root  4096 2010-03-03 10:12 ../
 drwxr-xr-x  2 root root  4096 2010-03-03 10:12 aspects/
 -rw-r--r--  1 root root  6805 2010-03-03 10:12 exception2html.xslt
 drwxr-xr-x  2 root root  4096 2010-03-03 10:12 i18n/
 drwxr-xr-x  3 root root  4096 2010-03-03 10:12 META-INF/
 -rw-r--r--  1 root root 17983 2010-03-03 10:12 sitemap.xmap
 drwxr-xr-x  2 root root  4096 2010-03-03 10:12 static/
 drwxr-xr-x  7 root root  4096 2010-03-03 10:12 themes/
 drwxr-xr-x  5 root root  4096 2010-03-03 10:12 WEB-INF/


 That did not work. And I also added the following in the server.xml
 Context path=/xmlui docBase=\usr\local\dspace\webapps\xmlui debug=0
 reloadable=true cachingAllowed=false allowLinking=true/

 but i still get the same error for xmlui. What puzzles me is how come
 jspui works perfectly without any changes.

 Anita




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] FW: batch import not loading itmes

2010-03-03 Thread Topete, Sergio (CIV)
I been running the following command but I get an empty mapfile and
nothing gets uploaded. Any help will be appreciated.

 

/usr/local/dspace/bin]$ ./dsrun org.dspace.app.itemimport.ItemImport
--add --eperson=stop...@nps.edu --collection=123456789/74
--source=/home/dspace/temp/batchloadtest/ --mapfile=20100302A

 

Destination collections:

Owning  Collection: Captstone

Adding items from directory: /home/dspace/temp/batchloadtest

Generating mapfile: 20100302A

 

 

Serigo

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] how to show the link to item in the search result

2010-03-03 Thread Lucas Mocellin
Hi folks,

I changed my search result to show dc.title.portaria instead of
dc.title, but now the result is not clickable, I mean, there is no link
in the result to show the item page (properties, meta-datas, files
attacheds).

I got some problems with that, the item is:

Numero da Portaria: 000 Orgao Emissor: Gabinete do Reitor Data
Criacao: 12-Jan-2010
URI: http://hdl.handle.net/123456789/26 Aparece nas
Colecções:Portariashttp://dspace:8080/dspace-jspui/handle/123456789/8
if I search for 000, I get:

Data de Emissao Numero da PortariaOrgao Emissor12-Jan-2010 000
*Gabinete do Reitor*I would like this 000 to be a link for the handle
(item)

interesting part of my dspace.cfg:

webui.itemlist.columns = dc.date.created(date), dc.title.portaria,
dc.contributor.emissor
* should I

Claudia Jürgen told me something about Browse Configuration, but I didn't
figure out how things work, I just noticed this part:
# (date | title | text | other) refers to the datatype of the field.
#   date: the index type will be treated as a date
object
#   title: the index type will be treated like a title,
which will include
#   a link to the item page
#   text: the index type will be treated as plain text.
If single mode is
#   specified then this will link to the
full mode list
#   other: any other datatype will be treated the same as 'text',
although
#   it will apply any custom ordering normalisation
configured below

That maybe would be kind of what I need, like in another place in dspace.cfg
that I can specify dc.ELEMENT(link), this link I would like to reproduce
here in itemlist.columns, but it didn't work out.


Message.properties:
itemlist.dc.title.portaria = Numero da Portaria

Thanks in advance,

Lucas.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] FW: batch import not loading itmes

2010-03-03 Thread Claudia Juergen
Hello Sergio,

does your source directory
/home/dspace/temp/batchloadtest/
got the proper structure?

The source directory should contain one directory per item to be imported.
So in /home/dspace/temp/batchloadtest/  there should be directories. Each
directory should contain the files for a single the item to be imported
(contents, dublin-core.xml, foo.pdf).

Hope that helps

Claudia Jürgen


 I been running the following command but I get an empty mapfile and
 nothing gets uploaded. Any help will be appreciated.



 /usr/local/dspace/bin]$ ./dsrun org.dspace.app.itemimport.ItemImport
 --add --eperson=stop...@nps.edu --collection=123456789/74
 --source=/home/dspace/temp/batchloadtest/ --mapfile=20100302A



 Destination collections:

 Owning  Collection: Captstone

 Adding items from directory: /home/dspace/temp/batchloadtest

 Generating mapfile: 20100302A





 Serigo

 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



-- 
Claudia Jürgen
Eldorado - Repositorium der TU Dortmund

Universitätsbibliothek Dortmund
Vogeplothsweg 76
D-44227 Dortmund
Tel.: 0049-231-755-4043




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] utf-8 in search fields

2010-03-03 Thread Matt Cleveland
Hello all,

On our site we host content that is either in Farsi or English.  Generally
search works for both languages, however, when you search for a Farsi title
using the Search DSpace box in the top left, no results appear and the
search string is replaced with jibberish.  To reproduce this error, visit
http://184.73.243.18:8080/jspui/ and click on the Title link.  Select some
text from a Farsi title and copy it into the previously-mentioned search
box.  You will now see no results and the jibberish text.  Thanks for your
help!

matt
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Call for new DSpace Committer nominations

2010-03-03 Thread Tim Donohue
All,

The DSpace Committers group would like to extend a general call to the 
DSpace Community for nominations of individuals to add to our Committers 
group.  New Committers may be nominated by anyone in the Community at 
any time.


* Roles and Duties of a Committer *

Being a committer means participating in the evolution of the DSpace 
platform, typically by making changes to the source code, improving 
documentation, or managing the integration of contributions made by the 
community at large. But, it also means having a voice and an official 
vote on technical, administrative and release management issues, 
providing your expertise and guidance on the lists, organizing testing, etc.

We are mindful of the fact that no one is being paid to do this, and no 
specific time commitment is required or expected; in fact we *do* expect 
that one's involvement will fluctuate over time with job duties. Nor is 
there any specified term of office - one's job responsibilities may 
change over time, and also one's ability to devote time to DSpace.


* Why Become a Committer? *

Becoming a committer means that you have a voice and an official vote on 
decisions around the evolution of the DSpace platform.  It also gives 
you an opportunity to develop leadership skills in an friendly, open 
source community.


* Committer Requirements *

Although there are no explicit requirements to become a committer, 
generally we look for someone who has shown initiative and/or has been 
an active participant in the DSpace Community.  Participation may be in 
the form of actively helping people on mailing lists, submitting code 
patches/features, presenting on DSpace at conferences, leading 
workshops, or generally volunteering time to help with any DSpace 
initiative.

It's worth noting that committers need not be highly technical in 
nature.  We only ask that you make a commitment to bettering DSpace in 
some way.  Anyone who shows the initiative and interest in making DSpace 
better is eligible.


* How to Nominate Someone *

New committers may be nominated by anyone in the DSpace Community at any 
time.  You can even nominate yourself.

In your nomination, please explain why you feel this individual (or 
individuals) should be added to the Committers group.  Generally, we are 
just looking for references to his/her active participation in the 
DSpace Community.

Send new committer nominations to DSpace Tech Lead, Tim Donohue 
(tdono...@duraspace.org), or any of the existing DSpace Committers.  A 
current listing of Committers can be found on our wiki:
http://wiki.dspace.org/index.php/DSpaceContributors

Again, there is no specific timeline for nominations.  Nominations may 
be made at any time.

If you have any questions, feel free to ask!

Sincerely,

The DSpace Committers Group

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Items in more than one collection

2010-03-03 Thread Gary Browne
Hi all,

I seem to recall there is a way to have items in more than one collection, 
possibly through some sort of mapping. But I can't find documentation on it - 
any pointers please?

Thanks a lot
Gary


GARY BROWNE | Development Programmer 
Library IT Services | University Library
THE UNIVERSITY OF SYDNEY
Level 1, Fisher Library F03 | The University of Sydney | NSW | 2006
T +61 2 9351 5946  | F +61 2 9036 
E gary.bro...@sydney.edu.au  | W http://sydney.edu.au 

Sent from my plain old desktop computer.

CRICOS 00026A
This email plus any attachments to it are confidential. Any unauthorised use is 
strictly prohibited. If you receive this email in error, please delete it and 
any attachments.
Please think of our environment and only print this e-mail if necessary.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace 1.6 upgrade advice

2010-03-03 Thread stuart yeates
Hello

I've read (and believe I understand) the upgrade notes at 
http://www.dspacedev2.org/1_6_0Documentation/ch04.html#N10F06 however, 
I'm concerned that my upgrade won't be as smooth as it might be. Mainly 
because I suspect that changes have been applied outside the approved 
update mechanism and I don't want to loose those changes. I'm planning a 
more conservative upgrade path (outlined below), which I hope will allow 
me to catch any problems before I take our production instance off line. 
I'd greatly appreciate feedback as to whether my approach is flawed, 
and/or whether there are significant classes of issues that I won't 
catch in this manner.

My approach relies on the fact that I have a smaller dev machine that I 
can use for my purposes (alas it is too small to hold the entire assets 
directory). My work is also complicated by the fact that I'm running a 
dual-instance server. Both servers are running the redhat family of 
linux operating systems.

My plan:

0) Do a full backup of live

1) Using a database snapshot and file copy of [dspace-source] and 
[dspace], duplicate both dspace on the dev machine (with the exception 
of the assets directory). Leaving the live server running.

2) Upgrade the dev server and see what issues fall out of the woodwork.

3) Fix those issues in the dev server.

4) Do a full backup of live

5) Stop the live server.

6) Upgrade the live server

7) Transfer any necessary fixes from the dev server to the live server

8) Restart live server

Does that sound like a sane approach? Is there anything I can't test / 
debug / fix in this way?

I'm already aware that:
* handles will be broken (because they'll point to the live server 
rather than the dev site)
* search will be broken (because i'll not have the assets directory)

cheers
stuart
-- 
Stuart Yeates
http://www.nzetc.org/   New Zealand Electronic Text Centre
http://researcharchive.vuw.ac.nz/ Institutional Repository

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Bitstream can't be saved...?? Is it possible..??

2010-03-03 Thread Vinsenso

hai all,

is it possible to make a bitstream files can't be saved...?? ^^

Thanks..
-- 
View this message in context: 
http://old.nabble.com/Bitstream-can%27t-be-saved...---Is-it-possible..---tp2415p2415.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Items in more than one collection

2010-03-03 Thread Claudia Jürgen

Hello Gary,

this is the item mapper. It is in the jspui online help for 
administrators. Just log in to the instance as admin (or collection 
admin) then navigate to the collection you want items to be mapped to. 
There you got the item mapper in the admin tools.


Hope that helps

Claudia Jürgen


Am 03.03.2010 23:29, schrieb Gary Browne:

Hi all,

I seem to recall there is a way to have items in more than one collection, 
possibly through some sort of mapping. But I can't find documentation on it - 
any pointers please?

Thanks a lot
Gary


GARY BROWNE | Development Programmer
Library IT Services | University Library
THE UNIVERSITY OF SYDNEY
Level 1, Fisher Library F03 | The University of Sydney | NSW | 2006
T +61 2 9351 5946  | F +61 2 9036 
E gary.bro...@sydney.edu.au  | W http://sydney.edu.au

Sent from my plain old desktop computer.

CRICOS 00026A
This email plus any attachments to it are confidential. Any unauthorised use is 
strictly prohibited. If you receive this email in error, please delete it and 
any attachments.
Please think of our environment and only print this e-mail if necessary.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Internal system error

2010-03-03 Thread shali Kallumpuram
Dear all.

i have updated the my dspace 1.5.2 to 1.6 , but after that i cant able to
submit new items to Dspace

Error :

1 . in jspui it shows internal system error

in xmlui after filling first page and click on next it shows ,

2 . java.sql.SQLException: bad_dublin_core schema=dc, title null

anybody please help me.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Bitstream can't be saved...?? Is it possible..??

2010-03-03 Thread Vinsenso

Hai claudia,
What I want is : The end user can see the full-text of my bitstream (type
PDF) but they can't saved it.
Is it possible...??

btw, thanks for the answer. Now i know what the function of bitstream format
registry. ^^

for additional : I use DSpace 1.5.2 (jspui) and windows server 2003.


Claudia Juergen wrote:
 
 Hello Vinsenso,
 
 it is possible to define which bitstream type can be submitted via the 
 UI and are visible to the end user in the item display.
 This is done via the bitstream format registry. You can access it as 
 admin via the UI and mark bitstreams as internal for that purpose.
 
 Hope that helps
 
 Claudia Jürgen
 

-- 
View this message in context: 
http://old.nabble.com/Bitstream-can%27t-be-saved...---Is-it-possible..---tp2415p2566.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Items in more than one collection

2010-03-03 Thread Claudia Jürgen

Hello Alan,

there is the functionality to map items to other than their owning 
collections via the web UI.


Log in as admin (collection admin).
Navigate to the collection you want to map an item to.
JSPUI - item mapper in the admin tools
XMLUI - item mapper in the context menu

Search the item to be mapped and then map it.

Hope that helps

Claudia Jürgen




Am 04.03.2010 08:10, schrieb Allen Lam:

Hi Gary,

In the default dspace package there is no web interface or command to
add collection mappings.

If you have the know-how, you can map an extra collection to an item by
adding a row into db table collection2item.

A row in the table contains collection_id and item_id.
You can look up the collection_id from another table named collection.
The item_id is the Item internal ID you can find in the Edit Item page.

Best,
Allen Lam.
HKU Hub Administrator, http://hub.hku.hk


Gary Browne wrote:

Hi all,

I seem to recall there is a way to have items in more than one collection, 
possibly through some sort of mapping. But I can't find documentation on it - 
any pointers please?

Thanks a lot
Gary


GARY BROWNE | Development Programmer
Library IT Services | University Library
THE UNIVERSITY OF SYDNEY
Level 1, Fisher Library F03 | The University of Sydney | NSW | 2006
T +61 2 9351 5946  | F +61 2 9036 
E gary.bro...@sydney.edu.au  | W http://sydney.edu.au

Sent from my plain old desktop computer.

CRICOS 00026A
This email plus any attachments to it are confidential. Any unauthorised use is 
strictly prohibited. If you receive this email in error, please delete it and 
any attachments.
Please think of our environment and only print this e-mail if necessary.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech