RE: [dspace-tech] Filter-Media Weirdness

2017-02-08 Thread Cameron, Jacob
I ran mvn clean package during the upgrade but I'll give it a shot.

--
Jake Cameron, BCS(UNB)
Systems Support Specialist III
Information Systems and Technical Services University of Lethbridge Library
Phone:(403)329-2756

This e-mail, including any and all attachments, is only for the use of the 
intended recipient(s) and may contain information that is confidential or 
privileged. If you are not the intended recipient, you are advised that any 
dissemination, copying or other use of this e-mail is prohibited. Please notify 
the sender of the error in communication by return e-mail and destroy all 
copies of this e-mail.  Thank you.

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, February 08, 2017 4:15 AM
To: Cameron, Jacob 
Cc: DSpace Technical Support 
Subject: Re: [dspace-tech] Filter-Media Weirdness

My guess is that during upgrade, you didn't run "mvn clean" and thus you have 
both the new and old pdfbox library installed. You can check in [dspace]/lib/ 
and all the WEB-INF/lib/ directories.

The solution would be to run mvn clean before mvn package and rebuild DSpace.


Regards,
~~helix84

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

--
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


RE: [dspace-tech] Filter-Media Weirdness

2017-02-08 Thread Cameron, Jacob
And we only have pdfbox-2.0.2 installed from what I see.

--
Jake Cameron, BCS(UNB)
Systems Support Specialist III
Information Systems and Technical Services University of Lethbridge Library
Phone:(403)329-2756

This e-mail, including any and all attachments, is only for the use of the 
intended recipient(s) and may contain information that is confidential or 
privileged. If you are not the intended recipient, you are advised that any 
dissemination, copying or other use of this e-mail is prohibited. Please notify 
the sender of the error in communication by return e-mail and destroy all 
copies of this e-mail.  Thank you.


-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, February 08, 2017 4:15 AM
To: Cameron, Jacob 
Cc: DSpace Technical Support 
Subject: Re: [dspace-tech] Filter-Media Weirdness

My guess is that during upgrade, you didn't run "mvn clean" and thus you have 
both the new and old pdfbox library installed. You can check in [dspace]/lib/ 
and all the WEB-INF/lib/ directories.

The solution would be to run mvn clean before mvn package and rebuild DSpace.


Regards,
~~helix84

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

--
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] new user registration problem

2017-02-08 Thread Wang, Yongming
Dear all,

Our environment:  New installation, DSpace 6.0, xmlui mirage2, RHEL7

Description of problem:

When the users conduct the self-registration by entering their email, an
url is generated and sent to that user's email. When the users click that
url, they got an "Unable to connect" error. I looked at the url. It's like
the following:

http://xxx..xxx:8080/xmlui/register?token=2bfb5abeaa6bf1fa3309ca63f9d8c2d5

I realized that we have configured our server to have our dspace to point
to the standard http port (80), not the default 8080. So I modified the
local.cfg to remove 8080 from dspace.baseUrl. Now the generated url is like
the following:

http://xxx..xxx/xmlui/register?token=2bfb5abeaa6bf1fa3309ca63f9d8c2d5

This time the error massage is "Page cannot be found," with a stack of java
errors like this:

Java stacktrace: org.apache.cocoon.ResourceNotFoundException: Page cannot
be found at
org.dspace.app.xmlui.aspect.general.PageNotFoundTransformer.addBody(PageNotFoundTransformer.java:185)
at
org.dspace.app.xmlui.wing.AbstractWingTransformer.startElement(AbstractWingTransformer.java:234)
at
org.dspace.app.xmlui.aspect.general.PageNotFoundTransformer.sendEvent(PageNotFoundTransformer.java:237)
at
org.dspace.app.xmlui.aspect.general.PageNotFoundTransformer.endElement(PageNotFoundTransformer.java:153)
at sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
...


My questions are:

1. Am I in the right direction to remove 8080 of dspace.baseUrl in
local.cfg?

2. What's my next move to fix the "page cannot be found" error?

Any help or guidance will be greatly appreciated.




Yongming

-- 
Yongming Wang
Systems Librarian/Associate Professor
The College of New Jersey
tel: 609-771-3337
email: wan...@tcnj.edu

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Crossref DOI

2017-02-08 Thread Mcmanus, Molly S CIV USARMY CEERD (US)
Is anyone using Dspace with Crossref DOIs (instead of datacite)? I'd love to 
chat if you are. Thanks, Molly

Molly McManus
Systems Librarian, Information Science and Knowledge Management Branch

US Army Engineer Research and Development Center
Information Technology Laboratory
ATTN CEERD-IS-L
3909 Halls Ferry Road
Vicksburg, MS 39180-6199

p 601-634-4122 

molly.s.mcma...@usace.army.mil
http://erdc.usace.army.mil/labs/itl/


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Statistics showing are not current

2017-02-08 Thread David Baker
Terry, I've created issue DS-3481 


Thanks.
David

On Tuesday, January 31, 2017 at 3:31:40 PM UTC-5, Terry Brady wrote:
>
> David,
>
> I am working through a number of shard-related issues within DSpace 5 and 
> DSpace 6.
>
>
> https://wiki.duraspace.org/display/~terrywbrady/Statistics+Import+Export+Issues
>
> Once these issues are resolved, it will be interesting to see if your 
> issues persist.
>
> Could you create a DSpace Jira ticket describing the issues you are 
> encountering?
>
> Terry
>
> On Tue, Jan 31, 2017 at 10:58 AM, David Baker  > wrote:
>
>> The Statistics page (Administrative > Statistics) in our DSpace 5.3 
>> instance is only showing 4 months since our site went live (6/9/15 - 
>> 10/19/15):
>>
>>
>>
>> 
>>
>>
>>
>> I run a nightly spider deletion and optimization on the stats:
>>
>> dspace stats-util -i
>> dspace stats-util -o
>>
>> These commands have both been logging an error for a while.
>>
>> The spider cleaning command runs at 1:00 AM and generates this error:
>>
>> 2017-01-30 01:00:13,872 INFO  org.apache.solr.core.SolrCore @ [statistics
>> ] webapp=/solr path=/select params={q=type:2+AND+id:1=javabin=
>> 2} hits=0 status=0 QTime=14 
>> 2017-01-30 01:00:13,945 INFO  org.apache.solr.handler.admin.
>> CoreAdminHandler @ core create command dataDir=c:
>> /dspace\solr\statistics-2014\data=statistics-2014=CREATE=statistics=javabin=2
>> 2017-01-30 01:00:13,952 WARN 
>>  org.apache.solr.handler.admin.CoreAdminHandler @ Creating a core with 
>> existing name is not allowed
>> 2017-01-30 01:00:13,953 ERROR org.apache.solr.core.SolrCore @ 
>> org.apache.solr.common.SolrException: Core with name 'statistics-2014' 
>> already exists.
>>  at 
>> org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:555)
>>  at 
>> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestInternal(CoreAdminHandler.java:199)
>>  at 
>> org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:188)
>>  at 
>> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
>>  at 
>> org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:729)
>>  at 
>> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:258)
>>  at 
>> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:207)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>  at 
>> org.dspace.solr.filters.LocalHostRestrictionFilter.doFilter(LocalHostRestrictionFilter.java:50)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>  at 
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
>>  at 
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
>>  at 
>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
>>  at 
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
>>  at 
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
>>  at 
>> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:617)
>>  at 
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
>>  at 
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)
>>  at 
>> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091)
>>  at 
>> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:668)
>>  at org.apache.tomcat.util.net
>> .AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2463)
>>  at org.apache.tomcat.util.net
>> .AprEndpoint$SocketProcessor.run(AprEndpoint.java:2452)
>>  at 
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>  at 
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>  at 
>> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>>  at java.lang.Thread.run(Thread.java:745)
>>
>>
>> 2017-01-30 01:00:13,955 INFO  org.apache.solr.servlet.SolrDispatchFilter 
>> @ [admin] webapp=null path=/admin/cores 
>> params={dataDir=c:/dspace\solr\statistics-2014\data=statistics-2014=CREATE=statistics=javabin=2}
>>  
>> status=500 QTime=10 
>> 2017-01-30 01:00:13,955 ERROR org.apache.solr.servlet.SolrDispatchFilter 
>> @ null:org.apache.solr.common.SolrException: Core with name 
>> 

RE: [dspace-tech] Re: Altmetrics on DSpace 6

2017-02-08 Thread Cameron, Jacob
That did the trick.  It is showing up on my development server properly now.

--
Jake Cameron, BCS(UNB)
Systems Support Specialist III
Information Systems and Technical Services University of Lethbridge Library
Phone:(403)329-2756

This e-mail, including any and all attachments, is only for the use of the 
intended recipient(s) and may contain information that is confidential or 
privileged. If you are not the intended recipient, you are advised that any 
dissemination, copying or other use of this e-mail is prohibited. Please notify 
the sender of the error in communication by return e-mail and destroy all 
copies of this e-mail.  Thank you.

From: dspace-tech@googlegroups.com [mailto:dspace-tech@googlegroups.com] On 
Behalf Of Kim Shepherd
Sent: Wednesday, February 01, 2017 11:17 PM
To: DSpace Technical Support 
Subject: Re: [dspace-tech] Re: Altmetrics on DSpace 6

Hi Jacob and all,

Further to this, I figured out how that page metadata is actually generated and 
then read into a variable in the XMLUI template, so the issue wasn't as 
complicated as I thought -- it's basically all down to that #1 issue I 
identified, not the others.

I've logged a JIRA ticket for the problem at 
https://jira.duraspace.org/browse/DS-3477 and my pull request for the fix is at 
https://github.com/DSpace/DSpace/pull/1637. Still need to test with DSpace 5 
(the configurationmanager changes could mean it only applies to 6). If you grab 
that pull request and try it out in your dev environment, you'll hopefully see 
the badges.

You may still run into scope trouble with the http vs https javascript 
references in which case the scheme changes to '//' from #4 in my earlier reply 
should fix up the scheme mismatch.

Hope this helps!

Cheers

Kim
On 19 January 2017 at 20:09, Kim Shepherd 
> wrote:
Hi Jacob, hmm,  I think there are a few things going on here...

1. I've figured out that the configuration properties for altmetric aren't 
being loaded properly by Mirage -- that's fixed with a pretty easy PR and 
wouldn't be hard to patch your instance. (just replacing things like 
confman:getProperty("altmetrics", "altmetric.enabled") with 
confman:getProperty("altmetric.enabled") )

2. Further, the variables relied on to get identifiers ($identifier_handle and 
$identifier_doi) are not being created properly in global-variables.xsl because 
it doesn't have access to item metadata in that context. I think the best thing 
to do for this is for us to create these variables in somewhere like 
item-view.xsl which has access to all the item metadata.

3. A couple of extra issues with $identifier_handle -- it's looking in a field 
called dc.identifier.handle which doesn't exist by default (most of us use 
dc.identifier.uri) and isn't reading the altmetrics.field config property to 
see which field you've actually told the altmetric badge to use. Also, for 
handles, altmetric expects just the prefix/identifier in the "data-handle" 
attribute, not the full URI so we'll have to try and strip that out too (ie. 
yours should be passed as 10133/3376) when creating the $identifier_handle 
variable

I'll keep testing (I have managed to get the badge displaying properly when I 
fix the config property stuff and hardcode your handle instead of relying on 
the variables) but I think best steps are: I'll submit a PR to fix the config 
issues, I'll figure out where and best DRI path to access identifier metadata 
is for variables to use with altmetric/plum badges, tell said variable to look 
at altmetrics.field to make sure it is looking in the right field, and if it's 
expecting a handle, strip out everything before the prefix.

