Hi Casey,

It looks to me like these problems (at least, the errors pasted) could be
related to some XMLUI aspect or pipeline issues rather than Solr itself.
However, taking a look at your Solr index(es) and making sure the data is
all there sounds like a good first step, and will at least eliminate it as
a problem.

By default, the Solr webapp is configured with a
"LocalhostRestrictionFilter" enabled, to ensure that only your local DSpace
[web]apps have access.
You'll want to give yourself some direct access to Solr to help with
testing and diagnosis -  here are some instructions that will help you open
your Solr webapp up to some specific IPs without letting the rest of the
Internet in. (assuming Tomcat7)
https://wiki.duraspace.org/display/DSPACE/Solr#Solr-InstructionsspecifictoTomcat7andnewer

Once you've configured that, you can visit http://your.hostname/solr to get
to the main admin page, or try a few queries like
http://your.hostname/solr/search/select?q=*:*

I'm keen to hear how you get on with all of that - keep us posted!

If it doesn't help get to the bottom of the actual problem, you could maybe
compare your XMLUI config and sitemaps between dev and prod instances...
I'm wondering if some parts didn't get fully upgraded and are referring to
invalid paths or getting stuck somewhere?

Cheers

Kim


M: k...@shepherd.nz
T: @kimshepherd
P: +6421883635

0CCB D957 0C35 F5C1 497E CDCF FC4B ABA3 2A1A FAEC
https://keybase.io/kshepherd

On 30 May 2015 at 08:24, Hume, Casey <casey.h...@nist.gov> wrote:

>  Hello,
>
>
>
> We’re upgrading our existing 3.2 DSpace install to 5.2.  We copied our
> production system into a dev environment and I was able to complete the
> upgrade without any issues, but upon replicating the process in production,
> everything has worked except that the Recent Submissions, Discovery, and
> Search do not work in the production server.
>
>
>
> I suspect this may have something to do with the solr application, but I’m
> fairly new to DSpace.
>
>
>
> At present, the only remaining issues appearing in the logs are below.  If
> someone could confirm my suspicion, suggest a good method to test the solr
> setup or point me in a different direction it would be much appreciated.
>
>
>
> In cocoon.log:
>
>
>
> 2015-05-29 16:02:11,763 ERROR cocoon.handled  - Failed to process pipeline
>
>         at <map:serialize type="xml"> -
> jndi:/localhost/dspace/xmlui/aspects/aspects.xmap:96:31
>
>         at <map:generate type="file"> -
> jndi:/localhost/dspace/xmlui/aspects/aspects.xmap:95:55
>
>         at <map:serialize type="xml"> -
> resource://aspects/Versioning/sitemap.xmap:135:40
>
>         …
>
> [and also messages such as]
>
> org.apache.cocoon.caching.impl.CacheImpl  - Caching new response for
> PK_G-aspect-cocoon://DRI/2/discover?pipelinehash=
>
>
>
> in dspace.log:
>
> 2015-05-29 16:21:45,585 INFO
> org.dspace.app.xmlui.aspect.discovery.SidebarFacetsTransformer @ facets for
> scope, null: 3
>
> 2015-05-29 16:21:45,989 INFO
> org.dspace.app.xmlui.aspect.discovery.SidebarFacetsTransformer @ facets for
> scope, null: 3
>
> 2015-05-29 16:21:46,006 INFO
> org.dspace.app.xmlui.aspect.discovery.AbstractSearch @
> anonymous:session_id=XXXXXXXXXXXXXXXXXXXXXXXXX:ip_addr=XXX.XXX.XXX.XXX:search:query="null",results=(0,0,0)
>
>
>
>
>
> Casey R. Hume, Ph.D.
>
> Computer Scientist,
>
> Office of Data Informatics (ODI)
>
> National Institute of Standards and Technology
>
> 100 Bureau Drive;
>
> (a)    Building 222/Room A125 (x 2451)
>
> (b)    Building 223/Room A3-- (x ----)
>
> Gaithersburg, MD  20899-2300
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> 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 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

Reply via email to