Re: [Dspace-tech] Internal system error while trying to submit with a new field

2015-04-27 Thread ribin . jones
Thanks Christian. It worked !!!

Ribin Jones S.B 



- Original Message -
From: "Christian Scheible" 
To: dspace-tech@lists.sourceforge.net
Sent: Tuesday, 28 April, 2015 11:22:39 AM
Subject: Re: [Dspace-tech] Internal system error while trying to submit with a 
new field

Hi,

You have to add it to your database first.
For xmlui it is like this:
https://wiki.duraspace.org/display/DSPACE/Add+a+new+metadata+field


Am 28.04.2015 um 06:54 schrieb ribin.jo...@niist.res.in:
> Hi,
>
> I am running Dspace 5.1 in ubuntu 14.04. I got the installation successful. 
> Now, I wanted to add some more fields during an item submission process. I 
> added suitable entries in input-forms.xml and still I get "Internal system 
> error" while entering the data to the newly added field and try to submit the 
> item. Below is the logs:
>
> 2015-04-28 10:37:12,324 INFO  org.dspace.content.Item @ 
> ribin.jo...@niist.res.in:session_id=7D19CE9842326C825D77DB3FD08DFE06:ip_addr=10.10.50.201:update_item:item_id=37
> 2015-04-28 10:37:12,415 INFO  org.dspace.content.MetadataSchema @ Loading 
> schema cache for fast finds
> 2015-04-28 10:37:12,434 WARN  org.dspace.content.DSpaceObject @ Invalid 
> metadata field: [dc.objective] : [jj]
> 2015-04-28 10:37:12,436 ERROR 
> org.dspace.app.webui.servlet.SubmissionController @ Error loading step 
> class'org.dspace.submit.step.DescribeStep':
> java.sql.SQLException: Invalid metadata field: [dc.objective]
>  at 
> org.dspace.content.DSpaceObject.updateMetadata(DSpaceObject.java:122)
>  at org.dspace.content.Item.update(Item.java:1100)
>  at org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:517)
>  at 
> org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:341)
>  at 
> org.dspace.app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:401)
>  at 
> org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:252)
>  at 
> org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:491)
>  at 
> org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:427)
>  at 
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)
>  at 
> org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>  at 
> org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>  at 
> org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>  at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>  at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>  at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>  at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
>  at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>  at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
>  at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
>  at 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
>  at 
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
>  at java.lang.Thread.run(Thread.java:745)
>
> "Objecteive" is the newly added field in the item submission form.
>
> Seems I am missing something here...Can someone help guide me for adding a 
> nee entry in the submit form?
>
> Thanks,
>
> Ribin Jones S.B
>
> --
> One dashboard for servers and applications across Physical-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
> ___

Re: [Dspace-tech] Internal system error while trying to submit with a new field

2015-04-27 Thread Christian Scheible
Hi,

You have to add it to your database first.
For xmlui it is like this:
https://wiki.duraspace.org/display/DSPACE/Add+a+new+metadata+field


Am 28.04.2015 um 06:54 schrieb ribin.jo...@niist.res.in:
> Hi,
>
> I am running Dspace 5.1 in ubuntu 14.04. I got the installation successful. 
> Now, I wanted to add some more fields during an item submission process. I 
> added suitable entries in input-forms.xml and still I get "Internal system 
> error" while entering the data to the newly added field and try to submit the 
> item. Below is the logs:
>
> 2015-04-28 10:37:12,324 INFO  org.dspace.content.Item @ 
> ribin.jo...@niist.res.in:session_id=7D19CE9842326C825D77DB3FD08DFE06:ip_addr=10.10.50.201:update_item:item_id=37
> 2015-04-28 10:37:12,415 INFO  org.dspace.content.MetadataSchema @ Loading 
> schema cache for fast finds
> 2015-04-28 10:37:12,434 WARN  org.dspace.content.DSpaceObject @ Invalid 
> metadata field: [dc.objective] : [jj]
> 2015-04-28 10:37:12,436 ERROR 
> org.dspace.app.webui.servlet.SubmissionController @ Error loading step 
> class'org.dspace.submit.step.DescribeStep':
> java.sql.SQLException: Invalid metadata field: [dc.objective]
>  at 
> org.dspace.content.DSpaceObject.updateMetadata(DSpaceObject.java:122)
>  at org.dspace.content.Item.update(Item.java:1100)
>  at org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:517)
>  at 
> org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:341)
>  at 
> org.dspace.app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:401)
>  at 
> org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:252)
>  at 
> org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:491)
>  at 
> org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:427)
>  at 
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)
>  at 
> org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>  at 
> org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>  at 
> org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>  at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>  at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
>  at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>  at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
>  at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>  at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
>  at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
>  at 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
>  at 
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
>  at java.lang.Thread.run(Thread.java:745)
>
> "Objecteive" is the newly added field in the item submission form.
>
> Seems I am missing something here...Can someone help guide me for adding a 
> nee entry in the submit form?
>
> Thanks,
>
> Ribin Jones S.B
>
> --
> One dashboard for servers and applications across Physical-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
> ___
> 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
>


