Re: [Geoserver-devel] Misterious EMF related exception

2016-05-23 Thread Andrea Aime
On Thu, May 19, 2016 at 8:40 PM, Jason Newmoyer < ja...@newmoyergeospatial.com> wrote: > Andrea, > > It rings a bell but I believe my exception was slightly different, > relating to the classpath. > Thanks for the follow up. Do you have by any chance your stack trace handy? Was that happening wit

Re: [Geoserver-devel] Misterious EMF related exception

2016-05-19 Thread Jason Newmoyer
Andrea, It rings a bell but I believe my exception was slightly different, relating to the classpath. Anyway, the solution for me was setting: System.setProperty("org.eclipse.emf.ecore.EPackage.Registry.INSTANCE", "org.eclipse.emf.ecore.impl.EPackageRegsitryImpl"); I noted this thread in my com

[Geoserver-devel] Misterious EMF related exception

2016-05-19 Thread Andrea Aime
Hi, on a production system running an old Geoserver I'm seeing the following stack trace: Caused by: java.lang.NullPointerException at org.eclipse.emf.ecore.util.EcoreEList.resolveProxy(EcoreEList.java:212) at org.eclipse.emf.ecore.util.EcoreEList.indexOf(EcoreEList.java:411)