[Dspace-tech] dspace 5 and mysql

2015-02-17 Thread Daniel G
Hi

i need to change the postgresql to mysql on dspace 5

any ideas, tips?

thanks
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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 5 and mysql

2015-02-17 Thread Andrea Schweer

  
  
Hi,

On 18/02/15 12:53, Daniel G wrote:

  i
need to change the postgresql to mysql on dspace 5
  


DSpace officially supports only PostgreSQL and Oracle DB
https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace#InstallingDSpace-RelationalDatabase:%28PostgreSQLorOracle%29

While it may be possible to make DSpace work with MySQL, this would
require major code changes.

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
  


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Problem assigning user privileges

2015-02-17 Thread bender
Hi,

We're experiencing problems to assign user privileges to communities, which
should be inherited by their sub-communities, sub-collections, collections,
etc.
In our Dspace instance, when the privileges for each user are set at
community level, those privileges are not inherited by its sub-communities,
sub-collections, etc.

Has anyone experienced the same problem?

Thanks in advance.

Bender
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] : Upload bitstream problem

2015-02-17 Thread Nada Abo-Eita
Thank you helix for your reply.

Kindly find the attached file for  the full stacktrace.

please note that I am using dspace version 4.2

On Wed, Feb 18, 2015 at 1:02 AM, helix84 heli...@centrum.sk wrote:

 On Tue, Feb 17, 2015 at 3:59 PM, Nada Abo Eita naboeit...@gmail.com
 wrote:

 I am using DSpace xmlui version 4.2 and trying to upload bitstream but it
 gives No Such file or directory Exception.


 We'll need the full stacktrace of the No such file or directory exception
 from dspace.log. Also read the Etiquette link below and always state your
 version information.


 Regards,
 ~~helix84

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




Java stacktrace
-
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:1006)
at edu.sdsc.grid.io.local.LocalFile.createNewFile(LocalFile.java:486)
at 
org.dspace.storage.bitstore.BitstreamStorageManager.store(BitstreamStorageManager.java:300)
at org.dspace.content.Bitstream.create(Bitstream.java:205)
at org.dspace.content.Bundle.createBitstream(Bundle.java:384)
at 
org.dspace.submit.step.UploadWithEmbargoStep.processUploadFile(UploadWithEmbargoStep.java:387)
at 
org.dspace.submit.step.UploadWithEmbargoStep.doProcessing(UploadWithEmbargoStep.java:109)
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.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
at 
org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
at 
org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3237)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2394)
at 
org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
at 
org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
at 
org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)
at 
org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:160)
at org.mozilla.javascript.Context.call(Context.java:538)
at 
org.mozilla.javascript.ScriptableObject.callMethod(ScriptableObject.java:1833)
at 
org.mozilla.javascript.ScriptableObject.callMethod(ScriptableObject.java:1803)
at 
org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.handleContinuation(FOM_JavaScriptInterpreter.java:698)
at 
org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(CallFunctionNode.java:94)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 
org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(SelectNode.java:82)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.buildPipeline(ConcreteTreeProcessor.java:186)
at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildPipeline(TreeProcessor.java:260)
at 
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:107)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 
org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(SelectNode.java:87)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 

Re: [Dspace-tech] Activating Bootstrap Color scheme Mirage 2

2015-02-17 Thread Hilton Gibson
Hi Bobby

Perhaps this will get you started in the right direction:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M2

Cheers

hg



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

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 18 February 2015 at 08:26, Bobby bigbrov...@gmail.com wrote:

  Hi guys,

 I am relatively new to dspace, trying to do some customization on our
 dpsace 5 instance using the mirage 2 theme. Basically just want to change
 some colour elements. Reading this documentation
 https://wiki.duraspace.org/display/DSDOC5x/XMLUI+Configuration+and+Customization?src=breadcrumbs-parent
 I got the feeling my job would be easier if I  building DSpace using one
 extra maven profile,mirage2_bootstrap_color_scheme. I can find anywhere
 how this can be done. can anyone give me pointers?


 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE

 http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Pls help: Dspace migration from 1.8.2 to 5 in new machine

2015-02-17 Thread इन्‍दु भूषण Indu Bhushan
Apache Maven 3.0.5 , Java version: 1.8.0_31, Apache Ant(TM) version 1.8.2 ,
postgres (PostgreSQL) 9.0.3, Linux RHEL 5

Dear Sir

Again I restored dspace.sql after dropdb. but as per status of info command
it schema is not updating to to dspace 5.  and also some error are shown in
tomcat running screen.

For more details all logs from dspace and tomcat are attached herewith.

Pls reply soon

With regards

Indu Bhushan

On Tue, Feb 17, 2015 at 9:11 PM, Tim Donohue tdono...@duraspace.org wrote:


 Could you also check to see what errors are reported in your DSpace log
 files?  Those files should be located at:

 [dspace.dir]/log/dspace.log.[date]

 Where dspace.dir is configured in your dspace.cfg file.

 Based on what you've reported, it definitely looks like the database
 migration process has gotten confused. If it was halted unexpectedly due
 to a harddrive crash, it's possible that part of a migration was not
 completely successfully.  But, the underlying errors (in the logs) should
 give us more information.

 Another question: Do you have a backup of your database from before you
 ran *any* migrations?  According to your dspace database info command, it
 looks like the my-dspace-backup.sql file already included several
 migrations that were run on 2015-02-06 00:23:17 (specifically a 1.7 and
 1.8 migration).  Do you have a backup from prior to Feb 6, 2015 which had
 no migrations run on it yet?  It might be worth trying the migration again
 from an older backup (if it is available).

 - Tim


 On 2/16/2015 5:58 AM, इन्‍दु भूषण Indu Bhushan wrote:



 Apache Maven *3.0.5* , *Java version: 1.8.0_31, Apache Ant(TM) version
 1.8.2*,  postgres (PostgreSQL) 9.0.3, Linux RHEL 5
 Dear Sir
 After sucessfully installing dspace when i restored backup. dspace url
 showing HTTP Status 404 - /jspui I am unable to update database
 schema.  I restored backup as a postgres user(psql dspace 
 my-dspace-backup.sql) and updated database schema as dspace user)
 Errors are attached below. Thanks in advance.
 Please reply.
 * [postgres*@sircdl root]$ psql -U dspace -f

 /opt/dspace-5.0-src-release/dspace/etc/postgres/update-sequences.sql(as
 postgres user)
 psql:/opt/dspace-5.0-src-release/dspace/etc/postgres/
 update-sequences.sql:87:
 ERROR:  relation webapp does not exist
 LINE 1: SELECT setval('webapp_seq', max(webapp_id)) FROM webapp;
   ^
 psql:/opt/dspace-5.0-src-release/dspace/etc/postgres/
 update-sequences.sql:88:
 ERROR:  relation requestitem does not exist
 LINE 1: ...tval('requestitem_seq', max(requestitem_id)) FROM requestite...
 [dspace@sircdl ~]$ /opt/dspace/bin/dspace database migrate

 Database URL: jdbc:postgresql://localhost:5432/dspace
 Migrating database to latest version... (Check logs for details)
 Done.
 [dspace@sircdl ~]$ /opt/dspace/bin/dspace database info

 Database URL: jdbc:postgresql://localhost:5432/dspace
 Database Schema: public
 Database Software: PostgreSQL version 9.0.3
 Database Driver: PostgreSQL Native Driver version PostgreSQL 9.1 JDBC4
 (build 901)

 +++-
 +-+
 | Version| Description| Installed on|
 State   |
 +++-
 +-+
 | 1.1| Initial DSpace 1.1 databas | |
 PreInit |
 | 1.2| Upgrade to DSpace 1.2 sche | |
 PreInit |
 | 1.3| Upgrade to DSpace 1.3 sche | |
 PreInit |
 | 1.3.9  | Drop constraint for DSpace | |
 PreInit |
 | 1.4| Upgrade to DSpace 1.4 sche | |
 PreInit |
 | 1.5| Upgrade to DSpace 1.5 sche | |
 PreInit |
 | 1.5.9  | Drop constraint for DSpace | |
 PreInit |
 | 1.6| Upgrade to DSpace 1.6 sche | |
 PreInit |
 | 1.7| Initializing from DSpace 1 | 2015-02-06 00:23:17 |
 Success |
 | 1.8| Upgrade to DSpace 1.8 sche | 2015-02-06 00:23:17 |
 Success |
 | 3.0| Upgrade to DSpace 3.x sche | |
 Pending |
 | 4.0| Upgrade to DSpace 4.x sche | |
 Pending |
 | 5.0.2014.08.08 | DS-1945 Helpdesk Request a | |
 Pending |
 | 5.0.2014.09.25 | DS 1582 Metadata For All O | |
 Pending |
 | 5.0.2014.09.26 | DS-1582 Metadata For All O | |
 Pending |
 +++-
 +-+

 +++-
 +-+

 [dspace@sircdl ~]$ /opt/dspace/bin/dspace database migrate

 Database URL: jdbc:postgresql://localhost:5432/dspace
 Migrating database to latest version... (Check logs for details)
 ERROR:  null value in column bitstream_format_id violates not-null
 constraint
 

[Dspace-tech] Activating Bootstrap Color scheme Mirage 2

2015-02-17 Thread Bobby

Hi guys,

I am relatively new to dspace, trying to do some customization on our 
dpsace 5 instance using the mirage 2 theme. Basically just want to 
change some colour elements. Reading this documentation 
https://wiki.duraspace.org/display/DSDOC5x/XMLUI+Configuration+and+Customization?src=breadcrumbs-parent 
I got the feeling my job would be easier if I  building DSpace using 
one extra maven profile,|mirage2_bootstrap_color_scheme|. I can find 
anywhere how this can be done. can anyone give me pointers?
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Web Uploader File Sizes

2015-02-17 Thread Tim Donohue
Hi Matt,

The uploads to the DSpace web front-end are highly dependent on your 
local internet connection speed.  So, the file size that can be uploaded 
may actually depend on whether you are located on-campus (usually has a 
faster internet speed) versus at a coffee shop (where internet speed 
could crawl).

With quick internet speeds, you should have no problem uploading files 
which are at least 2GB in size (or even greater for really fast speeds). 
But, if you are on a much slower or shared connection (e.g. at a local 
coffee shop), you may start to hit problems in the range of 300-500 MB.

A general rule of thumb I tend to use is that if the file is 2GB it's 
more likely you may need to upload it behind the scenes, from the 
commandline (though again, your mileage may vary based on your local 
internet speeds). Anything 2GB is usually uploadable on a decent 
internet connection.

If you are hitting issues with smaller files, then there may be 
something else going on (possibly even a configuration issue, or a 
memory issue or similar).  We'd likely need more information as to what 
type and size of file are having issues, as well as whether there are 
any errors reported in your log files (under 
[dspace.dir]/log/dspace.log.[date]).

Good luck,

Tim

On 2/13/2015 12:11 PM, Matthew Sherman wrote:
 Hi all,

 I want to get some insight from the group on optimum file sizes for
 uploading the web front-end?  I ask as we are having one of our students
 digitize legacy theses and the files get decently sizable with a large
 theses.  As such some of these have failed to properly upload.  So any
 suggestions on the optimal size for uploading from the web front-end are
 welcome.

 Matt Sherman


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/



 ___
 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


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Advanced Search...

2015-02-17 Thread Tim Donohue

Hi Layale,

The Advanced Search option is no longer necessary if you are running 
DSpace with Discovery enabled. As of DSpace 4, the Discovery 
faceted/filtered search  browse is enabled by default. This is the main 
reason why we've removed that Advanced Search option from the user 
interface.

This Discovery feature combines many of the aspects of the advanced 
and simple search into a single interface. You can easily type in 
simple searches, and then filter the search results (look for the 
Advanced Filters link in the results) using much more advance techniques.

More info on the Discovery search interface is in the documentation at:
https://wiki.duraspace.org/display/DSDOC5x/Discovery

- Tim

On 2/16/2015 2:32 AM, Layale Bassil wrote:
 Hello All,

 Why I can’t find the “Advanced Search” link in my Dspace installed
 version 4.2 using the Mirage theme?

 Please advise whether I have to enable it somewhere?

 Thanks in advance,

 Regards.



 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Display DOI as link in jspui in 4.2

2015-02-17 Thread Pablo Buenaposada
That's interesting, what you have done in order to make doi linkable?



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Display-DOI-as-link-in-jspui-in-4-2-tp4676576p4676667.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] : Upload bitstream problem

2015-02-17 Thread Nada Abo Eita


Dear DSpace Community, 

I am using DSpace xmlui version 4.2 and trying to upload bitstream but it gives 
No Such file or directory Exception. 

Uploading bitstream was working in the past, I have no idea why it doesn't work 
now?

Please help me figuring out what's wrong? Your help is appreciated 

Regards, 
Nada Abo-Eita 


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Customizing DSpace

2015-02-17 Thread Layale Bassil
Dear All,

I have Dspace 4.2 installed and using the xmlui interface. I tried to do the 
work I used to do with my older 1.8.2 version but the changes are not taking 
effect. I need to change the label Dspace Home at the home page, I edit the 
messages.xml file found inside the i18n folder under: /data/webapps/xmlui/i18n.

I restart tomcat, no changes are taking effect. Where should I make my changes? 
Do I need to rebuild DSpace? And how can I know what theme Dspace is using?

Please advise,
Many thanks.

Regards.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Fwd: Pls help: Dspace migration from 1.8.2 to 5 in new setup(due to harddisk crash)

2015-02-17 Thread Tim Donohue

Could you also check to see what errors are reported in your DSpace log 
files?  Those files should be located at:

[dspace.dir]/log/dspace.log.[date]

Where dspace.dir is configured in your dspace.cfg file.

Based on what you've reported, it definitely looks like the database 
migration process has gotten confused. If it was halted unexpectedly 
due to a harddrive crash, it's possible that part of a migration was not 
completely successfully.  But, the underlying errors (in the logs) 
should give us more information.

Another question: Do you have a backup of your database from before you 
ran *any* migrations?  According to your dspace database info command, 
it looks like the my-dspace-backup.sql file already included several 
migrations that were run on 2015-02-06 00:23:17 (specifically a 1.7 
and 1.8 migration).  Do you have a backup from prior to Feb 6, 2015 
which had no migrations run on it yet?  It might be worth trying the 
migration again from an older backup (if it is available).

- Tim


On 2/16/2015 5:58 AM, इन्‍दु भूषण Indu Bhushan wrote:


 Apache Maven *3.0.5* , *Java version: 1.8.0_31, Apache Ant(TM) version
 1.8.2*,  postgres (PostgreSQL) 9.0.3, Linux RHEL 5
 Dear Sir
 After sucessfully installing dspace when i restored backup. dspace url
 showing HTTP Status 404 - /jspui I am unable to update database
 schema.  I restored backup as a postgres user(psql dspace 
 my-dspace-backup.sql) and updated database schema as dspace user)
 Errors are attached below. Thanks in advance.
 Please reply.
 * [postgres*@sircdl root]$ psql -U dspace -f
 /opt/dspace-5.0-src-release/dspace/etc/postgres/update-sequences.sql(as
 postgres user)
 psql:/opt/dspace-5.0-src-release/dspace/etc/postgres/update-sequences.sql:87:
 ERROR:  relation webapp does not exist
 LINE 1: SELECT setval('webapp_seq', max(webapp_id)) FROM webapp;
   ^
 psql:/opt/dspace-5.0-src-release/dspace/etc/postgres/update-sequences.sql:88:
 ERROR:  relation requestitem does not exist
 LINE 1: ...tval('requestitem_seq', max(requestitem_id)) FROM requestite...
 [dspace@sircdl ~]$ /opt/dspace/bin/dspace database migrate

 Database URL: jdbc:postgresql://localhost:5432/dspace
 Migrating database to latest version... (Check logs for details)
 Done.
 [dspace@sircdl ~]$ /opt/dspace/bin/dspace database info

 Database URL: jdbc:postgresql://localhost:5432/dspace
 Database Schema: public
 Database Software: PostgreSQL version 9.0.3
 Database Driver: PostgreSQL Native Driver version PostgreSQL 9.1 JDBC4
 (build 901)

 +++-+-+
 | Version| Description| Installed on|
 State   |
 +++-+-+
 | 1.1| Initial DSpace 1.1 databas | |
 PreInit |
 | 1.2| Upgrade to DSpace 1.2 sche | |
 PreInit |
 | 1.3| Upgrade to DSpace 1.3 sche | |
 PreInit |
 | 1.3.9  | Drop constraint for DSpace | |
 PreInit |
 | 1.4| Upgrade to DSpace 1.4 sche | |
 PreInit |
 | 1.5| Upgrade to DSpace 1.5 sche | |
 PreInit |
 | 1.5.9  | Drop constraint for DSpace | |
 PreInit |
 | 1.6| Upgrade to DSpace 1.6 sche | |
 PreInit |
 | 1.7| Initializing from DSpace 1 | 2015-02-06 00:23:17 |
 Success |
 | 1.8| Upgrade to DSpace 1.8 sche | 2015-02-06 00:23:17 |
 Success |
 | 3.0| Upgrade to DSpace 3.x sche | |
 Pending |
 | 4.0| Upgrade to DSpace 4.x sche | |
 Pending |
 | 5.0.2014.08.08 | DS-1945 Helpdesk Request a | |
 Pending |
 | 5.0.2014.09.25 | DS 1582 Metadata For All O | |
 Pending |
 | 5.0.2014.09.26 | DS-1582 Metadata For All O | |
 Pending |
 +++-+-+

 +++-+-+

 [dspace@sircdl ~]$ /opt/dspace/bin/dspace database migrate

 Database URL: jdbc:postgresql://localhost:5432/dspace
 Migrating database to latest version... (Check logs for details)
 ERROR:  null value in column bitstream_format_id violates not-null
 constraint
 STATEMENT:  INSERT INTO bitstreamformatregistry (
 short_description,internal,description,bitstream_format_id,mimetype,support_level)
 VALUES ( $1,$2,$3,$4,$5,$6) RETURNING null
 ERROR:  there is no unique constraint matching given keys for referenced
 table item
 STATEMENT:  CREATE TABLE versionitem
  (
versionitem_id INTEGER NOT NULL PRIMARY KEY,
item_id INTEGER REFERENCES Item(item_id),
version_number INTEGER,
eperson_id INTEGER REFERENCES EPerson(eperson_id),
  

Re: [Dspace-tech] [Dspace-general] Customizing DSpace

2015-02-17 Thread Hilton Gibson
Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M1


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

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 17 February 2015 at 16:43, Layale Bassil l...@aub.edu.lb wrote:

 Dear All,



 I have Dspace 4.2 installed and using the xmlui interface. I tried to do
 the work I used to do with my older 1.8.2 version but the changes are not
 taking effect. I need to change the label “Dspace Home” at the home page, I
 edit the messages.xml file found inside the i18n folder under:
 /data/webapps/xmlui/i18n.



 I restart tomcat, no changes are taking effect. Where should I make my
 changes? Do I need to rebuild DSpace? And how can I know what theme Dspace
 is using?



 Please advise,

 Many thanks.



 Regards.




 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE

 http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
 ___
 Dspace-general mailing list
 dspace-gene...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-general


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Encryption, APIs in DSpace

2015-02-17 Thread Mark H. Wood
On Tue, Feb 17, 2015 at 09:47:25AM +, Vikram . wrote:
 I was hoping to hear on just a couple of more things:   
- DSpace being Open Source, how feasible would it be to add encryption 
 DSpace itself. What i mean is, would it be possible to modify the code to 
 integrate encryption so that DSpace does the encryption/decryption itself? 

Possible?  Yes.

- Would such an effort be practical? I mean would be too much effort to 
 achieve something which may/may not be achieved using simpler means?

First show us your threat model.  Why do you need to encrypt?  Against
what attacks are you defending?  How does the system recognize
legitimate access to the repository? to a single object in the
repository?

-- 
Mark H. Wood
Lead Technology Analyst

University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu


signature.asc
Description: Digital signature
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Web Uploader File Sizes

2015-02-17 Thread Matthew Sherman
Thanks, that is helpful information.  I'll have to hunt down the logs
to see since the files so far have been less than 100 meg.  It might
also be an issue with the particular computer I was uploading from.
Still if it is really helpful to know the ballpark.

Matt

On Tue, Feb 17, 2015 at 10:50 AM, Tim Donohue tdono...@duraspace.org wrote:
 Hi Matt,

 The uploads to the DSpace web front-end are highly dependent on your local
 internet connection speed.  So, the file size that can be uploaded may
 actually depend on whether you are located on-campus (usually has a faster
 internet speed) versus at a coffee shop (where internet speed could crawl).

 With quick internet speeds, you should have no problem uploading files which
 are at least 2GB in size (or even greater for really fast speeds). But, if
 you are on a much slower or shared connection (e.g. at a local coffee shop),
 you may start to hit problems in the range of 300-500 MB.

 A general rule of thumb I tend to use is that if the file is 2GB it's more
 likely you may need to upload it behind the scenes, from the commandline
 (though again, your mileage may vary based on your local internet speeds).
 Anything 2GB is usually uploadable on a decent internet connection.

 If you are hitting issues with smaller files, then there may be something
 else going on (possibly even a configuration issue, or a memory issue or
 similar).  We'd likely need more information as to what type and size of
 file are having issues, as well as whether there are any errors reported in
 your log files (under [dspace.dir]/log/dspace.log.[date]).

 Good luck,

 Tim


 On 2/13/2015 12:11 PM, Matthew Sherman wrote:

 Hi all,

 I want to get some insight from the group on optimum file sizes for
 uploading the web front-end?  I ask as we are having one of our students
 digitize legacy theses and the files get decently sizable with a large
 theses.  As such some of these have failed to properly upload.  So any
 suggestions on the optimal size for uploading from the web front-end are
 welcome.

 Matt Sherman



 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/



 ___
 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



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Solr Statistics problem

2015-02-17 Thread Nada Abo-Eita
Hi all,

we are getting this solr statistics error in dspace.log:

* org.dspace.app.xmlui.aspect.statistics.StatisticsTransformer @ Error
occurred while creating statistics for home page*

*org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:
Server at http://tspace.qu.edu.qa:8080/solr/statistics
http://tspace.qu.edu.qa:8080/solr/statistics returned non ok status:500,
message:Internal Server Error*


I tried to run the following command to check if there is any problem with
solr/statistics and there is no problem with that ( I got 200 OK) :

*Command: *wget 10.100.64.41:8080/solr/#/statistics

*Output: *--2015-02-17 21:36:23--  http://10.100.64.41:8080/solr/
  Connecting to 10.100.64.41:8080... connected.
  HTTP request sent, awaiting response... 200 OK

Does any one have an idea why still I am not able to get the statistics in
dspace?
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Solr Statistics problem

2015-02-17 Thread helix84
On Tue, Feb 17, 2015 at 7:56 PM, Nada Abo-Eita naboeit...@gmail.com wrote:

 *Server at http://tspace.qu.edu.qa:8080/solr/statistics
 http://tspace.qu.edu.qa:8080/solr/statistics returned non ok status:500, *


I added the answer to your problem to FAQ:

https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ErrorsconnectingtoSolr


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] : Upload bitstream problem

2015-02-17 Thread helix84
On Tue, Feb 17, 2015 at 3:59 PM, Nada Abo Eita naboeit...@gmail.com wrote:

 I am using DSpace xmlui version 4.2 and trying to upload bitstream but it
 gives No Such file or directory Exception.


We'll need the full stacktrace of the No such file or directory exception
from dspace.log. Also read the Etiquette link below and always state your
version information.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] Encryption, APIs in DSpace

2015-02-17 Thread Vikram .
Hi,
Tim, Thank you very much for replying. I am in the process of digesting all 
that information :)
I was hoping to hear on just a couple of more things:   
   - DSpace being Open Source, how feasible would it be to add encryption 
DSpace itself. What i mean is, would it be possible to modify the code to 
integrate encryption so that DSpace does the encryption/decryption itself? 
   - Would such an effort be practical? I mean would be too much effort to 
achieve something which may/may not be achieved using simpler means?
Thanks,Vikram


  On Monday, 2 February 2015 6:17 PM, Vikram . vsnc...@yahoo.com wrote:
   

 Hi,
I am studying DSpace for management of Documents in project i am working on, 
one of the requirements is that the metadata and documents should be encrypted 
while being stored in DSpace.   
   - Is it possible to encrypt the documents and metadata in DSpace?   

   - If so, is it possible to run searches against the encrypted metadata and 
documents?
   - I am thinking of having an web application doing the role based access 
control between the user and DSpace. The user's interaction will be with the 
application which will connect to DSpace via one of it's APIs. I would be 
grateful if the learned members of this mailing could suggestion which 
Framework (J2EE/.Net etc) would be easier to work with in such a scenario.
Any links to tutorials or other documents to get me started with DSpace would 
be of great help too, as i am completely new at this.
Thank you :)
Vikram



   --
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] OAI import via UI or automatically

2015-02-17 Thread Andre Gomes
Hi,

The only way to import the items to OAI is by the command line
'dspace/bin/dspace oai import'? 

This cannot be done automatically when adding an item via JSPUI or
XMLUI?

Or cannot be done via JSPUI or XMLUI?

Thanks is advance for your help.

André


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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] OAI import via UI or automatically

2015-02-17 Thread João Melo
Hi Andre,

no, currently, there is no way to do that by the UI.

Regards,
Joao

On 17 February 2015 at 10:08, Andre Gomes ago...@itclinical.com wrote:

 Hi,

 The only way to import the items to OAI is by the command line
 'dspace/bin/dspace oai import'?

 This cannot be done automatically when adding an item via JSPUI or
 XMLUI?

 Or cannot be done via JSPUI or XMLUI?

 Thanks is advance for your help.

 André



 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE

 http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/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