Re: [Dspace-tech] Submission disappearing in configurable Workflows

2013-05-16 Thread LifeH2O
Anyone there? We are unable to configure and make these workflows workable



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Submission-disappearing-in-configurable-Workflows-tp4663680p4663854.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] How to Add more than 3 Workflow Steps?

2013-05-16 Thread LifeH2O
I enabled XML Workflows and tried adding 4th step, but I was unable to submit
an item. My submissions just disappeared. So I did a fresh install.

1. I did a fresh install (for the problem explained below), created admin,
created xml workflow tables using postgres/xmlworkflow/xml_workflow.sql 

2. Edited workflow.xml by duplicating editstep in default workflow and as
result created 4 step workflow. 

workflow start=reviewstep id=myflow
roles
role id=reviewer name=Supervisor description= /
role id=editor name=Format Checker description=/
role id=checker name=ACB description=/
role id=finaleditor name=Librarian description=/
/roles

step id=reviewstep role=reviewer
userSelectionMethod=claimaction
outcomes
step status=0editstep/step
/outcomes
actions
action id=reviewaction/
/actions
/step
step id=editstep role=editor userSelectionMethod=claimaction
outcomes
step status=0checkstep/step
/outcomes
actions
action id=editaction/
/actions
/step
step id=checkstep role=checker
userSelectionMethod=claimaction
outcomes
step status=0finaleditstep/step
/outcomes
actions
action id=editaction/
/actions
/step
step id=finaleditstep role=finaleditor
userSelectionMethod=claimaction
actions
action id=finaleditaction/
/actions
/step
/workflow

3. Assigned admin all to all these 4 steps 
4. Went through submission item process. 
5. When finished submission, there was nothing in Submissions, nothing in
Tasks pool and etc, my submission disappeared



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-Add-more-than-3-Workflow-Steps-tp4663012p4663855.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] problem in creating user group

2013-05-16 Thread helix84
On Thu, May 16, 2013 at 5:38 AM, jayachandra B
jayachandra1...@gmail.com wrote:
 I am using dspace 1.8.2. jspui, After logged in as administrator when i try
 create E-group, I am not getting selection of e people.

1) Check your logs for any errors.

2) Look at your epersongroup table, it should contain the following
groups at the very least. If not, add them (it is important to keep
those eperson_group_id numers)

dspace= SELECT * FROM epersongroup;
 eperson_group_id |  name
--+
0 | Anonymous
1 | Administrator
(2 rows)


Regards,
~~helix84

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

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] How to Add more than 3 Workflow Steps?

2013-05-16 Thread LifeH2O
There are three predefined workflows in this XML file. They don't have more
than 3 steps and they all work fine if I simply use them without
modification.



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-Add-more-than-3-Workflow-Steps-tp4663012p4663870.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] Filterable document types in DSpace

2013-05-16 Thread helix84
Hi Sue,

the supported formats are documented here (this is for 1.8 because 1.7
didn't have this in docs, but I don't believe it changed between 1.7 and
1.8):

https://wiki.duraspace.org/display/DSDOC18/Transforming%20DSpace%20Content%20(MediaFilters)

To sum it up, binary MS Office files are filterable (incl. Excel), but not
the Office Open XML (MS Office 2007+) formats (docx, xlsx, pptx). I'm not
really sure about PDF/A since you're explicitly asking about it, but I
don't think it would be any worse than the generic PDF support, i.e. IMHO
it's supported. rtf doesn't seem to be supported.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] Number of items archived each month

2013-05-16 Thread Sean Carte
On 16 May 2013 00:07, Thornton, Susan M. (LARC-B702)[LITES] 
susan.m.thorn...@nasa.gov wrote:

 SELECT 

cm.name AS community_name

 , co.name  AS collection_name 

  , substring(mv.text_value,1,7) AS year_month 

  , count(*) AS num_items_added 

 FROM metadatavalue mv

, item it

, collection co

, community cm

, community2collection c2c

 WHERE mv.item_id = it.item_id

   AND it.owning_collection = co.collection_id

   AND co.collection_id = c2c.collection_id

   AND c2c.community_id = cm.community_id

   AND mv.metadata_field_id = 11
 /* date.accessioned */

   AND it.in_archive
  /* Make
 sure the Item has not been deleted or withdrawn */

   AND text_value = '2013-04' AND text_value  '2013-05' /*
 specify the starting date here in format -mm */

 GROUP BY 1, 2, 3

 ORDER BY 1, 2;


Perfect! Thank you, Sue!

Sean
--
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] [Duraspace] Fwd: Filterable document types in DSpace

2013-05-16 Thread helix84
Hi Hilton, it seems you're replying to my post on dspace-tech, but you
didn't CC your message to dspace tech, so I'm attaching your full
message below.

On Thu, May 16, 2013 at 10:54 AM, Hilton Gibson hilton.gib...@gmail.com wrote:
 It seems the open formats work but not the closed ones like .xlsx and .docx
 etc..

It's exactly the opposite. The binary formats work, but the Office
Open XML ones do not yet have support in Apache POI in the version
DSpace uses. If I'm reading the Apache POI docs correctly, a newer
version does support them, so you may want to try bumping the
apache-poi dependency version number and using the new filters. Let us
know if you succeed.


Regards,
~~helix84

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



On Thu, May 16, 2013 at 10:54 AM, Hilton Gibson hilton.gib...@gmail.com wrote:
 Hi All

 Important information about digital document formats can have their content
 extracted/filtered by the DSpace software.
 It seems the open formats work but not the closed ones like .xlsx and .docx
 etc..
 See:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Digitisation/Digital_Formats
 for more info.

 Cheers

 hg

 -- Forwarded message --
 From: helix84 heli...@centrum.sk
 Date: 16 May 2013 10:45
 Subject: Re: [Dspace-tech] Filterable document types in DSpace
 To: Thornton, Susan M. (LARC-B702)[LITES] susan.m.thorn...@nasa.gov
 Cc: dspace-tech (dspace-tech@lists.sourceforge.net)
 dspace-tech@lists.sourceforge.net


 Hi Sue,

 the supported formats are documented here (this is for 1.8 because 1.7
 didn't have this in docs, but I don't believe it changed between 1.7 and
 1.8):

 https://wiki.duraspace.org/display/DSDOC18/Transforming%20DSpace%20Content%20(MediaFilters)

 To sum it up, binary MS Office files are filterable (incl. Excel), but not
 the Office Open XML (MS Office 2007+) formats (docx, xlsx, pptx). I'm not
 really sure about PDF/A since you're explicitly asking about it, but I don't
 think it would be any worse than the generic PDF support, i.e. IMHO it's
 supported. rtf doesn't seem to be supported.


 Regards,
 ~~helix84

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

 --
 AlienVault Unified Security Management (USM) platform delivers complete
 security visibility with the essential security capabilities. Easily and
 efficiently configure, manage, and operate all of your security controls
 from a single console and one unified framework. Download a free trial.
 http://p.sf.net/sfu/alienvault_d2d
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



 --
 Hilton Gibson
 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
 http://library.sun.ac.za
 http://scholar.sun.ac.za
 http://ar1.sun.ac.za
 http://aj1.sun.ac.za

 ___
 Duraspace mailing list
 durasp...@lists.lib.sun.ac.za
 http://lists.lib.sun.ac.za/mailman/listinfo/duraspace


On Thu, May 16, 2013 at 10:54 AM, Hilton Gibson hilton.gib...@gmail.com wrote:
 It seems the open formats work but not the closed ones like .xlsx and .docx
 etc..

It's exactly the opposite. The binary formats work, but the Office
Open XML ones do not yet have support in Apache POI in the version
DSpace uses. If I'm reading the Apache POI docs correctly, a newer
version does support them, so you may want to try bumping the
apache-poi dependency version number and using the new filters. Let us
know if you succeed.

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] language problem with languageCode_countryCode

2013-05-16 Thread van Hoek, Wilko
Hello everyone,

we are having some trouble with the language in DSpace (1.8.2 xmlui). The 
supported locales are set to de, en and the default locale is en. In the 
Internet Explorer the default setting for language is always the 
languageCode_countryCode (for German de_DE) and not the language code itself. 
If you look at {DSpaceURL}?XML one can see that only de_DE is transmitted and 
de is missing, which is not the case with other browsers (as far as I have 
tested them - chrome, firefox, opera). DSpace does not recognize the de_DE as 
de and in the case someone uses Internet Explorer with default locale 
settings for Germany, he is presented an English version of our site. When we 
set de to be the default locale the same problem occurs the other way around 
(German site presented to not German user).

I tried to fix this by adding the de_DE locale to the supported locales and 
provided a copy of the German messages file (messages_de_DE.xml). But the 
system still won't accept it and switches back to the default locale. Does 
anyone know how to handle this?

Thanks in advance and best regards,
Wilko
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] Error with Dspace OAI-PHM listing records and Identifiers

2013-05-16 Thread helix84
On Wed, May 15, 2013 at 6:23 PM, esa esa.fa...@gmail.com wrote:
 see my post if you can help me ..
 my post:
 http://dspace.2283337.n4.nabble.com/Cannot-harvesting-with-bitstream-use-OAI-ORE-OAI-ORE-Bitstream-is-null-td4663798.html

Hi Esa,

for some reason I didn't get the email you linked to.

In [dspace]/dspace/config/modules/oai.cfg uncomment the following line:
ore.authoritative.source = oai

and add
dspace.oai.url = http://example.com
where the value would point to your XMLUI (same value as dspace.baseUrl).


Regards,
~~helix84

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

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] Integrating DSpace with CAS

2013-05-16 Thread Alumno Etsii
Hi all!

I've deployed DSpace 3.1 (latest) for our university to store all the
documentation/research work we have. I know this might be a trite question,
as I know there's no official support for CAS (Single Sign-On), but does
anyone know some way to integrate DSpace with CAS? We have the policy to
not integrate apps directly to LDAP but against CAS, so I've been requested
for that.

I've seen this plugin, but it's for DSpace 1.7.2 so I doubt if this will
work with CAS 3.1.
https://jira.duraspace.org/browse/DS-1028

There's even a comment with updates to make it work with 3.1, but I'd like
to know if this is a working solution or whether someone knows any other
way to integrate DSpace with CAS.

Any help will be appreciated!

Miguel
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] Integrating DSpace with CAS

2013-05-16 Thread helix84
On Thu, May 16, 2013 at 12:14 PM, Alumno Etsii todos.somos...@gmail.com wrote:
 I've seen this plugin, but it's for DSpace 1.7.2 so I doubt if this will
 work with CAS 3.1.
 https://jira.duraspace.org/browse/DS-1028

Hi Miguel,

nothing significantly changed in our authentication framework between
DSpace 1.7 and 3, so this should continue to work.
If you can test it and confirm that it works for you in the Jira
comments, that will take it one step closer to distributing it with
the next version of DSpace.


Regards,
~~helix84

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

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] Integrating DSpace with CAS

2013-05-16 Thread Alumno Etsii
Great helix84, I'll test it for sure those days and I'll tell you the
result via this list.

Thanks for your help!


2013/5/16 helix84 heli...@centrum.sk

 On Thu, May 16, 2013 at 12:14 PM, Alumno Etsii todos.somos...@gmail.com
 wrote:
  I've seen this plugin, but it's for DSpace 1.7.2 so I doubt if this will
  work with CAS 3.1.
  https://jira.duraspace.org/browse/DS-1028

 Hi Miguel,

 nothing significantly changed in our authentication framework between
 DSpace 1.7 and 3, so this should continue to work.
 If you can test it and confirm that it works for you in the Jira
 comments, that will take it one step closer to distributing it with
 the next version of DSpace.


 Regards,
 ~~helix84

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

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] How to edit body text

2013-05-16 Thread SanjibKumarDeka
Hi,

I have installed DSpace 3.1 and using xmlui interface. I changed the Header
Logo in the following Directory.

/apache-tomcat-7.0.39/webapps/xmlui/themes/Mirage/
lib/xsl/core/page-strructue.xsl

But I couldn't change the text in the body part, i.e. the text under the
heading DSpace Repository.

Kindly help me please.
Regards,

sanjib kumar deka
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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 and DOI through DataCite

2013-05-16 Thread Joseph Frank Rogani
Hallo Pascal,
many thanks for your answer and thanks to Helix as well who had already made me 
discover your article. I have passed this essential information to our system 
manager who will try and use this code.

I will let you know if it works or if we meet some problems and, might we have 
any idea, we will post something into Jira

Best regards
Joseph

From: Becker, Pascal-Nicolas 
Sent: Monday, May 13, 2013 4:43 PM
To: dspace-tech ; Joseph Frank Rogani 
Cc: heli...@centrum.sk 
Subject: RE: [Dspace-tech] Dspace and DOI through DataCite

Hi Joseph,

 

DataCite does not register DOIs directly. Instead DataCite members act as DOI 
registries. Some DataCite members provides their own APIs, some want you to use 
the DataCite API directly. I developed some code to mint and register DOIs with 
DSpace, and I hope it will become part of DSpace 4. If you may use the DataCite 
API directly you can use my code, which can be found on github [1]. If you’ll 
have to use the API of the DataCite member acting as your DOI registration 
agency, you’ll probably have to extend my code (I can give you more information 
if necessary). My code is not completely finished: it works but there are 
several questions that need to be discussed before it gets part of an official 
DSpace release. To discuss these I opened a ticket [2] in Jira and wrote a 
little article in Confluence [3]. I would be glad if you would add your ideas 
and impression of the code in Jira.

 

Regards,

  Pascal

 

[1] https://github.com/tuub/DSpace/tree/DOI

[2] https://jira.duraspace.org/browse/DS-1535

[3] https://wiki.duraspace.org/display/~pbecker/DOI+support+using+DataCite

 

 

From: helix84 [mailto:heli...@centrum.sk] 
Sent: Saturday, May 11, 2013 11:34 AM
To: Joseph Frank Rogani
Cc: dspace-tech
Subject: Re: [Dspace-tech] Dspace and DOI through DataCite

 

Hi Joseph,

