[Dspace-tech] DSpace Simple Archive Format

2013-09-25 Thread Stefanie Behnke
Hello,

I am using the DSpace Simple Archive Format for importing items into a
collection. In the dublin_core.xml file I have one line, for example:
dcvalue qualifier=uri
element=identifierhttp://dx.doi.org/10.2312/3DOR/3DOR13/002-006/dcvalue
that results in 
dc.identifier.uri   http://dx.doi.org/10.2312/3DOR/3DOR13/002-006
But I have got the additional 
dc.identifier.uri   http://dx.doi.org/10.2312/3DOR.3DOR13
which is wrong.

Can you please give me a hint, how to suppress this, or easily remove it
from the items. 
I am using Dspace 3.1

Thanking you in advance
Stefanie


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Unable to connect DSpace

2013-09-25 Thread SanjibKumarDeka
Dear Javier Tavara,

I'm using apache ant 1.9.0, apache maven 3.0.5,  apache tomcat
7.0.39,  Postgres 9.0.6.1  and  jdk1.7.0_17.

Please find the server.xml file as attached.

Regards,
Sanjib


On Wed, Sep 25, 2013 at 4:12 AM, Javier Távara ja.tav...@gmail.com wrote:

 Hi Sanjib. I'm not an expert but I will try to help you, and I'm not a
 native English speaker.
 First of all, are you using Tomcat as an Apache (web server) module? Can
 you send me your server.xml Tomcat file?

 You can add me to Google Talk if you want.


 Javier Távara


 2013/9/24 SanjibKumarDeka xan...@gmail.com

 Dear Javier Tavara,

 When I used netstat -vatpn | grep 8009 I found the following details,

 =
 [root@CENTRAL-LIBRARY ~]# netstat -vatpn | grep 8009
 tcp0  0 :::8009
 :::*LISTEN  12070/java
 [root@CENTRAL-LIBRARY ~]#
 =

 Again, I found the line Connector port=8009 protocol=AJP/1.3
 redirectPort=8443 / in server.xml, but I'm not sure what connector port
 has to used.

 Guide me please.
 With regards,

 Sanjib


 On Mon, Sep 23, 2013 at 9:01 PM, Javier Távara ja.tav...@gmail.comwrote:

 *SEVERE: Failed to initialize end point associated with ProtocolHandler
 [ajp-bio-8009]*
 *java.net.BindException: Address already in use null:8009*

 It seems that there is a service already running in port 8009. You can
 make *netstat -vatpn | grep 8009* to see which service is using that
 port.

 You can change the connector port configuration in server.xml. The line
 like below:

 Connector port=8009 protocol=AJP/1.3 redirectPort=8443 /

 Then restart.

 And as Keir Vaughan-Taylor told you: Try changing your Server's IP or
 get your sysadmin to see if there are rogue machines on the net.

 Also you can see
 http://stackoverflow.com/questions/8040640/tomcat-startup-8080-address-already-in-use

 Look at this answer:
 *Just for the record: I got this error (as a newbie) because I started
 Apache before starting Tomcat.*
 *If I stopped Apache, then started Tomcat and then started Apache, the
 errors disappeared.*


 Javier Távara


 2013/9/23 SanjibKumarDeka xan...@gmail.com

 Please find the log files as attached.

 Regards,
 Sanjib Kumar deka


 On Fri, Sep 20, 2013 at 7:44 PM, Javier Távara ja.tav...@gmail.comwrote:

 Please share your log files.

 Javier Távara


 2013/9/20 SanjibKumarDeka xan...@gmail.com

  Hi,

 Sorry for late reply.
 Today morning also I faced the same problem, i.e. unable to connect
 the server.
 After shutdown  restarting  apache-tomcat three times, I could open
 the DSpace page again.
 I look at today's log file, i.e. catalina.2013-09-20.log, but I'm
 unable to locate the problem.

 Kindly help me please.
 Regards,
 --- Sanjib,


 On Tue, Sep 17, 2013 at 4:31 PM, helix84 heli...@centrum.sk wrote:

 On Tue, Sep 17, 2013 at 8:12 AM, SanjibKumarDeka xan...@gmail.com
 wrote:
  But which log file I have to see, I have seen lots of files with
 .txt, .log.

 Look at the end of catalina.out (this is a large file) or,
 alternatively, in the file with today's date (e.g.
 catalina.2013-09-17.log).


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
 SharePoint
 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
 includes
 Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.

 http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette







?xml version='1.0' encoding='utf-8'?
!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the License); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an AS IS BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--
!-- Note:  A Server is not itself a Container, so you may not
 define subcomponents such as Valves at this level.
 

Re: [Dspace-tech] Login banner for xmlui? (DSpace 3.2)

2013-09-25 Thread Hilton Gibson
Perhaps this will give you a head start:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Presentation

Cheers

hg


On 24 September 2013 21:56, Andrew Reid andrew.r...@nist.gov wrote:


   Hi all --

   I'm putting together a DSpace deployment, and I have a policy
 requirement for some banner text on the log-in page -- a kind of
 remember the terms of service, use at your own risk message.

   The banner text is long, so I don't want to put it in style
 elements where it will appear on every page, I'd prefer to have
 it only on the log-in page, and actually, for my application,
 I only use the LDAP log-in page.

   I also have no requirement for internationalization for this message.

   Is there an easy way to do this?

   I've found the LDAPLogin.java source file in xmlui/aspect/eperson,
 and the messages.xml file in
  xmlui-root/src/main/webapp/i18n/messages.xml,
 and was hoping to find some kind of banner or greeting message
 I could use, but I'm not seeing it.   I also have a preference
 for a config-based solution, as opposed to modifying the Java code.


 -- A.
 --
 Dr. Andrew C. E. Reid
 Physical Scientist, Computer Operations Administrator
 Center for Theoretical and Computational Materials Science
 National Institute of Standards and Technology, Mail Stop 8555
 Gaithersburg MD 20899 USA
 andrew.r...@nist.gov


 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Login banner for xmlui? (DSpace 3.2)

2013-09-25 Thread helix84
Hi Andrew,

put this into your themes's xsl:

xsl:template name=disable_front-page-search
match=dri:div[@id='aspect.eperson.LDAPLogin.div.login']
xsl:apply-templates /
divYour stuff goes here/div/xsl:template



Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] show bibtex for an item?

2013-09-25 Thread helix84
On Tue, Sep 24, 2013 at 7:57 PM, Stefanie Behnke s.beh...@online.de wrote:
 I am using Dspace 3.1 and the mirage theme. I think I will try to implement
 this option for the xmlui. But there are further problems, looking at
 https://wiki.duraspace.org/display/DSPACE/Use+the+OAI-PMH+interface

 I have rebuild Dspace, but
 http://localhost:8080/jspui/dspace-oai/request?verb=Identify is still not
 working.

Assuming you added a context for oai according to these instructions
(Step 9), the context (webapp) root would be /oai, i.e. an example URL
would be http://localhost:8080/oai/request?verb=Identify

Here's the stylesheet you would have to add to OAI to output to
bibtex: [1]. It works by transforming the internal xoai format to
bibtex.
I just realized that it's probably easier to not use OAI here and just
modify the stylesheet to transform DC nodes from METS to bibtex. The
METS document is available directly in XMLUI and that's actually what
XMLUI uses to render item metadata fields.

So, your METS document would be
/metadata/handle/123456789/132/mets.xml and you'd pass this as input
(using xsl:template match=dim:dim) to the modified bibtex.xsl
stylesheet. You'd modify the stylesheet by changing e.g.
doc:metadata/doc:element[@name='dc']/doc:element[@name='title']/doc:element/doc:field[@name='value']/text()
to
dim:field[@element='title']

You'd have to do most of this if you used the OAI approach, too. This
direct approach has the added benefit of you not depending on running
OAI.


[1] 
https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-Installation
[2] 
https://raw.github.com/lyncode/DSpace/51a3187796a3df275dc05cf4647e2461bacbba5f/dspace/config/crosswalks/export/bibtex.xsl

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace Simple Archive Format

2013-09-25 Thread Stefanie Behnke
I resolved this problem by exporting as csv file, modifing and re-importing
it.
https://wiki.duraspace.org/display/DSDOC3x/Batch+Metadata+Editing#BatchMetad
ataEditing-DeletingMetadata



-Ursprüngliche Nachricht-
Von: Stefanie Behnke [mailto:s.beh...@online.de] 
Gesendet: Mittwoch, 25. September 2013 08:58
An: dspace-tech@lists.sourceforge.net
Betreff: [Dspace-tech] DSpace Simple Archive Format

Hello,

I am using the DSpace Simple Archive Format for importing items into a
collection. In the dublin_core.xml file I have one line, for example:
dcvalue qualifier=uri
element=identifierhttp://dx.doi.org/10.2312/3DOR/3DOR13/002-006/dcvalue
that results in 
dc.identifier.uri   http://dx.doi.org/10.2312/3DOR/3DOR13/002-006
But I have got the additional 
dc.identifier.uri   http://dx.doi.org/10.2312/3DOR.3DOR13
which is wrong.

Can you please give me a hint, how to suppress this, or easily remove it
from the items. 
I am using Dspace 3.1

Thanking you in advance
Stefanie



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from the latest Intel processors and coprocessors. See abstracts and
register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Blank Page item-view

2013-09-25 Thread Webshet, Sisay (ILRI)
Hi all,

We used dspace 3.1/xmlui vesion with tomcat 6 on debian,
I just set  clickable fields like Author, Country Focus, Region Focus on 
item-view.xsl  and it looks like on the page below and it works perfectly.
http://dspacetest.cgiar.org/handle/10568/33418

However I do have  the same dspace instance on my local machine with the same 
setting and it shows me a blank page when I clicked on the clickable fields.

I done reindexing  but nothing happens.
Can anyone has hint on this
Thanks


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] HELP PLEASE

2013-09-25 Thread UNIVIRTUAL UNISARC
Buenos dias

Todo estaba bien pero en los ultimos dias no se a podido crear ITEM ya que
genera el siguiente mensaje:

ERROR INTERNO DE SISTEMA

El sistema ha experimentado un error interno. Por favor, vuelva a
intentarlo de nuevo, y si el problema persiste, por favor, contactese con
nosotros para poder arreglarlo.

Alguna sugerencia?

Cordial saludo,


Willmar F. Alzate C.
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] media filter question

2013-09-25 Thread Bill Tantzen
Solved.

In v3.2, bitstreamformatregistry.short_description for mimetype
application/pdf is 'Adobe PDF'.  However, in my installation (for some long
lost reason) the short_description is simply 'PDF'.

Therefore in MediaFilterManager.java::filterBitstream(), the test at line
556:

  if (fmts.contains(myBitstream.getFormat().getShortDescription()))

never returns true, so no pdf files are ever processed.

As a workaround, in dspace.cfg, I changed

  filter.org.dspace.app.mediafilter.PDFFilter.inputFormats = Adobe PDF

to filter.org.dspace.app.mediafilter.PDFFilter.inputFormats = Adobe PDF, PDF

and voila!  Everything works.  I could just have easily updated
bitstreamformatregistry, but I was wary of breaking something else.

Cheers!
Bill


On Mon, Sep 23, 2013 at 11:06 AM, Bill Tantzen wile...@gmail.com wrote:

 Ivan,

 Thanks for checking in...

 dspace filter-media returns with exit status 0.  The dspace log shows no
 errors, just entries of the form:

 2013-09-23 10:37:41,012 INFO  org.dspace.search.DSIndexer @ Writing
 Community: 2408/104859 to Index

 or:

 2013-09-23 10:37:40,336 INFO  org.dspace.search.DSIndexer @ Writing
 Collection: 2408/55874 to Index

 The output from the command line is short.  Normally, I would expect to
 see a log of each bitstream examined beginning with 'FILTERED' or
 'SKIPPED'.  Instead I see only a few errors for .doc files (Invalid Format)
 followed by a couple of SKIPPED entries for bitstreams with an existing
 .txt file.

 All the .pdf files are in the ORIGINAL bundle.  For instance:

 dspace= select * from item2bundle where item_id = 34950;
 -[ RECORD 1 ]
 id| 39982
 item_id   | 34950
 bundle_id | 39983
 -[ RECORD 2 ]
 id| 39983
 item_id   | 34950
 bundle_id | 39984

 dspace= select * from bundle where bundle_id in ( 39983, 39984 );
 -[ RECORD 1 ]+-
 bundle_id| 39983
 name | LICENSE
 primary_bitstream_id |
 -[ RECORD 2 ]+-
 bundle_id| 39984
 name | ORIGINAL
 primary_bitstream_id |

 dspace= select * from bundle2bitstream where bundle_id = 39984;
 -[ RECORD 1 ]---+--
 id  | 40042
 bundle_id   | 39984
 bitstream_id| 40065
 bitstream_order | 2

 dspace= select * from bitstream where bitstream_id = 40065;
 -[ RECORD 1 ]---+
 bitstream_id| 40065
 bitstream_format_id | 3
 name| 8175706.pdf
 size_bytes  | 6587102
 checksum| 164de17195af1d0de45cd17a431fc2b9
 checksum_algorithm  | MD5
 description |
 user_format_description |
 source  | /dspace/assetstore/dspace-sr/upload/8175706.pdf
 internal_id | 104968051252620967298398595849898250327
 deleted | f
 store_number| 0
 sequence_id | 2

 This bitstream however is neither FILTERED nor SKIPPED.

 This database has been recently updated from v1.42 to v3, and I suspect
 the problem is somewhere in the db rather than a bug in the code, but
 everything *looks* right to me.  I can trace the relations from the
 community to collection to item, but for some reason the bitstreams are
 simply not checked.

 What do you think?
 Bill


 On Sun, Sep 22, 2013 at 12:35 PM, helix84 heli...@centrum.sk wrote:

 Hi Bill, please remember to keep dspace-tech in CC.

 Can you please tell me what the result of each of my suggestion was?
 1) What was the errorlevel of your filter-media command?
 2) Did you look at the log while it was running using tail -f?
 3) Were all the bitstreams you expected to be filtered in the ORIGINAL
 bundle? (check at least a few)


 On Fri, Sep 20, 2013 at 10:09 PM, Bill Tantzen wile...@gmail.com wrote:
  Hi Ivan!
 
  I've tried all these suggestions, and still, no success.
 
  There are no errors in the log, only entries of the form:
 
  2013-09-20 15:00:24,802 INFO  org.dspace.search.DSIndexer @ Writing
  Community: 2408/36293 to Index
 
  And
 
  2013-09-20 15:00:17,990 INFO  org.dspace.search.DSIndexer @ Writing
  Collection: 2408/35292 to Index
 
  One for each community and collection.  The bundles are ORIGINAL,
 nothing
  special here...
 
  The database seems OK, I am able to follow the communities to
 collections to
  items just fine, but no bitstreams are being filtered.
 
  I'll keep debugging on my end, but if you have any other ideas, do pass
 them
  my way!
  Bill
 
 
  On Thu, Sep 19, 2013 at 9:08 AM, helix84 heli...@centrum.sk wrote:
 
  Hi Bill,
 
  Jose's suggestion to look at the logs for errors is a good one. First
  of all, we should determine whether the filtering failed during
  processing some item or whether it completed with nothing else to
  process.
 
  Also check the errorlevel of the command. 1 means error, 0 means
 success.
 
 
  On Thu, Sep 19, 2013 at 3:03 PM, Bill Tantzen wile...@gmail.com
 wrote:
   Still working on this media filter issue -- maybe this 

Re: [Dspace-tech] HELP PLEASE

2013-09-25 Thread André
Es un message genérico de error. Debes que verificar los LOGs del sistema
para conocer la causa del problema.
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error
Saludos


2013/9/25 UNIVIRTUAL UNISARC univirt...@unisarc.edu.co

 Buenos dias

 Todo estaba bien pero en los ultimos dias no se a podido crear ITEM ya que
 genera el siguiente mensaje:

 ERROR INTERNO DE SISTEMA

 El sistema ha experimentado un error interno. Por favor, vuelva a
 intentarlo de nuevo, y si el problema persiste, por favor, contactese con
 nosotros para poder arreglarlo.

 Alguna sugerencia?

 Cordial saludo,


 Willmar F. Alzate C.


 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace doesn't send email after change template jspui to xmlui (v3.1)

2013-09-25 Thread Carla Ferreira
Hi...

The test-email worked usually.. But the emails doesn't send yet!

Carla.


On Tue, Sep 24, 2013 at 11:34 AM, helix84 heli...@centrum.sk wrote:

 On Mon, Sep 23, 2013 at 10:54 PM, Carla Ferreira
 carlaferreir...@gmail.com wrote:
  We have a problem with dspace. We're using the 3.1 version.
  After changing template in JSPUI to XMLUI, the dspace doesnt send any
 emails
  anymore.
 
  Which error can be?
 
  The system analyst had reconfigured the emails system but didnt work.


 Hi Carla,

 if you run the following command, what is the output?

 [dspace]/bin/dspace test-email


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
*Carla L. Ferreira*

Bibliotecária
Gerência de Informação Digital e Inovação - Biblioteca Central
+55 62 3521-1183
Universidade Federal de Goiás
Campus Samambaia - Caixa Postal 131 CEP: 74001-970 Goiânia - GO
www.revistas.ufg.br
https://twitter.com/revistasufg
repositorio.bc.ufg.br

Colaboradora da Unitechne - Universidade Lato Sensu do Brasil
www.unitechne.com.br
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace doesn't send email after change template jspui to xmlui (v3.1)

2013-09-25 Thread helix84
On Wed, Sep 25, 2013 at 10:31 PM, Carla Ferreira
carlaferreir...@gmail.com wrote:
 The test-email worked usually.. But the emails doesn't send yet!

OK, at lest we know there's no problem there.

So, next step - which emails don't work? All types or just some type
(registration notification, subscription, submission state change,
error notification, ...)?


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Dspace doesn't send email after change template jspui to xmlui (v3.1)

2013-09-25 Thread Carla Ferreira
Well, looking for the answer and discover which types of emails dont work..
we just discovered that dspace does not allowing any user to register in
repository.

Carla.



On Wed, Sep 25, 2013 at 6:13 PM, helix84 heli...@centrum.sk wrote:

 On Wed, Sep 25, 2013 at 10:31 PM, Carla Ferreira
 carlaferreir...@gmail.com wrote:
  The test-email worked usually.. But the emails doesn't send yet!

 OK, at lest we know there's no problem there.

 So, next step - which emails don't work? All types or just some type
 (registration notification, subscription, submission state change,
 error notification, ...)?


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
*Carla L. Ferreira*

Bibliotecária
Gerência de Informação Digital e Inovação - Biblioteca Central
+55 62 3521-1183
Universidade Federal de Goiás
Campus Samambaia - Caixa Postal 131 CEP: 74001-970 Goiânia - GO
www.revistas.ufg.br
https://twitter.com/revistasufg
repositorio.bc.ufg.br

Colaboradora da Unitechne - Universidade Lato Sensu do Brasil
www.unitechne.com.br
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Blank Page item-view

2013-09-25 Thread Webshet, Sisay (ILRI)


Hi Helix,

Yes I already set the webui.browse .index section and I do index-init and I see 
the log file which is blank
Is this may be related to ownership of the Tomcat for webapps(I do aslo this)
Thanks

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, September 25, 2013 4:18 PM
To: Webshet, Sisay (ILRI)
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Blank Page item-view

Do you have browse indexes (webui.browse.index.*) defined for those fields 
(e.g. dc.cplace.country)? If not, you must add them and run index-init.

If a blank page shows, there should be a message written to the log.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette