Advertisement
Guest User

Untitled

a guest
Dec 28th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.38 KB | None | 0 0
  1. java.lang.NoClassDefFoundError: Could not initialize class org.geotoolkit.metadata.Citations
  2.     at org.geotoolkit.referencing.factory.AbstractAuthorityFactory.getAuthority(AbstractAuthorityFactory.java:142)
  3.     at org.geotoolkit.referencing.factory.CachingAuthorityFactory.unavailable(CachingAuthorityFactory.java:351)
  4.     at org.geotoolkit.referencing.factory.CachingAuthorityFactory.availability(CachingAuthorityFactory.java:311)
  5.     at org.geotoolkit.factory.FactoryRegistry.isAcceptable(FactoryRegistry.java:579)
  6.     at org.geotoolkit.factory.FactoryRegistry$1.filter(FactoryRegistry.java:237)
  7.     at javax.imageio.spi.FilterIterator.advance(ServiceRegistry.java:821)
  8.     at javax.imageio.spi.FilterIterator.<init>(ServiceRegistry.java:815)
  9.     at javax.imageio.spi.ServiceRegistry.getServiceProviders(ServiceRegistry.java:516)
  10.     at org.geotoolkit.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:242)
  11.     at org.geotoolkit.factory.FactoryFinder.getFactories(FactoryFinder.java:219)
  12.     at org.geotoolkit.factory.AuthorityFactoryFinder.getCRSAuthorityFactories(AuthorityFactoryFinder.java:265)
  13.     at org.geotoolkit.referencing.DefaultAuthorityFactory.create(DefaultAuthorityFactory.java:111)
  14.     at org.geotoolkit.referencing.CRS.getAuthorityFactory(CRS.java:225)
  15.     at org.geotoolkit.referencing.CRS.decode(CRS.java:432)
  16.     at org.geotoolkit.internal.jaxb.CoordinateReferenceSystemAdapter.unmarshal(CoordinateReferenceSystemAdapter.java:25)
  17.     at org.geotoolkit.internal.jaxb.CoordinateReferenceSystemAdapter.unmarshal(CoordinateReferenceSystemAdapter.java:18)
  18.     at com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedAccessor.set(AdaptedAccessor.java:70)
  19.     at com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor$CompositeTransducedAccessorImpl.parse(TransducedAccessor.java:230)
  20.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader.startElement(StructureLoader.java:195)
  21.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.ProxyLoader.startElement(ProxyLoader.java:45)
  22.     at com.sun.xml.internal.bind.v2.runtime.ElementBeanInfoImpl$IntercepterLoader.startElement(ElementBeanInfoImpl.java:238)
  23.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:513)
  24.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:492)
  25.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:60)
  26.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleStartElement(StAXStreamConnector.java:231)
  27.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:165)
  28.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:400)
  29.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:371)
  30.     at org.apache.sis.xml.PooledUnmarshaller.unmarshal(PooledUnmarshaller.java:350)
  31.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.readFeature(JAXPStreamFeatureReader.java:326)
  32.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.readFeatureCollection(JAXPStreamFeatureReader.java:257)
  33.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.read(JAXPStreamFeatureReader.java:182)
  34.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.read(JAXPStreamFeatureReader.java:131)
  35.     at org.virtual.ows.WfsReader.retrieve(WfsReader.java:43)
  36.     at org.acme.IntegrationTests.retrieve(IntegrationTests.java:116)
  37.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  39.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  40.     at java.lang.reflect.Method.invoke(Method.java:483)
  41.     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  42.     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  43.     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  44.     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  45.     at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  46.     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  47.     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  48.     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  49.     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  50.     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  51.     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  52.     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  53.     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  54.     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  55.     at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
  56.     at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
  57.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
  58.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
  59.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
  60.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement