Re: [Dspace-tech] DSpace Problem (Register new user)

2011-09-23 Thread Brodhun, Maximilian



-Ursprüngliche Nachricht-
Von: Scott Thurston [mailto:scott.thurs...@noaa.gov]
Gesendet: Do 22.09.2011 17:34
An: Brodhun, Maximilian
Cc: dspace-tech@lists.sourceforge.net; Grütz, Romanus
Betreff: Re: [Dspace-tech] DSpace Problem (Register new user)
 
Hello Maximilian,

Hotmail requires TLS/SSL encryption, and uses port 587 for incoming 
connections instead of the default port 25.  I think you need to 
uncomment the other lines of the mail.extraproperties configuration 
parameter and change the socketFactory.port value to 587:


# Pass extra settings to the Java mail library. Comma separated, equals 
sign between
# the key and the value.
mail.extraproperties = mail.smtp.socketFactory.port=587, \

mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
mail.smtp.socketFactory.fallback=false

If you are running DSpace on Linux it may already be running sendmail, 
which should be listening for SMTP connections on port 25 and may know 
how to transfer mail to your institutional mail server.  If that's the 
case, you should set your mail.server to localhost, and you would not 
need the mail.server.username and mail.server.password parameters.

Regards,
Scott

On 9/22/2011 8:23 AM, Brodhun, Maximilian wrote:
 Dear all,

 my name is Maximilian Brodhun and I study applicated informatics at the
 university of Goettingen. At the moment I am in a internship in the
 department of medical informatics of medical university of Goettingen. I
 installed DSpace to test a repositroy in context to biomedical metadata.

 Everything is working fine so far, but I have a problem with the
registration
 of new users. Everytime I want to register as a new user, I get the message
 Internal System Error.
Hello Scott,

thanks for your help. I made the changes but the problem still exists.

Just to be sure, that I made everything right, here are me changes: (above
again the content of the logfile)


kind regards,

Maximilian Brodhun


# Email settings ##

# SMTP mail server
mail.server=smtp.live.com

# SMTP mail server authentication username and password (if required)
mail.server.username = maxi_brod...@hotmail.com
mail.server.password = *

# SMTP mail server alternate port (defaults to 25)
mail.server.port = 587

# From address for mail
mail.from.address = dspace-nore...@stud.uni-goettingen.de

# Currently limited to one recipient!
feedback.recipient = dspace-h...@myu.edu

# General site administration (Webmaster) e-mail
mail.admin = maxmilian.brod...@stud.uni-goettingen.de

# Recipient for server errors and alerts
alert.recipient = maxmilian.brod...@stud-unigoettingen.de

# Recipient for new user registration emails
registration.notify = maxmilian.brod...@stud.uni-goettingen.de

# Set the default mail character set. This may be over ridden by providing a
line
# inside the email template charset: encoding, otherwise this default is
used.
mail.charset = UTF-8

# A comma separated list of hostnames that are allowed to refer browsers to
email forms.
# Default behaviour is to accept referrals only from dspace.hostname
#mail.allowed.referrers = localhost

# Pass extra settings to the Java mail library. Comma separated, equals sign
between
# the key and the value.
mail.extraproperties = mail.smtp.socketFactory.port=587, \
 
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
   mail.smtp.socketFactory.fallback=false

# An option is added to disable the mailserver. By default, this property is
set to false
# By setting mail.server.disabled = true, DSpace will not send out emails.
# It will instead log the subject of the email which should have been sent
# This is especially useful for development and test environments where
production data is used when testing functionality.
#mail.server.disabled = false

# Default language for metadata values
default.language = en_US

_


CONTENT OF LOGFILE:


2011-09-23 09:15:29,184 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=f15c2dae-43a6-4fbd-b6de-3e4b8b9015b5,type=DSpaceKernel
2011-09-23 09:15:29,480 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
Closing Spring root WebApplicationContext
2011-09-23 09:15:29,698 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=1f3c80b0-fe3f-40e0-99c4-449a675e4b2c,type=DSpaceKernel
2011-09-23 09:15:30,775 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/jspui] @
Closing Spring root WebApplicationContext
2011-09-23 09:15:30,775 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
Failed to unregister the MBean:
org.dspace:name=f59bf42b-328e-44e8-8a9c-7ba9047a51ce,type=DSpaceKernel
2011-09-23 09:15:41,242 INFO
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/jspui] @
Initializing Spring root WebApplicationContext
2011-09-23 09:15:42,319 INFO  

[Dspace-tech] problems with dspace instllation on windows xp

2011-09-23 Thread Smita Chandra
Hello,

