Re: [Dspace-tech] Building modules separately and quickly

2012-11-27 Thread Mark H. Wood
t). It's not just an issue for DSpace. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu I don't do "doorbusters". pgpxrHn9XvC3c.pgp Description: PGP signature -- Monitor your physical, virtual

Re: [Dspace-tech] Browse for Author with Umlauts

2012-12-11 Thread Mark H. Wood
nning: > 1) AJP I think this was meant to be mod_proxy_ajp, since mod_jk also uses AJP on the wire. They just come from different projects: HTTPD provides mod_proxy_ajp and Tomcat provides mod_jk. > 2) mod_jk > 3) plain HTTP reverse proxy -- Mark H. Wood, Lead System Programmer m

Re: [Dspace-tech] Mvn package build fail

2012-12-13 Thread Mark H. Wood
-file \ -DgroupId=com.oracle \ -DartifactId=ojdbc6 \ -Dversion=11.2.0.2 \ -Dfile=ojdbc6-11.2.0.2.0.jar In fact it appears that I did, once upon a time. But I hardly ever have to do this, and thus don't remember it very well, so the command may need some adjustment. -- Ma

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 Unive

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

2015-05-27 Thread Mark H. Wood
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] Some Solr Statistics are lost when upgraded version

2015-06-05 Thread Mark H. Wood
in detail. > Give it a spin, you 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 India

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

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

2015-06-05 Thread Mark H. Wood
ch, > CURLOPT_POSTFIELDS,http_build_query(array('email'=>'emailaddress','password'=>'passs'))); Should the above line not be: > CURLOPT_POSTFIELDS,http_build_query(array('email'=>$your_username,'password'=>$your_password))); > > > > $server_output = curl_exec ($ch); > echo $server_out

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

2015-06-12 Thread Mark H. Wood
hat copy will be found before the one in the JAR, but I have not tested 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 An

Re: [Dspace-tech] Define xmlui as ROOT

2015-06-18 Thread Mark H. Wood
must be ROOT.xml (uppercase ROOT). http://tomcat.apache.org/tomcat-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 si

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

2015-06-18 Thread Mark H. Wood
mmunicate through the shared database. 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 Technolo

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
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] moving a subset of Handles out of DSpace

2015-06-19 Thread Mark H. Wood
browser will show you what you asked 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

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

2015-06-23 Thread Mark H. Wood
plain SMTP, use the default socket factory and submission port 587. If you want plain SMTP with STARTTLS, also set mail.smtp.starttls.enable=true. My guess is that you want SMTP-in-TLS and that this would work: mail.extraproperties = mail.smtp.sslEnable = true, \ mail.smtp.socketFactory.port=465

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

2015-06-30 Thread Mark H. Wood
n in step 4 (Database Setup) under "Oracle:". -- 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] user registration

2015-07-06 Thread Mark H. Wood
econds after after the failure. The timestamps from those messages 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

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

2015-07-08 Thread Mark H. Wood
ot view it when they click Open or View." What happens? -- 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.iupu

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

2015-07-08 Thread Mark H. Wood
ltiple 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] Creating a build path/classpath in Eclipse for DSpace

2015-07-09 Thread Mark H. Wood
2C+Maven%2C+and+Tomcat But I haven't used Eclipse for some years now and can't say much about these from experience. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-07

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

2015-07-10 Thread Mark H. Wood
nd test it first. Leave out everything including and after 'exec' to see a list of what it would 'chown'. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indian

Re: [Dspace-tech] Question about database values

2015-07-14 Thread Mark H. Wood
that metadata support moved from Item to DSpaceObject, and then all 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 checksum

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

2015-07-15 Thread Mark H. Wood
are showing in form (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

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

2015-07-15 Thread Mark H. Wood
On the other hand, I try not to give Tomcat more memory than it really needs for regular work and occasional demand spikes. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 ww

Re: [Dspace-tech] Dspace Error

2015-07-15 Thread Mark H. Wood
That information may be in the stack traces, and more information may be in the log files. If you need more help, we will need to see the stack traces and the portions of the log file which surround the time of the error. -- Mark H. Wood Lead Technology Analyst University Library In

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

2015-07-15 Thread Mark H. Wood
d 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 Libr

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

2015-07-15 Thread Mark H. Wood
plication 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 Univ

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

2015-07-24 Thread Mark H. Wood
r from saving 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 L

Re: [Dspace-tech] dspace log

2015-07-27 Thread Mark H. Wood
you wish. It does take some seconds to get past them when initializing the spider detector code. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-27

Re: [Dspace-tech] Stats import export

2015-07-27 Thread Mark H. Wood
tistics -a reindex -d > /Users/germanbiozzoli/Documents/dspace-base-experiment/tmpstats/ -i > startistics ^ Do you really have a Solr core named "startistics", with an "r"? That's not stock DSpace. -- Mark H. Wood Lead Technology Analyst University L

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

2015-07-28 Thread Mark H. Wood
e files for writing. I would check the ownership 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 signa

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

2015-07-29 Thread Mark H. Wood
vior that you see with two separate databases, even though 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

Re: [Dspace-tech] Nested Metadata

2015-07-30 Thread Mark H. Wood
erson.givenname somenamespace.person.surname somenamespace.person.preferred somenamespace.person.affiliation somenamespace.person.dob That part is easy to fix. The hard part is that DSpace treats author names as immediate strings rather than identifiers for related "pers

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

2015-07-30 Thread Mark H. Wood
ause > Malformed stream: No space left on device ^^^^^^^ 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.

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

2015-08-03 Thread Mark H. Wood
s own sequence of object 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 signatur

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

2015-08-03 Thread Mark H. Wood
.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) > at > org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) > at > org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) &

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

2015-08-06 Thread Mark H. Wood
ing on some other resource. -- 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] [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.

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

2015-08-07 Thread Mark H. Wood
RROR: permiso denegado a la relación > 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. Wo

Re: [Dspace-tech] Handle service

2015-08-14 Thread Mark H. Wood
d discovery. This identifier is: {3} Explore how your data is being viewed and downloaded at {2}/statistics. ---8<--cut here for patch---8<- The above patch is against DSpace 5.2. -- Mark H. Wood Lead Technology Analyst University Library Indi

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

2015-08-18 Thread Mark H. Wood
er, I can't give specific advice. I'm sure there is a way to do 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-2

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

2015-08-18 Thread Mark H. Wood
rity/conf/solrconfig.xml and I think you can safely comment them all out. Look for the 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 Indi

Re: [Dspace-tech] Administrative Statistics

2015-08-19 Thread Mark H. Wood
st statistical consumers want very much is views aggregated by *author*. I'm looking 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

Re: [Dspace-tech] Hibernate

2015-08-25 Thread Mark H. Wood
ck to JSR 317 as much as possible, so that we don't get tied down again. 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

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

2015-08-25 Thread Mark H. Wood
n you try to browse 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: Digit

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

2015-08-26 Thread Mark H. Wood
the collection. I think that's not supported yet. -- 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.i

Re: [Dspace-tech] SOLR Optimize fails

2014-02-06 Thread Mark H. Wood
tistics_type:[*%20TO%20*]%20AND%20-statistics_type:view)&wt=javabin&version=2 Resolving scholarworks.iupui.edu... 2001:18e8:3:be::102, 134.68.190.85 Connecting to scholarworks.iupui.edu|2001:18e8:3:be::102|:443... connected. HTTP request sent, awaiting response... 302 Found Location: unspecifi

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

[Dspace-tech] DSpace 4.1 released!

2014-03-04 Thread Mark H. Wood
we are happy to hear back from 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

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

2014-03-12 Thread Mark H. Wood
pdating the documentation 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 --

Re: [Dspace-tech] SRB question

2014-03-17 Thread Mark H. Wood
only holds the metadata, 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 sh

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

2014-03-18 Thread Mark H. Wood
f > users who downloaded a particular item. All access is logged to [DSpace]/log/dspace.log* . 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 Machin

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

2014-03-18 Thread Mark H. Wood
ecent 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 fri

Re: [Dspace-tech] PDF visualization

2014-03-27 Thread Mark H. Wood
whatever it is, would be favorite. PDF is designed to be served out piecemeal, but nobody ever does it. The files need to be internally indexed in some way, but there are tools for doing that. There's some other problem that I'm not clear on. -- Mark H. Wood, Lead System Programmer mw..

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

2014-04-04 Thread Mark H. Wood
ible. I've submitted an issue to Jira. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Machines should not be friendly. Machines should be obedient. signature.asc Descr

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

2014-04-07 Thread Mark H. Wood
r provides jsp-api and already has 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. Woo

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

2014-04-07 Thread Mark H. Wood
dspace-solr and dspace-oai were built against 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 -

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

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

2014-04-28 Thread Mark H. Wood
hardware, 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 s

Re: [Dspace-tech] JAVA_OPTS for cron jobs?

2014-05-20 Thread Mark H. Wood
emory usage and tuning it appropriately. (I have a weekly reminder to snoop on this with my favorite tool: Psi Probe.) > The long term plan of course is to move to a machine with more memory > (currently 4GB). 4GB should be plenty, unless you have many instances running concurrently or a tr

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

2014-05-21 Thread Mark H. Wood
I wonder if we 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 Mach

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

2014-06-02 Thread Mark H. Wood
ells > and whistles, where you can even inspect the queue. > > Now 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. Machine

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

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

2014-06-23 Thread Mark H. Wood
ack from the community about DSpace. 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.

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

2014-06-25 Thread Mark H. Wood
at Qualys SSL Labs: https://www.ssllabs.com/ssltest/analyze.html 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 -

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

2014-06-25 Thread Mark H. Wood
munity Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > ___ > DSpace-tech mailing list > DSpace-tech@lists.sourceforge.net > htt

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

2014-07-02 Thread Mark H. Wood
be the reason > 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

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