yes, your message arrived to the list.

DOI doesn't currently have special support in DSpace like handle has, but 
Pascal-Nicolas Becker has been working on it (for DataCite). He's on this list, 
so I think he'll be happy to have you test it. The more testing it gets, the 
more likely it will get to DSpace.

Hallo everybody.

 

We have been working on developing our archive with DSpace 1.8 with JSPUI, on 
Windows Server 2008.

We have now registered with DataCite in order to have DOIs combined with our 
documents. We have already implemented and registered with Handle but find no 
indication on how to set DOIs within DSpace. (apart form some general documents 
you can find on the internet).

 

Has anyone already solved this?

 

Many Thanks

Joe


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
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
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] Tomcat on port 80

2013-05-16 Thread Drover, Matt
I put them in /etc/rc.local, but if you already have something on port 80 then 
this will not work.

 

 

Matthew Drover
Programmer Consultant

Immersive Technology
Distance Education, Learning and Teaching Support

Memorial University of Newfoundland 



 

 

From: Hilton Gibson [mailto:hilton.gib...@gmail.com] 
Sent: Wednesday, May 15, 2013 6:48 PM
To: Drover, Matt
Cc: Henry Atsu Agbodza; dspace-tech
Subject: Re: [Dspace-tech] Tomcat on port 80

 

Hi Matt

 

Where did you write these firewall rules to make them permanent?

 

Cheers

 

hg

 

On 15 May 2013 20:15, Drover, Matt mattdro...@mun.ca wrote:

Did you restart Tomcat after your config changes ? I found that using iptables 
to redirect port 80 to port 8082 worked much easier.

 

iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8082

iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443

 

 

Matthew Drover
Programmer Consultant

Immersive Technology
Distance Education, Learning and Teaching Support

Memorial University of Newfoundland 

 

From: Henry Atsu Agbodza [mailto:atsu.agbo...@gmail.com] 
Sent: Wednesday, May 15, 2013 3:21 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Tomcat on port 80

 

I had a problem with my tomcat installation and since i wanted to run Dspace 
from port 80, i uninstalled it together with Java and tried the installation 
notes on http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05.

Everything was ok until i runned the command sudo netstat -tapn | grep java

to check if tomcat was using port 80 as was stated. But i didn't see the 
desired result.

Below is what was shown on the terminal:
tcp0  0 127.0.0.1:8005  0.0.0.0:*   LISTEN  
2631/java  

Thanks in advance for the help.

-- 

Sincerely Yours,

Henry Atsu Agbodza
Library Systems, 
University of Ghana Computing Systems (UGCS)
Room G3, Ground Floor - East Wing, 
Balme Library
Legon
Tel.: +233 (0) 207 027360 tel:%2B233%20%280%29%20207%20027360 

University of Ghana Digital Collection (UGSpace) 
http://ugspace.ug.edu.gh:8080/xmlui/ 
University of Ghana Online Catalogue (UGCat) http://library.ug.edu.gh/ 
University of Ghana Research Portal http://libguides.ug.edu.gh 
University of Ghana Off - Campus Access to E - Resources 
http://ezproxy.ug.edu.gh/ 


This electronic communication is governed by the terms and conditions at 
http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php 


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





 

-- 

Hilton Gibson

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

http://library.sun.ac.za

http://scholar.sun.ac.za

http://ar1.sun.ac.za

http://aj1.sun.ac.za


This electronic communication is governed by the terms and conditions at
http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] Tomcat on port 80

2013-05-16 Thread Hilton Gibson
Ok. Good idea!


On 16 May 2013 13:31, Drover, Matt mattdro...@mun.ca wrote:

 I put them in /etc/rc.local, but if you already have something on port 80
 then this will not work.

 ** **

 ** **

 *Matthew Drover
 *Programmer Consultant

 Immersive Technology
 Distance Education, Learning and Teaching Support

 *Memorial University of Newfoundland*

 

 ** **

 ** **

 *From:* Hilton Gibson [mailto:hilton.gib...@gmail.com]
 *Sent:* Wednesday, May 15, 2013 6:48 PM
 *To:* Drover, Matt
 *Cc:* Henry Atsu Agbodza; dspace-tech
 *Subject:* Re: [Dspace-tech] Tomcat on port 80

 ** **

 Hi Matt

 ** **

 Where did you write these firewall rules to make them permanent?

 ** **

 Cheers

 ** **

 hg

 ** **

 On 15 May 2013 20:15, Drover, Matt mattdro...@mun.ca wrote:

 Did you restart Tomcat after your config changes ? I found that using
 iptables to redirect port 80 to port 8082 worked much easier.

  

 iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8082
 

 iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port
 8443

  

  

 *Matthew Drover
 *Programmer Consultant

 Immersive Technology
 Distance Education, Learning and Teaching Support

 *Memorial University of Newfoundland* 

  

 *From:* Henry Atsu Agbodza [mailto:atsu.agbo...@gmail.com]
 *Sent:* Wednesday, May 15, 2013 3:21 PM
 *To:* dspace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] Tomcat on port 80

  

 I had a problem with my tomcat installation and since i wanted to run
 Dspace from port 80, i uninstalled it together with Java and tried the
 installation notes on
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05.

 Everything was ok until i runned the command sudo netstat -tapn | grep
 java

 to check if tomcat was using port 80 as was stated. But i didn't see the
 desired result.

 Below is what was shown on the terminal:
 tcp0  0 127.0.0.1:8005  0.0.0.0:*
 LISTEN  2631/java  

 Thanks in advance for the help.

 -- 

 *Sincerely Yours,

 Henry Atsu Agbodza
 Library Systems,
 University of Ghana Computing Systems (UGCS)
 Room G3, Ground Floor - East Wing,
 Balme Library
 Legon
 Tel.: +233 (0) 207 027360*

 *University of Ghana Digital Collection 
 (UGSpace)http://ugspace.ug.edu.gh:8080/xmlui/
 University of Ghana Online Catalogue (UGCat) http://library.ug.edu.gh/
 University of Ghana Research Portal http://libguides.ug.edu.gh
 University of Ghana Off - Campus Access to E - 
 Resourceshttp://ezproxy.ug.edu.gh/
 *


 This electronic communication is governed by the terms and conditions at
 http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
 



 --
 AlienVault Unified Security Management (USM) platform delivers complete
 security visibility with the essential security capabilities. Easily and
 efficiently configure, manage, and operate all of your security controls
 from a single console and one unified framework. Download a free trial.
 http://p.sf.net/sfu/alienvault_d2d
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



 

 ** **

 -- 

 *Hilton Gibson*

 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

 http://library.sun.ac.za

 http://scholar.sun.ac.za

 http://ar1.sun.ac.za

 http://aj1.sun.ac.za

 This electronic communication is governed by the terms and conditions at
 http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php




-- 
*Hilton Gibson*
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
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ar1.sun.ac.za
http://aj1.sun.ac.za
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] How to edit body text

2013-05-16 Thread helix84
On Thu, May 16, 2013 at 12:44 PM, SanjibKumarDeka xan...@gmail.com wrote:
 But I couldn't change the text in the body part, i.e. the text under the
 heading DSpace Repository.

You can change it here:
https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace/config/news-xmlui.xml

You have to restart Tomcat afterwards.


Regards,
~~helix84

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

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] How to edit body text

2013-05-16 Thread Drover, Matt
I know Helix answered this but also look at
http://www.dspace.org/1_6_0Documentation/ch07.html Section 7.5. 

 

The news-xmlui.xml uses DRI syntax so don't use html. Here are the docs
on dri. http://www.dspace.org/1_6_0Documentation/ch15.html

 

 

Matthew Drover
Programmer Consultant

Immersive Technology
Distance Education, Learning and Teaching Support
Memorial University of Newfoundland 

 

 

 

From: SanjibKumarDeka [mailto:xan...@gmail.com] 
Sent: Thursday, May 16, 2013 8:15 AM
To: dspace-tech
Subject: [Dspace-tech] How to edit body text

 

Hi, 

I have installed DSpace 3.1 and using xmlui interface. I changed the
Header Logo in the following Directory. 

/apache-tomcat-7.0.39/webapps/xmlui/themes/Mirage/lib/xsl/core/page-str
ructue.xsl

But I couldn't change the text in the body part, i.e. the text under the
heading DSpace Repository.   

Kindly help me please.

Regards,

sanjib kumar deka


This electronic communication is governed by the terms and conditions at
http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] file size limit

2013-05-16 Thread Jennifer Cwiok
Hello,

I was wondering if there is a best practice for file size and data size limits 
in Dspace.  I've read that there is a 2GB file size limit for uploading using 
the web form. We have a 50GB data set that someone want to submit to the AMNH 
Library's Dspace with average individual file size being less that 2GB. Is 
anyone else ingesting data sets this large into their Dspace?

Best regards,

Jen

--
Jen Cwiok
Digital Projects Manager
American Museum of Natural History
Research Library
79th Street and Central Park West
New York, NY 10024-5192
212-769-5644
http://library.amnh.org

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] Tomcat on port 80 (Hilton Gibson)

2013-05-16 Thread Henry Agbodza
I have made some progress on what i received from the community. I can now view 
my repository on port 80. ie http://ugspace.ug.edu.gh/
I followed the instructions on 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08
Unfortunately i can't view statistics, items and bitstreams that were visible 
when the URL was http://ugspace.ug.edu.gh:8080/XMLUI
I am able to login with my details and two of my colleagues too have logged in 
successfully.

I have tried removing Apache but realised that some strange Apache process was 
still using port 80. Thus i had to stop and tried removing it permanently based 
on Hilton's information. It however takes over port 80 once the machine is 
restarted.
Running sudo apt-get purge apache2 gives me:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package apache2 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.


sudo apt-get autoremove apache2

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package apache2 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.


sudo dpkg -P apache2
dpkg: warning: ignoring request to remove apache2 which isn't installed.
root@ugspace:~# sudo /etc/init.d/apache2 stop
 * Stopping web server apache2
 ... waiting...done.



Running dpkg -l | grep apache gives me
ii  apache2-mpm-prefork  2.2.14-5ubuntu8.11 
 Apache HTTP Server - traditional non-threade
ii  apache2-utils2.2.14-5ubuntu8.11 
 utility programs for webservers
ii  apache2.2-bin2.2.14-5ubuntu8.11 
 Apache HTTP Server common binary files
ii  apache2.2-common 2.2.14-5ubuntu8.11 
 Apache HTTP Server common files
ii  libapache2-mod-php5  5.3.2-1ubuntu4.19  
 server-side, HTML-embedded scripting languag
ii  libapache2-mod-proxy-html3.0.1-1
 Apache2 filter module for HTML links rewriti
ii  libbatik-java1.7.ubuntu-4ubuntu1
 xml.apache.org SVG Lib


Thanks so far to the entire Community for the helpful information.



On Wed, 05/15/2013 09:16 PM, dspace-tech-requ...@lists.sourceforge.net wrote:
 
 
 Message: 2
 Date: Wed, 15 May 2013 23:15:49 +0200
 From: Hilton Gibson  target=_blankhilton.gib...@gmail.com
 Subject: Re: [Dspace-tech] Tomcat on port 80
 To: Henry Atsu Agbodza  target=_blankatsu.agbo...@gmail.com
 Cc: dspace-tech  target=_blankdspace-tech@lists.sourceforge.net
 Message-ID:

 target=_blankcaav1wv7jn8vf6fo6qqnr2osuxazfzfznrv_0gm5ykf_uvmz...@mail.gmail.com
 Content-Type: text/plain; charset=utf-8
 
 Ok. A few things to check.
 
 Can you run the following command to see if the ports are properly enabled.
 
 ls -l /etc/authbind/byport
 
 Plse attach the output to the list.
 
 Then the following to see if Tomcat has authbind enabled.
 
 cat /etc/default/tomcat6
 
 Plse attach the output to the list
 
 Then the following to see if the Tomcat config file is configured correctly
 to listen on those ports.
 
 cat /etc/tomcat6/server.xml
 
 Plse attach the output to the list
 
 That should do it. Plse comment any sensitive data in the files you may
 have like password etc..
 
 Regards
 
 hg
 
 
 
 On 15 May 2013 19:51, Henry Atsu Agbodza  
 target=_blankatsu.agbo...@gmail.com wrote:
 
  I had a problem with my tomcat installation and since i wanted to run
  Dspace from port 80, i uninstalled it together with Java and tried the
  installation notes on
  http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05.
 
  Everything was ok until i runned the command sudo netstat -tapn | grep
  java
  to check if tomcat was using port 80 as was stated. But i didn't see the
  desired result.
  Below is what was shown on the terminal:
  tcp0  0 127.0.0.1:8005  0.0.0.0:*
  LISTEN  2631/java
 
  Thanks in advance for the help.
 
  --
  *Sincerely Yours,
 
  Henry Atsu Agbodza
  Library Systems,
  University of Ghana Computing Systems (UGCS)
  Room G3, Ground Floor - East Wing,
  Balme Library
  Legon
  Tel.: +233 (0) 207 027360*
 
  *University of Ghana Digital Collection 
  (UGSpace)http://ugspace.ug.edu.gh:8080/xmlui/
  University of Ghana Online Catalogue (UGCat) http://library.ug.edu.gh/
  University of Ghana Research Portal http://libguides.ug.edu.gh
  University of Ghana Off - Campus Access to E - 
  Resourceshttp://ezproxy.ug.edu.gh/
  *
 
 
  --
  AlienVault Unified Security Management (USM) platform delivers complete
  security visibility with the essential security capabilities. Easily and
  efficiently configure, manage, and operate all of 

[Dspace-tech] Citation Cover Page feature

2013-05-16 Thread Peter Dietz
Hi All,

I wanted to share that we have also made an implementation of generating a
Citation Cover Page to PDF's downloaded from DSpace.

I'm starting a write-up on what we're doing now. We originally followed
Andrea's approach and made it as a Curation Task, but have altered the
XMLUI BitstreamReader to disseminate the coverpage on the fly.
https://github.com/osulibraries/DSpace/wiki/Citation-Cover-Page


I wanted to know if anyone was interested in this feature, since I'm
wondering if/when/how to contribute it upstream. I'm hesitant to contribute
something that feels like its just a local customization.

Other solutions that I'm aware of:
Keiji Suzuki, Otaru Japan
http://barrel.ih.otaru-uc.ac.jp/bitstream/10252/1213/1/BHMK33_3.pdf

Andrea Schweer, Waikato NZ
https://github.com/lconz-irr/Curation-Tasks/blob/master/src/main/java/nz/ac/lconz/irr/curate/task/GenerateCitation.java




Peter Dietz
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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] Citation Cover Page feature

2013-05-16 Thread Pottinger, Hardy J.
Hi, we're interested in this feature, and will happily just go the local
customization route to implement it. Thank you for working on the
documentation, as well as making the code available, that is very
thoughtful of you. I do think there has been interest from the community
in producing on the fly derivatives and this would be a nice working
example of one way to do it.
--
HARDY POTTINGER pottinge...@umsystem.edu
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
Don't undertake a project unless it is manifestly important and nearly
impossible. --Edwin Land





On 5/16/13 4:34 PM, Peter Dietz pdiet...@gmail.com wrote:

Hi All,


I wanted to share that we have also made an implementation of generating
a Citation Cover Page to PDF's downloaded from DSpace.


I'm starting a write-up on what we're doing now. We originally followed
Andrea's approach and made it as a Curation Task, but have altered the
XMLUI BitstreamReader to disseminate the coverpage on the fly.
https://github.com/osulibraries/DSpace/wiki/Citation-Cover-Page





I wanted to know if anyone was interested in this feature, since I'm
wondering if/when/how to contribute it upstream. I'm hesitant to
contribute something that feels like its just a local customization.


Other solutions that I'm aware of:
Keiji Suzuki, Otaru Japan

http://barrel.ih.otaru-uc.ac.jp/bitstream/10252/1213/1/BHMK33_3.pdf



Andrea Schweer, Waikato NZ
https://github.com/lconz-irr/Curation-Tasks/blob/master/src/main/java/nz/a
c/lconz/irr/curate/task/GenerateCitation.java








Peter Dietz





--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] Tomcat on port 80 (Hilton Gibson)

2013-05-16 Thread Hilton Gibson
Remove the following and all dependencies:
ii  apache2.2-common 2.2.14-5ubuntu8.11
Apache HTTP Server common files

Regards

hg