I have been trying to install Dspace 1.7.0 on windows XP. Everything works OK 
(even when I execute the command mvn package, I get a build successful message) 
, however when I give the command 


c:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\ant 
fresh_install

after three minutes of installation, I get the message :
BUILD FAILED
c:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\build.xml:809: 
Java returned: 1

where could I possibly be going wrong.  Why am I getting this message, could 
somebody please help in solving this. This is my first ever installation 
attempt at DSpace, and I would like to use the the information gathered to 
install DSpace later (even if comes from installing it on WindowsXP) on some 
linux platform (fedora or red-hat). 


Smita Chandra
Librarian
Indian Institute of Geomagnetism
India
22-27484137/9869049293--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] problems with dspace instllation on windows xp

2011-09-23 Thread Verdonck Christof




Dear


Did everything went 'ok' while you setup the database?
Are you using the right password?
Can you confirm some data is put (during install) in your database.
I believe something goes wrong in this step.

Can you provide us the full stack trace of the error?


Yours Sincerely



Christof Verdonck



Smita Chandra wrote:

  
  Hello,
  
  
  I have been trying to install Dspace 1.7.0 on windows XP.
Everything works OK (even when I execute the command mvn package, I get
a build successful message) , however when I give the command 
  
  
  
  c:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\ant
fresh_install
  
  
  after three minutes of installation, I get the message :
  BUILD FAILED
  c:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\build.xml:809:
Java returned: 1
  
  
  where could I possibly be going wrong. Why am I getting this
message, could somebody please help in solving this. This is my first
ever installation attempt at DSpace, and I would like to use the the
information gathered to install DSpace later (even if comes from
installing it on WindowsXP) on some linux platform (fedora or red-hat).
  
  
  
  
  Smita Chandra
  Librarian
  Indian Institute of Geomagnetism
  India
  22-27484137/9869049293
  
  
  
  
  

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
  

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





--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] submitting using manakin

2011-09-23 Thread Tim Donohue
Hi Jose,

I'm not sure which version of DSpace you are running, but I'm assuming 
it's likely 1.7.x.  If so, there are known issues with Maven 3 and 
DSpace 1.7.x.  See the prerequisites which warn against using Maven 3 to 
compile 1.7.x:
https://wiki.duraspace.org/display/DSDOC/Installation#Installation-PrerequisiteSoftware

Instead, for DSpace 1.7.x, we recommend using Maven 2.2.  (Sidenote: In 
DSpace 1.8.0 to be released in Oct, we've fixed our Maven 3 issues.)

Also, there are some known issues with Tomcat 7.0.x and DSpace XMLUI 
(though I doubt these are affecting you right now).  We are working on 
also fixing those for DSpace 1.8.0.

Beyond that, most of your prerequisites look OK. You probably should 
update Ant, since you are on an old version of that (but I doubt that is 
the issue). In general, it's best to try to obey the DSpace 
prerequisites, as that ensures your DSpace installation is as stable as 
possible.

Another thing you may wish to try is a fresh install of DSpace, just to 
be certain that it works on your machine (it should). If the fresh 
install works, then that would imply either there is a configuration 
issue or a local customization is causing this problem.

I should also ask, have you modified anything in how the 
'org.dspace.submit.step.DescribeStep' works (as this is used for *both* 
XMLUI  JSPUI)? Or have you modified anything in any of the 
'org.dspace.submit.step.* classes in the dspace-api? (All of these 
classes are shared by JSPUI  XMLUI)  If you've modified anything with 
how your JSPUI submission process, it's possible that could be affecting 
the XMLUI as well.

Did you get a chance to check your Tomcat logs for any reported errors? 
I know you've checked the Cocoon logs (didn't seem to be anything very 
helpful there), and you mentioned not seeing any errors in the DSpace 
logs either. If we can locate any more details around the error, it may 
make it much easier to determine what may be going on.

- Tim

On 9/21/2011 3:26 PM, Blanco, Jose wrote:
 Tim,

 This is our installation:

 -bash-3.2$ /l/local/bin/mvn -version
 Apache Maven 3.0.1 (r1038046; 2010-11-23 05:58:32-0500)
 Java version: 1.6.0_24
 Java home: /usr/jdk1.6.0_24/jre
 Default locale: en_US, platform encoding: UTF-8
 OS name: linux version: 2.6.18-238.1.1.el5pae arch: i386 Family: unix

 I'm not running a fresh installation exactly.  I'm running one in which there 
 are a lot of changes to support the jspui interface, but very few on the 
 xmlui side. I'll try a fresh install and see what happens.

 -Jose

 -Original Message-
 From: Tim Donohue [mailto:tdono...@duraspace.org]
 Sent: Wednesday, September 21, 2011 3:59 PM
 To: Blanco, Jose
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] submitting using manakin

 Hi Jose,

 addBody() is actually called from the Wing Framework API,
 specifically from org.dspace.app.xmlui.wing.AbstractWingTransformer.

 But, to be honest, I doubt that's the problem.  Obviously, this all
 should work fine out-of-the-box.

 I'm wondering if we should take a step back and ensure you have all
 your prerequisites right?  The DSpace 1.7.x prerequisites are all
 listed at:
 https://wiki.duraspace.org/display/DSDOC/Installation#Installation-PrerequisiteSoftware

 For example, what are the versions of DSpace, Tomcat, Java, Maven that
 you are using? (FYI I know there are some recent issues reported with
 Tomcat 7)  Is this an out-of-the-box version of DSpace, or is this
 customized?  Have you tried installing a completely fresh install of
 DSpace?

 I have a feeling this is a configuration or prerequisite issue of some
 sort, to be honest.  But, I'm not sure exactly where it would be.  So,
 if you could verify some more information about your setup, or even try
 a fresh install of DSpace (to ensure that works), then maybe that can
 lead us down the path to getting this issue resolved for you.

 - Tim
 On Wednesday, September 21, 2011 2:18:22 PM, Blanco, Jose wrote:
 Still stuck.  Tried a different collection, no change.  I did try putting a 
 whole bunch of print statements in DescribeStep.java and I see that 
 addPageMeta gets called but that's it, it never calls addBody.  Why would it 
 not?  I'm trying to find the place where this would get called from, but 
 have not gotten there yet.  I have not made any changes to the themes.  Can 
 you point me to the place that addBody would get called from.  Perhaps I can 
 track it down from there.

 -Jose

 -Original Message-
 From: Tim Donohue [mailto:tdono...@duraspace.org]
 Sent: Wednesday, September 21, 2011 11:19 AM
 To: Blanco, Jose
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] submitting using manakin

 Jose,

 A few more things to try:
 * Have you tried submitting to a different Collection? Maybe it's
 something in the Collection's settings?
 * I'm also wondering about the handle prefix of TEMP-BOGUS which you
 have set.  Normally, handle prefixes don't include special 

Re: [Dspace-tech] DSpace Problem (Register new user)

2011-09-23 Thread Peter Dietz
Hi Max,

A really simple way to fix your problem would be to configure DSpace to mail
through Gmail. The code for connecting through Gmail already exists in the
code. I don't know what is causing the connection problem with Live mail.

Peter Dietz



On Fri, Sep 23, 2011 at 3:14 AM, Brodhun, Maximilian 
maxmilian.brod...@stud.uni-goettingen.de wrote:




 -Ursprüngliche Nachricht-
 Von: Scott Thurston [mailto:scott.thurs...@noaa.gov]
 Gesendet: Do 22.09.2011 17:34
 An: Brodhun, Maximilian
 Cc: dspace-tech@lists.sourceforge.net; Grütz, Romanus
 Betreff: Re: [Dspace-tech] DSpace Problem (Register new user)

 Hello Maximilian,

 Hotmail requires TLS/SSL encryption, and uses port 587 for incoming
 connections instead of the default port 25.  I think you need to
 uncomment the other lines of the mail.extraproperties configuration
 parameter and change the socketFactory.port value to 587:


 # Pass extra settings to the Java mail library. Comma separated, equals
 sign between
 # the key and the value.
 mail.extraproperties = mail.smtp.socketFactory.port=587, \

 mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
mail.smtp.socketFactory.fallback=false

 If you are running DSpace on Linux it may already be running sendmail,
 which should be listening for SMTP connections on port 25 and may know
 how to transfer mail to your institutional mail server.  If that's the
 case, you should set your mail.server to localhost, and you would not
 need the mail.server.username and mail.server.password parameters.

 Regards,
 Scott

 On 9/22/2011 8:23 AM, Brodhun, Maximilian wrote:
  Dear all,
 
  my name is Maximilian Brodhun and I study applicated informatics at the
  university of Goettingen. At the moment I am in a internship in the
  department of medical informatics of medical university of Goettingen. I
  installed DSpace to test a repositroy in context to biomedical metadata.
 
  Everything is working fine so far, but I have a problem with the
 registration
  of new users. Everytime I want to register as a new user, I get the
 message
  Internal System Error.
 Hello Scott,

 thanks for your help. I made the changes but the problem still exists.

 Just to be sure, that I made everything right, here are me changes: (above
 again the content of the logfile)


 kind regards,

 Maximilian Brodhun


 # Email settings ##

 # SMTP mail server
 mail.server=smtp.live.com

 # SMTP mail server authentication username and password (if required)
 mail.server.username = maxi_brod...@hotmail.com
 mail.server.password = *

 # SMTP mail server alternate port (defaults to 25)
 mail.server.port = 587

 # From address for mail
 mail.from.address = dspace-nore...@stud.uni-goettingen.de

 # Currently limited to one recipient!
 feedback.recipient = dspace-h...@myu.edu

 # General site administration (Webmaster) e-mail
 mail.admin = maxmilian.brod...@stud.uni-goettingen.de

 # Recipient for server errors and alerts
 alert.recipient = maxmilian.brod...@stud-unigoettingen.de

 # Recipient for new user registration emails
 registration.notify = maxmilian.brod...@stud.uni-goettingen.de

 # Set the default mail character set. This may be over ridden by providing
 a
 line
 # inside the email template charset: encoding, otherwise this default
 is
 used.
 mail.charset = UTF-8

 # A comma separated list of hostnames that are allowed to refer browsers to
 email forms.
 # Default behaviour is to accept referrals only from dspace.hostname
 #mail.allowed.referrers = localhost

 # Pass extra settings to the Java mail library. Comma separated, equals
 sign
 between
 # the key and the value.
 mail.extraproperties = mail.smtp.socketFactory.port=587, \

 mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
   mail.smtp.socketFactory.fallback=false

 # An option is added to disable the mailserver. By default, this property
 is
 set to false
 # By setting mail.server.disabled = true, DSpace will not send out emails.
 # It will instead log the subject of the email which should have been sent
 # This is especially useful for development and test environments where
 production data is used when testing functionality.
 #mail.server.disabled = false

 # Default language for metadata values
 default.language = en_US

 _


 CONTENT OF LOGFILE:


 2011-09-23 09:15:29,184 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
 Failed to unregister the MBean:
 org.dspace:name=f15c2dae-43a6-4fbd-b6de-3e4b8b9015b5,type=DSpaceKernel
 2011-09-23 09:15:29,480 INFO
 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/xmlui] @
 Closing Spring root WebApplicationContext
 2011-09-23 09:15:29,698 ERROR org.dspace.kernel.DSpaceKernelManager @ WARN
 Failed to unregister the MBean:
 org.dspace:name=1f3c80b0-fe3f-40e0-99c4-449a675e4b2c,type=DSpaceKernel
 2011-09-23 09:15:30,775 INFO
 

Re: [Dspace-tech] DSpace Problem (Register new user)

2011-09-23 Thread Scott Thurston

Maximilian,

If you choose to continue trying to configure DSpace to send mail via 
Hotmail, you should probably find JavaMail documentation to learn what 
properties you must configure. Here is a link to an overview that lists 
the properties you can configure:


http://javamail.kenai.com/nonav/javadocs/overview-summary.html

I did a quick Google search of the Unrecognized SSL message error, and 
you may need to pass a more complete set of properties to JavaMail.  One 
property that is probably required is mail.smtp.starttls.enable.  
Perhaps you need to configure mail.extraproperties as follows:


mail.extraproperties = mail.smtp.starttls.enable=true, \
mail.smtp.port = 587, \
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
mail.smtp.socketFactory.fallback=false

I also saw some references that require setting mail.smtp*s*.port, to 
use SMTP over SSL.


Regards,
Scott

On 9/23/2011 1:14 AM, Brodhun, Maximilian wrote:

Hello Scott,

thanks for your help. I made the changes but the problem still exists.

Just to be sure, that I made everything right, here are me changes: (above
again the content of the logfile)


--
Scott Thurston  scott.thurs...@noaa.gov
NOAA / NGDC / WDC   http://www.ngdc.noaa.gov/
Marine Geology  Geophysics 303-497-4411 (phone)
325 Broadway E/GC3  303-497-6513 (fax)
Boulder, CO 80305-3337


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] problems with dspace instllation on windows xp

2011-09-23 Thread Hardik Mishra

 Hello Ms. Smita

Try with ant clean_database and then again ant fresh_install. If it happens 
please provide complete error stack trace from the console.
Thanks  Regards
Hardik Mishra
India


 
Message: 2
Date: Fri, 23 Sep 2011 01:45:21 -0700 (PDT)
From: Smita Chandra sm...@ymail.com
Subject: [Dspace-tech] problems with dspace instllation on windows xp
To: DSpace-tech@lists.sourceforge.net
DSpace-tech@lists.sourceforge.net
Message-ID:
1316767521.45523.yahoomail...@web36705.mail.mud.yahoo.com
Content-Type: text/plain; charset=iso-8859-1

Hello,

I have been trying to install Dspace 1.7.0 on windows XP. Everything works OK 
(even when I execute the command mvn package, I get a build successful message) 
, however when I give the command 


c:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\ant 
fresh_install

after three minutes of installation, I get the message :
BUILD FAILED
c:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir\build.xml:809: 
Java returned: 1

where could I possibly be going wrong.? Why am I getting this message, could 
somebody please help in solving this. This is my first ever installation 
attempt 
at DSpace, and I would like to use the the information gathered to install 
DSpace later (even if comes from installing it on WindowsXP) on some linux 
platform (fedora or red-hat). 


Smita Chandra
Librarian
Indian Institute of Geomagnetism
India
22-27484137/9869049293

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] About Java Unknown failure when filtering media with XPDF

2011-09-23 Thread Scott Thurston
Hello Antonio,

Are you able to install your own JDK and configure your environment to 
use it to build, install and run DSpace?  Your $JAVA_HOME should point 
to the new JDK.

If you have downloaded the jai_imageio JAR file for your system, you can 
unzip it to extract the installer jai_imageio*.bin.  The installer is 
a shell script that contains the binary installer image at the end of 
the file.  Search the installer for the tail command, which looks like 
this in my installer:

tail +215 $0  $outname

I was able to get the installer to work by following these steps:

1. tail -n +215 jai_imageio-1_1-lib-linux-amd64-jdk.bin  
$JAVA_HOME/jai_installer
2. cd $JAVA_HOME
3. ./jai_installer

Those steps should install the JAI ImageIO library in your JDK.

I hope that is helpful.

Regards,
Scott

On 9/22/2011 10:27 PM, neocalde...@gmail.com wrote:
 Hi, how do you do?

 Sorry to contact you directly.

 About: UPDATE: I resolved the problem This Afternoon. The solution is to
 JAI ImageIO install the library in the JDK itself. In my case I do not
 Have permissions to update the system's JDK so I installed my own JDK
 and Then installed the ImageIO library there. I rebuilt my using DSpace
 JDK own filtering and verified That dog now produces half thumbnail
 images for a PDF file .

 Do you have any guidance or howto?

 Thank you very much for your response.

-- 
Scott Thurston  scott.thurs...@noaa.gov
NOAA / NGDC / WDC   http://www.ngdc.noaa.gov/
Marine Geology  Geophysics 303-497-4411 (phone)
325 Broadway E/GC3  303-497-6513 (fax)
Boulder, CO 80305-3337


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dsrun script to remove items en mass from a collection

2011-09-23 Thread Wolf Halton
I have used dsrun org.dspace.app.itemimport etc but is there a similar
script to remove multiple items from the db based on collection and
(optimally) dates ingested?
Are there any docs about the possible cli scripts?

Wolf

-- 
This Apt Has Super Cow Powers - http://sourcefreedom.com
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace: File Upload Problem

2011-09-23 Thread mike0rtiz
0kay,

 I've solved the issue, 

 The first you need to do is, take a look of the user that's running the
tomcat, at my LAMP the user is 'tomcat'

So the folders/dspace/upload   and   /dspace/assetstore   need all the
permissions by writing at console with root attributes:


chown -R tomcat /dspace/upload   

chown -R tomcat /dspace/assetstore

So far, so good. Doing a review through the documentation, the files're
stored at the folder  assetstore, so you need to give the permision to the
tomcat user for write on both folders.

 My Dspace version is  1.7.2


Best Regards
Mike

--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Dspace-File-Upload-Problem-tp3286609p3837909.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Accessing non-DC fields with XSLT Crosswalk

2011-09-23 Thread Jason Stirnaman

I have a XSLT crosswalk. How do I access a metadata field from a different 
schema in my stylesheet?  For example, Here's my non-DC field in mets.xml: 
dim:field element=spage language=en_US mdschema=rft1/dim:field

However, in my stylesheet applying the following template doesn't output 
anything: 

xsl:template match=dim:field[@element='spage' AND @mdschema='rft'] 
xsl:element name=FirstPage 
xsl:value-of select=concat('E',text())/ 
/xsl:element 
/xsl:template 

Thanks, 
Jason 
Jason Stirnaman
Biomedical Librarian, Digital Projects
A.R. Dykes Library, University of Kansas Medical Center
jstirna...@kumc.edu
913-588-7319


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech