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=ListRecords&metadataPrefix=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=ListIdentifiers&metadataPrefix=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/ 
(dspace 1.8.2)


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-CreatingtheBrowse&SearchIndexes

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


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





--
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 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-10 Thread Skevas Spiridon
Anyone?


Sincerely yours,
Spiros Skevas

On Sat, Mar 7, 2015 at 7:39 PM, Skevas Spiridon  wrote:

>
>
> Sincerely yours,
> Spiros Skevas
>
> On Thu, Mar 5, 2015 at 12:36 AM, 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?
>>
>> stacktrace is:
>>
>> java.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) a

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  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:
>
> java.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
> org.apache.cocoon.core.container.spring.ava

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 :

> لقد سجلت في الموقع ة تم قبولي لكن عندما اسجل الدخول يقولون لي الايميل
> خاطىء
>
>
> --
> 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 helix84
On Wed, Feb 11, 2015 at 12:39 PM, 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)

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)

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






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  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=84349831&iu=/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=84349831&iu=/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  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=84349831&iu=/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  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=84349831&iu=/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=84349831&iu=/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  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=84349831&iu=/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  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=84349831&iu=/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
 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=64545871&iu=/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  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=48808831&iu=/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=48808831&iu=/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



" width="198" height="79"
border="0"/>
 <%-- Make as wide as
possible. cellpadding repeated for broken NS 4.x --%>
http://www.dspace.org/";>






On Wed, Jul 24, 2013 at 12:29 PM, JOHYA JUDE  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=48808831&iu=/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=48808831&iu=/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
put these java 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 changed AbstractBrowseServlet.class
and DspaceServlet.class will be 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=48808831&iu=/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=48808831&iu=/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 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-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  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 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-08 Thread helix84
On Fri, Apr 5, 2013 at 8:33 AM, Meron Mesfin  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-04 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 helix84
On Tue, Apr 2, 2013 at 4:18 PM, Meron Mesfin  wrote:
> i test it  as u told me and the following message appeared "Error: Could not
> find or load main class org.dspace.app.launcher.ScriptLauncher" do u have
> any idea how i can solve it

That means that the DSpace jar files (in the [dspace]/lib) are not in
your classpath.

As a quick workaround, you can edit the [dspace]/bin/dspace script and
hard-code your [dspace]/bin path. To do that, replace this line:
DSPACEDIR=`cd "$BINDIR/.." ; pwd`
with your path to dspace, e.g.
DSPACEDIR=/dspace


Regards,
~~helix84

Compulsory reading: DSpace Mailing 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-04-02 Thread Meron Mesfin


hello again!
i test it  as u told me and the following message appeared "Error: Could not 
find or load main class org.dspace.app.launcher.ScriptLauncher" do u have any 
idea how i can solve it--
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  wrote:
> Hello there! i was facing a problem on registering a new user on JSP, it
> displays an "internal system error"is 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-04-02 Thread Meron Mesfin
Hello there! i was facing a problem on registering a new user on JSP, it 
displays an "internal system error"is 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-03-19 Thread helix84
On Tue, Mar 19, 2013 at 2:25 PM, Meron Mesfin  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-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:03 PM, Meron Mesfin  wrote:
> Yes, i have the admin account and am can log to

Then you need to create a community. Enter the community and create a
collection. Enter the collection and you can create items. These
options are available from the "Administrative" section of the menu
(sidebar) when you're logged in as administrator.


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 helix84
On Tue, Mar 19, 2013 at 1:53 PM, Meron Mesfin  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-15 Thread helix84
On Fri, Mar 15, 2013 at 1:55 PM, Meron Mesfin  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-15 Thread Hilton Gibson
Hi Meron

Perhaps this belongs on the DSpace general mailing list. We deal with
specific technical issues here.
Before posting to DSpace general, can I suggest that you outline a "big
picture" of what your company is attempting to do.

Cheers

hg


On 15 March 2013 14:55, Meron Mesfin  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
>   --
>  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
>



-- 
*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_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-12 Thread helix84
On Tue, Mar 12, 2013 at 1:24 PM, Meron Mesfin  wrote:
> 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


Here are some after-installation tasks:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S11

Here is a "big picture" overview:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Practical_guidelines_for_starting_an_institutional_repository_(IR)


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-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) (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" 

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 
Subject: Re: [Dspace-tech] (no subject)
To: "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 
Subject: Re: [Dspace-tech] (no subject)
To: Meron Mesfin 
Cc: "dspace-tech@lists.sourceforge.net"
    
Message-ID:
    
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  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<http://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 
Subject: Re: [Dspace-tech] (no subject)
To: Meron Mesfin 
Cc: "dspace-tech@lists.sourceforge.net"
    
Message-ID:
    
Content-Type: text/plain; charset=UTF-8

On Mon, Mar 11, 2013 at 11:58 AM, Meron Mesfin  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 

Re: [Dspace-tech] (no subject)

2013-03-11 Thread helix84
On Mon, Mar 11, 2013 at 1:42 PM, Meron Mesfin  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)

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 11:58 AM, Meron Mesfin  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 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  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.
> 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 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-04 Thread Hilton Gibson
Nope. Nothing.


On 4 March 2013 13:57, helix84  wrote:

> On Mon, Mar 4, 2013 at 11:48 AM, Hilton Gibson 
> 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-03-04 Thread helix84
On Mon, Mar 4, 2013 at 11:48 AM, Hilton Gibson  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
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  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
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 helix84
On Mon, Mar 4, 2013 at 8:35 AM, Meron Mesfin  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-02-20 Thread helix84
On Wed, Feb 20, 2013 at 1:37 PM, Meron Mesfin  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  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-964 Rewrite of Creative Commons 
licensing
 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.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.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
:P


2012/11/26 helix84 

> On Mon, Nov 26, 2012 at 5:16 PM, Sergio Belkin  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-26 Thread helix84
On Mon, Nov 26, 2012 at 5:16 PM, Sergio Belkin  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

--
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
2012/11/25 Sergio Belkin 

> 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.vbox""User:","sergio"
> "Cmdline:","dstat --output /home/sergio/Documentos/perf.csv -t -c -m -d 3
> 40""Date:","25 Nov 2012 23:13:55 ART"
>
> "system","total cpu usage",,"memory usage""dsk/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-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  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 helix84
On Thu, Oct 25, 2012 at 4:34 PM, helix84  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 helix84
On Thu, Oct 25, 2012 at 4:17 PM, Darren Arsenault
 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-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-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  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 )
*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-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 wrote:

>  ** **
>
> 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 :: 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 In

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

>
> 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* 
--
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 3:13 PM, paras jain  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-05-02 Thread helix84
On Wed, May 2, 2012 at 2:48 PM, paras jain  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-04-26 Thread helix84
On Thu, Apr 26, 2012 at 13:05, paras jain  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 Hilton Gibson
On 24 April 2012 14:25, Dennis Tobar  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  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-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  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-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] (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)

2011-08-30 Thread Claudia Jürgen
Hello Surinder,

since 1.6.0 the comman launcher is used, see section 11.2.3. DSpace 
Command Launcher of the Documentation 
http://www.dspace.org/1_7_1Documentation/DSpace-Manual.pdf

So the command for creating an administrator should be
[dspce]/bin/dspace create-administrator

Hope that helps

Claudia Jürgen


Am 30.08.2011 14:10, schrieb Surinder Kumar Gaba:
> I have installed dspace-1.7.2 on my local server. While creating
> adminsitrator user account, I could not find "create-administrator"
> file in bin folder. I didnot come accross in any error.  Any help is
> highly appreciated.

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 

>  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] (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/* 




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

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)

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 ... to the page of the form
A field consists of:
- 
   mandatory - metadata schema name
- 
   mandatory - metadata element
- 
   optional - metadata qualifier
- 
   Values: true or false
   Marks a field as repeatable.
-  mandatory
   Label used in UI
-  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
- 
   mandatory - Hint used in UI
- 
   If this field contains any text, the field is marked as mandatory.
- 
   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-03-13 Thread mikan.d.dspace listmail
First you have to run mvn package. After that, change to
src/dspace/target/dspace-1_5_x-SNAPSHOT (or similar...)/
and then run ant fresh_install. Instructions can be found from
documentations, see section "Installation".

Mika


2009/3/13 Islam Ahmad :
> Dear DSpace Holders,
>
> I have downloaded and set the path of the follwing:-
> 1.. JDK 1.6
> 2. Apache Ant 1.7,
> 3. Apcahe Tomcat 6.0,
> 4. Apcahe Maven 2.0.10,
> 5. PostgreSQL 8.3,
> 6. Dspace  src realise 1.5
>
> When I want use the command with command prompt  ant fresh_install
>
> C:\dspace-source\dspace ant fresh_install
> then there is an error build.xml does not exist.
> if I goes till the root directory of build.xml as following
>
> C:\dspace-source\dspace\src\main\config ant fresh_install
> then ther is error Source resource does not exist
>
> If I copy and paste build.xml form config to dspace directory and run the
> command by going till dspace as the root directory as follwing
>
> C:\dspace-source\dspace ant fresh_install
> then there is an error lib not found.
>
> Actually Sir, lib folder does not exist in the whole dspace 1.5 source
> package.
>
> What to do?
> If any one have any idea then please tell me.
>
> Thanks
>
> Islam Ahmad
>
>
>
>
>
>
> --
> Be Yourself @ mail.com!
> Choose From 200+ Email Addresses
> Get a Free Account at www.mail.com!
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-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  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  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-12-12 Thread Richard Jones
Hi Jose,

> Richard:
>
> I do see "idle in transaction" messages.  I don't see that many at any
> one time, and they clear up ( go to idle ), and most of the connections
> are usually idle.  I think I've read it's fine to see the "idle in
> transaction" message.
>   

Yes, it's fine to see the idle in transaction message occasionally.  
What it means is that a particular postgres connection is in the middle 
of a transaction, but has not yet been completed.  This means that if 
you are running a request, sometimes, in between database interactions, 
the transaction will go idle.  The problem arises when the process 
finishes, but does not terminate the transaction.  If this were the 
issue, you would see them turn up and never go back to idle again.

Anyway, it sounds like that's not your problem, which is a good thing.

> If you were to set db.maxconnections to a low number ( perhaps the
> default ) in your production server, would you get this error message?
> Have you seen this happen at your site?
>   

Yes.  You could try it on a development server - set the 
db.maxconnections to 1, then put the system under some load (you could 
also reduce the wait time to something unreasonable too.

> I'm wondering if I have to change my configuration some how, as
> described in the following document:
>
> http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.h
> tml
>
>
> Do you have these parameters set up:
>  removeAbandoned="true"
>  removeAbandonedTimeout="60"
>  logAbandoned="true"
>   

Not that I'm aware of.  I've since moved from where I last set up a 
production system, so I can't check for you, sorry.

Cheers,

Richard

>
> -Original Message-----
> From: Richard Jones [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 11, 2007 9:15 AM
> To: Blanco, Jose
> Cc: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] (no subject)
>
> Hi Jose,
>
> Sometimes this happens because you have too many open connections to the
> database.  This is if your system is under heavy usage, and the number
> of database connections requested exceeds the number allowed (as
> specified in dspace.cfg).  It can also happen if there is a database
> connection leak in the code which is not releasing completed connections
> back to the pool.  AFAIK, DSpace 1.4.2 does not have any connection
> leaks, but it may be worth checking, especially if you have added any of
> your own code.  Check your process list for postgres jobs containing the
> text "idle in transaction" - this would indicate a problem.
>
> I have also heard tell of bugs in the pooling code, so you could look
> for an updated version of that (commons dbcp), but I don't expect that's
> your problem.  Instead you probably want to increase the number of
> allowed connections in dspace.cfg:
>
> db.maxconnections = 30
>
> In production I run mine with 300.
>
> Cheers,
>
> Richard
>
>   
>> We have been getting this error periodically ( 4 or 5 times a month,
>> and a few of them at a time ):
>>
>> Exception:
>> org.apache.commons.dbcp.SQLNestedException: Cannot get a connection,
>> pool exhausted
>> at
>> org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:183)
>> at
>> 
> java.sql.DriverManager.getConnection(DriverManager.java:582)
>   
>> at
>> java.sql.DriverManager.getConnection(DriverManager.java:207)
>>
>> In looking at the log files, I don't see any pattern that indicates
>> anything in particular.  I'm wondering now if I have an old jar file
>> that may need to be replaced - in particular postgresql.jar.  Is there
>> 
>
>   
>> a way for me to see the version of this jar file.  Any one have any
>> 
> ideas?
>   
>> I have version 1.4.2.
>>
>> Thanks,
>>
>> Jose
>>
>> --
>> ---
>> SF.Net email is sponsored by:
>> 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
>>
>> 
>
>
> --
> Richard Jones
> Research Engineer, HP Labs
>
> eml: [EMAIL PROTECTED]
> blg: http://chronicles-of-richard.blogspot.com/
>
>   


-- 
Richard Jones
Research Engineer, HP Labs

eml: [EMAIL PROTECTED]
blg: http://chronicles-of-richard.blogspot.com/


-
SF.Net email is sponsored by: 
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-12-11 Thread Blanco, Jose
Richard:

I do see "idle in transaction" messages.  I don't see that many at any
one time, and they clear up ( go to idle ), and most of the connections
are usually idle.  I think I've read it's fine to see the "idle in
transaction" message.

If you were to set db.maxconnections to a low number ( perhaps the
default ) in your production server, would you get this error message?
Have you seen this happen at your site?

I'm wondering if I have to change my configuration some how, as
described in the following document:

http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.h
tml


Do you have these parameters set up:
 removeAbandoned="true"
 removeAbandonedTimeout="60"
 logAbandoned="true"




Thanks!

Jose

  
   

-Original Message-
From: Richard Jones [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 11, 2007 9:15 AM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] (no subject)

Hi Jose,

Sometimes this happens because you have too many open connections to the
database.  This is if your system is under heavy usage, and the number
of database connections requested exceeds the number allowed (as
specified in dspace.cfg).  It can also happen if there is a database
connection leak in the code which is not releasing completed connections
back to the pool.  AFAIK, DSpace 1.4.2 does not have any connection
leaks, but it may be worth checking, especially if you have added any of
your own code.  Check your process list for postgres jobs containing the
text "idle in transaction" - this would indicate a problem.

I have also heard tell of bugs in the pooling code, so you could look
for an updated version of that (commons dbcp), but I don't expect that's
your problem.  Instead you probably want to increase the number of
allowed connections in dspace.cfg:

db.maxconnections = 30

In production I run mine with 300.

Cheers,

Richard

> We have been getting this error periodically ( 4 or 5 times a month, 
> and a few of them at a time ):
>
> Exception:
> org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, 
> pool exhausted
> at
> org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:183)
> at
java.sql.DriverManager.getConnection(DriverManager.java:582)
> at 
> java.sql.DriverManager.getConnection(DriverManager.java:207)
>
> In looking at the log files, I don't see any pattern that indicates 
> anything in particular.  I'm wondering now if I have an old jar file 
> that may need to be replaced - in particular postgresql.jar.  Is there

> a way for me to see the version of this jar file.  Any one have any
ideas?
> I have version 1.4.2.
>
> Thanks,
>
> Jose
>
> --
> ---
> SF.Net email is sponsored by:
> 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
>   


--
Richard Jones
Research Engineer, HP Labs

eml: [EMAIL PROTECTED]
blg: http://chronicles-of-richard.blogspot.com/


-
SF.Net email is sponsored by: 
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-12-11 Thread Richard Jones
Hi Jose,

Sometimes this happens because you have too many open connections to the 
database.  This is if your system is under heavy usage, and the number 
of database connections requested exceeds the number allowed (as 
specified in dspace.cfg).  It can also happen if there is a database 
connection leak in the code which is not releasing completed connections 
back to the pool.  AFAIK, DSpace 1.4.2 does not have any connection 
leaks, but it may be worth checking, especially if you have added any of 
your own code.  Check your process list for postgres jobs containing the 
text "idle in transaction" - this would indicate a problem.

I have also heard tell of bugs in the pooling code, so you could look 
for an updated version of that (commons dbcp), but I don't expect that's 
your problem.  Instead you probably want to increase the number of 
allowed connections in dspace.cfg:

db.maxconnections = 30

In production I run mine with 300.

Cheers,

Richard

> We have been getting this error periodically ( 4 or 5 times a month, and
> a few of them at a time ):
>
> Exception:
> org.apache.commons.dbcp.SQLNestedException: Cannot get a connection,
> pool exhausted
> at
> org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:183)
> at java.sql.DriverManager.getConnection(DriverManager.java:582)
> at java.sql.DriverManager.getConnection(DriverManager.java:207)
>
> In looking at the log files, I don't see any pattern that indicates
> anything in particular.  I'm wondering now if I have an old jar file
> that may need to be replaced - in particular postgresql.jar.  Is there a
> way for me to see the version of this jar file.  Any one have any ideas?
> I have version 1.4.2.
>
> Thanks,
>
> Jose
>
> -
> SF.Net email is sponsored by:
> 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
>   


-- 
Richard Jones
Research Engineer, HP Labs

eml: [EMAIL PROTECTED]
blg: http://chronicles-of-richard.blogspot.com/


-
SF.Net email is sponsored by: 
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 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


Re: [Dspace-tech] (no subject)

2007-09-28 Thread James Rutherford
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


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-04-20 Thread Mark Diggory
Just a "heads up", Tim's Configurable Submission patch becomes the  
default Submission UI in Manakin in 1.5, so adopting it early should  
be a fine solution.


On Feb 2, 2007, at 8:31 AM, Dorothea Salo wrote:

> majx wrote:
>> Hi dsapce-tech,
>>  We want to simplefy the submit procedure for the researcher  
>> in just 2 or 3 steps. That means integrate the edit metadata  
>> steps,upload file and license in one steps,and then verify and  
>> complete what a researcher submit. Is there any one carry out  
>> similar function? How to do it? Thanks
>
>   You want to look at Tim Donohue's Customizable Item Submission patch:
>
>  func=detail&aid=1532695&group_id=19984&atid=319984>
>
>   See also the DSpace Wiki:
>
> 
>
> Dorothea
>
> -- 
> Dorothea Salo, Digital Repository Services Librarian
> (703)993-3742 [EMAIL PROTECTED] AIM: gmumars
> MSN 2FL, Fenwick Library
> George Mason University
> 4400 University Drive, Fairfax VA 22031
>
>
> -- 
> ---
> Using Tomcat but need to do more? Need to support web services,  
> security?
> Get stuff done quickly with pre-integrated technology to make your  
> job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache  
> Geronimo
> http://sel.as-us.falkag.net/sel? 
> cmd=lnk&kid=120709&bid=263057&dat=121642__ 
> _
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology
Office: E25-131
Phone: (617) 253-1096



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2007-02-02 Thread Dorothea Salo
majx wrote:
> Hi dsapce-tech,
>  We want to simplefy the submit procedure for the researcher in just 2 or 
> 3 steps. That means integrate the edit metadata steps,upload file and license 
> in one steps,and then verify and complete what a researcher submit. Is there 
> any one carry out similar function? How to do it? Thanks

You want to look at Tim Donohue's Customizable Item Submission patch:



See also the DSpace Wiki:



Dorothea

-- 
Dorothea Salo, Digital Repository Services Librarian
(703)993-3742 [EMAIL PROTECTED] AIM: gmumars
MSN 2FL, Fenwick Library
George Mason University
4400 University Drive, Fairfax VA 22031


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech