I wonder if I have to clear the java memory?  It seems like it's looking
for Set when it should be looking for Collection?

On Wed, Jun 8, 2016 at 2:00 PM, Jose Blanco <[email protected]> wrote:

> I'm working on incorporating this patch:
>
> https://github.com/DSpace/DSpace/pull/999
>
> I changed the file indicated in the patch in my development environment,
> then  I did a build and update, and I was getting this error:
>
> 2016-06-07 10:31:12,110 ERROR
> org.dspace.app.xmlui.cocoon.DSpaceCocoonServletFilter @ Serious Error
> Occurred Processing Request!
>
> org.springframework.web.util.NestedServletException: Handler processing
> failed; nested exception is java.lang.NoSuchMethodError:
> org.dspace.app.util.GoogleMetadata.getMappings()Ljava/util/Set;
>
>
> which I think originated from:
>
> Caused by: java.lang.NoSuchMethodError:
> org.dspace.app.util.GoogleMetadata.getMappings()Ljava/util/Set;
>
>         at
> org.dspace.app.xmlui.aspect.artifactbrowser.ItemViewer.addPageMeta(ItemViewer.java:329)
>
>
> I was uncertain whether I had to change anything else, other than the file
> indicated on the PR, but Tim assured me that was it, so I did a rebuild
> just to try it again and then the error went away and it's working great.
> Today I went to release the prod with the same code and I'm getting the
> same error I was initially getting.  I'm confused why it did not work.  I
> guess if I knew why it did not work the after the 1st built, and then it
> worked in dev, I would have a better handle on the problem.  Any guesses?
>
>
> Thank you!  Jose
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to