Re: [Dspace-tech] (no subject)

2015-07-29 Thread Tim Donohue

Hi Stephano,

While I didn't try to harvest either, I did look around for their 
OAI-PMH interfaces (which enable harvesting).  Assuming you installed 
DSpace with default settings, the OAI-PMH interface tends to be at 
[dspace.url]/oai/request  (where [dspace.url] is your DSpace site's URL 
obviously).


Looks like the first repository should be harvestable from the base path of:
http://www.taccire.suanet.ac.tz/oai/request

For example, here's its DC data. It looks like it should be harvestable 
as it is sharing data

http://www.taccire.suanet.ac.tz/oai/request?verb=ListRecordsmetadataPrefix=oai_dc

The second repository should be harvestable from the base path of:
http://41.73.194.142:8080/oai/request

But, it looks like it's DC data is throwing an error:
http://41.73.194.142:8080/oai/request?verb=ListIdentifiersmetadataPrefix=oai_dc

The error says that your Solr server is returning a 403 Forbidden 
response. To me it sounds like it *might* be a permissions issue (with 
the [dspace]/solr/ directory and all subdirectories). But you also may 
want  to check your DSpace logs for more information. If you are still 
running into problems, send your specific error messages to this list


- Tim

On 7/29/2015 5:08 AM, Stephano John wrote:

Dear all,

i am managing two repositories

www.taccire.suanet.ac.tz/xmlui/ 
http://www.taccire.suanet.ac.tz/xmlui/(dspace 1.8.2)


www.suaire.suanet.ac.tz http://www.suaire.suanet.ac.tz   (dspace 4.2)

I am requesting you to try to harvest content from these two 
repositories, if you are not able to harvest from them, then please 
give me step by step how to setup or how to enable harvesting.


Kind regards

Stephano John


--


___
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 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] (no subject)

2015-07-09 Thread Tim Donohue

Hi Ricardo,

(I'm copying back in dspace-tech, as we ask that all questions be kept 
on the mailing list. It helps others also learn from the answers, or 
help with their own experience/answers. Thanks.)


First off, I will mention that we do have plans to remove support for 
the database indexing. So, if there are issues with Solr that you've 
encountered, it might be good to report them to us. As of DSpace 6, we 
plan to only support Solr for search/browse.


As for the index-db-browse command: Yes, this is the command that 
controls the creation/deletion of those bi_* tables for the 
database-based browse functionality.  Since it sounds like at least some 
of your bi_* tables don't exist, you probably need to run ./dspace 
index-db-browse -r (which will completely rebuild those indexes, 
destroying any old ones that may exist).  More documentation on the 
index-db-browse command and its options is at:


https://wiki.duraspace.org/display/DSDOC5x/Legacy+methods+for+re-indexing+content#Legacymethodsforre-indexingcontent-CreatingtheBrowseSearchIndexes

- Tim

On 7/9/2015 8:54 AM, RICARDO EITO BRUN wrote:

Thanks Tim,
yes, I am using dspace 4.x, and I moved to postgresql browse method 
due to some issues with Solr. So, your suggestion - if I cannot switch 
to Solr - is to run index-db-browse, isn't it? Which params are needed?
As there is a extrange note in the documentation telling something 
like take care if you run that command..., I prefered to ask the 
question in the foro ;-)

thanks in advance,
Ricardo

2015-07-09 15:37 GMT+02:00 Tim Donohue tdono...@duraspace.org 
mailto:tdono...@duraspace.org:


Hi Ricardo,

It sounds like you are using an older version of DSpace with the
Database-based browse system (which used bi_* tables)?  That
system has since been deprecated in recent releases, in favor of
using Discovery / Solr for all search/browse activities.

So, if you are using an older version of DSpace, then you will
need to run index-db-browse in order to ensure those bi_*
tables are created and populated.  But, if you are using a newer
version (DSpace 4 or 5), you might consider just using the new
Discovery / Solr search/browse engine as that will be the new
default setting going forward:
https://wiki.duraspace.org/display/DSDOC5x/Discovery

- Tim

On 7/9/2015 3:25 AM, RICARDO EITO BRUN wrote:

Dear colleagues,
after importing / migrating the database (Postgresql 9.1),
everything is working fine but I am getting an error message when:

a) trying to removing items,
b) creating relations between items.

The error message I get is: org.postgresql.util.PSQLException
ERROR: relation bi_private does not exist Position: 13

bi_private is not in fact in the database.
I suppose this is an indexing issue that can be solved by
re-indexing the databases using dspace commands. My concern is
whether it is enough to run the index-lucene-init or whether it
is needed to run index-db-browse.

wbr,

Ricardo

-- 
RICARDO EITO BRUN

Universidad Carlos III de Madrid



--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/


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





--
RICARDO EITO BRUN
Universidad Carlos III de Madrid


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
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] (no subject)

2015-07-09 Thread Tim Donohue

Hi Ricardo,

It sounds like you are using an older version of DSpace with the 
Database-based browse system (which used bi_* tables)?  That system has 
since been deprecated in recent releases, in favor of using Discovery / 
Solr for all search/browse activities.


So, if you are using an older version of DSpace, then you will need to 
run index-db-browse in order to ensure those bi_* tables are created 
and populated.  But, if you are using a newer version (DSpace 4 or 5), 
you might consider just using the new Discovery / Solr search/browse 
engine as that will be the new default setting going forward:

https://wiki.duraspace.org/display/DSDOC5x/Discovery

- Tim

On 7/9/2015 3:25 AM, RICARDO EITO BRUN wrote:

Dear colleagues,
after importing / migrating the database (Postgresql 9.1), everything 
is working fine but I am getting an error message when:


a) trying to removing items,
b) creating relations between items.

The error message I get is: org.postgresql.util.PSQLException ERROR: 
relation bi_private does not exist Position: 13


bi_private is not in fact in the database.
I suppose this is an indexing issue that can be solved by re-indexing 
the databases using dspace commands. My concern is whether it is 
enough to run the index-lucene-init or whether it is needed to 
run index-db-browse.


wbr,

Ricardo

--
RICARDO EITO BRUN
Universidad Carlos III de Madrid


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/


___
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


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
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] (no subject)

2015-03-10 Thread Skevas Spiridon
Anyone?


Sincerely yours,
Spiros Skevas

On Sat, Mar 7, 2015 at 7:39 PM, Skevas Spiridon ros...@gmail.com wrote:



 Sincerely yours,
 Spiros Skevas

 On Thu, Mar 5, 2015 at 12:36 AM, Skevas Spiridon ros...@gmail.com wrote:

 I've installed the dspace and when i go to browse Authors or By Issue
 Date or Titles as Administrator i get an error. This happens also when i
 try to browse Private Items or Withdraw items again as
 administrator.What happens?

 stacktrace is:

 pre id=stacktracejava.net.ConnectException: Connection refused at
 java.net.PlainSocketImpl.socketConnect(Native Method) at
 java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
 at
 java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
 at
 java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at
 java.net.Socket.connect(Socket.java:579) at
 org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
 at
 org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
 at
 org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
 at
 org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:640)
 at
 org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
 at
 org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
 at
 org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
 at
 org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
 at
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
 at
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
 at
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301) at
 org.dspace.discovery.SolrServiceImpl.search(SolrServiceImpl.java:1582)
 at org.dspace.browse.SolrBrowseDAO.getSolrResponse(SolrBrowseDAO.java:189)
 at org.dspace.browse.SolrBrowseDAO.doCountQuery(SolrBrowseDAO.java:230)
 at org.dspace.browse.BrowseEngine.getTotalResults(BrowseEngine.java:761)
 at org.dspace.browse.BrowseEngine.getTotalResults(BrowseEngine.java:721)
 at org.dspace.browse.BrowseEngine.browseByItem(BrowseEngine.java:264) at
 org.dspace.browse.BrowseEngine.browse(BrowseEngine.java:100) at
 org.dspace.app.xmlui.aspect.administrative.WithdrawnItems.getBrowseInfo(WithdrawnItems.java:719)
 at
 org.dspace.app.xmlui.aspect.administrative.WithdrawnItems.addBody(WithdrawnItems.java:237)
 at
 org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:223)
 at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606) at
 org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.startElement(Unknown Source) at
 org.apache.cocoon.components.sax.XMLTeePipe.startElement(XMLTeePipe.java:87)
 at
 org.apache.cocoon.xml.AbstractXMLPipe.startElement(AbstractXMLPipe.java:94)
 at
 org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:240)
 at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606) at
 org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.startElement(Unknown Source) at
 org.apache.cocoon.xml.AbstractXMLPipe.startElement(AbstractXMLPipe.java:94)
 at
 org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:240)
 at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606) at
 org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.startElement(Unknown Source) at
 org.apache.cocoon.environment.internal.EnvironmentChanger.startElement(EnvironmentStack.java:140)
 at
 org.apache.cocoon.components.sax.XMLTeePipe.startElement(XMLTeePipe.java:87)
 at
 org.apache.cocoon.xml.AbstractXMLPipe.startElement(AbstractXMLPipe.java:94)
 at
 org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:240)
 at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at 

Re: [Dspace-tech] (no subject)

2015-03-10 Thread Mark H. Wood
Either your Solr is not running, it is not listening at the address
and port where DSpace expects to find it, or a firewall is blocking
contact between them.

-- 
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
--
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

Re: [Dspace-tech] (no subject)

2015-03-07 Thread Skevas Spiridon
Sincerely yours,
Spiros Skevas

On Thu, Mar 5, 2015 at 12:36 AM, Skevas Spiridon ros...@gmail.com wrote:

 I've installed the dspace and when i go to browse Authors or By Issue
 Date or Titles as Administrator i get an error. This happens also when i
 try to browse Private Items or Withdraw items again as
 administrator.What happens?

 stacktrace is:

 pre id=stacktracejava.net.ConnectException: Connection refused at
 java.net.PlainSocketImpl.socketConnect(Native Method) at
 java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
 at
 java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
 at
 java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
 at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at
 java.net.Socket.connect(Socket.java:579) at
 org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
 at
 org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
 at
 org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
 at
 org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:640)
 at
 org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
 at
 org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
 at
 org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
 at
 org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
 at
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
 at
 org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
 at
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
 at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301) at
 org.dspace.discovery.SolrServiceImpl.search(SolrServiceImpl.java:1582) at
 org.dspace.browse.SolrBrowseDAO.getSolrResponse(SolrBrowseDAO.java:189)
 at org.dspace.browse.SolrBrowseDAO.doCountQuery(SolrBrowseDAO.java:230)
 at org.dspace.browse.BrowseEngine.getTotalResults(BrowseEngine.java:761)
 at org.dspace.browse.BrowseEngine.getTotalResults(BrowseEngine.java:721)
 at org.dspace.browse.BrowseEngine.browseByItem(BrowseEngine.java:264) at
 org.dspace.browse.BrowseEngine.browse(BrowseEngine.java:100) at
 org.dspace.app.xmlui.aspect.administrative.WithdrawnItems.getBrowseInfo(WithdrawnItems.java:719)
 at
 org.dspace.app.xmlui.aspect.administrative.WithdrawnItems.addBody(WithdrawnItems.java:237)
 at
 org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:223)
 at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606) at
 org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.startElement(Unknown Source) at
 org.apache.cocoon.components.sax.XMLTeePipe.startElement(XMLTeePipe.java:87)
 at
 org.apache.cocoon.xml.AbstractXMLPipe.startElement(AbstractXMLPipe.java:94)
 at
 org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:240)
 at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606) at
 org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.startElement(Unknown Source) at
 org.apache.cocoon.xml.AbstractXMLPipe.startElement(AbstractXMLPipe.java:94)
 at
 org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:240)
 at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606) at
 org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.startElement(Unknown Source) at
 org.apache.cocoon.environment.internal.EnvironmentChanger.startElement(EnvironmentStack.java:140)
 at
 org.apache.cocoon.components.sax.XMLTeePipe.startElement(XMLTeePipe.java:87)
 at
 org.apache.cocoon.xml.AbstractXMLPipe.startElement(AbstractXMLPipe.java:94)
 at
 org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:240)
 at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606) at
 

Re: [Dspace-tech] (no subject)

2015-03-05 Thread Mark H. Wood
On Thu, Mar 05, 2015 at 12:36:23AM +0200, Skevas Spiridon wrote:
 I've installed the dspace and when i go to browse Authors or By Issue
 Date or Titles as Administrator i get an error. This happens also when i
 try to browse Private Items or Withdraw items again as
 administrator.What happens?

It appears to me that your Solr instance for DSpace either is not
running, is not listening at the URL that DSpace has been configured
to use for it, or is configured to reject connections from the address
and/or port that DSpace uses to contact it.

-- 
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
--
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

Re: [Dspace-tech] (no subject)

2015-02-27 Thread Ahmed Maher
هل  تم ارسال بريد اكتروني لك من الموقع  لاكمال خطوات التسجيل ؟


2015-02-28 0:08 GMT+02:00 besmakhawla besmakha...@yahoo.fr:

 لقد سجلت في الموقع ة تم قبولي لكن عندما اسجل الدخول يقولون لي الايميل
 خاطىء


 --
 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

--
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

Re: [Dspace-tech] (no subject)

2015-02-11 Thread Olivier Nicole
Fra,

  1) is it necessary to reinstall as non root user ? or can I just
  chown -R [dspace-dir] and assetstore? and give appropriate
  permissions on apache/tomcat?

