Re: [Dspace-tech] DSpace-tech Digest, Vol 86, Issue 36

6 views
Skip to first unread message

Rajat Gupta

unread,
Aug 26, 2015, 11:02:06 AM8/26/15
to dspac...@lists.sourceforge.net
Hi,

I have a dspace 1.8 installation done at my end. I have enabled statistics. How can I enable the option which provided me a data on the no. of visitors country wise.

Waiting for a quick reply. 

Regards,

Rajat 

on, Jun 10, 2013 at 7:56 PM, <dspace-te...@lists.sourceforge.net> wrote:
Send DSpace-tech mailing list submissions to
        dspac...@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
        dspace-te...@lists.sourceforge.net

You can reach the person managing the list at
        dspace-t...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of DSpace-tech digest..."


Today's Topics:

   1. Re: How "bi_private" table and sequence are missing? (LifeH2O)
   2. Re: Mobile theme on DSpace 1.8.2 (Lewatle Phaladi)
   3. Re: Mobile theme on DSpace 1.8.2 (Lewatle Phaladi)


----------------------------------------------------------------------

Message: 1
Date: Mon, 10 Jun 2013 07:18:33 -0700 (PDT)
From: LifeH2O <lif...@gmail.com>
Subject: Re: [Dspace-tech] How "bi_private" table and sequence are
        missing?
To: dspac...@lists.sourceforge.net
Message-ID: <1370873913223...@n4.nabble.com>
Content-Type: text/plain; charset=us-ascii

This was the error

org.dspace.statistics.SolrLogger @ Forbidden


Forbidden

request:
http://dspace.seecs.nust.edu.pk/solr/statistics/update?wt=javabin&version=2.2
org.apache.solr.common.SolrException: Forbidden

Forbidden

request:
http://dspace.seecs.nust.edu.pk/solr/statistics/update?wt=javabin&version=2.2
        at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:343)
        at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:183)
        at
org.apache.solr.client.solrj.request.UpdateRequest.process(UpdateRequest.java:217)
        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:63)
        at org.dspace.statistics.SolrLogger.post(SolrLogger.java:244)
        at
org.dspace.statistics.SolrLoggerUsageEventListener.receiveEvent(SolrLoggerUsageEventListener.java:41)
        at
org.dspace.services.events.SystemEventService.fireLocalEvent(SystemEventService.java:154)
        at
org.dspace.services.events.SystemEventService.fireEvent(SystemEventService.java:97)
        at
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:259)
        at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:151)
        at org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:112)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
        at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
        at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:931)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
        at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)
        at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
        at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1822)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

--------------------------------------------------------------------------

I did that literally, stupid me, thanks for pointing.
I thought you are saying to comment out the code in .java file. Anyway I
commented out the configuration. Solr is stopped now. But there are another
two errors (these were already there but occur rarely, didn't notice them
erlier)

2013-06-10 19:11:25,645 ERROR org.dspace.core.PluginManager @ Self-named
plugin class "org.dspace.content.crosswalk.XSLTDisseminationCrosswalk"
returned null or empty name list!
2013-06-10 19:11:25,649 ERROR org.dspace.core.PluginManager @ Name collision
in named plugin, implementation
class="org.dspace.content.crosswalk.QDCCrosswalk", name="qdc"

I followed process given on some other thread and change dspace.cfg like
this

# Crosswalk Plugins:
plugin.named.org.dspace.content.crosswalk.IngestionCrosswalk = \
  org.dspace.content.crosswalk.PREMISCrosswalk = PREMIS \
  org.dspace.content.crosswalk.OREIngestionCrosswalk = ore \
  org.dspace.content.crosswalk.NullIngestionCrosswalk = NIL \
#  org.dspace.content.crosswalk.QDCCrosswalk = qdc \
  org.dspace.content.crosswalk.OAIDCIngestionCrosswalk = dc \
  org.dspace.content.crosswalk.DIMIngestionCrosswalk = dim

plugin.selfnamed.org.dspace.content.crosswalk.IngestionCrosswalk = \
  org.dspace.content.crosswalk.XSLTIngestionCrosswalk, \
  org.dspace.content.crosswalk.QDCCrosswalk

plugin.named.org.dspace.content.crosswalk.DisseminationCrosswalk = \
  org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = DC \
  org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk = dc \
  org.dspace.content.crosswalk.PREMISCrosswalk = PREMIS \
  org.dspace.content.crosswalk.METSDisseminationCrosswalk = METS \
  org.dspace.content.crosswalk.METSDisseminationCrosswalk = mets \
  org.dspace.content.crosswalk.OREDisseminationCrosswalk = ore \
#  org.dspace.content.crosswalk.QDCCrosswalk = qdc \
  org.dspace.content.crosswalk.DIMDisseminationCrosswalk = dim


plugin.selfnamed.org.dspace.content.crosswalk.DisseminationCrosswalk = \
  org.dspace.content.crosswalk.MODSDisseminationCrosswalk , \
  org.dspace.content.crosswalk.XSLTDisseminationCrosswalk, \
  org.dspace.content.crosswalk.QDCCrosswalk, \
  org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk

Still getting these two errors in old system. It was written these two
errors are ignorable. I think I should stop worrying about these.



--
View this message in context: http://dspace.2283337.n4.nabble.com/How-bi-private-table-and-sequence-are-missing-tp4664565p4664759.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.



------------------------------

Message: 2
Date: Mon, 10 Jun 2013 14:25:41 +0000
From: Lewatle Phaladi <Lewatle...@wits.ac.za>
Subject: Re: [Dspace-tech] Mobile theme on DSpace 1.8.2
To: Lewatle Phaladi <Lewatle...@wits.ac.za>,
        "DSpac...@lists.sourceforge.net"
        <dspac...@lists.sourceforge.net>
Message-ID:
        <E4E3E2D709A8FF47AD97...@Ekho.ds.WITS.AC.ZA>
Content-Type: text/plain; charset="utf-8"

Anyone who has link for documentation that I can follow to setup mobile theme on dspace 1.8.2 server is welcomed, I have done several checks without luck, or do I just need to upgrade my dspace to 3.0 as solution

From: Lewatle Phaladi [mailto:Lewatle...@wits.ac.za]
Sent: 10 June 2013 02:41 PM
To: DSpac...@lists.sourceforge.net
Subject: [Dspace-tech] Mobile theme on DSpace 1.8.2

Dear All,

Is that possible to run dspace mobile theme on dspace 1.8.2, if yes I have checked several doc without much details on how to do the setup, or what files do I need to download first, the steps I found is for 3.0 version that comes with the module, I would like to configure it and have the theme accessible anytime from now as indicated I am running dspace 1.8.2, any input is admissible

Regards,
Lewatle


This communication is intended for the addressee only. It is confidential. If you have received this communication in error, please notify us immediately and destroy the original message. You may not copy or disseminate this communication without the permission of the University. Only authorised signatories are competent to enter into agreements on behalf of the University and recipients are thus advised that the content of this message may not be legally binding on the University and may contain the personal views and opinions of the author, which are not necessarily the views and opinions of The University of the Witwatersrand, Johannesburg. All agreements between the University and outsiders are subject to South African Law unless the University agrees in writing to the contrary. </table<>




<table width="100%" border="0" cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td align="left" style="text-align:justify;"><font face="arial,sans-serif" size="1" color="#999999"><span style="font-size:11px;">This communication is intended for the addressee only. It is confidential. If you have received this communication in error, please notify us immediately and destroy the original message. You may not copy or disseminate this communication without the permission of the University. Only authorised signatories are competent to enter into agreements on behalf of the University and recipients are thus advised that the content of this message may not be legally binding on the University and may contain the personal views and opinions of the author, which are not necessarily the views and opinions of The University of the Witwatersrand, Johannesburg. All agreements between the University and outsiders are subject to South African Law unless the University agrees in writing to the contrary. </span></font></td>
</tr>
</table
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Mon, 10 Jun 2013 14:26:12 +0000
From: Lewatle Phaladi <Lewatle...@wits.ac.za>
Subject: Re: [Dspace-tech] Mobile theme on DSpace 1.8.2
To: "DSpac...@lists.sourceforge.net"
        <dspac...@lists.sourceforge.net>
Message-ID:
        <E4E3E2D709A8FF47AD97...@Ekho.ds.WITS.AC.ZA>
Content-Type: text/plain; charset="utf-8"

Hi all,

Anyone who has link for documentation that I can follow to setup mobile theme on dspace 1.8.2 server is welcomed, I have done several checks without luck, or do I just need to upgrade my dspace to 3.0 as solution

Regards,
Lewatle

From: Lewatle Phaladi [mailto:Lewatle...@wits.ac.za]
Sent: 10 June 2013 02:41 PM
To: DSpac...@lists.sourceforge.net<mailto:DSpac...@lists.sourceforge.net>
Subject: [Dspace-tech] Mobile theme on DSpace 1.8.2

Dear All,

Is that possible to run dspace mobile theme on dspace 1.8.2, if yes I have checked several doc without much details on how to do the setup, or what files do I need to download first, the steps I found is for 3.0 version that comes with the module, I would like to configure it and have the theme accessible anytime from now as indicated I am running dspace 1.8.2, any input is admissible

Regards,
Lewatle


This communication is intended for the addressee only. It is confidential. If you have received this communication in error, please notify us immediately and destroy the original message. You may not copy or disseminate this communication without the permission of the University. Only authorised signatories are competent to enter into agreements on behalf of the University and recipients are thus advised that the content of this message may not be legally binding on the University and may contain the personal views and opinions of the author, which are not necessarily the views and opinions of The University of the Witwatersrand, Johannesburg. All agreements between the University and outsiders are subject to South African Law unless the University agrees in writing to the contrary. </table<>




<table width="100%" border="0" cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td align="left" style="text-align:justify;"><font face="arial,sans-serif" size="1" color="#999999"><span style="font-size:11px;">This communication is intended for the addressee only. It is confidential. If you have received this communication in error, please notify us immediately and destroy the original message. You may not copy or disseminate this communication without the permission of the University. Only authorised signatories are competent to enter into agreements on behalf of the University and recipients are thus advised that the content of this message may not be legally binding on the University and may contain the personal views and opinions of the author, which are not necessarily the views and opinions of The University of the Witwatersrand, Johannesburg. All agreements between the University and outsiders are subject to South African Law unless the University agrees in writing to the contrary. </span></font></td>
</tr>
</table
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

------------------------------

_______________________________________________
DSpace-tech mailing list
DSpac...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


End of DSpace-tech Digest, Vol 86, Issue 36
*******************************************

Reply all
Reply to author
Forward
0 new messages