-- 
Christian Scheible
Softwareentwickler / Abt. Content-bas

[Dspace-tech] Internal system error while trying to submit with a new field

2015-04-27 Thread ribin . jones
Hi,

I am running Dspace 5.1 in ubuntu 14.04. I got the installation successful. 
Now, I wanted to add some more fields during an item submission process. I 
added suitable entries in input-forms.xml and still I get "Internal system 
error" while entering the data to the newly added field and try to submit the 
item. Below is the logs:

2015-04-28 10:37:12,324 INFO  org.dspace.content.Item @ 
ribin.jo...@niist.res.in:session_id=7D19CE9842326C825D77DB3FD08DFE06:ip_addr=10.10.50.201:update_item:item_id=37
2015-04-28 10:37:12,415 INFO  org.dspace.content.MetadataSchema @ Loading 
schema cache for fast finds
2015-04-28 10:37:12,434 WARN  org.dspace.content.DSpaceObject @ Invalid 
metadata field: [dc.objective] : [jj]
2015-04-28 10:37:12,436 ERROR org.dspace.app.webui.servlet.SubmissionController 
@ Error loading step class'org.dspace.submit.step.DescribeStep':
java.sql.SQLException: Invalid metadata field: [dc.objective]
at org.dspace.content.DSpaceObject.updateMetadata(DSpaceObject.java:122)
at org.dspace.content.Item.update(Item.java:1100)
at org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:517)
at 
org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:341)
at 
org.dspace.app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:401)
at 
org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:252)
at 
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:491)
at 
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:427)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:745)

"Objecteive" is the newly added field in the item submission form. 

Seems I am missing something here...Can someone help guide me for adding a nee 
entry in the submit form?

Thanks,

Ribin Jones S.B 

--
One dashboard for servers and applications across Physical-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
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Problem in Group and Eperson administration

2015-04-27 Thread Oliver Goldschmidt
Hello,

I have a problem in DSpace 5.1. After upgrading from DSpace 4.2 I cannot
change publication permissions or workflow step permissions on a
collection or select users in the permission system.
I have tracked down the error and it seems to be most likely a bug, but
I'm not 100% sure...

Trying to use http://dspace-instance/tools/eperson-list?multiple=false
(after having logged in as admin) is throwing an NPE:
2015-04-27 17:19:52,812 DEBUG org.dspace.storage.rdbms.DatabaseManager @
Running query "SELECT * FROM eperson e ORDER BY ?"  with parameters:
m_text_value
2015-04-27 17:19:52,817 WARN 
org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=XX...XX:internal_error:-- URL Was:
https://dspace.tub.tuhh.de/tools/eperson-list?multiple=false
-- Method: GET
-- Parameters were:
-- multiple: "false"
   
java.lang.NullPointerException
at org.dspace.eperson.EPerson.findAll(EPerson.java:518)

The reason for this error is, that I do not have a field m_text_value in
the table eperson, so the query fails.

Is this a bug or have I missed something upgrading the database?

Best regards
Oliver


--
One dashboard for servers and applications across Physical-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
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Question about statistics and Mirage2

2015-04-27 Thread George Stanley Kozak
Thanks, Hilton:

I found the problem in my usage-statistics.cfg file.  I had an incorrect 
setting.  I am seeing my stats, now.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Sent: Monday, April 27, 2015 10:56 AM
To: George Stanley Kozak
Cc: Bram Luyten; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about statistics and Mirage2

Hi George

Are you creating the reports using a daily script?
See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin/4.X

If so, then these reports are normally only available to a super-admin AFAIK.
I will add info to the statistics wiki page to clear up the confusion.

Cheers

hg


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

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 27 April 2015 at 16:27, George Stanley Kozak 
mailto:g...@cornell.edu>> wrote:
Bram:

Hmmm…I thought that  I have the config set right, but I am not seeing the 
statistics link.  I suspect I have some setting wrong.  I will do some digging. 
 Thank you for showing me the link.
My thanks for to you and Hilton.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924


From: bluy...@gmail.com 
[mailto:bluy...@gmail.com] On Behalf Of Bram Luyten
Sent: Friday, April 24, 2015 5:01 PM
To: George Stanley Kozak
Cc: Hilton Gibson; 
dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about statistics and Mirage2

Hi George,

the button should be on the lower right in the right nav bar, as shown here:

http://demo.dspace.org/xmlui/handle/10673/130

If the button is not there in your interface, check this property in your 
config, as the view might be restricted to admins only
https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/usage-statistics.cfg#L17

cheers,

Bram

--
[Image removed by sender. logo]

Bram Luyten
2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com


On 24 April 2015 at 22:44, George Stanley Kozak 
mailto:g...@cornell.edu>> wrote:
Thanks, Hilton:

I’m not sure if that addresses my issue.  I have the statistics set up 
properly, but in the Mirage2 theme, I don’t see any method for displaying them. 
 I can get them to appear if I type:
http://http://%3cmy> test server>/handle///statistics
but I don’t see anything in the Mirage2 nav bars or elsewhere that invokes this 
function.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

From: Hilton Gibson 
[mailto:hilton.gib...@gmail.com]
Sent: Friday, April 24, 2015 3:43 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about statistics and Mirage2

Hi George

Perhaps this will help: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Statistics
Also see: http://scholar.sun.ac.za/handle/10019.1/1/stats

Cheers

hg


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

Tel: +27 21 808 4100 | Cell: +27 84 646 
4758

On 24 April 2015 at 21:36, George Stanley Kozak 
mailto:g...@cornell.edu>> wrote:
Hi…

We are gearing up to cut over our production DSpace 1.8.2 JSPUI system to 
DSpace 5.1 XMLUI (using Mirage2 theme).
In our DSpace 1.8.2 JSPUI system, we had a “view Statistics” button  that was 
available on the Community, Collection and Item pages.  I do not see a 
comparable function in Mirage2.  Am I missing something, or does that feature 
not exist for Mirage2?

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924



--
One dashboard for servers and applications across Physical-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
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
Li

Re: [Dspace-tech] Question about statistics and Mirage2

2015-04-27 Thread Hilton Gibson
Hi George

Are you creating the reports using a daily script?
See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin/4.X

If so, then these reports are normally only available to a super-admin
AFAIK.
I will add info to the statistics wiki page to clear up the confusion.

Cheers

hg


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

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 27 April 2015 at 16:27, George Stanley Kozak  wrote:

>  Bram:
>
>
>
> Hmmm…I thought that  I have the config set right, but I am not seeing the
> statistics link.  I suspect I have some setting wrong.  I will do some
> digging.  Thank you for showing me the link.
>
> My thanks for to you and Hilton.
>
>
>
> George Kozak
>
> Digital Library Specialist
>
> Cornell University Library Information Technologies (CUL-IT)
>
> 218 Olin Library
>
> Cornell University
>
> Ithaca, NY 14853
>
> 607-255-8924
>
>
>
>
>
> *From:* bluy...@gmail.com [mailto:bluy...@gmail.com] *On Behalf Of *Bram
> Luyten
> *Sent:* Friday, April 24, 2015 5:01 PM
> *To:* George Stanley Kozak
> *Cc:* Hilton Gibson; dspace-tech@lists.sourceforge.net
> *Subject:* Re: [Dspace-tech] Question about statistics and Mirage2
>
>
>
> Hi George,
>
>
>
> the button should be on the lower right in the right nav bar, as shown
> here:
>
>
>
> http://demo.dspace.org/xmlui/handle/10673/130
>
>
>
> If the button is not there in your interface, check this property in your
> config, as the view might be restricted to admins only
>
>
> https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/usage-statistics.cfg#L17
>
>
>
> cheers,
>
>
>
> Bram
>
>
>--
>
> [image: logo]
>
> *Bram Luyten*
> *2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
> *Esperantolaan 4, Heverlee 3001, Belgium*
> www.atmire.com
> 
>
>
>
>
> On 24 April 2015 at 22:44, George Stanley Kozak  wrote:
>
>  Thanks, Hilton:
>
>
>
> I’m not sure if that addresses my issue.  I have the statistics set up
> properly, but in the Mirage2 theme, I don’t see any method for displaying
> them.  I can get them to appear if I type:
>
> http:///handle///statistics
>
> but I don’t see anything in the Mirage2 nav bars or elsewhere that invokes
> this function.
>
>
>
> George Kozak
>
> Digital Library Specialist
>
> Cornell University Library Information Technologies (CUL-IT)
>
> 218 Olin Library
>
> Cornell University
>
> Ithaca, NY 14853
>
> 607-255-8924
>
>
>
> *From:* Hilton Gibson [mailto:hilton.gib...@gmail.com]
> *Sent:* Friday, April 24, 2015 3:43 PM
> *To:* George Stanley Kozak
> *Cc:* dspace-tech@lists.sourceforge.net
> *Subject:* Re: [Dspace-tech] Question about statistics and Mirage2
>
>
>
> Hi George
>
>
>
> Perhaps this will help:
> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Statistics
>
> Also see: http://scholar.sun.ac.za/handle/10019.1/1/stats
>
>
>
> Cheers
>
>
>
> hg
>
>
>
>
>*Hilton Gibson*
>
> Ubuntu Linux Systems Administrator
>
> JS Gericke Library
>
> Room 1025C
>
> Stellenbosch University
>
> Private Bag X5036
>
> Stellenbosch
>
> 7599
>
> South Africa
>
>
>
> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
>
>
>
> On 24 April 2015 at 21:36, George Stanley Kozak  wrote:
>
>  Hi…
>
>
>
> We are gearing up to cut over our production DSpace 1.8.2 JSPUI system to
> DSpace 5.1 XMLUI (using Mirage2 theme).
>
> In our DSpace 1.8.2 JSPUI system, we had a “view Statistics” button  that
> was available on the Community, Collection and Item pages.  I do not see a
> comparable function in Mirage2.  Am I missing something, or does that
> feature not exist for Mirage2?
>
>
>
> George Kozak
>
> Digital Library Specialist
>
> Cornell University Library Information Technologies (CUL-IT)
>
> 218 Olin Library
>
> Cornell University
>
> Ithaca, NY 14853
>
> 607-255-8924
>
>
>
>
>
>
>
> --
> One dashboard for servers and applications across Physical-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
> ___
> 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
>
>
>
>
>
> --
> One dashboard for servers and applications across Physical-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

Re: [Dspace-tech] Question about statistics and Mirage2

2015-04-27 Thread George Stanley Kozak
Bram:

Hmmm…I thought that  I have the config set right, but I am not seeing the 
statistics link.  I suspect I have some setting wrong.  I will do some digging. 
 Thank you for showing me the link.
My thanks for to you and Hilton.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924


From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten
Sent: Friday, April 24, 2015 5:01 PM
To: George Stanley Kozak
Cc: Hilton Gibson; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about statistics and Mirage2

Hi George,

the button should be on the lower right in the right nav bar, as shown here:

http://demo.dspace.org/xmlui/handle/10673/130

If the button is not there in your interface, check this property in your 
config, as the view might be restricted to admins only
https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/usage-statistics.cfg#L17

cheers,

Bram

--
[logo]

Bram Luyten
2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com


On 24 April 2015 at 22:44, George Stanley Kozak 
mailto:g...@cornell.edu>> wrote:
Thanks, Hilton:

I’m not sure if that addresses my issue.  I have the statistics set up 
properly, but in the Mirage2 theme, I don’t see any method for displaying them. 
 I can get them to appear if I type:
http://http://%3cmy> test server>/handle///statistics
but I don’t see anything in the Mirage2 nav bars or elsewhere that invokes this 
function.

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

From: Hilton Gibson 
[mailto:hilton.gib...@gmail.com]
Sent: Friday, April 24, 2015 3:43 PM
To: George Stanley Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about statistics and Mirage2

Hi George

Perhaps this will help: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Statistics
Also see: http://scholar.sun.ac.za/handle/10019.1/1/stats

Cheers

hg


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

Tel: +27 21 808 4100 | Cell: +27 84 646 
4758

On 24 April 2015 at 21:36, George Stanley Kozak 
mailto:g...@cornell.edu>> wrote:
Hi…

We are gearing up to cut over our production DSpace 1.8.2 JSPUI system to 
DSpace 5.1 XMLUI (using Mirage2 theme).
In our DSpace 1.8.2 JSPUI system, we had a “view Statistics” button  that was 
available on the Community, Collection and Item pages.  I do not see a 
comparable function in Mirage2.  Am I missing something, or does that feature 
not exist for Mirage2?

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924



--
One dashboard for servers and applications across Physical-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
___
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


--
One dashboard for servers and applications across Physical-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
___
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

--
One dashboard for servers and applications across Physical-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___

[Dspace-tech] Submision process: select collection step. Control how collection names are shown in drop-down list.

2015-04-27 Thread RICARDO EITO BRUN
Dear colleagues,
I would like to know whether it is possible to change - by configuration -
the way collection names are shown in the drop-down list of the submission
process.

By default, the name of the community, sub-community and collection is
shown. Is there any way to display only the name of the collection, and
avoid showing the community name?

I have tried to find some data in the documentation, but I did not have
success.

Thanks in advance,

Ricardo

-- 
RICARDO EITO BRUN
Universidad Carlos III de Madrid
--
One dashboard for servers and applications across Physical-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___
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