4. You might have trouble loading the JS in on your site anyway, based on 
something else I saw:

The browsers I try are blocking jquery from being loaded because it's trying to 
load from the Google CDN with http:// whereas your site is secure under https://
(most modern browsers will now block this kind of mixed/insecure content 
loading)

XMLUI does attempt to compile the correct scheme (http or https) into the URL 
for javascript loading (see 
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl)
 so I think XMLUI must think that your base URL starts with http:// and not 
https://

One reason for this could be that your site is sitting behind some 
frontends/appliances which handle the SSL endpoint and then offload traffic to 
your backend application servers running on http:// -- does this sound like it 
could be the case? If so, the fix might be as simple as finding the line in 
page-structure.xsl that compiles the javascript script element:

http://ajax.googleapis.com/ajax/libs/jquery/>',
 $jqueryVersion ,'/jquery.min.js')}"> 

...and tell it to just use relative scheme regardless, eg.

http://ajax.googleapis.com/ajax/libs/jquery/>',
 $jqueryVersion 

Re: [dspace-tech] Dspace-CRIS Item view and Download count problem

2017-02-08 Thread Fazio Riccardo
Dear Yen-Tang Chen,

You should launch the script "view-and-download-retrieve" to retrieve the 
metrics on the view/download;
you will find it in the bin folder of your installation dir.
cd [dspace-dir]/bin
./view-and-download-retrieve

You can also put this script in crontab, 
https://wiki.duraspace.org/display/DSPACECRIS/jobs+in+CRONTAB


I hope this helps

Regards

Riccardo


On 08/02/2017 02:56, Yen-Tang Chen wrote:
Dear all

Installation environment

  jdk1.8.0_101
  postgresSQL 9.5
  tomcat 8.0.37
  dspace-cris_5.6.1


Item view and Download count are 0 . (view_download.png , view_download_02.png)
But Administration Tools > Statistics
Item view and Download count still exist (view_download_01.png)

I only changed the postgres pg_hba.conf settings.


# "local" is for Unix domain socket connections only
local   all all   trust
# IPv4 local connections
hostall all 127.0.0.1/32  trust

changed =>
# IPv4 local connections:
hostall allIP/32  md5

After Item view and Download count are 0 .



How do I show the Item view and Download count?


Sincerely yours, Yen-Tang Chen



Yen-Tang Chen
Lib. Information Technology Services Div., NTU Library, 
http://www.lib.ntu.edu.tw/en
office: No. 1, Sec 4, Roosevelt Road, Taipei 10617, Taiwan, R.O.C.
TEL:886-2-33662291
EMAIL:exia0...@gmail.com

--
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to 
dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


--
Riccardo Fazio
DSpace and DSpace-CRIS developer

4Science,  www.4science.it (an Itway Group Company)

office: Via Edoardo D'Onofrio 304, 00155 Rome, Italy
tel: +39 3339341798

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Dspace-CRIS Item view and Download count problem

2017-02-08 Thread Yen-Tang Chen

Dear Riccardo Fazio


I’m grateful for your advice.

I have tried this method run script "*view-and-download-retrieve*" 
 
Item view and Download count are 0.

I don't know how to slove the problem…
 


Sincerely yours, Yen-Tang Chen



Yen-Tang Chen
Lib. Information Technology Services Div., NTU Library, 
http://www.lib.ntu.edu.tw/en
office: No. 1, Sec 4, Roosevelt Road, Taipei 10617, Taiwan, R.O.C.
TEL:886-2-33662291
 
EMAIL:exia0...@gmail.com
 


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Dspace-Cris: data import sequence/ fields

2017-02-08 Thread infovoid123
Hi Andrea
Sorry for not getting back to you earlier..

Yes, all good now. Not the easiest as some data clean up is needed before 
import but all working nicely..
Cheers


On Friday, December 23, 2016 at 6:14:52 PM UTC+4, Bollini Andrea wrote:

> Hi,
>
> not sure to have already replied to this.
>
> Please check the following documentation pages:
>
>
> https://wiki.duraspace.org/display/DSPACECRIS/How+to+collect+data+about+CRIS+entities
>
> https://wiki.duraspace.org/pages/viewpage.action?pageId=78163330
>
> Let me know if you have further questions.
>
> Andrea
>
> Il 28/11/2016 08:16, infov...@gmail.com  ha scritto:
>
> Hi All
> New to this, so please bear with me:-)
> I have installed Dspace-Cris (latest) and all seems to be working as it 
> should. One of the things I am struggling with is data import. Basically I 
> am looking to populate the system with data only from Scopus and WoS. The 
> idea is to export publication data from Scopus based on Affiliation search 
> so that the data is nice and clean. 
>
> The unknown for me is the sequence for data import: should I first create/ 
> import Researchers and then Import Metadata?
>
> Sorry to ask what I am sure is a silly question, but not sure how 
> Researchers' profile will link to metadata upload and vice versa bearing.
>
> Cheers
> JV
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
>
> -- 
> Andrea Bollini
> Chief Technology and Innovation Officer
>
> 4Science,  www.4science.it
> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy
> mobile: +39 333 934 1808
> skype: a.bollini
> linkedin: andreabollini
> orcid: -0002-9029-1854
>
> an Itway Group Company
> Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Filter-Media Weirdness

2017-02-08 Thread helix84
My guess is that during upgrade, you didn't run "mvn clean" and thus
you have both the new and old pdfbox library installed. You can check
in [dspace]/lib/ and all the WEB-INF/lib/ directories.

The solution would be to run mvn clean before mvn package and rebuild DSpace.


Regards,
~~helix84

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

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech]

2017-02-08 Thread Emmanuel Scaria
Hi,
I was dealing with a fresh installation of dspace. I modified submission
steps successfully. But i am not able to add one more step ,that is in the
submission verification step. I think it is related with java classess. I
checked an old dspace installation. I found folders class and org in the
dspace/webapps/xmlui/WEB-INFO/aspects/. How to enable this new step of the
workflow. Kindly help me

Regards
Emmanuel

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Ant Fresh_Install error

2017-02-08 Thread Gopalakrishnan S








While performing ang fresh_install, I get the following error:

C:\dspace-6.0-src-release\dspace\target\dspace-installer>ant fresh_install
Buildfile: 
C:\dspace-6.0-src-release\dspace\target\dspace-installer\build.xml

init_installation:
[mkdir] Created dir: c:\dspace\bin
[mkdir] Created dir: c:\dspace\config
[mkdir] Created dir: c:\dspace\lib
[mkdir] Created dir: c:\dspace\etc
[mkdir] Created dir: c:\dspace\webapps
[mkdir] Created dir: c:\dspace\triplestore
[mkdir] Created dir: c:\dspace\exports
[mkdir] Created dir: c:\dspace\exports\download
[mkdir] Created dir: c:\dspace\handle-server
[mkdir] Created dir: c:\dspace\log
[mkdir] Created dir: c:\dspace\upload
[mkdir] Created dir: c:\dspace\reports
[mkdir] Created dir: c:\dspace\solr
[mkdir] Created dir: c:\dspace\var
[mkdir] Created dir: c:\dspace\var\oai

prepare_configs:
[mkdir] Created dir: 
C:\dspace-6.0-src-release\dspace\target\dspace-installe
r\config-temp
 [copy] Copying 156 files to 
C:\dspace-6.0-src-release\dspace\target\dspace-
installer\config-temp
 [copy] Copying 1 file to 
C:\dspace-6.0-src-release\dspace\target\dspace-ins
taller\config-temp
 [copy] Copying 1 file to 
C:\dspace-6.0-src-release\dspace\target\dspace-ins
taller\config-temp
 [copy] Copying 16 files to 
C:\dspace-6.0-src-release\dspace\target\dspace-i
nstaller\config-temp

init_configs:
 [copy] Copying 158 files to c:\dspace\config
   [delete] Deleting directory 
C:\dspace-6.0-src-release\dspace\target\dspace-in
staller\config-temp
 [copy] Copying 1 file to c:\dspace\config

test_database:
 [java] 2017-02-08 15:26:40,378 WARN 
 org.apache.commons.configuration.Defau
ltConfigurationBuilder @ Internal error
 [java] org.apache.commons.configuration.ConfigurationException: Cannot 
loca
te configuration source local.cfg
 [java] at 
org.apache.commons.configuration.AbstractFileConfiguration.lo
ad(AbstractFileConfiguration.java:259)
 [java] at 
org.apache.commons.configuration.AbstractFileConfiguration.lo
ad(AbstractFileConfiguration.java:238)
 [java] at 
org.apache.commons.configuration.DefaultConfigurationBuilder$
FileConfigurationProvider.getConfiguration(DefaultConfigurationBuilder.java:1455
)
 [java] at 
org.apache.commons.configuration.DefaultConfigurationBuilder$
ConfigurationBeanFactory.createBean(DefaultConfigurationBuilder.java:1321)
 [java] at 
org.apache.commons.configuration.beanutils.BeanHelper.createB
ean(BeanHelper.java:390)
 [java] at 
org.apache.commons.configuration.beanutils.BeanHelper.createB
ean(BeanHelper.java:412)
 [java] at 
org.apache.commons.configuration.beanutils.BeanHelper.createB
ean(BeanHelper.java:426)
 [java] at 
org.apache.commons.configuration.DefaultConfigurationBuilder.
createConfigurationAt(DefaultConfigurationBuilder.java:855)
 [java] at 
org.apache.commons.configuration.DefaultConfigurationBuilder.
initCombinedConfiguration(DefaultConfigurationBuilder.java:719)
 [java] at 
org.apache.commons.configuration.DefaultConfigurationBuilder.
getConfiguration(DefaultConfigurationBuilder.java:622)
 [java] at 
org.apache.commons.configuration.DefaultConfigurationBuilder.
getConfiguration(DefaultConfigurationBuilder.java:587)
 [java] at 
org.dspace.servicemanager.config.DSpaceConfigurationService.l
oadInitialConfig(DSpaceConfigurationService.java:494)
 [java] at 
org.dspace.servicemanager.config.DSpaceConfigurationService.<
init>(DSpaceConfigurationService.java:87)
 [java] at 
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernel
Impl.java:148)
 [java] at 
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernel
Impl.java:128)
 [java] at 
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.ja
va:49)
 [java] 2017-02-08 15:26:48,457 WARN 
 org.dspace.services.email.EmailService
Impl @ Couldn't get an email session from environment:  Need to specify 
class na
me in environment or system property, or as an applet parameter, or in an 
applic
ation resource file:  java.naming.factory.initial
 [java]
 [java] Error running 'test':
 [java]  - java.sql.SQLException: Cannot create 
PoolableConnectionFactory (P
rotocol error.  Session setup failed.)
 [java]
 [java] Please see the DSpace documentation for assistance.
 [java]
 [java] java.sql.SQLException: Cannot create PoolableConnectionFactory 
(Prot
ocol error.  Session setup failed.)
 [java] at 
org.apache.commons.dbcp2.BasicDataSource.createPoolableConnec
tionFactory(BasicDataSource.java:2294)
 [java] at 
org.apache.commons.dbcp2.BasicDataSource.createDataSource(Bas
icDataSource.java:2039)
 [java] at 
org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicD
ataSource.java:1533)
 [java] at 
org.dspace.storage.rdbms.DatabaseUtils.main(DatabaseUtils.jav
a:105)
 [java] at