RE: [dspace-tech] Filter-Media Weirdness

2017-02-08 Thread Cameron, Jacob
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 cl

RE: [dspace-tech] Filter-Media Weirdness

2017-02-08 Thread Cameron, Jacob
roups.com> 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 ru

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