I did that (on a new 4.2 though). I had installed tomcat and dspace as
user www and came to think that it should run under a different user
(because apache runs under user www). So I basically chowned all tomcat
and dspace to their own user. As tomcat/dspace open a non priviledged
port (port 8009, above 1024) that is not an issue.

You also have to update tomcat config so it starts with that new user of
course.

As for apache, keep it with it's own/usual user.

Best regards,

Olivier

--
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


Re: [Dspace-tech] (no subject)

2015-02-11 Thread helix84
On Wed, Feb 11, 2015 at 12:39 PM, tyres...@inwind.it tyres...@inwind.it wrote:
  1) is it necessary to reinstall as non root user ? or can I just chown -R
 [dspace-dir]  and assetstore? and give appropriate permissions on
 apache/tomcat?

No need to reinstall. The only thing you should keep in mind is to
have both dspace and tomcat owned and run as the same user. You don't
even need to bind a low port, so it should be a non-issue.

I would, however, heartily recommend you to upgrade to the latest and
greatest DSpace when 5.1 comes out (soon). I'd recommend to start a
new OS install from scratch and upgrade the dependencies (postgres,
maven, ant, tomcat and java) as per DSpace 5 requirements. You can
import the old DB and copy in the assetstore and DSpace 5 will happily
do most of the (DB and Solr, if you use it) migration steps for you,
be it from 1.8 or 3. Upon any upgrade, make sure you start with a
fresh configuration directory and make your changes to it, don't
overwrite newer configuration with your older one.


Regards,
~~helix84

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

--
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


Re: [Dspace-tech] (no subject)

2014-10-28 Thread Hilton Gibson
Hi Erik

1. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S07
Setup Postfix to deliver email.

2. http://wiki.lib.sun.ac.za/index.php/Install_DSpace/S04/4.X
Enable the correct email server settings in the build.properties file.

3. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_DSpace/S09
Finally test the email delivery.

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 28 October 2014 19:20, Erick AR erickemir1...@gmail.com wrote:

 I´ve successfully installed Dspace 4.2 on Ubuntu 14.04, and everything
 seems normal
 but when I'm trying to add a new user, and send him an E-mail to change
 his password
 I get the next message
 Internal System Error

 The system has experienced an internal error. Please try to do what you
 were doing again, and if the problem persists, please contact us so we can
 fix the problem.
 I think there´s a mistake in my file  dspace.cfg, i some of this optiones

 · mail.server –

 · mail.from.address –

 · mail.feedback.recipient –

 · mail.admin –

 · mail.alert.recipient –

 · mail.registration.notify-

 But I don´t know what should it be in there, I hope somebody can Help me

 --
 Atentamente.
 *I.T.I. Erick Emir Alonso Román*
 Programmer/developer
 erickemir1...@gmail.com



 --

 ___
 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 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] (no subject)

2014-07-15 Thread Adan Roman

Hi

You can easy hide the link using xsl templates.

Add this template to your theme:


xsl:template match=//dri:xref[@target='/xmlui/feedback']

/xsl:template

and the link will be hidden.

regards




hi i am sam i have a question i am trying to hide feedback link from
my dspace in contact us page i went to dspace/webapps/xmlui/il8n and
edited messages.xml and commented the feedback  but didnt update or
have any effect.i saw in one of the links tht the edit must be done in
contact.java which I didnt find could someone please let me know how
to do this and if i am editing the wrong file thanx sam.


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds


___
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



--



---
Este mensaje no contiene virus ni malware porque la protección de avast! 
Antivirus está activa.
http://www.avast.com
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
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] (no subject)

2014-01-02 Thread Hilton Gibson
Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Item_and_Collection_Permissions


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

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson


On 2 January 2014 10:05, Akeredolu Joshua akeredoluj...@gmail.com wrote:

 Good day and compliment of the season, please I want to create some
 restrictions to the public on my repository, I want a senero where the
 public can only view some numbers pages of the documents in my repository
 but if they need the rest of the content they will have to contact the
 administrator which will then grant them the privilage to go through some
 other pages of that same document and some times all pages of that
 particular document. please how can i do this. Thanks for your urgent
 response in anticipation
 N/B
 please if there is a document that will also help i will be gratefull.

 --

 *Akeredolu Joshua**+2348062423240 %2B2348062423240*


 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/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] (no subject)

2013-12-17 Thread helix84
On Mon, Dec 16, 2013 at 10:07 PM, Diwakar Timilsina diwa...@uark.edu wrote:
 Discovery, it's showing up. I have cleared Cocoon cache and rebuilt DSpace
 but no luck. Any help is very much appreciated.

Did you turn off both webui.strengths.show and webui.strengths.cache
and restart DSpace? Off the top of my head, I would think clearing the
Cocoon cache should help, but if it doesn't try running index-update.


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/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] (no subject)

2013-12-17 Thread Diwakar Timilsina
Yes, I tried setting both webui.strengths.show and webui.strengths.cache to 
false. I also cleared cocoon cache again and ran index-update. I then restarted 
DSpace but I still get the count next to author names and subjects. However, 
the count does not appear next to Collections and Communities. It's really 
strange. Isn't the strength option supposed to only display count for 
collections and communities? Why is showing for Authors and Subjects?

Again, thanks for your response.



Diwakar Timilsina
Systems Analyst, UITS
University of Arkansas, Fayetteville
Email: diwa...@uark.edu
Phone: 479.575.6160


From: ivan.ma...@gmail.com [ivan.ma...@gmail.com] on behalf of helix84 
[heli...@centrum.sk]
Sent: Tuesday, December 17, 2013 7:55 AM
To: Diwakar Timilsina
Cc: DSpace Tech ‎[dspace-t...@lists.sourceforge.ne
Subject: Re: [Dspace-tech] (no subject)

On Mon, Dec 16, 2013 at 10:07 PM, Diwakar Timilsina diwa...@uark.edu wrote:
 Discovery, it's showing up. I have cleared Cocoon cache and rebuilt DSpace
 but no luck. Any help is very much appreciated.

Did you turn off both webui.strengths.show and webui.strengths.cache
and restart DSpace? Off the top of my head, I would think clearing the
Cocoon cache should help, but if it doesn't try running index-update.


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/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] (no subject)

2013-12-17 Thread Diwakar Timilsina
Actually, I think there is a bug where the subject/author count always shows 
total count instead of just within the collection/community. That's why I had 
to disable the strengths feature in the first place.

https://jira.duraspace.org/browse/DS-1597

There is a fix given for the bug which I tried out and it's giving the correct 
count.

But this is a new bug as the count appears for authors/subjects even after 
disabling strengths.




Thanks.


Diwakar Timilsina
Systems Analyst, UITS
University of Arkansas, Fayetteville
Email: diwa...@uark.edu
Phone: 479.575.6160


From: Diwakar Timilsina [diwa...@uark.edu]
Sent: Tuesday, December 17, 2013 9:44 AM
To: heli...@centrum.sk
Cc: DSpace Tech ‎[dspace-t...@lists.sourceforge.ne
Subject: Re: [Dspace-tech] (no subject)

Yes, I tried setting both webui.strengths.show and webui.strengths.cache to 
false. I also cleared cocoon cache again and ran index-update. I then restarted 
DSpace but I still get the count next to author names and subjects. However, 
the count does not appear next to Collections and Communities. It's really 
strange. Isn't the strength option supposed to only display count for 
collections and communities? Why is showing for Authors and Subjects?

Again, thanks for your response.



Diwakar Timilsina
Systems Analyst, UITS
University of Arkansas, Fayetteville
Email: diwa...@uark.edu
Phone: 479.575.6160


From: ivan.ma...@gmail.com [ivan.ma...@gmail.com] on behalf of helix84 
[heli...@centrum.sk]
Sent: Tuesday, December 17, 2013 7:55 AM
To: Diwakar Timilsina
Cc: DSpace Tech ‎[dspace-t...@lists.sourceforge.ne
Subject: Re: [Dspace-tech] (no subject)

On Mon, Dec 16, 2013 at 10:07 PM, Diwakar Timilsina diwa...@uark.edu wrote:
 Discovery, it's showing up. I have cleared Cocoon cache and rebuilt DSpace
 but no luck. Any help is very much appreciated.

Did you turn off both webui.strengths.show and webui.strengths.cache
and restart DSpace? Off the top of my head, I would think clearing the
Cocoon cache should help, but if it doesn't try running index-update.


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/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] (no subject)

2013-12-17 Thread helix84
Actually, I've always ran with collection strengths enabled, so I'm
not sure if those numbers next to items come from strengths or not. My
bet is that they do not come from collection strengths (which doesn't
have this information, AFAICT), but from Discovery - in which case you
can't turn them off, but you could modify your theme not to display
them if you insist.


On Tue, Dec 17, 2013 at 5:21 PM, Diwakar Timilsina diwa...@uark.edu wrote:
 Actually, I think there is a bug where the subject/author count always shows 
 total count instead of just within the collection/community. That's why I had 
 to disable the strengths feature in the first place.

 https://jira.duraspace.org/browse/DS-1597

 There is a fix given for the bug which I tried out and it's giving the 
 correct count.

Great, make sure to comment in Jira that it worked for you. The reason
why the fix is not part of DSpace yet is that it hasn't had anyone to
confirm that it works yet! Then it could be part of DSpace 4.1.
Thanks.


Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/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] (no subject)

2013-09-15 Thread helix84
On Fri, Sep 13, 2013 at 10:27 PM, Ordway, Ryan L
rord...@oregonstate.edu wrote:
 We are running DSpace 3 for Oregon State's ScholarsArchive. I am looking into 
 the feasibility of running multiple app nodes to help improve performance. Is 
 anyone else already running in a clustered DSpace configuration?

Hi Ryan,

I don't think you can run the DSpace application itself in a clustered
configuration (homogenous clusters).

That, however, doesn't mean that DSpace can't benefit from a
multi-node configuration. There are several parts that can be moved
onto separate nodes:

1) the database server (that might in turn be clustered, but that will
most likely *not* speed things up)
2) Solr server (may be also clustered, this might provide the most
benefit from clustering). Do separate the statistics core (which is
write-heavy) from the search and oai cores; or use ElasticSearch-based
statistics instead.
3) a frontend HTTP server to serve static resources (especially bistreams)
4) use a separate syslog server to store logs

As always, measure the performance benefits of each individual change you make.

If you need additional details or if you're not sure what the benefits
of each point are, feel free to ask.


Regards,
~~helix84

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

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871iu=/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] (no subject)

2013-07-24 Thread jayachandra B
if you are using jspui jspui/layout folder hdear-default.jsp file change
these lines which is mentions in bold letters

tr
td
a href=%= request.getContextPath() %/img
src=%= request.getContextPath() %/image/*urlogo* alt=fmt:message
key=jsp.layout.header-default.alt/ width=198 height=79
border=0//a/td
td class=tagLine width=99% %-- Make as wide as
possible. cellpadding repeated for broken NS 4.x --%
a class=tagLineText target=_blank href=
http://www.dspace.org/;fmt:message
key=jsp.layout.header-default.about//a
/td
td nowrap=nowrap valign=middle
/td
/tr


On Wed, Jul 24, 2013 at 12:29 PM, JOHYA JUDE johyaj...@gmail.com wrote:

 how can i add a logo to my dspace


 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/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




-- 
Thanks and Regards
Jayachandra
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/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] (no subject)

2013-07-24 Thread Hilton Gibson
If using the XMLUI, try:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Presentation



On 24 July 2013 08:59, JOHYA JUDE johyaj...@gmail.com wrote:

 how can i add a logo to my dspace


 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
*Hilton Gibson*
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
http://library.sun.ac.za
http://scholar.sun.ac.za
http://www.journals.ac.za
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/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] (no subject)

2013-07-11 Thread l.pascare...@cineca.it

  
  
Hello,
  
  your changes in modules/jspui folder overriding the
  dspace-jspui-classes.3.0.jar. This is the best-practice to add
  custom code to the code base (or modify code base). So if you want
  the changes in dspace-jspui-classes.3.0.jar then modify the java
  file in dspace-jspui project directly. 
  Hope this help you.
  
  Andrea
  
  Il 11/07/2013 11:49, Awanish Singh ha scritto:


  
Hi
  
  I made some changes in servlets, jsptags.etc and
putthesejava files in modules folder of dspace3.0 .
  for example : I made changes in AbstractBrowseServlet.java
DspaceServlet.java etc.
  and put these java file in following folder of modules
folder.
  
  \dspace-3.0-src-rsdebate\dspace\modules\jspui\src\main\java\org\dspace\app\webui\servlet
  
  after run mvn package there is no reflection in
dspace-jspui-classes.3.0.jar i.e there is no change made in
respected class files of AbstractBrowseServlet.java
DspaceServlet.java 
  
  I want to changedAbstractBrowseServlet.class
andDspaceServlet.class willbe appear in
dspace-jspui-classes.3.0.jar .
  
  How this is possible.
  
-- 
  
  

  Thanks
  Awanish Singh
  9910287114

  
  
  
  
  --
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/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



-- 
  
  
  
  
  

  

 

Luigi
  Andrea Pascarelli
  
Dipartimento Servizi e Soluzioni per
  l'Amministrazione Universitaria
  Divisione Ricerca
  Via

dei Tizii, 6 
00185 Roma, Italy 
  ph. +39 06 59292895
http://www.cineca.it
  
  

  
  

  

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/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] (no subject)

2013-04-09 Thread Meron Mesfin


hi there again
 when i install maven and run mvn archetype:generate  at the end of the 
command it asks me about

Groupid:
artifactid:
version: 1.0snapshot:
package:
do you have any idea what  i should write on the listed questions.please

thanks

best regards--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
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] (no subject)

2013-04-09 Thread helix84
Hi Meron,

please, always type a subject when sending a message to the DSpace
mailing lists! Also, see the link below for other mailing list
etiquette.


I don't have such an extensive experience with Maven to know what
you're trying to achieve with mvn archetype:generate, but according
to the following email it seems to me you need to provide some more
command line options:

http://mail-archives.apache.org/mod_mbox/maven-users/200802.mbox/%3cb20a80950802151520xc4ed232ia693883129224...@mail.gmail.com%3E


Regards,
~~helix84

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

On Tue, Apr 9, 2013 at 1:09 PM, Meron Mesfin m.mero...@yahoo.com wrote:

 hi there again
  when i install maven and run mvn archetype:generate  at the end of the
 command it asks me about
 Groupid:
 artifactid:
 version: 1.0snapshot:
 package:
 do you have any idea what i should write on the listed questions.please
 thanks

 best regards


 --
 Precog is a next-generation analytics platform capable of advanced
 analytics on semi-structured data. The platform includes APIs for building
 apps and a phenomenal toolset for data science. Developers can use
 our toolset for easy data analysis  visualization. Get a free account!
 http://www2.precog.com/precogplatform/slashdotnewsletter
 ___
 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

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
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] (no subject)

2013-04-09 Thread Mark H. Wood
On Tue, Apr 09, 2013 at 04:09:30AM -0700, Meron Mesfin wrote:
  when i install maven and run mvn archetype:generate  at the end
 of the command

archetype:generate is not something you would do when building
DSpace (unless you are creating a new Maven project to contain e.g. a
new webapp to become part of your DSpace), so it's a question for the
maven-users list, not this list.

 it asks me about
 
 Groupid:
 artifactid:
 version: 1.0snapshot:
 package:
 do you have any idea what  i should write on the listed questions.please

You've asked Maven to create a new project, and it needs these to
create the Project Object Model.  package is the Java package in
which the project should exist.  I would leave version alone unless
you know that you want something different.

groupId and artifactId are entirely up to you, but if you intend
to publish artifacts to Maven Central then their requirements will
influence these (and a few other matters).  Typically artifactId
will resemble the name you may have given to your project and may echo
the last element of package.  groupId often looks a lot like all
but the last element of package, but need not if something works
better to identify where this software comes from.  You can probably
get much better advice from the Maven list than from me.

Sonatype has released several books that you may find helpful,
including _Maven by Example_ and _Maven:  the Complete Reference_.
Both are available online:

  http://www.sonatype.com/books/mvnex-book/reference/public-book.html
  http://www.sonatype.com/books/mvnref-book/reference/public-book.html

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
There's an app for that:  your browser


pgphdoJE4m5Av.pgp
Description: PGP signature
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
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] (no subject)

2013-04-08 Thread helix84
On Fri, Apr 5, 2013 at 8:33 AM, Meron Mesfin m.mero...@yahoo.com wrote:
 hello there as you told me last time to change the
 DSPACEDIR=`cd $BINDIR/.. ; pwd`
 with your path to dspace, e.g.
 DSPACEDIR=/dspace
 what do you mean by that DSPACEDIR=/dspace can you tell me with a little
 brief and also shall i rebuild it after the change has been done
 Thanks a lot
 best regards!

What I meant was to use literally your path to DSpace instead of a
relative path. So if your DSpace is installed in /dspace, use
DSPACEDIR=/dspace. If your DSpace is in /mnt/dspace/, use
DSPACEDIR=/mnt/dspace.


Regards,
~~helix84

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

--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
___
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] (no subject)

2013-04-05 Thread Meron Mesfin
hello there as you told me last time to change the 
DSPACEDIR=`cd $BINDIR/.. ; pwd`
with your path to dspace, e.g.
DSPACEDIR=/dspace
what do you mean by that DSPACEDIR=/dspace can you tell me with a little 
brief and also shall i rebuild it after the change has been done
Thanks a lot
best regards!
--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html___
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] (no subject)

2013-04-02 Thread Meron Mesfin
Hello there! i was facing a problem on registering a new user on JSP, it 
displays an internal system erroris any one can help me with it how I can 
register a new user.I appreciate your help


thanks,with regards --
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2___
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] (no subject)

2013-04-02 Thread helix84
Hello Meron,

This Internal System Error message is just a generic message.  To
track down the cause of the error, you'll want to look at your dspace
log files for any errors noted there.

We've written a Troubleshoot an error guide to help you figure out
what to look for:
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

Once you locate the error message, if you cannot figure out its meaning,
you are welcome to send it off to this dspace-tech list. Someone on this
list can help you determine what the issue may be.

Anyway, in the past the most common Internal System Error message
was caused by mail server not configured in dspace.cfg (the smtp.*)
options. You can test whether DSpace can correctly send emails by
running
[dspace]/bin/dspace test-email
- when this succeeds, the registration page will probably also work
without errors.


Regards,
~~helix84

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


On Tue, Apr 2, 2013 at 3:51 PM, Meron Mesfin m.mero...@yahoo.com wrote:
 Hello there! i was facing a problem on registering a new user on JSP, it
 displays an internal system erroris any one can help me with it how I can
 register a new user.I appreciate your help

 thanks,with regards








 --
 Own the Future-Intel(R) Level Up Game Demo Contest 2013
 Rise to greatness in Intel's independent game demo contest. Compete
 for recognition, cash, and the chance to get your game on Steam.
 $5K grand prize plus 10 genre and skill prizes. Submit your demo
 by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
 ___
 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

--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
___
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] (no subject)

2013-03-19 Thread helix84
On Tue, Mar 19, 2013 at 1:53 PM, Meron Mesfin m.mero...@yahoo.com wrote:
 Hello there again its me, please can u give me a clue because am still not
 familiar
 with what i should do after i installed/configuration the dspace on my PC(my
 company computer). How am gone add the company file,how am gone launch it,
 generally what should i do next (i.e i installed the dspace and i saw the
 dspace home page displayed )but i cant go any further and my time is ticking
 so fast to to the deadline. Please help me I need your help urgently 
 immediately and could tell me with the easiest way.

Hi Meron,

do you have the administrator account created as I instructed and are
you able to log in?


Regards,
~~helix84

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
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] (no subject)

2013-03-19 Thread Meron Mesfin
Sory but i created community ,collection but is that all i need to do nothing 
else?, how about the launching process and how are the other company use it for 
example in my country Ethiopia addis ababa university uses a dspace digital 
repository how am gone able to help my company to use like addis ababa 
university.

thanks,with regards--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
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] (no subject)

2013-03-19 Thread helix84
On Tue, Mar 19, 2013 at 2:25 PM, Meron Mesfin m.mero...@yahoo.com wrote:
 Sory but i created community ,collection but is that all i need to do
 nothing else?

You still haven't said anything about which steps you have completed
and which steps you have problem with. You haven't said what you want
to achieve - what kind of data will the repository contain, what
sources you'll use to populate it, what features are you planning on
using.

 how about the launching process and how are the other company
 use it for example in my country Ethiopia addis ababa university uses a
 dspace digital repository how am gone able to help my company to use like
 addis ababa university.

See the after-installation tasks and big picture overview links I
sent previously. If you have a *specific* problem, let us know what it
is.

In other words - I have no idea what you're asking about.

Regards,
~~helix84

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
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] (no subject)

2013-03-15 Thread Meron Mesfin


hello again i hope am not being rude but i cant understand what should i do 
after installing dspace i was doing customization  (on jspui and windows xp OS 
) but i really dont know the next step like how i add my company data to form a 
digital repository , if there is anything am left with and the like.please 
could u help me with easy step



 
Thanks a lot it mean  and best regards--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
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] (no subject)

2013-03-15 Thread helix84
On Fri, Mar 15, 2013 at 1:55 PM, Meron Mesfin m.mero...@yahoo.com wrote:
 hello again i hope am not being rude but i cant understand what should i do
 after installing dspace i was doing customization  (on jspui and windows xp
 OS ) but i really dont know the next step like how i add my company data to
 form a digital repository , if there is anything am left with and the
 like.please could u help me with easy step

The most important step is to create an adminstrator account:

http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S07

Then you can create a structure of communities and collections.

Then you can optionally create other users and delegate them rights
over communities.

Then you can populate the repository with data, there are really many
ways to do that.

All of this is very well documented in both the official documentation
[1] and the one I linked to before.

If you have a problem with any particular step, feel free to ask. So
far you're asking too generic questions, therefore the only reasonable
thing I can do is to point you to documentation.

[1] https://wiki.duraspace.org/display/DSDOC3x/DSpace+3.x+Documentation


Regards,
~~helix84

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
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] (no subject)

2013-03-12 Thread Meron Mesfin


hello again! first of i would like to ask apology  for being silly and 
interrupt;  i am curious about one thing which is what is the next step after 
installing dspace? what i mean is that what should be done after configuring 
the dspace on ma pc, how am i gone use it 

like every body else does(i.e how gone ma company use the digital repository 
internationally)is there anything else to configure or what?Thanks a lot it 
mean a lot to me and best regards
--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev___
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] (no subject)

2013-03-11 Thread Meron Mesfin






hello there! I was hoping if u could help me how i can change the dspace header 
layouts which is called (About DSpace Software) title and also one thing when 
how can i change the dspace site name DSpace at My University  to the name 
that i want it to appear.i try it by changind the dspace.name but no change.

Thank you and best regards!!!--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev___
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] (no subject)

2013-03-11 Thread Hilton Gibson
Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Theme/Language#Step_2_-_Apply_own_.22DSpace.22_replacement



On 11 March 2013 12:58, Meron Mesfin m.mero...@yahoo.com wrote:



 --
 hello there! I was hoping if u could help me how i can change the dspace
 header layouts which is called (About DSpace Softwarehttp://www.dspace.org/)
 title and also one thing when how can i change the dspace site name DSpace
 at My University  to the name that i want it to appear.i try it by
 changind the dspace.name but no change.
 Thank you and best regards!!!





 --
 Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
 Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the
 endpoint security space. For insight on selecting the right partner to
 tackle endpoint security challenges, access the full report.
 http://p.sf.net/sfu/symantec-dev2dev
 ___
 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 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ar1.sun.ac.za
http://aj1.sun.ac.za
--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev___
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] (no subject)

2013-03-11 Thread helix84
On Mon, Mar 11, 2013 at 11:58 AM, Meron Mesfin m.mero...@yahoo.com wrote:
 hello there! I was hoping if u could help me how i can change the dspace
 header layouts which is called (About DSpace Software) title and also one
 thing when how can i change the dspace site name DSpace at My University
 to the name that i want it to appear.i try it by changind the dspace.name
 but no change.

Hi Meron,

again, you didn't say which DSpace version and interface you're using.

You can change About DSpace Software in
[dspace-src]/dspace-api/src/main/resources/Messages.properties

Then you have to rebuild and redeploy DSpace (using mvn package and ant update).

DSpace at My University can indeed be changed in dspace.name in
dspace.cfg (or in build.properties when rebuilding DSpace 3), but you
have to restart Tomcat after any change to dspace.cfg.

Regards,
~~helix84

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

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
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] (no subject)

2013-03-11 Thread Meron Mesfin





hello again sorry  for the interruption but my dspace version is 1.8.2 and i 
downloaded not full source its the released zip file and also as u said i cant 
find the dspace-api/src/main/resources/Messages.properties a lot of thanks 
!!--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev___
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] (no subject)

2013-03-11 Thread helix84
On Mon, Mar 11, 2013 at 1:42 PM, Meron Mesfin m.mero...@yahoo.com wrote:
 hello again sorry  for the interruption but my dspace version is 1.8.2 and i
 downloaded not full source its the released zip file and also as u said i
 cant find the dspace-api/src/main/resources/Messages.properties
 a lot of thanks !!

Then simply download the source file instead of the release one. The
result is the same, only building it (mvn package) takes a bit longer.


Regards,
~~helix84

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

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
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] (no subject) (Meron Mesfin)

2013-03-11 Thread Mesfin Teshome
Hello Meron,

   Which interface are you using? Jspui or Xmlui?




 From: dspace-tech-requ...@lists.sourceforge.net 
dspace-tech-requ...@lists.sourceforge.net
To: dspace-tech@lists.sourceforge.net 
Sent: Monday, March 11, 2013 5:51 PM
Subject: DSpace-tech Digest, Vol 83, Issue 28
 
Send DSpace-tech mailing list submissions to
    dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
    dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
    dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

   1. Re: (no subject) (Meron Mesfin)
   2. Re: (no subject) (Hilton Gibson)
   3. Re: (no subject) (helix84)
   4. Re: (no subject) (Meron Mesfin)
   5. Re: (no subject) (helix84)
   6. Strange issue with DSpace 3.0 (Alan Orth)


--

Message: 1
Date: Mon, 11 Mar 2013 03:58:08 -0700 (PDT)
From: Meron Mesfin m.mero...@yahoo.com
Subject: Re: [Dspace-tech] (no subject)
To: dspace-tech@lists.sourceforge.net
    dspace-tech@lists.sourceforge.net
Message-ID:
    1362999488.53171.yahoomail...@web140205.mail.bf1.yahoo.com
Content-Type: text/plain; charset=iso-8859-1







hello there! I was hoping if u could help me how i can change the dspace header 
layouts which is called (About DSpace Software) title and also one thing when 
how can i change the dspace site name DSpace at My University? to the name 
that i want it to appear.i try it by changind the dspace.name but no change.

Thank you and best regards!!!
-- next part --
An HTML attachment was scrubbed...

--

Message: 2
Date: Mon, 11 Mar 2013 13:02:20 +0200
From: Hilton Gibson hilton.gib...@gmail.com
Subject: Re: [Dspace-tech] (no subject)
To: Meron Mesfin m.mero...@yahoo.com
Cc: dspace-tech@lists.sourceforge.net
    dspace-tech@lists.sourceforge.net
Message-ID:
    caav1wv4o1ozzxny9gt801qc+vq5lsmhvwon_opzu4umjqhf...@mail.gmail.com
Content-Type: text/plain; charset=utf-8

Perhaps this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Theme/Language#Step_2_-_Apply_own_.22DSpace.22_replacement



On 11 March 2013 12:58, Meron Mesfin m.mero...@yahoo.com wrote:



 --
 hello there! I was hoping if u could help me how i can change the dspace
 header layouts which is called (About DSpace Softwarehttp://www.dspace.org/)
 title and also one thing when how can i change the dspace site name DSpace
 at My University  to the name that i want it to appear.i try it by
 changind the dspace.name but no change.
 Thank you and best regards!!!





 --
 Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
 Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the
 endpoint security space. For insight on selecting the right partner to
 tackle endpoint security challenges, access the full report.
 http://p.sf.net/sfu/symantec-dev2dev
 ___
 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 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ar1.sun.ac.za
http://aj1.sun.ac.za
-- next part --
An HTML attachment was scrubbed...

--

Message: 3
Date: Mon, 11 Mar 2013 12:09:16 +0100
From: helix84 heli...@centrum.sk
Subject: Re: [Dspace-tech] (no subject)
To: Meron Mesfin m.mero...@yahoo.com
Cc: dspace-tech@lists.sourceforge.net
    dspace-tech@lists.sourceforge.net
Message-ID:
    cagdvkqhbhytuxtedst-zzii_5bv4dvdeyy8kb3sjvfy7kif...@mail.gmail.com
Content-Type: text/plain; charset=UTF-8

On Mon, Mar 11, 2013 at 11:58 AM, Meron Mesfin m.mero...@yahoo.com wrote:
 hello there! I was hoping if u could help me how i can change the dspace
 header layouts which is called (About DSpace Software) title and also one
 thing when how can i change the dspace site name DSpace at My University
 to the name that i want it to appear.i try it by changind the dspace.name
 but no change.

Hi Meron,

again, you didn't say which DSpace version and interface you're using.

You can change About DSpace Software in
[dspace-src]/dspace-api/src/main/resources/Messages.properties

Then you have to rebuild and redeploy DSpace (using mvn package and ant

Re: [Dspace-tech] (no subject)

2013-03-04 Thread helix84
On Mon, Mar 4, 2013 at 8:35 AM, Meron Mesfin m.mero...@yahoo.com wrote:
 hello there! I want to ask you something which is; I want to change the
 layout
 of the dspace that i had installed and how am i gone change the manakin logo
 that appear on my dspace home.could u give me a little help i will be
 grateful.Thank you

Hi Meron,

assuming you're using the Mirage theme (the default in DSpace 3.0),
you can change it here in the source directory:
[dspace-src]/dspace-xmlui/src/main/webapp/themes/Mirage/images/dspace-logo-only.png

and here in the directory where DSpace is installed:
[dspace]/webapps/xmlui/themes/Mirage/images/dspace-logo-only.png


Regards,
~~helix84

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
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] (no subject)

2013-03-04 Thread helix84
Hi Hilton,

can you try what I recommended earlier?

http://dspace.2283337.n4.nabble.com/SOLR-SEVERE-Error-td4661469.html


Regards,
~~helix84

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
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] (no subject)

2013-03-04 Thread Hilton Gibson
I did - no luck.
It is not isolated to one query.
Do you want me to send the log file?
It's about 9MB.


On 4 March 2013 12:40, helix84 heli...@centrum.sk wrote:

 Hi Hilton,

 can you try what I recommended earlier?

 http://dspace.2283337.n4.nabble.com/SOLR-SEVERE-Error-td4661469.html


 Regards,
 ~~helix84

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




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

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ar1.sun.ac.za
http://aj1.sun.ac.za
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
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] (no subject)

2013-03-04 Thread helix84
On Mon, Mar 4, 2013 at 11:48 AM, Hilton Gibson hilton.gib...@gmail.com wrote:
 I did - no luck.
 It is not isolated to one query.
 Do you want me to send the log file?
 It's about 9MB.

No, the stacktrace from the previous thread is all I needed.

The problem is the last backslash, which escapes the right apostrophe,
so the apostrophes are unbalanced, ergo the syntax error from Solr.

Now I didn't find anybody else having this problem, so it will be one
of two things:
a) some local modification of your code inserts the backslash
b) your data contains the backslash (possibly an escaped backslash,
i.e. two backslashes)

You are the only one who can check a). Assuming b), does this return anything?

SELECT * FROM metadatavalue WHERE metadata_field_id = '57' AND
text_value LIKE '%\\%' LIMIT 30


Regards,
~~helix84

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
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] (no subject)

2013-03-04 Thread Hilton Gibson
Nope. Nothing.


On 4 March 2013 13:57, helix84 heli...@centrum.sk wrote:

 On Mon, Mar 4, 2013 at 11:48 AM, Hilton Gibson hilton.gib...@gmail.com
 wrote:
  I did - no luck.
  It is not isolated to one query.
  Do you want me to send the log file?
  It's about 9MB.

 No, the stacktrace from the previous thread is all I needed.

 The problem is the last backslash, which escapes the right apostrophe,
 so the apostrophes are unbalanced, ergo the syntax error from Solr.

 Now I didn't find anybody else having this problem, so it will be one
 of two things:
 a) some local modification of your code inserts the backslash
 b) your data contains the backslash (possibly an escaped backslash,
 i.e. two backslashes)

 You are the only one who can check a). Assuming b), does this return
 anything?

 SELECT * FROM metadatavalue WHERE metadata_field_id = '57' AND
 text_value LIKE '%\\%' LIMIT 30


 Regards,
 ~~helix84

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




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

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://ar1.sun.ac.za
http://aj1.sun.ac.za
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
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] (no subject)

2013-02-20 Thread helix84
On Wed, Feb 20, 2013 at 1:37 PM, Meron Mesfin m.mero...@yahoo.com wrote:
 hello all !   here is the  error message. Thanks a lot
 Using DSpace installation in: C:\Sandbox\dspace\dspace-3.1-release\dspace
 Exception in thread main java.lang.NoClassDefFoundError:
 org/dspace/app/launc
 er/ScriptLauncher
 Caused by: java.lang.ClassNotFoundException:
 org.dspace.app.launcher.ScriptLaun
 her
 at java.net.URLClassLoader$1.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 Could not find the main class: org.dspace.app.launcher.ScriptLauncher.
 Program
 will exit.


Hi Meron,

my reply in this thread applies to your problem, too:

http://dspace.2283337.n4.nabble.com/Exception-in-thread-quot-main-quot-java-lang-NoClassDefFoundError-org-dspace-app-launch-er-ScriptLaur-td4146450.html


Regards,
~~helix84

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
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] (no subject)

2013-02-19 Thread helix84
On Tue, Feb 19, 2013 at 3:32 PM, Meron Mesfin m.mero...@yahoo.com wrote:
 hello there! i want ask you about dspace which is i was configuring it and
 when i request http://localhost:8080/xmlui/ it doesn't fetch the dspace page
 and also i have a failure with the email configuration. so what should i do
 ,how am gone know my problem?

Hi Meron,

here's how to troubleshoot a blank page error (look in the logs):
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

To troubleshoot a problem with sending emails, run
[dspace]/bin/dspace test-email and send us the error message.


Regards,
~~helix84

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
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] (no subject)

2012-12-27 Thread Richard Rodgers
Hi Peter:

This looks great and we'll have a closer look, since we are likewise in a 1.8 
local upgrade process and would like to 'normalize' the CC License 
representations.

A few cursory observations in the meantime:

I see the task sets the metadata fields, but does not delete the (now 
presumably unneeded) CC bitstreams. They are tiny, but I suppose there is a 
remote possibility that the metadata field and the bitstream could come to 
differ, and there would be some head-scratching.

I like the optimization for running over entire sites. In fact, more recent  
curation work has generalized your approach so that any task can be run against 
a DB-query (or index search):

see

https://github.com/richardrodgers/mds/blob/master/kernel/src/main/java/org/dspace/curate/ObjectSelector.java

and

https://github.com/richardrodgers/mds/blob/master/kernel/src/main/java/org/dspace/curate/selector/QuerySelector.java

Thanks again,

Richard R

On Dec 27, 2012, at 2:22 PM, Peter Dietz wrote:

Hi All,

I was wondering if I could get some feedback from people who have been using 
Creative-Commons licensing before-and-after DSpace 1.8 (when the REST API 
licensing rewrite was added to DSpace).

In 1.7 and below, when viewing an Item, it looks for a bitstream in the 
CC-LICENSE bundle, and tries to grad the URI from the appropriate bitstream, 
upon page load.

In 1.8 and later, when viewing an Item, the license metadata gets added to a 
CC-Name and a CC-URI metadata field. The UI just points to those metadata 
fields to indicate the proper license.

This leaves one with a legacy problem, as mentioned in the 1.8 release notes.



DS-964https://jira.duraspace.org/browse/DS-964 Rewrite of Creative Commons 
licensinghttps://wiki.duraspace.org/display/DSDOC18/Configuration#Configuration-ConfiguringCreativeCommonsLicense
 for XMLUI

  *   Better integrates the Creative Commons licence selection into the 
submission process
  *   Legacy problem – do we update old license to new or not? Currently MIT 
runs 'split version' with old licenses looking like old, and new look like new.
Provided by MIT.



So, we have just started to roll out our upgrade to 1.8 locally, (we're a 
little late to the party), and we're not happy with being stuck with a legacy 
problem. So I was wondering if anyone has done anything to their items to 
address this situation.

For us, we've built a Curation-Task to migrate the old Items with CC-License to 
fill in their CC-Name and CC-URI metadata fields.

You can take a look at the code for it if you are interested.

https://github.com/osulibraries/DSpace/blob/osukb/dspace-api/src/main/java/org/dspace/ctask/general/CreativeCommonsMetadataMigration.java

It essentially gets ran once during the upgrade, goes through all Items in your 
repository with a CC-LICENSE bitstream, extracts the LICENSE-URI from a 
bitstream, compares that with a locally maintained table of license options, 
and fills in CC-NAME and CC-URI metadata fields. (We've chosen 
dc.rights.cchttp://dc.rights.cc/ and dc.rights.ccuri). I've run into 
performance issues on running a curation task recursively over the entire 
site-level, and had to make some optimizations to the distribute method, but it 
runs pretty well now.

Peter Dietz
--
Master Visual Studio, SharePoint, SQL, ASP.NEThttp://ASP.NET, C# 2012, HTML5, 
CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712___
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

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712___
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] (no subject)

2012-11-26 Thread Sergio Belkin
2012/11/25 Sergio Belkin seb...@gmail.com

 Hi,

 I've exported the ouput of dstat to a csv file. What is the unit used on
 cpu usage fields? I guess is percentage isn't it?

 Let's considere the following output:

 Host:,lxde.vboxUser:,sergio
 Cmdline:,dstat --output /home/sergio/Documentos/perf.csv -t -c -m -d 3
 40Date:,25 Nov 2012 23:13:55 ART

 system,total cpu usage,,memory usagedsk/total,

 time,usr,sys,idl,wai,hiq,siq,used,buff,cach,free,read,writ
 25-11
 23:13:55,4.665,7.378,65.897,18.715,2.969,0.376,220651520.0,23130112.0,155365376.0,645025792.0,1645432.916,16211.940
 25-11
 23:13:58,17.450,11.409,0.0,64.765,5.369,1.007,236494848.0,24113152.0,170467328.0,613097472.0,5539157.333,1365.333
 25-11
 23:14:01,9.524,7.823,0.0,76.871,5.102,0.680,239304704.0,25497600.0,183783424.0,595587072.0,4927488.0,42325.333

 Thanks in advance!


Ooops sorry I mistook for another mailing list. My fault.

-- 
--
Sergio Belkin  http://www.sergiobelkin.com
Watch More TV http://sebelk.blogspot.com
LPIC-2 Certified - http://www.lpi.org
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-11-26 Thread Sergio Belkin
:P


2012/11/26 helix84 heli...@centrum.sk

 On Mon, Nov 26, 2012 at 5:16 PM, Sergio Belkin seb...@gmail.com wrote:
  Ooops sorry I mistook for another mailing list. My fault.

 I thought so. The funny thing is there _is_ a configuration file
 called dstat :) So I wasn't sure what to make of it.


 Regards,
 ~~helix84

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




-- 
--
Sergio Belkin  http://www.sergiobelkin.com
Watch More TV http://sebelk.blogspot.com
LPIC-2 Certified - http://www.lpi.org
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-11-01 Thread helix84
On Thu, Oct 25, 2012 at 4:34 PM, helix84 heli...@centrum.sk wrote:
 There was some work done at University of Cambridge to turn it into a
 dark archive, but I think it would be outdated (incomplete) by now.
 There was one more specific page but this is all I can find now [2].

Found it, here it is:

http://tools.dspace.cam.ac.uk/dark_items.html


Regards,
~~helix84

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

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-11-01 Thread Darren Arsenault
Thank you very much for this—I truly appreciate the effort that you put in to 
answering questions and following up with them later on. 

There is plenty enough here for me to work from if I do indeed implement this 
feature.

Darren Arsenault
Programmer
Algonquin College
1385 Woodroffe Avenue
Ottawa, ON, K2G 1V8

From: ivan.ma...@gmail.com [ivan.ma...@gmail.com] On Behalf Of helix84 
[heli...@centrum.sk]
Sent: November-01-12 6:11 AM
To: Darren Arsenault
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] (no subject)

On Thu, Oct 25, 2012 at 4:34 PM, helix84 heli...@centrum.sk wrote:
 There was some work done at University of Cambridge to turn it into a
 dark archive, but I think it would be outdated (incomplete) by now.
 There was one more specific page but this is all I can find now [2].

Found it, here it is:

http://tools.dspace.cam.ac.uk/dark_items.html


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-10-25 Thread Darren Arsenault
Hi all,

(JSPUI, 1.8.0)

I have been asked to make a change to the way that our DSpace instance works. I 
have been asked to change the system so that users may not view content that 
they do not have any permissions on. In other words, if there were a collection 
that I had no permission to access, then I should not be able to see a list of 
items/sub-collections in said collection, nor should I be able to view any of 
the metadata—I shouldn't even be aware that it exists.

I do not know how to implement this, short of setting up a private AND a public 
facing instance of DSpace—has anyone made such a modification to the system? Is 
it possible? Any advice would be appreciated.

Thank you for your time. Good-day and be well.

Darren Arsenault
Programmer
Algonquin College
1385 Woodroffe Avenue
Ottawa, ON, K2G 1V8

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-10-25 Thread helix84
On Thu, Oct 25, 2012 at 4:17 PM, Darren Arsenault
arse...@algonquincollege.com wrote:
 I do not know how to implement this, short of setting up a private AND a 
 public facing instance of DSpace—has anyone made such a modification to the 
 system? Is it possible? Any advice would be appreciated.

I'm afraid this is currently the easiest way. This question comes up
once in a while, but noone has submitted any code to DSpace to support
this out-of-the-box. You can find some previous discussion here [1].

There was some work done at University of Cambridge to turn it into a
dark archive, but I think it would be outdated (incomplete) by now.
There was one more specific page but this is all I can find now [2].


[1] 
http://dspace.2283337.n4.nabble.com/How-do-I-turn-my-DSpace-repository-into-a-quot-dark-archive-quot-td3474873.html
[2] http://www.lib.cam.ac.uk/repository/Technical_details/

Regards,
~~helix84

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-05-25 Thread revskill
In my experience, firstly you should convert dspace project into a maven
project using command line: mvn eclipse:eclipse, then import the converted
probject into Eclipse IDE, then you can begin hacking.
The step after is to run maven package again to build project.

That is my solution, hope that helps.

2012/5/25 Amit Rami mca.rami_a...@hotmail.com


 Dspace run as well
 but i need customization in Dspace
 then what IDE is better and how to attach my
 existing Dspace project with IDE



 Amit C. Rami
 Student at Gujarat Vidyapith


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
TRUONG HOANG DUNG*
**Librarian Researcher
**Information and Library Centre
Mobile: 0121.411.5322
Email: dun...@hpu.edu.vn*
*Hai Phong Private University* http://lib.hpu.vn
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-05-25 Thread Isaak, David C

Dear Vipul,

I am not familiar with the error message you sent, but I am forwarding it to 
the dspace tech listserv in case anyone there can help.

David

From: Vipul Solanki [mailto:vrsolanki...@yahoo.in]
Sent: Thursday, May 24, 2012 9:39 PM
To: Isaak, David C
Subject:



 Hii devid  i am a student of computer science i am new to Dspace and i have 
error in maven plug-in in clips have you any idea so plz help me

and my error is bellow

Two or more projects in the reactor have the same identifier, please make sure 
that groupId:artifactId:version is unique for each project: 
{org.dspace:dspace-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-api/pom.xml, 
/root/workspace/dspace-1.6.2/dspace-api/pom.xml], 
org.dspace:dspace-stats:1.6.2=[/root/workspace/dspace-1.6.2/dspace-stats/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-stats/pom.xml], 
org.dspace:dspace-oai-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-oai/dspace-oai-api/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-oai/dspace-oai-api/pom.xml], 
org.dspace:dspace-oai-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-oai/dspace-oai-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-oai/dspace-oai-webapp/pom.xml], 
org.dspace:dspace-oai:1.6.2=[/root/workspace/dspace-1.6.2/dspace-oai/pom.xml, 
/root/workspace/dspace-1.6.2/dspace-oai/pom.xml], 
org.dspace:dspace-ui-shared:1.6.2=[/root/workspace/dspace-1.6.2/dspace-ui-shared/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-ui-shared/pom.xml], 
org.dspace:dspace-jspui-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-jspui/dspace-jspui-api/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-jspui/dspace-jspui-api/pom.xml], 
org.dspace:dspace-jspui-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-jspui/dspace-jspui-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-jspui/dspace-jspui-webapp/pom.xml], 
org.dspace:dspace-jspui:1.6.2=[/root/workspace/dspace-1.6.2/dspace-jspui/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-jspui/pom.xml], 
org.dspace:dspace-sword-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-sword/dspace-sword-api/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-sword/dspace-sword-api/pom.xml], 
org.dspace:dspace-sword-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-sword/dspace-sword-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-sword/dspace-sword-webapp/pom.xml], 
org.dspace:dspace-sword:1.6.2=[/root/workspace/dspace-1.6.2/dspace-sword/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-sword/pom.xml], 
org.dspace:dspace-xmlui-wing:1.6.2=[/root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-wing/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-wing/pom.xml], 
org.dspace:dspace-xmlui-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-api/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-api/pom.xml], 
org.dspace:dspace-xmlui-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-webapp/pom.xml], 
org.dspace:dspace-xmlui:1.6.2=[/root/workspace/dspace-1.6.2/dspace-xmlui/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-xmlui/pom.xml], 
org.dspace:dspace-lni-core:1.6.2=[/root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-core/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-core/pom.xml], 
org.dspace:dspace-lni-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-webapp/pom.xml], 
org.dspace:dspace-lni-client:1.6.2=[/root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-client/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-client/pom.xml], 
org.dspace:dspace-lni:1.6.2=[/root/workspace/dspace-1.6.2/dspace-lni/pom.xml, 
/root/workspace/dspace-1.6.2/dspace-lni/pom.xml]} - [Help 1]


plz help me
[ERROR]
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-05-25 Thread helix84
This is the third time this question was asked in 2 days, is this some
school assignment?
Here's the solution offered:

 Using Maven 3 is not currently supported. Please use version 2.2.1.

But noone came back so far to confirm whether it works.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-05-25 Thread Mark Diggory
David and Vipul,

Yes, on 1.6.2 we don't support Maven 3.0, but we do support Maven 3.0 on
the most recent version 1.8.2.

Regards,
Mark

On Fri, May 25, 2012 at 8:28 AM, Isaak, David C david.c.is...@kpchr.orgwrote:

  ** **

 Dear Vipul,

 ** **

 I am not familiar with the error message you sent, but I am forwarding it
 to the dspace tech listserv in case anyone there can help.

 ** **

 David

 ** **

 *From:* Vipul Solanki [mailto:vrsolanki...@yahoo.in]
 *Sent:* Thursday, May 24, 2012 9:39 PM
 *To:* Isaak, David C
 *Subject:* 

 ** **

 ** **

 ** **

  Hii devid  i am a student of computer science i am new to Dspace and i
 have error in maven plug-in in clips have you any idea so plz help me

 ** **

 and my error is bellow 

 ** **

 Two or more projects in the reactor have the same identifier, please make
 sure that groupId:artifactId:version is unique for each project:
 {org.dspace:dspace-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-api/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-api/pom.xml],
 org.dspace:dspace-stats:1.6.2=[/root/workspace/dspace-1.6.2/dspace-stats/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-stats/pom.xml],
 org.dspace:dspace-oai-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-oai/dspace-oai-api/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-oai/dspace-oai-api/pom.xml],
 org.dspace:dspace-oai-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-oai/dspace-oai-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-oai/dspace-oai-webapp/pom.xml],
 org.dspace:dspace-oai:1.6.2=[/root/workspace/dspace-1.6.2/dspace-oai/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-oai/pom.xml],
 org.dspace:dspace-ui-shared:1.6.2=[/root/workspace/dspace-1.6.2/dspace-ui-shared/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-ui-shared/pom.xml],
 org.dspace:dspace-jspui-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-jspui/dspace-jspui-api/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-jspui/dspace-jspui-api/pom.xml],
 org.dspace:dspace-jspui-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-jspui/dspace-jspui-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-jspui/dspace-jspui-webapp/pom.xml],
 org.dspace:dspace-jspui:1.6.2=[/root/workspace/dspace-1.6.2/dspace-jspui/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-jspui/pom.xml],
 org.dspace:dspace-sword-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-sword/dspace-sword-api/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-sword/dspace-sword-api/pom.xml],
 org.dspace:dspace-sword-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-sword/dspace-sword-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-sword/dspace-sword-webapp/pom.xml],
 org.dspace:dspace-sword:1.6.2=[/root/workspace/dspace-1.6.2/dspace-sword/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-sword/pom.xml],
 org.dspace:dspace-xmlui-wing:1.6.2=[/root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-wing/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-wing/pom.xml],
 org.dspace:dspace-xmlui-api:1.6.2=[/root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-api/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-api/pom.xml],
 org.dspace:dspace-xmlui-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-xmlui/dspace-xmlui-webapp/pom.xml],
 org.dspace:dspace-xmlui:1.6.2=[/root/workspace/dspace-1.6.2/dspace-xmlui/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-xmlui/pom.xml],
 org.dspace:dspace-lni-core:1.6.2=[/root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-core/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-core/pom.xml],
 org.dspace:dspace-lni-webapp:1.6.2=[/root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-webapp/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-webapp/pom.xml],
 org.dspace:dspace-lni-client:1.6.2=[/root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-client/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-lni/dspace-lni-client/pom.xml],
 org.dspace:dspace-lni:1.6.2=[/root/workspace/dspace-1.6.2/dspace-lni/pom.xml,
 /root/workspace/dspace-1.6.2/dspace-lni/pom.xml]} - [Help 1]


   
   
 plz help me
 [ERROR] 


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
[image: @mire Inc.]
*Mark Diggory *(Schedule a Meeting 

Re: [Dspace-tech] (no subject)

2012-05-25 Thread Mark Diggory
My assumption is that 3.0 may have just gone mainstream in some of the
jpackage or other linux distribution channels, I suspect we may see more
questions like this if that is the case.

Mark

On Fri, May 25, 2012 at 8:38 AM, helix84 heli...@centrum.sk wrote:

 This is the third time this question was asked in 2 days, is this some
 school assignment?
 Here's the solution offered:

  Using Maven 3 is not currently supported. Please use version 2.2.1.

 But noone came back so far to confirm whether it works.

 Regards,
 ~~helix84


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
[image: @mire Inc.]
*Mark Diggory *(Schedule a Meeting https://tungle.me/markdiggory)
*2888 Loker Avenue East, Suite 305, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
http://www.atmire.com
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-05-06 Thread emilio lorenzo

Hi Nisreen

http://www.base-search.net/ is a Vufind installation (not a DSpace one). 
Vufind is a metasearcher  that can integrate with many digital library 
systems (as Dspace and others).
The way Vufind integrates with Dspace is via OAI-PMH harvesting, that is 
natively supported by Dspace, just some configuration is needed.  This 
integration is well documented in the VUfind site. A simple google 
search with (DSpace + Vufind) directs you to some instructions as the 
developed by the BRAC University ,  Bangladesh. We have followed those 
instructions to integrate vufind with several dspace instances...Quite 
direct and good support from the Vufind community.


regarding your last question, could you please describe what kind of 
linking with geoportal (Esri?) are you thinking on? Probably you will 
have to address the Vufind community to get ideas and support.


best luck
Emilio Lorenzo



El 06/05/2012 18:24, Nisreen Kabani escribió:

Hello

My question is: Is it possible to build OAI Provider service on the Dspace
system

Such as http://www.base-search.net/

And how?


Is there the possibility of linking the Dspace system with Geoportal 
Extension 9.3.1, Service


With thanks'

--
*Nisreen Kabani
Master student
DamascusUniversity*


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-05-02 Thread helix84
On Wed, May 2, 2012 at 2:48 PM, paras jain rachit@gmail.com wrote:
 how one could update new imported item in dspace by adding new metadata
 fields for that item

DSpace version? Interface?

a) If you want to add a metadata value, you can do so by editing the item.
b) If you want to add a new metadata field, you have to go to Metadata
Registries and (preferably in a new schema) add a new metadata field.
Then you can add a new value as in a)

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-05-02 Thread helix84
On Wed, May 2, 2012 at 3:13 PM, paras jain rachit@gmail.com wrote:
 i have imported new items in dspace and i want make search for these items
 accroding to new searching fields i created earlier.
 how can i make this possible

Please, always keep dspace-tech in CC when replying.

After each import, don't forget to call [dspace]/bin/dspace
index-update. Some import methods already update the search index
themselves, but some don't. What method do you use for adding new
items?

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-04-26 Thread helix84
On Thu, Apr 26, 2012 at 13:05, paras jain rachit@gmail.com wrote:
 sir, i have add 3 new search category in dspace and after re-index or
 rebuild dspace i found that the new categories that i have added are shown
 in form of

 ???jsp.search.advanced.type.advisor???.what the meaning of this line sir and
 why new category should add in this format.

It means you DSpace doesn't know what your custom new index field
should be called, so you have to add a string into
Messages.properties:
jsp.search.advanced.type.advisor = Advisor

Maybe you will need to restart Tomcat.

Regards,
~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-04-24 Thread Dennis Tobar
Hi:

In jspui you must add manually (in v. 1.7.1) the new indexes (or
category, as you wrote) in
[dspace-src]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/search/advanced.jsp.
After that, you must rebuild.

In xmlui I don't have any idea.

On Tue, Apr 24, 2012 at 7:58 AM, paras jain rachit@gmail.com wrote:
 sir,i want to add new searching options in dspace.i have configure
 dspace.cfg,message.xml file and then rebuild index-init but still i am
 unable to see any new option to be added
 in dspace advanced search category.please help to how i configure dspace.cfg
 file and how i add new searching category in dspace advanced search list
 successfully.

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Dennis Tobar Calderón
Ingeniero en Informática UTEM
Licenciado en Ciencias de la Ingeniería UTEM

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-04-24 Thread Hilton Gibson
On 24 April 2012 14:25, Dennis Tobar dennis.to...@gmail.com wrote:

 Hi:

 In jspui you must add manually (in v. 1.7.1) the new indexes (or
 category, as you wrote) in

 [dspace-src]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/search/advanced.jsp.
 After that, you must rebuild.

 In xmlui I don't have any idea.


For XMLUI see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes



 On Tue, Apr 24, 2012 at 7:58 AM, paras jain rachit@gmail.com wrote:
  sir,i want to add new searching options in dspace.i have configure
  dspace.cfg,message.xml file and then rebuild index-init but still i am
  unable to see any new option to be added
  in dspace advanced search category.please help to how i configure
 dspace.cfg
  file and how i add new searching category in dspace advanced search list
  successfully.
 
 
 --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 



 --
 Dennis Tobar Calderón
 Ingeniero en Informática UTEM
 Licenciado en Ciencias de la Ingeniería UTEM


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




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

Cell: +27 846 464 758 | Phone: +27 21 808 4100
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-01-12 Thread emilio lorenzo
Henry
Preview is not a configuration option. It is the normal Dspace 
behaviour. Anyway, preview can be acomplished with sligth modifications 
to Dspace.
you could possibly try something in this line:
https://wiki.duraspace.org/display/DSPACE/Document+Preview+with+Google+Docs+viewer

others solutions involving  document streaming have been discussed 
previously and can be found in Dspace-tech mailing archives
best luck
Emilio Lorenzo



El 11/01/2012 12:12, Henry Atsu Agbodza escribió:
 I have realised that the files (bitstreams) in my repository can only be
 downloaded but cannot be viewed within the repository. How can i enable
 this. Did i miss it during the initial configuration stage? Any help is
 appreciated. The files are PDF's.



--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2012-01-12 Thread Richard Rodgers
Hi Henry:

DSpace generally provides access to its assets only by returning the files. 
However, modern browsers are generally quite good at presenting/rendering PDFs,
so if this not happening, you should make sure that the Bitstream format (and 
associated mime-type) are correct for your files.

Hope this helps,

Richard

On Jan 11, 2012, at 6:12 AM, Henry Atsu Agbodza wrote:

 I have realised that the files (bitstreams) in my repository can only be
 downloaded but cannot be viewed within the repository. How can i enable
 this. Did i miss it during the initial configuration stage? Any help is
 appreciated. The files are PDF's.
 
 
 -- 
 Webmaster  Deputy System Administrator (University of Ghana Library System)
 
 
 --
 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
 infrastructure or vast IT resources to deliver seamless, secure access to
 virtual desktops. With this all-in-one solution, easily deploy virtual 
 desktops for less than the cost of PCs and save 60% on VDI infrastructure 
 costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Deleting Subject Keywords

2012-01-11 Thread Scott Thurston
This sounds like the issue reported in
DS-946https://jira.duraspace.org/browse/DS-946
I've reproduced it in our DSpace 1.7.2 repository.

Scott Thurston   scott.thurs...@noaa.gov
NOAA / NGDC / WDChttp://www.ngdc.noaa.gov/
Marine Geology  Geophysics303-497-4411 (phone)
325 Broadway E/GC3   303-497-6513 (fax)
Boulder, CO 80305-3337




On Tue, Jan 10, 2012 at 10:58 AM, Thornton, Susan M. (LARC-B702)[LITES] 
susan.m.thorn...@nasa.gov wrote:

 Index-init should only have to be run when you install DSpace or if, for
 some reason, your indices get corrupted.  I’m still not sure why your
 metadata still appears in your indices after the Item’s been deleted.
 Sounds like you may have some other problem.

 Sue 

 ** **

 ** **

 *Sue Walker-Thornton*

 *(757) 864-2368*

 ** **

 *From:* Fabiana Zollo [mailto:picc...@hotmail.it]
 *Sent:* Tuesday, January 10, 2012 12:27 PM
 *To:* Thornton, Susan M. (LARC-B702)[LITES]; heli...@centrum.sk
 *Cc:* dspace-tech@lists.sourceforge.net

 *Subject:* RE: [Dspace-tech] Deleting Subject Keywords

 ** **

 Thank you everybody!

 Anyway I just solved using the following command

 ** **

  [dspace]/bin/dspace index-init

 ** **

 and everything works well now. 

 ** **

 Fabiana

 ** **

  From: susan.m.thorn...@nasa.gov
  To: heli...@centrum.sk; picc...@hotmail.it
  CC: dspace-tech@lists.sourceforge.net
  Date: Tue, 10 Jan 2012 10:37:48 -0600
  Subject: RE: [Dspace-tech] Deleting Subject Keywords
 
  When you delete an Item via the online interface in DSpace, the search
 and browse indices are immediately updated and should not be found in
 search or browse. I've never had to run index-update. I just tested this
 with DSpace 1.7.1 and it works fine.
  Sue
 
 
  Sue Walker-Thornton
  (757) 864-2368
 
  -Original Message-
  From: helix84 [mailto:heli...@centrum.sk heli...@centrum.sk]
  Sent: Monday, January 09, 2012 12:41 PM
  To: Fabiana Zollo
  Cc: dspace-tech@lists.sourceforge.net
  Subject: Re: [Dspace-tech] Deleting Subject Keywords
 
  On Mon, Jan 9, 2012 at 18:12, Fabiana Zollo picc...@hotmail.it wrote:
   Hi everybody,
   I'm having a problem related to subject keywords. I've had a try
   adding an item to the archive, including all its data (author,
 subject, etc..).
   Anyway, despite I've deleted it, subject keywords and author name
   continue to appear in the search page. Could anyone suggest to me how
   to remove them from the archive permanently?
 
  You should update the search  browse indexes after you deposit or
 remove items. Actually, it's recommended to run a nightly cron job to do
 that:
 
  [dspace]/bin/dspace index-update
 
  Also, if you use XMLUI with Discovery, you should update the discovery
 index right afterwards, too:
 
  [dspace]/bin/dspace update-discovery-index
 
  Both these commands should be run while tomcat is running (i.e. you
 don't need to stop it).
 
  Regards,
  ~~helix84
 
 
 --
  Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a
 complex infrastructure or vast IT resources to deliver seamless, secure
 access to virtual desktops. With this all-in-one solution, easily deploy
 virtual desktops for less than the cost of PCs and save 60% on VDI
 infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech


 --
 Write once. Port to many.
 Get the SDK and tools to simplify cross-platform app development. Create
 new or port existing apps to sell to consumers worldwide. Explore the
 Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
 http://p.sf.net/sfu/intel-appdev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Deleting Subject Keywords

2012-01-10 Thread Fabiana Zollo

Thank you everybody!Anyway I just solved using the following command
 [dspace]/bin/dspace index-init
and everything works well now. 
Fabiana
 From: susan.m.thorn...@nasa.gov
 To: heli...@centrum.sk; picc...@hotmail.it
 CC: dspace-tech@lists.sourceforge.net
 Date: Tue, 10 Jan 2012 10:37:48 -0600
 Subject: RE: [Dspace-tech] Deleting Subject Keywords
 
 When you delete an Item via the online interface in DSpace, the search and 
 browse indices are immediately updated and should not be found in search or 
 browse.  I've never had to run index-update.  I just tested this with DSpace 
 1.7.1 and it works fine.
 Sue
 
 
 Sue Walker-Thornton
 (757) 864-2368
 
 -Original Message-
 From: helix84 [mailto:heli...@centrum.sk] 
 Sent: Monday, January 09, 2012 12:41 PM
 To: Fabiana Zollo
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Deleting Subject Keywords
 
 On Mon, Jan 9, 2012 at 18:12, Fabiana Zollo picc...@hotmail.it wrote:
  Hi everybody,
  I'm having a problem related to subject keywords. I've had a try 
  adding an item to the archive, including all its data (author, subject, 
  etc..).
  Anyway, despite I've deleted it, subject keywords and author name 
  continue to appear in the search page. Could anyone suggest to me how 
  to remove them from the archive permanently?
 
 You should update the search  browse indexes after you deposit or remove 
 items. Actually, it's recommended to run a nightly cron job to do that:
 
 [dspace]/bin/dspace index-update
 
 Also, if you use XMLUI with Discovery, you should update the discovery index 
 right afterwards, too:
 
 [dspace]/bin/dspace update-discovery-index
 
 Both these commands should be run while tomcat is running (i.e. you don't 
 need to stop it).
 
 Regards,
 ~~helix84
 
 --
 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex 
 infrastructure or vast IT resources to deliver seamless, secure access to 
 virtual desktops. With this all-in-one solution, easily deploy virtual 
 desktops for less than the cost of PCs and save 60% on VDI infrastructure 
 costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
  --
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Deleting Subject Keywords

2012-01-10 Thread Thornton, Susan M. (LARC-B702)[LITES]
Index-init should only have to be run when you install DSpace or if, for some 
reason, your indices get corrupted.  I'm still not sure why your metadata still 
appears in your indices after the Item's been deleted.  Sounds like you may 
have some other problem.
Sue


Sue Walker-Thornton
(757) 864-2368

From: Fabiana Zollo [mailto:picc...@hotmail.it]
Sent: Tuesday, January 10, 2012 12:27 PM
To: Thornton, Susan M. (LARC-B702)[LITES]; heli...@centrum.sk
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] Deleting Subject Keywords

Thank you everybody!
Anyway I just solved using the following command

 [dspace]/bin/dspace index-init

and everything works well now.

Fabiana

 From: susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov
 To: heli...@centrum.skmailto:heli...@centrum.sk; 
 picc...@hotmail.itmailto:picc...@hotmail.it
 CC: 
 dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
 Date: Tue, 10 Jan 2012 10:37:48 -0600
 Subject: RE: [Dspace-tech] Deleting Subject Keywords

 When you delete an Item via the online interface in DSpace, the search and 
 browse indices are immediately updated and should not be found in search or 
 browse. I've never had to run index-update. I just tested this with DSpace 
 1.7.1 and it works fine.
 Sue


 Sue Walker-Thornton
 (757) 864-2368

 -Original Message-
 From: helix84 [mailto:heli...@centrum.sk]
 Sent: Monday, January 09, 2012 12:41 PM
 To: Fabiana Zollo
 Cc: 
 dspace-tech@lists.sourceforge.netmailto:dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Deleting Subject Keywords

 On Mon, Jan 9, 2012 at 18:12, Fabiana Zollo 
 picc...@hotmail.itmailto:picc...@hotmail.it wrote:
  Hi everybody,
  I'm having a problem related to subject keywords. I've had a try
  adding an item to the archive, including all its data (author, subject, 
  etc..).
  Anyway, despite I've deleted it, subject keywords and author name
  continue to appear in the search page. Could anyone suggest to me how
  to remove them from the archive permanently?

 You should update the search  browse indexes after you deposit or remove 
 items. Actually, it's recommended to run a nightly cron job to do that:

 [dspace]/bin/dspace index-update

 Also, if you use XMLUI with Discovery, you should update the discovery index 
 right afterwards, too:

 [dspace]/bin/dspace update-discovery-index

 Both these commands should be run while tomcat is running (i.e. you don't 
 need to stop it).

 Regards,
 ~~helix84

 --
 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex 
 infrastructure or vast IT resources to deliver seamless, secure access to 
 virtual desktops. With this all-in-one solution, easily deploy virtual 
 desktops for less than the cost of PCs and save 60% on VDI infrastructure 
 costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Deleting Subject Keywords

2012-01-09 Thread helix84
On Mon, Jan 9, 2012 at 18:12, Fabiana Zollo picc...@hotmail.it wrote:
 Hi everybody,
 I'm having a problem related to subject keywords. I've had a try adding an
 item to the archive, including all its data (author, subject, etc..).
 Anyway, despite I've deleted it, subject keywords and author name continue
 to appear in the search page. Could anyone suggest to me how to remove them
 from the archive permanently?

You should update the search  browse indexes after you deposit or
remove items. Actually, it's recommended to run a nightly cron job to
do that:

[dspace]/bin/dspace index-update

Also, if you use XMLUI with Discovery, you should update the discovery
index right afterwards, too:

[dspace]/bin/dspace update-discovery-index

Both these commands should be run while tomcat is running (i.e. you
don't need to stop it).

Regards,
~~helix84

--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] configuring subject autocomplete demo for select

2011-10-08 Thread Christian Voelker
Hello Elliot, Hello everybody,

I have made the very same experience. Have you been able to confirm the 
limitations of the Controlled Vocabulary Support? And how did you work around 
it?

I have tried a zillion different combinations and this is what has come out:

First of all, in dsapce.cfg the comment reads as follows:

 ## The DSpaceControlledVocabulary plugin is automatically configured
 ## with every *.xml file in [dspace]/config/controlled-vocabularies,
 ## and creates a plugin instance for each, using base filename as the name.
 ## eg: nsi, srsc.

This implies that you dont need to uncomment anything below to make it happen. 
However, the property 

 plugin.selfnamed.org.dspace.content.authority.ChoiceAuthority


seems not to be handled consistently with other properties in dspace.cfg and 
seems not to have any default value. I started with these two lines uncommented:

 plugin.selfnamed.org.dspace.content.authority.ChoiceAuthority = \
 org.dspace.content.authority.DSpaceControlledVocabulary

And I saw the empty list as you described in the Submission process. When 
commenting out again, I saw a onebox style entry form in XMLUI and twobox in 
JSPUI. This ment to me that my initial setting with allright.


Next, the feature does not seem to be documented in the current 1.7.x user 
documentation. I have probably read the same page in the development area as a 
sole source of information for allowed values for optional and required 
properties:

 https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+Values

On this page under

 Selecting Choice Presentation Style

in the lower half of the page, three valid values are mentioned and explained 
for 

 choices.presentation:

select, suggest and lookup.

There is a table at the middle of the page preceeded by the headline

 Relationship with Interactive Submission Configuration

In this table, all three values are mentioned as supported for entry field 
types onebox, twobox und textarea. I tried all three of them. First I tried by 
modifying directly in my working testinstance, only restarting tomcat. Though I 
saw some changes, I was not happy with the result. I also tried rebuilding 
completely but the results were the same. As such it seems that testing 
modifications to dspace.cfg and input-forms.xml in a working instance, only 
restarting tomcat is sufficient for this purpose.

Select showed the empty list as you mentioned in either XMLUI and JSPUI. It 
was completely impossible to enter anything, which means that you cant come 
over this step in submission in case the Dublin Core field is required in your 
repository.

Lookup opened a popup window. On top, there was a list with one item not 
localized selected. Maybe, Localization is supported in for vocabularies 
although not mentioned? I did not try out with something like srsc_de.xml. In 
the lower half of the window, no possible values were shown, even if the search 
term had the correct spelling of one unique entry in the vocabulary. The search 
term is to be seen in a entry box and can be modified within the popup window. 
Below the text entry box, there are three buttons, one of them labeled Find 
more… but it does not reveal any more results. Lookup seems to be just as 
useless as Select as a choice for choices.presentation.dc.qualifier, even if 
you enter a search term.

Last option suggest started to show a long list of possible values as soon as 
starting to enter text in the box. However, it was not possible to choose from 
this list. I tried with Firefox 7.0.1 and Safari 5.1 Mac. One had to typ until 
there was only one suggestion left. Even then, only the part entered manually 
was inserted when hitting the Add button. Currently, it seems to be the only 
working option, though not overly helpful in keeping field values consistent.
Stop, hold on. When keeping away from the mouse or trackpad completely, there 
is a way to enter a suggested value as follows: Use the arrow keys to navigate 
in the list of values offered. The whole value is entered in the field then. 
However dont use the mouse to click the Add button. The field will be reduced 
to the part you typed. Instead, hit the Tab key to move on to the Add button. 
Now, you can use either the Enter key or the mouse to activate the Add button 
while keeping the whole value.


Now for the three optional vocabulary.plugin properties 

 hierarchy.store, hierarchy.suggest and delimiter.

I was not sure as to what the delimiter was ment for. Parsing the controlled 
vocabulary itself? It did not seem so as the default perl delimiter could not 
be found in the sample vocabularies srsc and nsi. Maybe, for inserting multiple 
values in one database field and splitting them up again while reading? When I 
saw the list shown with setting suggest, I decided that this has only impact on 
appearance. The delimiter is used to separate levels in a tree structure: 
first level term::second level::actual leaf value. Im not sure 

Re: [Dspace-tech] configuring subject autocomplete demo for select

2011-10-08 Thread Christian Voelker
Hello,

Am 08.10.2011 um 16:25 schrieb Christian Voelker:

 Now for the three optional vocabulary.plugin properties 
 
 hierarchy.store, hierarchy.suggest and delimiter.
 
 (…)
 
 The hierarchy.suggest made me paricularly curious. However I could not find 
 any effect, turning this boolean to true or false while having 
 choices.presentation set to suggest. I was not able to test every possible 
 combination, but I set both hierarchy.store and hierarchy.suggest explicitly 
 to false and tried all three possible values for choices.presentation with no 
 visible effect. I also could not find any information about these two values 
 throughout DSpace Docs, not even in the Developer Doc mentioned above.

With all these tests, I was wrong here:

Setting hierarchy.store to false and choices.presentation to suggest, you only 
get the leaf value, which might make a big difference depending on the 
structure of you vocabulary. In our case 3.31 ist always located below 3.3, 
which also limits the amount of possible value below each level to nine. As 
such the leaf value alone is always disctinct in this vocabulary.
The delimiter is without meaning when setting both hierarchy.store and 
hierarchy.suggest to false. However with hierarchy.suggest left at its default 
value true, the list of options shows the whole path and gives orientation to 
the user. When choosing from the list, only the last part of what is displayed 
gets entered into the field. The delimiter is visible in the suggestions but 
not to be seen in the stored value.

Also, the awkward entry method described before with arrow keys and Tab can be 
slightly improved. You need to choose using arrow keys from the list of options 
offered. However, if you manage not to touch the list and the entry field while 
moving the cursor to the Add button, then you can use mouse or trackpad without 
hitting Tab before.

Bye, Christian


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] configuring subject autocomplete demo for select

2011-10-08 Thread dantexier
Hello everyone.

My experience seemed, only I have a problem with select in 
the dc.subject metadata.

My settings in dspace.cfg is:
   choices.plugin.dc.subject = srsc
   choices.presentation.dc.subject = select
   choices.closed.dc.subject = true
   vocabulary.plugin.srsc.hierarchy.store = true
   vocabulary.plugin.srsc.hierarchy.suggest = true
   vocabulary.plugin.srsc.delimiter = ::
   authority.minconfidence.dc.subject = accepted
   authority.controlled.dc.subject = true

And my setting in input-forms.xml to dc.subject is:
       field
         dc-schemadc/dc-schema
         dc-elementsubject/dc-element
         dc-qualifier/dc-qualifier
         !-- An input-type of twobox MUST be marked as repeatable --
         repeatabletrue/repeatable
         labelSubject Keywords/label
         input-typetwobox/input-type
         hint Enter appropriate subject keywords or phrases below - JOJO. 
/hint
         required/required
         vocabularysrsc/vocabulary
       /field

Then, I get this problem in any browser:
org.dspace.app.xmlui.wing.WingException: Field dc_subject has choice 
presentation of type select, it may NOT be authority-controlled.

Do not understand why, because it works well with lookup and suggest.

Thanks,
Jose


From: Christian Voelker c.voel...@gmx.net
To: listaDspace Tech dspace-tech@lists.sourceforge.net
Sent: Saturday, October 8, 2011 11:25 AM
Subject: Re: [Dspace-tech] configuring subject autocomplete demo for select

Hello Elliot, Hello everybody,

I have made the very same experience. Have you been able to confirm the 
limitations of the Controlled Vocabulary Support? And how did you work around 
it?

I have tried a zillion different combinations and this is what has come out:

First of all, in dsapce.cfg the comment reads as follows:

 ## The DSpaceControlledVocabulary plugin is automatically configured
 ## with every *.xml file in [dspace]/config/controlled-vocabularies,
 ## and creates a plugin instance for each, using base filename as the name.
 ## eg: nsi, srsc.

This implies that you dont need to uncomment anything below to make it happen. 
However, the property 

 plugin.selfnamed.org.dspace.content.authority.ChoiceAuthority


seems not to be handled consistently with other properties in dspace.cfg and 
seems not to have any default value. I started with these two lines uncommented:

 plugin.selfnamed.org.dspace.content.authority.ChoiceAuthority = \
 org.dspace.content.authority.DSpaceControlledVocabulary

And I saw the empty list as you described in the Submission process. When 
commenting out again, I saw a onebox style entry form in XMLUI and twobox in 
JSPUI. This ment to me that my initial setting with allright.


Next, the feature does not seem to be documented in the current 1.7.x user 
documentation. I have probably read the same page in the development area as a 
sole source of information for allowed values for optional and required 
properties:

 https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+Values

On this page under

 Selecting Choice Presentation Style

in the lower half of the page, three valid values are mentioned and explained 
for 

 choices.presentation:

select, suggest and lookup.

There is a table at the middle of the page preceeded by the headline

 Relationship with Interactive Submission Configuration

In this table, all three values are mentioned as supported for entry field 
types onebox, twobox und textarea. I tried all three of them. First I tried by 
modifying directly in my working testinstance, only restarting tomcat. Though I 
saw some changes, I was not happy with the result. I also tried rebuilding 
completely but the results were the same. As such it seems that testing 
modifications to dspace.cfg and input-forms.xml in a working instance, only 
restarting tomcat is sufficient for this purpose.

Select showed the empty list as you mentioned in either XMLUI and JSPUI. It 
was completely impossible to enter anything, which means that you cant come 
over this step in submission in case the Dublin Core field is required in your 
repository.

Lookup opened a popup window. On top, there was a list with one item not 
localized selected. Maybe, Localization is supported in for vocabularies 
although not mentioned? I did not try out with something like srsc_de.xml. In 
the lower half of the window, no possible values were shown, even if the search 
term had the correct spelling of one unique entry in the vocabulary. The search 
term is to be seen in a entry box and can be modified within the popup window. 
Below the text entry box, there are three buttons, one of them labeled Find 
more… but it does not reveal any more results. Lookup seems to be just as 
useless as Select as a choice for choices.presentation.dc.qualifier, even if 
you enter a search term.

Last option suggest started to show a long list of possible values as soon as 
starting to enter text in the box. However

Re: [Dspace-tech] (no subject)

2011-07-07 Thread Josefina Perez Alvarez
In [dspace]/bin execute:
./dspace create-administrator

Try
./dspace --help
to see other interesting actions in this script

Good luck
Josi Perez



2011/7/7 Nisreen Kabani nisreenkaban...@gmail.com

  We got a file for adding language interface designed in JSP  findly
 instruct as on How to apply to Dspace in linux?

 Please instruct as on how to form The first account (manger Account) with
 finest thanks?


 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2011-03-31 Thread Andrea Schweer
Hi Sisay,

On 31/03/11 20:32, Webshet, Sisay (ILRI) wrote:
 In dspace 1.6. I want to move a collection(3377) from a community(231)
 to another community(310)
 
 I used a dspace command sudo /home/dspace/bin/dspace community-filiator
 --set --parent=10568/310 --child=10568/3377.
 
 But Error, child community cannot be found: 10568/3377.

The documentation states that the community filiator works only to
re-parent a *community*, not a collection. Whenever I have to move a
collection to a new parent community, I do it directly in the database.
The following sql statement should work (make a backup of your database
first!):

update community2collection set community_id = (select resource_id from
handle where handle = '10568/310') where community_id = (select
resource_id from handle where community_id = resource_id and handle =
'10568/231') and collection_id = (select resource_id from handle where
collection_id = resource_id and handle = '10568/3377');

This assumes that collection 10568/3377 is currently a direct child of
community 10568/231 and you want it to be a direct child of 10568/310
instead.

I've found that on xmlui, this change won't be reflected in the
breadcrumb trail at the top of the page (probably due to Cocoon
caching). Editing the description of the collection (eg adding a space
to the end of the description) resolves that problem.

I've been meaning to write code that allows an administrator to do this
via the web interface but I haven't had the time for that yet.

Again, make sure to have a current backup of your database before you
try this on a production machine!

cheers,
Andrea

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

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] configuring subject autocomplete demo for select

2011-02-23 Thread helix84
On Wed, Feb 23, 2011 at 19:54, Elliot Dawson edaw...@maf.org wrote:
 I’m using DSpace 1.7, XMLUI Mirage theme, and I’m trying to configure the
 subject code autocomplete demo using “srsc” with a “select” presentation
 style and all I get is a blank list. It seems to work when I set the
 presentation style to “suggest”. My only thought is that srsc.xml is not
 returning the list correctly for the “select” list.

I never used this functionality myself but I have two tips for you:
1) check the syntax of your srsc.xml with xmllint
2) look at the dspace and tomcat logs when reloading the broken page

Regards,
~~helix84

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] configuring subject autocomplete demo for select

2011-02-23 Thread Elliot Dawson
I checked those two things. Nada. Besides, srsc.xml is there by default.

I know in the DSpace documentation 
(https://wiki.duraspace.org/display/DSPACE/Authority+Control+of+Metadata+Values)
 it mentions that not every ChoiceAuthority plugin can present the select 
style. 

When I looked at the java source for the DSpaceControlledVocabulary plugin it 
looks like it must not support select as a presentation style because it 
takes a query string from the user.

What I'm trying to do is create a pick-list similar to what the 
DCInputAuthority plugin does with value-pairs from input-forms.xml, however I'd 
rather have the values come from an xml file in 
...dspace/config/controlled-vocabularies/ so that I could update the pick-list 
separate from input-forms.xml

Do I need to write my own modified plugin? Has anyone done this?

Thanks

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, February 23, 2011 4:00 PM
To: Elliot Dawson
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] configuring subject autocomplete demo for select

On Wed, Feb 23, 2011 at 19:54, Elliot Dawson edaw...@maf.org wrote:
 I’m using DSpace 1.7, XMLUI Mirage theme, and I’m trying to configure 
 the subject code autocomplete demo using “srsc” with a “select” 
 presentation style and all I get is a blank list. It seems to work 
 when I set the presentation style to “suggest”. My only thought is 
 that srsc.xml is not returning the list correctly for the “select” list.

I never used this functionality myself but I have two tips for you:
1) check the syntax of your srsc.xml with xmllint
2) look at the dspace and tomcat logs when reloading the broken page

Regards,
~~helix84
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2010-06-14 Thread Augustine Gitonga
Colleagues,

Is it possible to create SUB-COLLECTIONS? A collection withing a collection? Or 
it would only be wise to make the 'senior' colection a Sub-community and then 
make the 'sub-collections' collections? Let me know

Regards,

 
The Lord is my Light and my Salvation Ps 27:1
 
Augustine Gitonga
Nairobi
E-mail: agnya...@yahoo.com



  --
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2010-06-14 Thread Allen Lam

No, the design of dspace allows no sub-collection.
It allows communities to have sub-communities, and 
communities/sub-communities to have collections.


Regards,
Allen Lam.
HKU Hub Administrator, http://hub.hku.hk


On 2010-06-14 7:58 PM, Augustine Gitonga wrote:

Colleagues,

Is it possible to create SUB-COLLECTIONS? A collection withing a 
collection? Or it would only be wise to make the 'senior' colection a 
Sub-community and then make the 'sub-collections' collections? Let me know


Regards,

*The Lord is my Light and my Salvation Ps 27:1*

*/Augustine Gitonga/*

*/Nairobi/*

*/E-mail: /* */agnya...@yahoo.com/* mailto:agnya...@yahoo.com




--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
   
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2009-11-13 Thread Ying Jin
Hi Andriy,

What UI interface you are using? XMLUI or JSPUI? A year ago, I  
implemented one using captcha code from cocoon on Dspace 1.5.0 XMLUI  
interface.

If you are using XMLUI and feel comfortable to change DSpace code a  
bit, I can find out the code for you.

Best,
Ying

On Nov 13, 2009, at 11:52 AM, o...@polynet.lviv.ua wrote:

 Hello, my name is Andriy and i am from Lviv Polytechnik National
 University ( Ukraine). I
 have the next question:
 How can i integrate jcaptcha in dspace 1.5.2 . It's very important for
 me. In internet i
 can't find any usefull information about it. Can anyone propose easy
 steps o integrate jcaptcha( or simpleCaptcha or other captcha) in
 dspace.
 Thanks all


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008  
 30-Day
 trial. Simplify your report design, integration and deployment - and  
 focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2009-05-27 Thread Mr Havercamp
I believe this may have come up before in the mailing list. I think the 
suggestion was to edit the 
org.dspace.app.webui.servlet.PasswordServlet.java file, adding a session 
variable to monitor the number of attempts.

Hope this helps

Cheers


Hayden

Sizwe Futshane wrote:

  Good day all

  

 I am trying to limit the number of login attempts on my Dspace.

  

 Can anyone assist me

 

 --
 Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
 is a gathering of tech-side developers  brand creativity professionals. Meet
 the minds behind Google Creative Lab, Visual Complexity, Processing,  
 iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
 Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
   


--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing,  
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2009-04-15 Thread Claudia Jürgen
Hi Islam,


Detailed description of the submission configuration can be found in the 
DSpace documentation,
see [dspace-source]/dspace/docs/html/ch11.html#docbook-submission.html

Basically:
1. Make sure the metadata field you want to add is registered via the 
metadata registry.
2. edit [dspace-source]/config/input-forms.xml.
Add a field field...field to the page of the form
A field consists of:
- dc-schema/dc-schema
   mandatory - metadata schema name
- dc-element/dc-element
   mandatory - metadata element
- dc-qualifier/dc-qualifier
   optional - metadata qualifier
- repeatable/repeatable 
   Values: true or false
   Marks a field as repeatable.
- label /label  mandatory
   Label used in UI
- input-type /input-type  mandatory
   Type of input field
   The types are:
   - onebox - Simple Onebox for short texts
   - twobox - A pair of Oneboxes
   - textarea - A textarea
   - name -  A pair of textboxes for personal names
   - date -  Date, at least a year must be given
   - dropdown -  A selection list
   - qualdrop-value - A selection list combined with a onebox
- hint/hint
   mandatory - Hint used in UI
- required/required 
   If this field contains any text, the field is marked as mandatory.
- visibility/visibility
   Visibility during Workflow and Submission
   - workflow - Only visible in workflow
   - submit - Only visible during submission
   If nothing is given, the field is visible in both submission and 
workflow.
3. Rebuild and redeploy your application
4. Note, this will not add the newly ingested metadata to the default 
itemdisplay, search and browse, unless the field used is allready part 
of these.



Claudia Jürgen




Islam Ahmad schrieb:
 Dear All, I want to add  more input-type into submission forms. How it
 may be possible? Please help me. ThanksIslam
 
 
 
 
 
 --
 This SF.net email is sponsored by:
 High Quality Requirements in a Collaborative Environment.
 Download a free trial of Rational Requirements Composer Now!
 http://p.sf.net/sfu/www-ibm-com
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] no subject

2009-04-06 Thread Stuart Lewis
Hi Karen,

 

Is 3029/2039 definitely a Collection? This error gets thrown if you try
to deposit items into a handle that is an Item, rather than a
Collection.

 

Thanks,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

 

 

From: Karen_Savage [mailto:karen_sav...@baylor.edu] 
Sent: Tuesday, 7 April 2009 3:36 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] no subject

 

Hi,

I'm trying to do a batch import of files to a particular etd in our
collection, but I keep getting the following error:
Destination collections:
Exception in thread main java.lang.ClassCastException:
org.dspace.content.Item
at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:341)

This is the command I'm running (I've switched out the ids):
/dspace/bin/dsrun org.dspace.app.itemimport.ItemImport -a -e 2039 -c
3029/2039 -s import -m /mapfiles/mapfile_ball -t

This is my directory structure:
import
001
contents
dublin_core.xml
various files to upload

We're running Dspace 1.3.2. I double-checked all the log files and
didn't see any errors for the time that I last ran the command.

I'd appreciate any help or suggestions!

-- 
Karen Savage
Baylor University
Central Libraries
Electronic Libraries
ext. 3275

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2009-03-05 Thread Zico
On Thu, Mar 5, 2009 at 6:53 PM, Islam Ahmad is...@techie.com wrote:

 Respected Sir/Madam

 I have downloaded dspace 1.4 source package, PosgreSql 8.4 advanced server
 and Apache Tomcat 6.0 server. Sir I have the problem to install DSpace.


What problem?


-- 
Best,
Zico
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2008-06-24 Thread George Hamilton
What values are you using in the drop down box? Are they metadata 
qualifiers?

ARD Prasad wrote:
 Hi,
 I was experiencing a problem.  Whenever I make an element with input-type
 qualdrop_value and also use the required tag, while submission workflow
 it does not allow me to go the next page, showing the message that it is a
 required field.

 I vaguely remember this was the case prior to dspace-1.5.  I changed the
 following line in the file (Step 3)

 dspace-api/src/main/java/org/dspace/submit/step/DescribeStep.java

 DCValue[] values = item.getMetadata(inputs[i].getSchema(),
 // inputs[i].getElement(), inputs[i].getQualifier(), Item.ANY);
inputs[i].getElement(), Item.ANY, Item.ANY);

 Things seem to working OK.

 with best regards

   


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2007-11-01 Thread Douglas Ramiro
So sorry I forgot the subject...

Douglas Ramiro

2007/11/1, Douglas Ramiro [EMAIL PROTECTED]:

 Hello everybody. My name is Douglas Ramiro, I'm from Brazil. I'm in
 trouble with dspace to send email. I set up the file dspace.cfg with


 # SMTP mail server
 mail.server=smtp.gmail.com

 # SMTP mail server authentication username and password (if required)
  mail.server.username = dougemay
  mail.server.password = mypassword

 # From address for mail
 mail.from.address = [EMAIL PROTECTED]

 # Currently limited to one recipient!
 feedback.recipient = [EMAIL PROTECTED]

 but I 'm not receiving any email. Example, when i register an e-person,
 nothing comes to me.

 What can I do? Does any body have the same problem?

 Best Regards


 --
 Douglas Ramiro
 (+55xx61)  8416-0903


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Douglas Ramiro
(+55xx61)  8416-0903
Consultor Voip
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2007-09-28 Thread P. S. Mukhopadhyay
Dear Jayan

I'm not in a position to comment on this technical configuration rather have
a question on Dspace on Windows Adv Server 2003. In our Dspace on Windows
mode we are in search of a mail server (the role play by sendmail in Dspsce
on Linux/Fedora). Can you suggest any one such FLOSS based product. Our
system can't entertain e-mail based registration of e-persons due to lack of
a programme like sendmail.

Awaiting eagerly...

Parthasarathi Mukhopadhyay
Lecturer, Department of Librray and Information Science, University of
Burdwan, Burdwan - 713 104 (WB), India

On 9/28/07, Jayan Chirayath Kurian [EMAIL PROTECTED] wrote:

  Hi!



 Here we have dspace1.4.1 on windows 2003 standard edition with 3 GB RAM.
 We plan to increase the RAM to 12 GB. Since the standard edition can utilize
 only 4 GB of ram we are planning to install Windows 2003 Enterprise edition.
 Have anyone come across any issues in such a case. Your comments are
 welcome. Does dspace 1.4.1 makes any difference with respect to 32 bit
 application and 64 applications.



 Thanks,

 Jayan

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2007-09-28 Thread Sperr, Edwin
Don't forget that you can also use dspace.cfg to point your DSpace box at 
another mail server somewhere else on your network (just so long as that 
mailserver is set to relay internal stuff).  That's one easy solution for 
machines that don't have sendmail installed locally...
 
later,
 
Ed Sperr
[EMAIL PROTECTED]



From: P. S. Mukhopadhyay [mailto:[EMAIL PROTECTED]
Sent: Fri 9/28/2007 3:19 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] (no subject)


Dear Jayan

I'm not in a position to comment on this technical configuration rather have a 
question on Dspace on Windows Adv Server 2003. In our Dspace on Windows mode we 
are in search of a mail server (the role play by sendmail in Dspsce on 
Linux/Fedora). Can you suggest any one such FLOSS based product. Our system 
can't entertain e-mail based registration of e-persons due to lack of a 
programme like sendmail. 

Awaiting eagerly...

Parthasarathi Mukhopadhyay
Lecturer, Department of Librray and Information Science, University of Burdwan, 
Burdwan - 713 104 (WB), India


On 9/28/07, Jayan Chirayath Kurian [EMAIL PROTECTED] wrote: 

Hi! 

 

Here we have dspace1.4.1 on windows 2003 standard edition with 3 GB 
RAM. We plan to increase the RAM to 12 GB. Since the standard edition can 
utilize only 4 GB of ram we are planning to install Windows 2003 Enterprise 
edition. Have anyone come across any issues in such a case. Your comments are 
welcome. Does dspace 1.4.1 makes any difference with respect to 32 bit 
application and 64 applications.

 

Thanks,

Jayan



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech 






-- 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2007-09-28 Thread James Rutherford
On Fri, Sep 28, 2007 at 05:47:23PM +0800, Jayan Chirayath Kurian wrote:
 Is there any way to get the hardware specs for the china digital museum
 project? Here they are looking for building a museum archive. Any
 suggestions are welcome. 

I'll see if I can find out, but you should derive the hardware spec from
your individual requirements (number of items, volume of content,
anticipated number of users, etc) rather than necessarily from what
other people are using. For instance, the data center nodes in the
project will be holding ~200TiB of content each, and will be serving all
of China, whereas the individual nodes will probably average around 2TiB
of content, and will be serving a much smaller audience...

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as HP CONFIDENTIAL.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2007-09-28 Thread Jayan Chirayath Kurian
Hi! Jim,

Is there any way to get the hardware specs for the china digital museum
project? Here they are looking for building a museum archive. Any
suggestions are welcome. 

Thanks,
Jayan

-Original Message-
From: James Rutherford [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 28, 2007 5:42 PM
To: Jayan Chirayath Kurian
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] (no subject)

There is nothing about DSpace that will make it inherently better or
worse running on a 64-bit OS, it is more the underlying technology
(java, tomcat, postgres, etc) that will make the difference. DSpace will
work just fine provided everything else is there.

cheers,

Jim

On Fri, Sep 28, 2007 at 11:22:24AM +0800, Jayan Chirayath Kurian wrote:
 Hi! 
 
  
 
 Here we have dspace1.4.1 on windows 2003 standard edition with 3 GB
RAM.
 We plan to increase the RAM to 12 GB. Since the standard edition can
 utilize only 4 GB of ram we are planning to install Windows 2003
 Enterprise edition. Have anyone come across any issues in such a case.
 Your comments are welcome. Does dspace 1.4.1 makes any difference with
 respect to 32 bit application and 64 applications.
 
  
 
 Thanks,
 
 Jayan
 



-
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential
and
may be legally privileged. If you have received this message in error,
you
should delete it from your system immediately and advise the sender. To
any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as HP CONFIDENTIAL.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech