Re: [Dspace-tech] REST API: collection administrators and submitters

2015-08-26 Thread Mark H. Wood
/DSpace/DSpace/tree/master/dspace-rest https://github.com/DSpace/DSpace/tree/master/dspace-rest I haven't tried to do that, but I can say that an EPerson is not added to a Collection but to one of several EPersonGroups associated with the collection. I think that's not supported yet. -- Mark H

Re: [Dspace-tech] Hibernate

2015-08-25 Thread Mark H. Wood
. I've also referred to Wikibooks' _Java Persistence_: https://en.wikibooks.org/wiki/Java_Persistence and to the online Hibernate documentation. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis

Re: [Dspace-tech] Deprecated Error when i tried to create Multiple instance of Dspace

2015-08-25 Thread Mark H. Wood
each instance of DSpace? -- 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

Re: [Dspace-tech] Administrative Statistics

2015-08-19 Thread Mark H. Wood
forward to first-class support for author identities so that we can do this well. [tired old refrain] Statistics doesn't mean the same thing to everyone. It may not mean the same thing to *anyone*. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University

Re: [Dspace-tech] how to remove jspui in url to access jspui interface

2015-08-18 Thread Mark H. Wood
this, but it will be different. -- 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

Re: [Dspace-tech] DSpace 5.3 SOLR can't find libs

2015-08-18 Thread Mark H. Wood
/solrconfig.xml and I think you can safely comment them all out. Look for the lib ... / elements. I've created a Jira ticket to track this problem: https://jira.duraspace.org/browse/DS-2706 -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755

Re: [Dspace-tech] Handle service

2015-08-14 Thread Mark H. Wood
here for patch---8- The above patch is against DSpace 5.2. -- 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

Re: [Dspace-tech] [Dspace-devel] PLEASE VOTE on whether to include Services API refactoring in DSpace 6.0

2015-08-07 Thread Mark H. Wood
On Thu, Aug 06, 2015 at 11:06:52PM +0200, Adan Román Ruiz wrote: Its a good idea, but there are alternatives to hibernate. Why not mybatis? We keep saying Hibernate, but we should be thinking JPA. If MyBatis implements JPA then you should be able to swap it in. -- Mark H. Wood Lead Technology

Re: [Dspace-tech] Internal error when trying to edit a collection

2015-08-07 Thread Mark H. Wood
harvested_collection I don't actually read Spanish, but this seems to be saying that the DBMS denied access to the table harvested_collection. I would check the ownership and permissions on the DSpace database and all objects in it. -- Mark H. Wood Lead Technology Analyst University Library Indiana University

Re: [Dspace-tech] DSpace 5.1 slow complete submission process

2015-08-06 Thread Mark H. Wood
. -- 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

Re: [Dspace-tech] what is the resource_type_id in metadatavalue table of dspace database?

2015-08-03 Thread Mark H. Wood
IDs, so one must specify both type and ID to uniquely identify an object.) -- 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

Re: [Dspace-tech] tomcat bound to port 80

2015-08-03 Thread Mark H. Wood
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis

Re: [Dspace-tech] Nested Metadata

2015-07-30 Thread Mark H. Wood
names as immediate strings rather than identifiers for related person objects. Fixing that will take a bit of work. It ties in with existing and ongoing work to integrate ORCID, too. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis

Re: [Dspace-tech] Need Advice on DSpace Upload Error

2015-07-30 Thread Mark H. Wood
^^^ Apparently the disk is full. -- 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

Re: [Dspace-tech] About to Create Multiple Instance for Dspace-5.2-src-release

2015-07-29 Thread Mark H. Wood
stored in the same DBMS instance, is what I would expect. The database is how DSpace knows what it has and where to find it. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749

Re: [Dspace-tech] Error when using import command in DSpace 5.2

2015-07-28 Thread Mark H. Wood
and permission on those files. -- 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

Re: [Dspace-tech] Stats import export

2015-07-27 Thread Mark H. Wood
a Solr core named startistics, with an r? That's not stock DSpace. -- 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

Re: [Dspace-tech] dspace log

2015-07-27 Thread Mark H. Wood
code. -- 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

Re: [Dspace-tech] problems about protecting PDF files in Dspace

2015-07-24 Thread Mark H. Wood
a copy of a document he can read. The only available protection is legal. Permit access only to logged-on users who are known to have signed an agreement not to save copies. If you find that someone broke his contract with you, sue. -- Mark H. Wood Lead Technology Analyst University Library

Re: [Dspace-tech] Dspace 5.2 not displaying homepahe

2015-07-15 Thread Mark H. Wood
it in the Debian packages database. You may need to build it from source, or select a different servlet-container monitoring package. There are some Ubuntu sites on this list, so maybe someone else can give you a more useful answer. -- Mark H. Wood Lead Technology Analyst University Library Indiana

Re: [Dspace-tech] Dspace v3.3 does not work with Java 8

2015-07-15 Thread Mark H. Wood
does not work. Users get the main page, but there is nothing on the page. No collections, communities, nothing. Has anyone run into this? Is there a fix? Do you find anything interesting in the logs? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue

Re: [Dspace-tech] Error in authority control SHERA/RoMEO

2015-07-15 Thread Mark H. Wood
(Publisher and Other Authors), but when I click in the button, the error below occurs: The log ([DSpace]/logs/dspace.log) may have more information about the problem. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan

Re: [Dspace-tech] Dspace Error

2015-07-15 Thread Mark H. Wood
traces and the portions of the log file which surround the time of the error. -- 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

Re: [Dspace-tech] Question about database values

2015-07-14 Thread Mark H. Wood
DSpaceObject had their interesting fields changed into metadata. I went and looked at Bitstream.getName() to recall that that is now stored in dc.title. What is left in the object tables is mainly internal bookkeeping stuff like checksums. -- Mark H. Wood Lead Technology Analyst University Library Indiana

Re: [Dspace-tech] Why does Dspace throw this error when I try to submit sometimes?

2015-07-10 Thread Mark H. Wood
it would 'chown'. -- 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

Re: [Dspace-tech] Failing to view upload files

2015-07-08 Thread Mark H. Wood
? -- 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

[Dspace-tech] Multiple pairs of dc.rights, dc.rights.uri

2015-07-08 Thread Mark H. Wood
values. We may need to *require* at least one value for other fields. 2. dc.rights/dc.rights.uri would seem to be a nice entering wedge for support of hierarchial metadata structures, since clearly some uses of these fields (CC for example) are naturally paired. -- Mark H. Wood Lead

Re: [Dspace-tech] user registration

2015-07-06 Thread Mark H. Wood
would also help you to ask the person responsible for your mail server for any log messages from that service which might be helpful. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274

Re: [Dspace-tech] maven build failure dspace 5.2

2015-06-30 Thread Mark H. Wood
local Maven repository (~/.m2/repository). The upgrade instructions don't discuss that, but you can follow the instructions under Installation: https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace#InstallingDSpace-Installation in step 4 (Database Setup) under Oracle:. -- Mark H. Wood

Re: [Dspace-tech] Dspace User registration, password reset and feedback not working DSpace3.3 XMLUI

2015-06-23 Thread Mark H. Wood
to create and manage user through command line? There is a 'dspace user' command in v5.x, but I don't think it was available in v3.3. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274

Re: [Dspace-tech] moving a subset of Handles out of DSpace

2015-06-19 Thread Mark H. Wood
for pages. But I think that a theme could include a transformer that changes the response to an HTTP Redirect. I'd be surprised if there isn't one already, but if not, it should be simple to write. This might at least be a good alternative if the meta tag doesn't work out. -- Mark H. Wood Lead

Re: [Dspace-tech] moving a subset of Handles out of DSpace

2015-06-18 Thread Mark H. Wood
I almost forgot: there is a Jira issue for moving to a stock Handle resolver: https://jira.duraspace.org/browse/DS-2153 -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749

Re: [Dspace-tech] moving a subset of Handles out of DSpace

2015-06-18 Thread Mark H. Wood
. It probably wouldn't take too much effort to build a new Handle provider that interacts with a stock Handle resolver, and I've been thinking that that is really the way for DSpace to go. Has anyone already done that? -- Mark H. Wood Lead Technology Analyst University Library Indiana University

Re: [Dspace-tech] moving a subset of Handles out of DSpace

2015-06-18 Thread Mark H. Wood
I also forgot https://jira.duraspace.org/browse/DS-1171 which has a patch attached. -- 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

Re: [Dspace-tech] Define xmlui as ROOT

2015-06-18 Thread Mark H. Wood
-7.0-doc/config/context.html#Naming -- 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

Re: [Dspace-tech] missing Messages.properties file - re-post

2015-06-12 Thread Mark H. Wood
this. You can unpack it this way: cd [DSpace] jar xf webapps/jspui/WEB-INF/lib/dspace-api-5.1.jar Messages.properties That should result in a copy of the file being placed in [DSpace]. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis

Re: [Dspace-tech] Some Solr Statistics are lost when upgraded version

2015-06-05 Thread Mark H. Wood
On Fri, Jun 05, 2015 at 03:06:55PM +0200, Hilton Gibson wrote: On 5 June 2015 at 14:43, Mark H. Wood mw...@iupui.edu wrote: what is preventing you doing that with the usage data that DSpace collects? ​Again, I have to advise, give Piwik a spin. I type two-fingered - the reply is too

Re: [Dspace-tech] Some Solr Statistics are lost when upgraded version

2015-06-05 Thread Mark H. Wood
will see. OK, now I have to ask: what is preventing you doing that with the usage data that DSpace collects? I have no particular trouble extracting cases from the 'statistics' core. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis

Re: [Dspace-tech] Error 500 while trying POST \login

2015-06-05 Thread Mark H. Wood
/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- 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

Re: [Dspace-tech] DSpace 5.2, Tomcat 8, JSPUI and servlet-api version problems?

2015-05-27 Thread Mark H. Wood
to learn whether this patch is helpful. -- 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

Re: [Dspace-tech] DSpace 5.2, Tomcat 8, JSPUI and servlet-api version problems?

2015-05-27 Thread Mark H. Wood
I think you may be seeing https://jira.duraspace.org/browse/DS-2502 (Incorrect dependencies drag javax.servlet:servlet-api into all webapp.s) There's an untested patch at https://github.com/DSpace/DSpace/pull/953 -- Mark H. Wood Lead Technology Analyst University Library Indiana University

Re: [Dspace-tech] Not possible to submit new DSpace item

2015-05-08 Thread Mark H. Wood
On Fri, May 08, 2015 at 08:29:24AM +, KNOWLES Claire wrote: DSpace needs to handle the CC API failure in a better way though, as it's bound to happy again in the future. https://jira.duraspace.org/browse/DS-2569 -- Mark H. Wood Lead Technology Analyst University Library Indiana

Re: [Dspace-tech] How to stop users from printing and downloading

2015-05-08 Thread Mark H. Wood
before granting them membership in that group. No web service, not even DSpace, has any way of knowing what the client will do with the documents it provides. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street

Re: [Dspace-tech] DSpace V5 New database schema

2015-05-07 Thread Mark H. Wood
/eperson') AND element = 'firstname') [for example] as metadata_field_id. -- 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

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Mark H. Wood
I think 2147483647 or 9223372036854775807 is much more likely as the limit. -- 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

Re: [Dspace-tech] Handle server limit (99999 items?)

2015-05-07 Thread Mark H. Wood
On Thu, May 07, 2015 at 08:35:22AM -0400, Mark H. Wood wrote: I think 2147483647 or 9223372036854775807 is much more likely as the limit. The suffix is generated by a DBMS SEQUENCE object. In PostgreSQL, handle_seq.max_value is the latter of the above. (2**63 - 1: the limit of an SQL BIGINT

Re: [Dspace-tech] Autosubscribe to group does not work as expected

2015-04-28 Thread Mark H. Wood
to submission. Anyone has seem a similar behaviour, are we missing something o has any ideas to workaround this? Carlos -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274

Re: [Dspace-tech] Problem in Group and Eperson administration

2015-04-28 Thread Mark H. Wood
___ 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 -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue

Re: [Dspace-tech] Assistance

2015-04-24 Thread Mark H. Wood
://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- 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

Re: [Dspace-tech] spider ip recognition

2015-04-24 Thread Mark H. Wood
octet. It will match all addresses between 44 and 55 within the /24 containing the start of the range. The second form is an exact match of a single address. The third form is a match of the first 24 bits -- an entire Class C subnet. There is no provision for IPv6. -- Mark H. Wood Lead

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

Re: [Dspace-tech] install error for upstream/master

2015-03-05 Thread Mark H. Wood
, and perhaps others, should be in scopetest/scope. That's probably a better fix. -- 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

Re: [Dspace-tech] (no subject)

2015-03-05 Thread Mark H. Wood
? 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

Re: [Dspace-tech] install error for upstream/master

2015-03-04 Thread Mark H. Wood
javax.servlet:javax.servlet-api:3.1.0. http://search.maven.org/#artifactdetails|javax.servlet|javax.servlet-api|3.1.0|jar Personally I think this sort of renaming should be a hanging offense. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis

Re: [Dspace-tech] Encryption, APIs in DSpace

2015-02-17 Thread Mark H. Wood
are you defending? How does the system recognize legitimate access to the repository? to a single object in the repository? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749

Re: [Dspace-tech] Help with mod_jk, SSL, and local authority cert

2015-01-30 Thread Mark H. Wood
Perhaps the code cannot recognize that the cert. you provided is the one it wants. It could be a host name resolution problem. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274

[Dspace-tech] How to count submissions within an interval?

2015-01-30 Thread Mark H. Wood
AND element = 'date' AND qualifier = 'accessioned') AND to_date(text_value,'-MM-DD') = '2014-01-01' AND to_date(text_value,'-MM-DD') '2015-01-01'; -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street

Re: [Dspace-tech] dpsace3, solr, tomcat7, debian question

2015-01-23 Thread Mark H. Wood
\.218\.\d+ -- 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

Re: [Dspace-tech] [DSpace-tech]: Export Import using SAF technique

2015-01-14 Thread Mark H. Wood
problem. -- 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

Re: [Dspace-tech] help on recent submissions

2015-01-08 Thread Mark H. Wood
#HowtoContributetoDSpace-HowToContributeIdeasorSuggestNewFeatures I think that to contribute a localization, you would add it to the project dspace-api-lang (for JSPUI and command line tools) and/or dspace-xmlui-lang (for XMLUI). -- Mark H. Wood Lead Technology Analyst University Library Indiana University

Re: [Dspace-tech] What's DSpace--Ubuntu--vg-root?

2015-01-04 Thread Mark H. Wood
not manipulate DM nodes as if they were files. The Ubuntu documentation should explain how the OS uses DM and LVM to organize raw storage. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317

Re: [Dspace-tech] Multiple instances of Dspace 4.x in one Tomcat 7

2014-11-24 Thread Mark H. Wood
On Fri, Nov 21, 2014 at 10:27:10AM -0800, Pablo Courault wrote: I was tried to mount two instances Dspace 4.x in one Tomcat 7 unsuccessfully. Someone found a way to di it ? Yes. In what way were you unsuccessful? -- Mark H. Wood Lead Technology Analyst University Library Indiana

Re: [Dspace-tech] Experience using external handle and/or use cases

2014-11-14 Thread Mark H. Wood
, there is a separate Annual Service Fee for each prefix, derived or not. There is no Registration Fee for derived prefixes. http://www.handle.net/HSj/hdlnet-2-SVC-AGREE-3.pdf -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W

Re: [Dspace-tech] Solr Statistics still not working DSpace 4.1

2014-10-20 Thread Mark H. Wood
version' to know what webapp.s are running. -- 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

Re: [Dspace-tech] idle in transaction

2014-10-13 Thread Mark H. Wood
-by-postgresql.org PostgreSQL. What version of the JDBC driver are you using? I've seen this problem with older drivers. Here we are running on PostgreSQL 9.3.5 and jdbc-postgresql 9.2_p1003. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis

Re: [Dspace-tech] Error jsp-api-2.1.jar not loaded (DSpace 4.2)

2014-10-13 Thread Mark H. Wood
. -- 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

Re: [Dspace-tech] Is it possible to enforce/check that the user use a valid and existing email address when using DSpace forms?

2014-10-01 Thread Mark H. Wood
; the distant SMTP may be configured to deny the use of VRFY -- this is recommended practice. There are too many ways that this is commonly broken, for it to be very reliable.) -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W

Re: [Dspace-tech] metadata batch import bug?

2014-09-29 Thread Mark H. Wood
with? What they actually *need*, that is, not the *interesting* things that people come up with when they have no standard for dealing with novel problems. :-) -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street

Re: [Dspace-tech] dspace , unable to send email to the address

2014-09-29 Thread Mark H. Wood
. -- 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

Re: [Dspace-tech] DSPACE - Statistics issue

2014-09-16 Thread Mark H. Wood
. Newer versions of DSpace have replaced the individual scripts in /bin with the 'dspace' command: bin/dspace stat-general bin/dspace stat-monthly bin/dspace stat-report-general bin/dspace stat-report-monthly -- Mark H. Wood Lead Technology Analyst University Library Indiana University

Re: [Dspace-tech] Dspace 1.8.2 Highest supported PostgreSQL

2014-09-11 Thread Mark H. Wood
1.8.1 with PostgreSQL 9.3.3. -- 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

Re: [Dspace-tech] Tomcat takes forever

2014-09-02 Thread Mark H. Wood
are worth inspecting. In the meantime, starting up DSpace on recent Tomcat releases may indeed just be slow. -- 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

Re: [Dspace-tech] IMPORTANT NEWS: Important Info for Future Editions | Ranking Web of Repositories

2014-09-02 Thread Mark H. Wood
among the various parties. Where? -- 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

Re: [Dspace-tech] Permissions dspace

2014-08-21 Thread Mark H. Wood
' account; you need DSpace to be fully accessible to whatever account runs Tomcat, since DSpace is just kind of a glorified subroutine of Tomcat (or whatever Servlet container it runs in). -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Mark H. Wood
On Thu, Jul 10, 2014 at 10:48:41AM +0200, Hilton Gibson wrote: Hi Ruben Is this a bug? https://jira.duraspace.org/browse/DS-1961 This is fixed in DSpace 3.3, 4.2 (unreleased) and 5.0 (unreleased). -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly

Re: [Dspace-tech] Internal Server Error uploading doc

2014-07-02 Thread Mark H. Wood
for this and how can I resolve this. Step one is to find out what the actual problem is. This message means have your DSpace administrator look in the DSpace and servlet container logs for more details. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines

Re: [Dspace-tech] Setting up SSL with Dspace 4.1

2014-06-25 Thread Mark H. Wood
It might tell you something useful. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature -- Open source

Re: [Dspace-tech] exceptions in dspace.log

2014-06-25 Thread Mark H. Wood
Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

[Dspace-tech] DSpace 3.3 released: fixes minor issues in the 3.x platform

2014-06-23 Thread Mark H. Wood
. Please let us know what you think of 3.3! - Mark Wood, on behalf of the DSpace 3.3 Release Team, and all the DSpace developers. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: [Dspace-tech] Build Failure running maven

2014-06-03 Thread Mark H. Wood
/repositories/releases/ (http: becomes https:.) https://github.com/mwoodiupui/DSpace/commit/77a8929c72b09d9c26c1ac0e6942e9f9dd98632c -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital

[Dspace-tech] Background vs. periodic work [was Re: JAVA_OPTS for cron jobs?]

2014-06-02 Thread Mark H. Wood
what happens if queue growth exceeds its throughput, we'll cross that bridge when we get there. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: [Dspace-tech] Google Scholar - not indexed correctly

2014-05-21 Thread Mark H. Wood
could use those same judgments to generate periodic reports showing *only* who is spidering a site, and perhaps how often or how aggressively. It might be useful for e.g. noticing that a desired spider is *not* listed. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should

Re: [Dspace-tech] Dspace 3.x ou 4.x on linux debian 64-bit

2014-04-28 Thread Mark H. Wood
, you can use the 64-bit version of the Java Runtime Environment. We run that way here. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: [Dspace-tech] can't get /sorl deployed in 4.1

2014-04-07 Thread Mark H. Wood
it loaded by this point, but for some reason (probably incorrect transitive dependencies?) dspace-solr and dspace-oai have jsp-api-2.1.jar in their WEB-INF/lib directories. This is messy but can be ignored -- the container did the right thing. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu

Re: [Dspace-tech] can't get /sorl deployed in 4.1

2014-04-07 Thread Mark H. Wood
2.1. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature -- Put Bad Developers to Shame Dominate Development

Re: [Dspace-tech] can't get /sorl deployed in 4.1

2014-04-07 Thread Mark H. Wood
On Mon, Apr 07, 2014 at 09:04:13AM -0400, Mark H. Wood wrote: On Fri, Apr 04, 2014 at 03:31:49PM -0400, Jose Blanco wrote: Before this error takes place I see this in the log file: Apr 04, 2014 3:27:49 PM org.apache.catalina.loader.WebappClassLoader validateJarFile INFO

Re: [Dspace-tech] problem with build failing in Dspace 3.2

2014-04-04 Thread Mark H. Wood
an issue to Jira. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: [Dspace-tech] DSpace security-related questions

2014-03-18 Thread Mark H. Wood
* . There are a lot of other records in there too, but the code contains examples of dredging specific kinds of information out of the log. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature

Re: [Dspace-tech] Which log files can I remove

2014-03-18 Thread Mark H. Wood
versions of DSpace also produce separate Solr log files, which also grow very large. I am unaware of anything in these that should be saved for long. DSpace and webserver log files are highly compressible. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly

Re: [Dspace-tech] SRB question

2014-03-17 Thread Mark H. Wood
, regardless. I don't know SRB well at all, so I don't know how hard it would be to include it in your backups. The answer to that should not depend on DSpace. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc

Re: [Dspace-tech] Upgrading to 4 and postgres DB update

2014-03-12 Thread Mark H. Wood
to explain this better (I hope :-) . -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature -- Learn Graph

[Dspace-tech] DSpace 4.1 released!

2014-03-04 Thread Mark H. Wood
the community about DSpace. Please let us know what you think of 4.1! - Mark Wood, on behalf of the DSpace 4.1 Release Team, and all the DSpace developers. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc

Re: [Dspace-tech] How to update database schema into Window

2014-02-12 Thread Mark H. Wood
I'm not sure what is happening in the lower window. In the upper window: 1. ./something isn't a path to something on Windows; use .\something. 2. There is no pgsql command; use psql. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should

Re: [Dspace-tech] SOLR Optimize fails

2014-02-06 Thread Mark H. Wood
, 134.68.190.85 Connecting to scholarworks.iupui.edu|2001:18e8:3:be::102|:443... connected. HTTP request sent, awaiting response... 302 Found Location: unspecified ERROR: Redirection (302) without location. So we need to figure out what is redirecting and why. -- Mark H. Wood, Lead System Programmer

Re: [Dspace-tech] Dspace with phpMyAdmin

2014-02-04 Thread Mark H. Wood
investigated the possibility but I don't know what they found. PostgreSQL costs nothing to acquire, and I find it easy to operate and maintain. (And I am not now, nor have I ever been, a real DBA.) -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines

Re: [Dspace-tech] Postgresql 9.3

2014-02-04 Thread Mark H. Wood
. In short, I don't think you can go wrong with either 9.1 or 9.3. The PostgreSQL maintainers recommend always running the latest released version. http://www.postgresql.org/support/versioning/ -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines

Re: [Dspace-tech] dspace mail issue

2014-02-04 Thread Mark H. Wood
is some error. What error, specifically? -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature -- Managing

Re: [Dspace-tech] directory size

2014-02-03 Thread Mark H. Wood
? A quick suggestion: these log files are highly compressible. You could probably squeeze that 90Gb down to 9-10Gb just by packing the older logs into Zip archives. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient

Re: [Dspace-tech] DSpace/Tomcat Ownership

2014-01-31 Thread Mark H. Wood
done as Tomcat's owner. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Description: Digital signature -- WatchGuard Dimension

Re: [Dspace-tech] DSpace/Tomcat Ownership Followup

2014-01-31 Thread Mark H. Wood
) and the account that runs Tomcat. And fighting your package manager seems like a great idea if you enjoy frustration. I actually tried this once. That's how I learned to never do it again. I recommend against it. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly

  1   2   3   4   5   6   >