R: Re: [dspace-tech] Make item private during submission workflow.

2016-05-15 Thread a.bollini


You can use the embargo feature that is available in the jspui since dspcae 
4.0Seehttps://wiki.duraspace.org/plugins/servlet/mobile#Embargo-SimpleEmbargoSettings
Andrea



Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Hakan Yanaz  
Data: 16/05/2016  07:58  (GMT+01:00) 
A: DSpace Technical Support  
Cc: stefan.fritzs...@tu-dresden.de 
Oggetto: Re: [dspace-tech] Make item private during submission workflow. 

Hi Stefan,Thank you for your message.Configurable workflow works on only XMLUI 
and it is a one-way decision.  User interface will be changed to a single one 
as DSpace future plans. I am using DSpace 5.5 with XMLUI now but planning to 
move JSPUI. Therefore, I am looking for a solution in that is not depending on 
user interface.
Hakan

13 Mayıs 2016 Cuma 16:01:21 UTC+3 tarihinde Stefan Fritzsche yazdı:Hi Hakan,



maybe  the configurable workflow is an option.





On 05/13/2016 02:51 PM, Hakan Yanaz wrote:

> Hi,

>

> I need the submitter can select the item state is private during submission 

> before the approval. According to this selection it will be automatically 

> private.

>

> I don't want any metadata or bitstream would be indexed by any system and 

> nobody see the item anytime until it becomes publicly available.

>

> Is there any solution or advice to find a starting point?

>

> Thanks

>

> Hakan

>





-- 

Stefan Fritzsche

email: stefan.f...@tu-dresden.de

tel: (49) 351 463-33212

-

Zellescher Weg 12 // Willersbau A 109

01069 Dresden









-- 

You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.

To post to this group, send email to dspace-tech@googlegroups.com.

Visit this group at https://groups.google.com/group/dspace-tech.

For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


R: [dspace-tech] Problem with greek characters in search form

2016-05-11 Thread a.bollini


Check the tomcat server.xml configuration file.You have probably miss to add 
the URIEncoding="UTF-8" attributes to the http connectorsHope this help,Andrea 


Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Panos V  
Data: 11/05/2016  10:18  (GMT+01:00) 
A: DSpace Technical Support  
Oggetto: [dspace-tech] Problem with greek characters in search form 

This is a testing installation before we start using dspace and I have the 
following problem:

When I search something using the search form it works Ok
When I use the form using filters, greek characters are transformed into 
something that looks like unicode encoding and I don't get any results.

You can see the behavior with the following link

http://83.212.125.192:8080/xmlui/discover?scope=%2F&query=ΑΒΓΔΕΖΗΘ&submit=Ψάξε

This happens in both the xmlui and the jspui themes

The difference between the two forms as I see it is that the first use POST and 
the second GET method

Can someone help and direct me to a solution?

Thanks!





-- 

You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.

To post to this group, send email to dspace-tech@googlegroups.com.

Visit this group at https://groups.google.com/group/dspace-tech.

For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


R: Re: [dspace-tech] Statistics for items published in a certain month for a given community

2016-04-13 Thread a.bollini


Yes, it is an extension of the dspace capabilities. It is open source and 
available on github.It is part of the largest dspace-cris extension, you can 
find more about that 
herehttps://wiki.duraspace.org/display/DSPACECRIS/DSpace-CRIS+Home
https://wiki.duraspace.org/display/DSPACECRIS/Project+documentation
Andrea

Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Tiago Delboni  
Data: 13/04/2016  12:47  (GMT+01:00) 
A: DSpace Technical Support  
Cc: delb...@gmail.com, a.boll...@cineca.it 
Oggetto: Re: [dspace-tech] Statistics for items published in a certain month 
for a given community 

Wow, awesome! The query works like a charm.
What about that chart? I want that for my DSpace! Is it a customization you 
made?

Em terça-feira, 12 de abril de 2016 11:26:45 UTC-3, Andrea Bollini  escreveu:
  

  
  
Hi Tiago,

  you can use this query (Jan 2016):

  bi_sort_3_sort:[2016-01-01T00:00.000Z TO 2016-01-31T23:59.999Z]

  

  the number 3 in bi_sort_3_sort is the index assigned to the
  date.accessioned sort option here

https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/dspace.cfg#L1187

  

  BTW, we have included such functionality out of box in the latest
  dspace-cris release

  see an example here

http://demo-dspace-cris.cineca.it/cris/stats/community.html?handle=123456789/1&stats_from_date=&stats_to_date=&type=upload

  

  the functionality can be restricted to administrators.

  Andrea

  

  

  Il 11/04/2016 20:18, Tiago Delboni ha scritto:



  Hi! 



How can I find out the number of new items published in a
certain month for a given community?



I guess that I can do this using "Advanced Search" over 
dc.date.accessioned
ou dc.date.available but I either don't know the right
syntax for dates or the default date search is for dc.date.issued
only (it seems to be the only date being indexed).



Thank you in advanced!

  
  -- 

  You received this message because you are subscribed to the Google
  Groups "DSpace Technical Support" group.

  To unsubscribe from this group and stop receiving emails from it,
  send an email to dspace-tech...@googlegroups.com.

  To post to this group, send email to dspac...@googlegroups.com.

  Visit this group at https://groups.google.com/group/dspace-tech.

  For more options, visit https://groups.google.com/d/optout.






-- 
Andrea Bollini
International Business Development, Deputy Leader
Open Source & Open Standards Strategy, Head
Cineca

Via dei Tizii, 6
00185 Roma, Italy
tel. +39 06 44 486 087 - mob. +39 348 82 77 525
http://www.cineca.it 
  

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


R: [dspace-tech] DSpace-CRIS: error when "lookup this value" in edit item form

2016-04-07 Thread a.bollini


Hi Vladimir,please always include the content of your dspace.log file to 
receive effective support.I guess there are some issue on your ORCID 
integration or solr setup.Andrea



Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Vladimir Svyatoshenko  
Data: 08/04/2016  07:52  (GMT+01:00) 
A: DSpace Technical Support  
Oggetto: [dspace-tech] DSpace-CRIS: error when "lookup this value" in edit item 
form 

Good day,

In edit item form when press button "lookup this value" get following error:

"Failed to load choice data: HTTP error resonse"


How to fix it?
Thank you




-- 

You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.

To post to this group, send email to dspace-tech@googlegroups.com.

Visit this group at https://groups.google.com/group/dspace-tech.

For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


R: [dspace-tech] DSpace-CRIS: internal error when viewing items page migrating collection

2016-04-06 Thread a.bollini


Hi Vladimir,the out of box configuration looks incomplete. The 
dc.relation.ispartofseries is configured to be rendered as a link to a detailed 
entity describing the serie but it actually is not condigured.The most easy way 
to fix is to remove such configuration
=webui.itemdisplay.simple = dc.title, dc.title.alternative, 
dc.contributor.author(itemcrisref), 
    dc.subject(nobreakline), dc.date.issued(date), 
dc.publisher, 
    dc.identifier.citation, dc.relation(itemcrisref), 

dc.relation.publication(itemref), dc.relation.dataset(itemref),
    dc.relation.ispartof(itemcrisref), 
dc.relation.ispartofseries(itemcrisref),
    dc.relation.conference(itemcrisref), 
dc.description.abstract, dc.description, 
    dc.identifier.govdoc, dc.identifier.uri(link), 
    dc.identifier.isbn, dc.identifier.issn, 
    dc.identifier.ismn, dc.identifier, 
dc.identifier.doi(doi), dc.rights
    
webui.itemdisplay.default = dc.title, dc.title.alternative, 
dc.contributor.author(itemcrisref), 
    dc.subject(nobreakline), dc.date.issued(date), 
dc.publisher, 
    dc.identifier.citation, dc.relation(itemcrisref), 

dc.relation.publication(itemref), dc.relation.dataset(itemref),
    dc.relation.ispartof(itemcrisref), 
dc.relation.ispartofseries(itemcrisref),
    dc.relation.conference(itemcrisref), 
dc.description.abstract, dc.description, 
    dc.identifier.govdoc, dc.identifier.uri(link), 
    dc.identifier.isbn, dc.identifier.issn, 
    dc.identifier.ismn, dc.identifier, 
dc.identifier.doi(doi), dc.rights
                           =

Just remove the (itemcrisref) beside the dc.relation.ispartofseries - it 
appears two times
Another option is to configure an entity to manage in a structured way the 
series. You can decide to create a dedicated entity or characterize the 
journals entity using a type field (serie or journal). Let me know if you are 
interested in such approach so that I can provide more details.The starting 
point is here
choices.plugin.dc.relation.ispartof = JOURNALAuthority
choices.presentation.dc.relation.ispartof = suggest
authority.controlled.dc.relation.ispartof = true
cris.DOAuthority.dc_relation_ispartof.filter = 
resourcetype_authority:crisjournals
cris.DOAuthority.dc.relation.ispartof.new-instances = journals
ItemCrisRefDisplayStrategy.publicpath.dc.relation.ispartof = journals
==
Hope this help,Andrea 


Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Vladimir Svyatoshenko  
Data: 06/04/2016  18:51  (GMT+01:00) 
A: DSpace Technical Support  
Oggetto: [dspace-tech] DSpace-CRIS: internal error when viewing items page 
migrating collection 

Good day,

I migrate collection and viewing some items getting error:

...
Caused by: org.apache.jasper.JasperException: 
java.lang.IllegalArgumentException: No choices plugin was configured for  field 
"dc_relation_ispartofseries".
Caused by: java.lang.IllegalArgumentException: No choices plugin was configured 
for  field "dc_relation_ispartofseries".


How to fix it?




-- 

You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.

To post to this group, send email to dspace-tech@googlegroups.com.

Visit this group at https://groups.google.com/group/dspace-tech.

For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


R: Re: [dspace-tech] Re: HTTP Status 500 - The absolute uri: http://www.dspace.org/dspace-tags.tld cannot be resolved

2016-03-30 Thread a.bollini


Dear Chao,If possible use the dspace-5_x_x-cris branch to rely on the latest 
code.
You have probably copied the jspui folder in the wrong location. It needs to go 
inside the tomcat webapps folder at the  same level than ROOT, manager and 
other sample applications provided with tomcat.
Finally,  be sure to add the -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true 
parameter to the tomcat startup
and remember to execute the load-cris-configuration command two times as noted 
in the documentation
Let me know how this proceed,Andrea 

Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Chao Ma  
Data: 31/03/2016  03:25  (GMT+01:00) 
A: DSpace Technical Support  
Cc: kamal.beyd...@gmail.com, a.boll...@cineca.it 
Oggetto: Re: [dspace-tech] Re: HTTP Status 500 - The absolute uri: 
http://www.dspace.org/dspace-tags.tld cannot be resolved 

Dear Andrea,
I have ran the command[dspace-installdir]/bin$ dspace load-cris-configuration 
-f ../etc/configuration-tool-demo.xlsand it appears an error.But when I change 
the relative path to the absolute path,the command has worked.
However the error  still exists.
HTTP Status 500 - The absolute uri: http://www.dspace.org/dspace-tags.tld 
cannot be resolved in either web.xml or the jar files deployed with this 
applicationtype Exception reportmessage The absolute uri: 
http://www.dspace.org/dspace-tags.tld cannot be resolved in either web.xml or 
the jar files deployed with this applicationdescription The server encountered 
an internal error that prevented it from fulfilling this 
request.exceptionorg.apache.jasper.JasperException: The absolute uri: 
http://www.dspace.org/dspace-tags.tld cannot be resolved in either web.xml or 
the jar files deployed with this application

org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56)

org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:445)

org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:117)

org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:325)

org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:154)
org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:419)
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:484)
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1421)
org.apache.jasper.compiler.Parser.parse(Parser.java:138)

org.apache.jasper.compiler.ParserController.doParse(ParserController.java:242)

org.apache.jasper.compiler.ParserController.parse(ParserController.java:102)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:199)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:374)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:354)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:341)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:662)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:364)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
note The full stack trace of the root cause is available in the Apache 
Tomcat/7.0.68 logs.
I have tried two versions (DSpace-dspace-cris-5.4.0 and 
DSpace-dspace-5_x_x-cris)

Installation specification
apache-ant-1.9.6apache-maven-3.3.9apache-tomcat-7.0.68JDK-1.8.0_73pgsql-9.4.5
Please help me.
I am a Chinese student. My English is poor. Please don't mind.
Thank you very much,Chao Ma.

在 2016年2月9日星期二 UTC+8下午9:23:40,Andrea Bollini写道:
  

  
  
Dear Kamal,

  can you specify better which is your current issue?

  the issue in the subject was due to the wrong copy of the jspui
  webapp inside the ROOT webapp folder of tomcat. Restoring the
  right location you colleague Mohamad has reported that the problem
  go away.

  After that you have said to have some issue with the database,
  with some DSpace fundamental tables missing so I really suggest
  you to start from scratch with a new installation following all
  the steps of the installation process.

  If you want to install DSpace-CRIS please use the latest code from
  github

  https://github.com/Cineca/DSpace/tree/dspace-5_x_x-cris

  

  git clone https://github.com/Cineca/DSpace --branch
  dspace-5_x_x-cris

  edit the build.properties file according to your environment

  mvn package

  cd [dspace-source]/dspace/target/dspace-installer

  ant fresh_install

  

  when the installation is completed to load the default cris
  configuration run two times this comm

R: [dspace-tech] DSpace-CRIS. Change locale -> Internal error on index page.

2016-03-24 Thread a.bollini


Hi Vladimir,it is due to the security fix included in 5.5 (already merged in 
the maintenance bramch of dspace cris).As you use dedicated news file for the 
Russian language you need to add the _ru files in the list 
herehttps://github.com/Cineca/DSpace/blob/dspace-5_x_x-cris/dspace/config/spring/api/core-services.xml
Andrea

Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Vladimir Svyatoshenko  
Data: 24/03/2016  22:56  (GMT+01:00) 
A: DSpace Technical Support  
Oggetto: [dspace-tech] DSpace-CRIS. Change locale -> Internal error on index 
page. 

Install current dspace-cris-5_x_x from git.

When you select the locale, I get an internal error. 
Log below:



Exception:
 org.apache.jasper.
JasperException: javax.servlet.ServletException: 
org.apache.jasper.JasperException: java.lang.IllegalArgumentException: The file 
news-top_ru.html is not a valid news file
         at 
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:549)
         at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:455)
         at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
         at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
         at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
         at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
         at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
         at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
         at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
         at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503)
         at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
         at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
         at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
         at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421)
         at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)
         at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
         at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
         at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
         at java.lang.Thread.run(Thread.java:745)
 Caused by: javax.servlet.ServletException: org.apache.jasper.JasperException: 
java.lang.IllegalArgumentException: The file news-top_ru.html is not a valid 
news file
         at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:85)
         at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
         at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
         at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
         at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
         at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
         at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
         at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:60)
         at org.apache.jsp.index_jsp._jspService(index_jsp.java:131)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
         ... 23 more
 Caused by: org.apache.jasper.JasperException: 
java.lang.IllegalArgumentException: The file news-top_ru.html is not a valid 
news file
         at 
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:549)
         at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:470)
         at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
     

R: [dspace-tech] DSpace-CRIS: Internal error

2016-02-25 Thread a.bollini


Hi Vladimir,you need to add the following parameter to the tomcat startup
-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true  

Please note that dspace-cris 5.4.0 is out, you can easily upgrade to the new 
version.Andrea

Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Vladimir Svyatoshenko  
Data: 25/02/2016  19:49  (GMT+01:00) 
A: DSpace Technical Support  
Oggetto: [dspace-tech] DSpace-CRIS: Internal error 

Hi,

I install dspace-cris 5.2.1:

1. Edit build.properties
2. createdb
3. mvn package
4. ant flesh-install
5. chown -R tomcat8.tomcat8 /dspace
6. chmod -R a+r,a+w,a+X /dspace
7. dspace create-administrator 
8. start tomcat
9. dspace database install-example-cris-base
10. Login
11. Administrative UI --> My DSpace --> Create Researcher profile -- Ok
12. View researcher profile --> Edit researcher page -- Internal error 

dspace.log:
javax.servlet.ServletException: org.apache.jasper.JasperException: 
/dspace-cris/jdyna/rpDataEditForm.jsp (line: 663, column: 4) 
"${researcher:isThereMetadataNoEditable(holder.shortName, holder.class)}" 
contains invalid expression(s): javax.el.ELException: Failed to parse the 
expression [${researcher:isThereMetadataNoEditable(holder.shortName, 
holder.class)}]
    at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:85)
    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:721)
    at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:466)
    at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:391)
    at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:318)
    at 
org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:238)
    at 
org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262)
    at 
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1180)
    at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:950)
    at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
    at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
    at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:618)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at 
org.dspace.app.webui.cris.filter.DSpaceContextCleanupFilter.doFilter(DSpaceContextCleanupFilter.java:54)
    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at 
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)
    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at 
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
    at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
    at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
    at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)
    at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
    at 
org.apache.catalina.valves.Erro

R: [dspace-tech] Author name alternate spellings

2016-01-04 Thread a.bollini


Hi Peter,this use case is addressed by the authority framework (and actually 
supported out of box in dspace-cris).The authority value is used in the browse 
and the search so also if you access to the item list using the Peter Diez 
entry you will find all the content also if related to the PM Dietz entry.You 
can also configure the system (see the discovery.cfg options) to ignore the 
metadatavalue and put in the index only the prefered form of a name as provided 
by the authority.
Andrea




Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Peter Dietz  
Data: 04/01/2016  16:13  (GMT+01:00) 
A: DSpace Technical Support  
Oggetto: [dspace-tech] Author name alternate spellings 

Hi All,
Lets say you have an author record that might different values, but all 
representing the same person.Peter DietzPeter M DietzPM DietzDietz, Peter 
MDietz, PM
Does DSpace have any facility to map these distinct values to the same author, 
such that a search for "Peter Dietz", will match when the value is stored as 
"Dietz, PM". Or, is the recommendation just to edit the metadata, and 
consolidate the distinct values into one single acceptable form. (Probably the 
longest version of a name).
My read of "Authority" is that it will give you a backstore, but I don't see it 
as being a mapping of different ways of spelling the same thing.
Perhaps this is another need for richer metadata objects? name.givenname, 
name.surname, ...

Peter Dietz
Longsight
www.longsight.com
pe...@longsight.com
p: 740-599-5005 x809




-- 

You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.

To post to this group, send email to dspace-tech@googlegroups.com.

Visit this group at https://groups.google.com/group/dspace-tech.

For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


R: Re: [dspace-tech] HTTP Status 500 - The absolute uri: http://www.dspace.org/dspace-tags.tld cannot be resolved

2016-01-03 Thread a.bollini


Hi Mohamed,you need to move the jspui folder outside the ROOT directory or, 
alternatively, move the content of the jspui folder inside the ROOT folder i.e. 
one of the following path need to 
exists/apache-tomcat-7.0.42/webapps/jspui/WEB-INF
Or/apache-tomcat-7.0.42/webapps/ROOT/WEB-INF
If you go for the second option (preferred) you will be able to reach the 
dspace webapp without using the jspui path in the 
browserI.eXxx.xxx.xxx.xxx:8080/
Andrea

Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Mohamad CHAITOU  
Data: 02/01/2016  22:27  (GMT+01:00) 
A: DSpace Technical Support  
Cc: mohamad.chai...@gmail.com, a.boll...@cineca.it 
Oggetto: Re: [dspace-tech] HTTP Status 500 - The absolute uri: 
http://www.dspace.org/dspace-tags.tld cannot be resolved 

Dear Andrea,

The file dspace-tags.tld exists well in the WEB-INF directory:

net@ubuntu:~/apache-tomcat-7.0.42/webapps/ROOT/jspui/WEB-INF$ ls | grep tld
dspace-tags.tld
fmt.tld
researcher.tld
stats.tld

Even though, the error occurs.

I had no permission issues (I executed all commands using sudo, even firefox I 
started it using gksudo)

Tomcat runs normally. Below is what I get when I start tomcat:

Jan 02, 2016 1:14:23 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 759 ms
Jan 02, 2016 1:14:24 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jan 02, 2016 1:14:24 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.42
Jan 02, 2016 1:14:24 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory 
/home/net/apache-tomcat-7.0.42/webapps/manager
Jan 02, 2016 1:14:41 PM org.apache.catalina.util.SessionIdGenerator 
createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using 
[SHA1PRNG] took [17,308] milliseconds.
Jan 02, 2016 1:14:41 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory 
/home/net/apache-tomcat-7.0.42/webapps/ROOT
Jan 02, 2016 1:14:41 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory 
/home/net/apache-tomcat-7.0.42/webapps/host-manager
Jan 02, 2016 1:14:42 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory 
/home/net/apache-tomcat-7.0.42/webapps/examples
Jan 02, 2016 1:14:42 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory 
/home/net/apache-tomcat-7.0.42/webapps/docs
Jan 02, 2016 1:14:42 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8090"]
Jan 02, 2016 1:14:42 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 18435 ms

Any clues ?

Thanks!



On Saturday, January 2, 2016 at 10:25:15 PM UTC+2, a.bollini wrote:

Dear Mohamad,the absolute uri that you refer is only for internal reference of 
the application and it doesn't need to exist at all.Can you check if additional 
information are available in the catalina.out at the starting of tomcat? A 
dspace-tags.tld file should be present in the unpackaged jspui webapp.It could 
be related to an issue with files permission.Hope this help,Andrea 


Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Mohamad CHAITOU  
Data: 02/01/2016  19:49  (GMT+01:00) 
A: DSpace Technical Support  
Oggetto: [dspace-tech] HTTP Status 500 - The absolute uri: 
http://www.dspace.org/dspace-tags.tld cannot be resolved 

Dear All,

I have been struggling since a week to solve this problem without success. 
I installed Dspace CRIS (4.x.x) on ubuntu inside a vmware virtual machine. 
Everything has compiled successfully. However, when I try to invoke Dspace from 
tomact it gives me the following error (plz see below). 
It seems that the uri http://www.dspace.org/dspace-tags.tld is not active (I 
tried to open it from browser but i gives HTTP error 404).
Please find below the error details and the specifications of my installation.


HTTP Status 500 - The absolute uri: http://www.dspace.org/dspace-tags.tld 
cannot be resolved in either web.xml or the jar files deployed with this 
application

type Exception report

message The absolute uri: http://www.dspace.org/dspace-tags.tld cannot be 
resolved in either web.xml or the jar files deployed with this application

description The server encountered an internal error that prevented it from 
fulfilling this request.

exception

org.apache.jasper.JasperException: The absolute uri: 
http://www.dspace.org/dspace-tags.tld cannot be resolved in either web.xml or 
the jar files deployed with this application
    
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56)
    
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:445)
    
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDisp

R: [dspace-tech] HTTP Status 500 - The absolute uri: http://www.dspace.org/dspace-tags.tld cannot be resolved

2016-01-02 Thread a.bollini


Dear Mohamad,the absolute uri that you refer is only for internal reference of 
the application and it doesn't need to exist at all.Can you check if additional 
information are available in the catalina.out at the starting of tomcat? A 
dspace-tags.tld file should be present in the unpackaged jspui webapp.It could 
be related to an issue with files permission.Hope this help,Andrea 


Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Mohamad CHAITOU  
Data: 02/01/2016  19:49  (GMT+01:00) 
A: DSpace Technical Support  
Oggetto: [dspace-tech] HTTP Status 500 - The absolute uri: 
http://www.dspace.org/dspace-tags.tld cannot be resolved 

Dear All,

I have been struggling since a week to solve this problem without success. 
I installed Dspace CRIS (4.x.x) on ubuntu inside a vmware virtual machine. 
Everything has compiled successfully. However, when I try to invoke Dspace from 
tomact it gives me the following error (plz see below). 
It seems that the uri http://www.dspace.org/dspace-tags.tld is not active (I 
tried to open it from browser but i gives HTTP error 404).
Please find below the error details and the specifications of my installation.


HTTP Status 500 - The absolute uri: http://www.dspace.org/dspace-tags.tld 
cannot be resolved in either web.xml or the jar files deployed with this 
application

type Exception report

message The absolute uri: http://www.dspace.org/dspace-tags.tld cannot be 
resolved in either web.xml or the jar files deployed with this application

description The server encountered an internal error that prevented it from 
fulfilling this request.

exception

org.apache.jasper.JasperException: The absolute uri: 
http://www.dspace.org/dspace-tags.tld cannot be resolved in either web.xml or 
the jar files deployed with this application
    
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56)
    
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:445)
    
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:117)
    
org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:311)
    
org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:152)
    org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:410)
    org.apache.jasper.compiler.Parser.parseDirective(Parser.java:475)
    org.apache.jasper.compiler.Parser.parseElements(Parser.java:1427)
    org.apache.jasper.compiler.Parser.parse(Parser.java:138)
    
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:242)
    org.apache.jasper.compiler.ParserController.parse(ParserController.java:102)
    org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:198)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:373)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:353)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
    
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:646)
    
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:728)

note The full stack trace of the root cause is available in the Apache 
Tomcat/7.0.42 logs.
Apache Tomcat/7.0.42

Installation specification
apache-ant-1.8.4
apache-maven-3.0.4
apache-tomcat-7.0.42
psql (PostgreSQL) 9.4.5
Oracle JDK 7 (1.7.0_79)

Thanks in advance,
Mohamad Chaitou




-- 

You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.

To post to this group, send email to dspace-tech@googlegroups.com.

Visit this group at https://groups.google.com/group/dspace-tech.

For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


R: Re: [dspace-tech] DSPACE 5 JSPUI - can I configure .... part 2

2015-11-02 Thread a.bollini


Yes, it can be done.Put a configuration with the syntax below in the dspace.cfg
webui.listitem. .columns = dc.title (title),...
You can see all the configuration parameters supported in the 
BrowseItemListTag.doStartTag method in dspace-jspui
Andrea


Inviato dal mio dispositivo Samsung

 Messaggio originale 
Da: Monika Mevenkamp  
Data: 02/11/2015  14:49  (GMT+01:00) 
A: DSpace Tech  
Oggetto: Re: [dspace-tech] DSPACE 5 JSPUI  - can I configure  part 2 

There was a second question i my earlier email. There maybe no good answer - 
but than maybe it was overlooked: 
We have a browse index based on dc.contributor.advisor. Links in the  browse 
results lead to item lists with three columns: issue date, title, author (as in 
dc.contributor.author). Is there a way to configure which columns to show on 
the browse item lists based on the browse index creating the list ?


Monika


 Monika mevenkampmo.me...@gmail.com
http://mo-meven.tumblr.com/http://mcmprogramming.com/mo.meven/





On Oct 28, 2015, at 12:06 PM, Alex Yefimov  wrote:
T think you should look on author profiles. This functional is avaliable in 
dspace cineca fork (http://cineca.github.io/dspace-cris/) and there was one 
more realisation of this stuff, but i do not remember where.

среда, 28 октября 2015 г., 5:30:34 UTC+5 пользователь momeven написал:Is it 
possible to configure a browse index, such that it only uses the last name of a 
name metadata field ?
As an example consider:

 *   Abalos, David
 *   Abalos, David T.
 *   Abalos, David Thomas 

the last name is Abalos and that should be the entry on the browse list.

If that is not possible - is there anything out there that can help with 
normalization of names ?

We have a browse index based on dc.contributor.advisor, the one that gives us 
these messy name lists described above. Links in the  browse results lead to 
item lists with three columns: issue date, title, author (as in 
dc.contributor.author). Is there a way to configure which columns to show on 
the browse item lists based on the browse index creating the list ?

Monika

 Monika mevenkampmo.m...@gmail.com
http://mo-meven.tumblr.com/http://mcmprogramming.com/mo.meven/







-- 

You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.

To post to this group, send email to dspace-tech@googlegroups.com.

Visit this group at http://groups.google.com/group/dspace-tech.

For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.