Giter Site home page Giter Site logo

vidiecan / dspace Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dspace/dspace

0.0 0.0 0.0 124.9 MB

(Official) The DSpace digital asset management system that powers your Institutional Repository

Home Page: https://wiki.duraspace.org/display/DSDOC4x/Introduction

License: Other

Java 84.35% HTML 0.77% XSLT 9.75% PLSQL 0.26% SQLPL 0.11% CSS 1.75% JavaScript 2.75% Ruby 0.02% Handlebars 0.02% Shell 0.09% Perl 0.13%

dspace's People

Contributors

antoine-atmire avatar aschweer avatar azeckoski avatar benbosman avatar bram-atmire avatar christian-scheible avatar cjuergen avatar ctu-developers avatar grahamtriggs avatar helix84 avatar jmelo-lyncode avatar joao-de-melo avatar jsnshrmn avatar kevinvdv avatar kshepherd avatar mdiggory avatar mwoodiupui avatar ottenhoff avatar peterdietz avatar pnbecker avatar richard-jones avatar rivaldi8 avatar rradillen avatar rtansley avatar scott-phillips avatar scottyeadon avatar stuartlewis avatar tdonohue avatar terrywbrady avatar zuki avatar

Watchers

 avatar  avatar  avatar

dspace's Issues

Update General Information

Update the faq, deposite etc. to reflect current state

maybe add some search tips (e.g. solr syntax in search field - negation, etc)

Browse by author/language/... throws exception

Browse All of repository -> author/language/type/...? -> click a value

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.rangeCheck(ArrayList.java:638)
    at java.util.ArrayList.get(ArrayList.java:414)
    at org.dspace.app.xmlui.aspect.discovery.DiscoveryUIUtils.getFilterQueries(DiscoveryUIUtils.java:70)
    at org.dspace.app.xmlui.aspect.discovery.DiscoverySearchLoggerAction.getQueries(DiscoverySearchLoggerAction.java:35)
    at org.dspace.app.xmlui.cocoon.SearchLoggerAction.act(SearchLoggerAction.java:49)
    at org.apache.cocoon.sitemap.impl.DefaultExecutor.invokeAction(DefaultExecutor.java:55)

Sort on search not working

click gear select sort by title_asc
Sorry, we couldn't find the page you've requested (/dspace5l/xmlui/sort_by=dc.title_sort&order=asc),
there should be discover/search/whatever after xmlui/

ControlPanelMetadataQA throws exception

org.postgresql.util.PSQLException: ERROR: column metadatavalue.item_id does not exist
  Position: 76
    at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2103)
    at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1836)
    at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:512)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:273)
    at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
    at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
    at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
    at org.dspace.storage.rdbms.DatabaseManager.queryTable(DatabaseManager.java:234)
    at cz.cuni.mff.ufal.dspace.app.xmlui.aspect.administrative.ControlPanelMetadataQA.get_items_with_metadata_field(ControlPanelMetadataQA.java:101)

metadatavalue.item_id no longer exists; it was renamed to resource_id as not only items have metadata in dspace5

Failed to upload a file

Upload of a file (size 11.05MB) failed with error (in window popup) "Request Entity Too Large"

Review makefile

Check that the targets are up to date with dspace5 "binaries" (some names have changed), and whether we still need all of them.
The same goes for cronjobs

Premature end of file

ERROR org.dspace.content.authority.OpenAIREAuthority @ Unable to parse file /mnt/SSD/okosarko/installations/dspace/dspace5l/config/openaire-cache.list
org.xml.sax.SAXParseException; Premature end of file.

Control panel unpublished items throws exception

org.postgresql.util.PSQLException: ERROR: column c.name does not exist
  Position: 38
    at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2103)
    at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1836)
    at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:512)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:273)
    at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
    at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
    at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
    at org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:295)
    at cz.cuni.mff.ufal.dspace.app.xmlui.aspect.administrative.ControlPanelUnpublishedItemsTab.getWorkflowItems(ControlPanelUnpublishedItemsTab.java:145)
    at cz.cuni.mff.ufal.dspace.app.xmlui.aspect.administrative.ControlPanelUnpublishedItemsTab.addBody(ControlPanelUnpublishedItemsTab.java:64)
    at cz.cuni.mff.ufal.dspace.app.xmlui.aspect.administrative.ControlPanel.addBody(ControlPanel.java:169)

Exception on oai import -c

$ sudo -u tomcat7 /installations/dspace/dspace-1.8.2/bin/dspace oai import -c
OAI 2.0 manager action started
Clearing index
Index cleared
Using full import.
Full import
java.lang.NullPointerException
    at cz.cuni.mff.ufal.lindat.utilities.hibernate.HibernateUtil.closeSession(HibernateUtil.java:83)
    at cz.cuni.mff.ufal.lindat.utilities.HibernateFunctionalityManager.closeSession(HibernateFunctionalityManager.java:637)
    at cz.cuni.mff.ufal.lindat.utilities.HibernateFunctionalityManager.close(HibernateFunctionalityManager.java:731)
    at org.dspace.xoai.util.ItemUtils.retrieveMetadata(ItemUtils.java:261)
    at org.dspace.xoai.app.XOAI.index(XOAI.java:277)
    at org.dspace.xoai.app.XOAI.index(XOAI.java:212)
    at org.dspace.xoai.app.XOAI.indexAll(XOAI.java:199)
    at org.dspace.xoai.app.XOAI.index(XOAI.java:132)
    at org.dspace.xoai.app.XOAI.main(XOAI.java:406)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:226)
    at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:77)

Only one author after dim harvest

when the dim metadata only harvest is finished all the items have just one author. This means there are authors missing for items with > 1 author.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.