On 16 May 2013 20:22, Henry Agbodza henry_agbo...@libr.ug.edu.gh wrote:

 I have made some progress on what i received from the community. I can now
 view my repository on port 80. ie *http://ugspace.ug.edu.gh/*
 I followed the instructions on
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08
 Unfortunately i can't view statistics, items and bitstreams that were
 visible when the URL was *http://ugspace.ug.edu.gh:8080/XMLUI*
 I am able to login with my details and two of my colleagues too have
 logged in successfully.

 I have tried removing Apache but realised that some strange Apache process
 was still using port 80. Thus i had to stop and tried removing it
 permanently based on Hilton's information. It however takes over port 80
 once the machine is restarted.
 Running *sudo apt-get purge apache2* gives me:

 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Package apache2 is not installed, so not removed
 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.


 *sudo apt-get autoremove apache2*
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Package apache2 is not installed, so not removed
 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.


 *sudo dpkg -P apache2*
 dpkg: warning: ignoring request to remove apache2 which isn't installed.
 root@ugspace:~# sudo /etc/init.d/apache2 stop
  * Stopping web server apache2
  ... waiting...done.



 Running *dpkg -l | grep apache* gives me
 ii  apache2-mpm-prefork
 2.2.14-5ubuntu8.11  Apache HTTP Server -
 traditional non-threade
 ii  apache2-utils
 2.2.14-5ubuntu8.11  utility programs for
 webservers
 ii  apache2.2-bin
 2.2.14-5ubuntu8.11  Apache HTTP Server common
 binary files
 ii  apache2.2-common
 2.2.14-5ubuntu8.11  Apache HTTP Server common
 files
 ii  libapache2-mod-php5
 5.3.2-1ubuntu4.19   server-side, HTML-embedded
 scripting languag
 ii  libapache2-mod-proxy-html
 3.0.1-1 Apache2 filter module for
 HTML links rewriti
 ii  libbatik-java
 1.7.ubuntu-4ubuntu1 xml.apache.org SVG Lib


 Thanks so far to the entire Community for the helpful information.



 On Wed, 05/15/2013 09:16 PM, dspace-tech-request@lists.sourceforge.netwrote:



 Message: 2
 Date: Wed, 15 May 2013 23:15:49 +0200
 From: Hilton Gibson hilton.gib...@gmail.com
 Subject: Re: [Dspace-tech] Tomcat on port 80
 To: Henry Atsu Agbodza atsu.agbo...@gmail.com
 Cc: dspace-tech dspace-tech@lists.sourceforge.net
 Message-ID:
 caav1wv7jn8vf6fo6qqnr2osuxazfzfznrv_0gm5ykf_uvmz...@mail.gmail.com
 Content-Type: text/plain; charset=utf-8

 Ok. A few things to check.

 Can you run the following command to see if the ports are properly enabled.

 ls -l /etc/authbind/byport

 Plse attach the output to the list.

 Then the following to see if Tomcat has authbind enabled.

 cat /etc/default/tomcat6

 Plse attach the output to the list

 Then the following to see if the Tomcat config file is configured correctly
 to listen on those ports.

 cat /etc/tomcat6/server.xml

 Plse attach the output to the list

 That should do it. Plse comment any sensitive data in the files you may
 have like password etc..

 Regards

 hg



 On 15 May 2013 19:51, Henry Atsu Agbodza atsu.agbo...@gmail.com wrote:

  I had a problem with my tomcat installation and since i wanted to run
  Dspace from port 80, i uninstalled it together with Java and tried the
  installation notes on
  http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05.
 
  Everything was ok until i runned the command sudo netstat -tapn | grep
  java
  to check if tomcat was using port 80 as was stated. But i didn't see the
  desired result.
  Below is what was shown on the terminal:
  tcp 0 0 127.0.0.1:8005 0.0.0.0:*
  LISTEN 2631/java
 
  Thanks in advance for the help.
 
  --
  *Sincerely Yours,
 
  Henry Atsu Agbodza
  Library Systems,
  University of Ghana Computing Systems (UGCS)
  Room G3, Ground Floor - East Wing,
  Balme Library
  Legon
  Tel.: +233 (0) 207 027360*
 
  *University of Ghana Digital Collection (UGSpace)
 http://ugspace.ug.edu.gh:8080/xmlui/
  University of Ghana Online Catalogue (UGCat) http://library.ug.edu.gh/
  University of Ghana Research Portal http://libguides.ug.edu.gh
  University of Ghana Off - Campus Access to E - Resources
 http://ezproxy.ug.edu.gh/
  *
 
 
 
 --
  AlienVault Unified Security Management (USM) platform delivers complete
  security visibility with the essential security capabilities. Easily and
  efficiently configure, manage, and operate all of 

[Dspace-tech] search feature doesnt work after move over from 1.7 to 3.1

2013-05-16 Thread adywp
 Hi all,

 after successfully move my data from 1.7 system to 3.1, now it seems 
 the search feature cannot work.
 it simply cannot find anything. i'm, using xmlui-mirage.

 This is what i did to move my data:

 1) dump 1.7 database
 2) restore it into 3.1 database (have to truncate the 3.1 db first)
 3) apply database schema upgrade scripts from 1.7 - 1.8 - 3.1 
 following guidance from this:
 (wiki.duraspace.org/display/DSDOC3x/Upgrading+a+DSpace+Installation) 
 and (dspacebromley.blogspot.com)
 4) copy over the assetstore directory

 how can i fix this?

 best regards,
 adywp

 
Powered by PTIK UNHAS ~ http://unhas.ac.id/


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] how to export dspace 1.7 content to 3.1

2013-05-16 Thread adywp

 Well... it sure look easy..., finally succeed to move all my data from 
 old 1.7 system to 3.1 system.
 Thanks to Mr Kapila (kapila.amand...@gmail.com), Mr. Gibson and Mr. 
 Phiri.

 This is what i did:

 1) dump 1.7 database
 2) restore it into 3.1 database (have to truncate the 3.1 db first)
 3) apply database schema upgrade scripts from 1.7 - 1.8 - 3.1 
 following guidance from this:
 (wiki.duraspace.org/display/DSDOC3x/Upgrading+a+DSpace+Installation) 
 and (dspacebromley.blogspot.com)
 4) copy over the assetstore directory

 now.. onto faceoff-overlaying :)

 again, thanks all

 best regards,
 adywp



 
Powered by PTIK UNHAS ~ http://unhas.ac.id/


--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
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] How to edit body text

2013-05-16 Thread SanjibKumarDeka
Hi,

Thank you very much for the suggestions.

Regards,
sanjib


On Thu, May 16, 2013 at 6:25 PM, helix84 heli...@centrum.sk wrote:

 On Thu, May 16, 2013 at 12:44 PM, SanjibKumarDeka xan...@gmail.com
 wrote:
  But I couldn't change the text in the body part, i.e. the text under the
  heading DSpace Repository.

 You can change it here:

 https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace/config/news-xmlui.xml

 You have to restart Tomcat afterwards.


 Regards,
 ~~helix84

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

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
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