Re: [Dspace-tech] Permissions dspace

2014-08-21 Thread Mark H. Wood
do here. You don't need a 'dspace' 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 In

Re: [Dspace-tech] Suggestions on where to put dspace source and bulild folders

2014-08-21 Thread Mark H. Wood
have a 'dspace' user; the DSpace files are owned by Tomcat's user ('tomcat') since we install our distro's packaged Tomcat and it comes that way. I have built while 'su'ed to 'tomcat', in a directory off of Tomcat's home. -- Mark H. Wood Le

Re: [Dspace-tech] New User Registration - Internal Server error

2014-08-29 Thread Mark H. Wood
in dspace.cfg which are preventing DSpace from sending the initial email to a new user. You could try using the email testing command ([DSpace]/bin/dspace test-email) to check that. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W.

Re: [Dspace-tech] Tomcat takes forever

2014-09-02 Thread Mark H. Wood
m Servlet 3.x containers as to which JARs 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

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

2014-09-02 Thread Mark H. Wood
there should be some discussion 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 Descriptio

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

2014-09-11 Thread Mark H. Wood
ng DSpace 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

Re: [Dspace-tech] Recommended TLS cipher suite for sites using HTTPS

2014-09-16 Thread Mark H. Wood
pository should nevertheless employ reasonably strong crypto. We need to balance security against accessibility, and our threat model is different from that facing a payment card system or a military C3I network or an industrial control system. -- Mark H. Wood Lead Technology Analyst University

Re: [Dspace-tech] DSPACE - Statistics issue

2014-09-16 Thread Mark H. Wood
-report-general > [dspace]/bin/stat-report-monthly That suggests a fairly recent version. 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/

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

2014-09-29 Thread Mark H. Wood
parse tree. Has anyone formally studied the kinds of date information that repositories deal 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

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

2014-09-29 Thread Mark H. Wood
let container's trust store so that the mail server's own certificate can be validated. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 4

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
e response. But these days, you may not be permitted to open an off-site SMTP connection; the distant host may refuse to talk to you; 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

Re: [Dspace-tech] idle in transaction

2014-10-13 Thread Mark H. Wood
, no-longer-supported-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 U

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

2014-10-13 Thread Mark H. Wood
details. These messages are annoying but harmless. -- 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 si

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

2014-10-20 Thread Mark H. Wood
pps table is related to your problem. It only exists to allow 'bin/dspace 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

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

2014-11-14 Thread Mark H. Wood
create "derived prefixes". Yes, 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 - P

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 Lib

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

2015-01-04 Thread Mark H. Wood
work at all -- I've never tried. Do 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

Re: [Dspace-tech] help on recent submissions

2015-01-08 Thread Mark H. Wood
DSpace#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 Univ

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

2015-01-14 Thread Mark H. Wood
nd: 3(NXDOMAIN) mwood@mhw ~ $ There's your 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 s

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

2015-01-23 Thread Mark H. Wood
ine ressources, but they did not bring me along so > far. > In tomcat server.xml I did enter this: > > allow="127\.0\.0\.1|129\.27\.218\.d+"/> This RE is not quite right, if you meant to accept 129.27.218.0/24. allow="127\.0\.0\.1|129\.27\.218\.\d+" -

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

2015-01-30 Thread Mark H. Wood
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 I

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

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

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

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

2015-03-04 Thread Mark H. Wood
t starting with 3.0.1. The GAV coordinates are now 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 Lib

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

2015-03-05 Thread Mark H. Wood
i? It looks to me as though at least oauth-client-jetty, and perhaps others, should be in test. 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 31

Re: [Dspace-tech] (no subject)

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

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] Deployment of REST API

2015-04-13 Thread Mark H. Wood
ss only to the hosts which make that one use. -- 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] Assistance

2015-04-24 Thread Mark H. Wood
emanager.DSpaceKernelImpl] DSpace kernel startup > completed in 2685 ms and registered as MBean: > org.dspace:name=33f4ac76-47ef-4b08-8b20-68a696f830b0,type=DSpaceKernel > INFO [org.dspace.core.ConfigurationManager] Loading provided config file: > /dspace/config/dspace.cfg > INFO [o

Re: [Dspace-tech] Fw: ##Urgent## Emergency## Technical Problem in DSpace- using it for my Masters Thesis of Computer Science ## Student of HUNAN UNIVERSITY, CHANGSHA, HUNAN, CHINA.

2015-04-24 Thread Mark H. Wood
e its logs elsewhere. Find the value of 'log.dir' in config/dspace.cfg to see where the logs have been directed. -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.u

Re: [Dspace-tech] spider ip recognition

2015-04-24 Thread Mark H. Wood
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 Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan S

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

2015-04-28 Thread Mark H. Wood
l-Virtual-Cloud > > Widest out-of-the-box monitoring support with 50+ applications > > Performance metrics, stats and reports that give you Actionable Insights > > Deep dive visibility with transaction tracing using APM Insight. > > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > >

<    1   2   3   4   5   6   7   >