Advertisement
Guest User

Untitled

a guest
Dec 30th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 13.70 KB | None | 0 0
  1. déc. 30, 2014 12:36:22 PM org.geotoolkit.factory.FactoryRegistry scanForPlugins
  2. AVERTISSEMENT: Échec lors de l’initialisation d’un service de catégorie “CRSAuthorityFactory”. La cause est “ServiceConfigurationError: org.opengis.referencing.crs.CRSAuthorityFactory: Provider org.geotoolkit.referencing.factory.web.AutoCRSFactory could not be instantiated”.
  3. java.util.ServiceConfigurationError: org.opengis.referencing.crs.CRSAuthorityFactory: Provider org.geotoolkit.referencing.factory.web.AutoCRSFactory could not be instantiated
  4.     at java.util.ServiceLoader.fail(ServiceLoader.java:232)
  5.     at java.util.ServiceLoader.access$100(ServiceLoader.java:185)
  6.     at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:384)
  7.     at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
  8.     at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
  9.     at org.geotoolkit.factory.FactoryRegistry.register(FactoryRegistry.java:882)
  10.     at org.geotoolkit.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:800)
  11.     at org.geotoolkit.factory.FactoryRegistry.scanForPluginsIfNeeded(FactoryRegistry.java:850)
  12.     at org.geotoolkit.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:241)
  13.     at org.geotoolkit.factory.FactoryFinder.getFactories(FactoryFinder.java:219)
  14.     at org.geotoolkit.factory.AuthorityFactoryFinder.getCRSAuthorityFactories(AuthorityFactoryFinder.java:265)
  15.     at org.geotoolkit.referencing.DefaultAuthorityFactory.create(DefaultAuthorityFactory.java:111)
  16.     at org.geotoolkit.referencing.CRS.getAuthorityFactory(CRS.java:225)
  17.     at org.geotoolkit.referencing.CRS.decode(CRS.java:432)
  18.     at org.geotoolkit.internal.jaxb.CoordinateReferenceSystemAdapter.unmarshal(CoordinateReferenceSystemAdapter.java:25)
  19.     at org.geotoolkit.internal.jaxb.CoordinateReferenceSystemAdapter.unmarshal(CoordinateReferenceSystemAdapter.java:18)
  20.     at com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedAccessor.set(AdaptedAccessor.java:70)
  21.     at com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor$CompositeTransducedAccessorImpl.parse(TransducedAccessor.java:230)
  22.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader.startElement(StructureLoader.java:195)
  23.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.ProxyLoader.startElement(ProxyLoader.java:45)
  24.     at com.sun.xml.internal.bind.v2.runtime.ElementBeanInfoImpl$IntercepterLoader.startElement(ElementBeanInfoImpl.java:238)
  25.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:513)
  26.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:492)
  27.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:60)
  28.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleStartElement(StAXStreamConnector.java:231)
  29.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:165)
  30.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:400)
  31.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:371)
  32.     at org.apache.sis.xml.PooledUnmarshaller.unmarshal(PooledUnmarshaller.java:350)
  33.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.readFeature(JAXPStreamFeatureReader.java:326)
  34.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.readFeatureCollection(JAXPStreamFeatureReader.java:257)
  35.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.read(JAXPStreamFeatureReader.java:182)
  36.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.read(JAXPStreamFeatureReader.java:131)
  37.     at org.virtual.ows.WfsReader.retrieve(WfsReader.java:43)
  38.     at org.acme.IntegrationTests.retrieve(IntegrationTests.java:116)
  39.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  41.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42.     at java.lang.reflect.Method.invoke(Method.java:483)
  43.     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  44.     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  45.     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  46.     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  47.     at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  48.     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  49.     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  50.     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  51.     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  52.     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  53.     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  54.     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  55.     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  56.     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  57.     at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
  58.     at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
  59.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
  60.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
  61.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
  62.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
  63. Caused by: java.lang.AbstractMethodError: org.apache.sis.metadata.iso.citation.DefaultContact.getHoursOfService()Lorg/opengis/util/InternationalString;
  64.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  66.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  67.     at java.lang.reflect.Method.invoke(Method.java:483)
  68.     at org.apache.sis.metadata.PropertyAccessor.get(PropertyAccessor.java:697)
  69.     at org.apache.sis.metadata.PropertyAccessor.freeze(PropertyAccessor.java:1163)
  70.     at org.apache.sis.metadata.MetadataStandard.freeze(MetadataStandard.java:851)
  71.     at org.apache.sis.metadata.ModifiableMetadata.freeze(ModifiableMetadata.java:234)
  72.     at org.geotoolkit.metadata.ContactConstant.<clinit>(ContactConstant.java:64)
  73.     at org.geotoolkit.metadata.PartyConstant.<clinit>(PartyConstant.java:118)
  74.     at org.geotoolkit.metadata.Citations.<clinit>(Citations.java:160)
  75.     at org.geotoolkit.referencing.factory.web.AutoCRSFactory.<clinit>(AutoCRSFactory.java:109)
  76.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  77.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  78.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  79.     at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
  80.     at java.lang.Class.newInstance(Class.java:438)
  81.     at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
  82.     ... 56 more
  83.  
  84. déc. 30, 2014 12:36:22 PM org.geotoolkit.factory.FactoryRegistry scanForPlugins
  85. AVERTISSEMENT: Échec lors de l’initialisation d’un service de catégorie “CRSAuthorityFactory”. La cause est “ServiceConfigurationError: org.opengis.referencing.crs.CRSAuthorityFactory: Provider org.geotoolkit.referencing.factory.epsg.PropertyEpsgFactory could not be instantiated”.
  86. java.util.ServiceConfigurationError: org.opengis.referencing.crs.CRSAuthorityFactory: Provider org.geotoolkit.referencing.factory.epsg.PropertyEpsgFactory could not be instantiated
  87.     at java.util.ServiceLoader.fail(ServiceLoader.java:232)
  88.     at java.util.ServiceLoader.access$100(ServiceLoader.java:185)
  89.     at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:384)
  90.     at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
  91.     at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
  92.     at org.geotoolkit.factory.FactoryRegistry.register(FactoryRegistry.java:882)
  93.     at org.geotoolkit.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:800)
  94.     at org.geotoolkit.factory.FactoryRegistry.scanForPluginsIfNeeded(FactoryRegistry.java:850)
  95.     at org.geotoolkit.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:241)
  96.     at org.geotoolkit.factory.FactoryFinder.getFactories(FactoryFinder.java:219)
  97.     at org.geotoolkit.factory.AuthorityFactoryFinder.getCRSAuthorityFactories(AuthorityFactoryFinder.java:265)
  98.     at org.geotoolkit.referencing.DefaultAuthorityFactory.create(DefaultAuthorityFactory.java:111)
  99.     at org.geotoolkit.referencing.CRS.getAuthorityFactory(CRS.java:225)
  100.     at org.geotoolkit.referencing.CRS.decode(CRS.java:432)
  101.     at org.geotoolkit.internal.jaxb.CoordinateReferenceSystemAdapter.unmarshal(CoordinateReferenceSystemAdapter.java:25)
  102.     at org.geotoolkit.internal.jaxb.CoordinateReferenceSystemAdapter.unmarshal(CoordinateReferenceSystemAdapter.java:18)
  103.     at com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedAccessor.set(AdaptedAccessor.java:70)
  104.     at com.sun.xml.internal.bind.v2.runtime.reflect.TransducedAccessor$CompositeTransducedAccessorImpl.parse(TransducedAccessor.java:230)
  105.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StructureLoader.startElement(StructureLoader.java:195)
  106.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.ProxyLoader.startElement(ProxyLoader.java:45)
  107.     at com.sun.xml.internal.bind.v2.runtime.ElementBeanInfoImpl$IntercepterLoader.startElement(ElementBeanInfoImpl.java:238)
  108.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:513)
  109.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:492)
  110.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:60)
  111.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleStartElement(StAXStreamConnector.java:231)
  112.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:165)
  113.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:400)
  114.     at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:371)
  115.     at org.apache.sis.xml.PooledUnmarshaller.unmarshal(PooledUnmarshaller.java:350)
  116.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.readFeature(JAXPStreamFeatureReader.java:326)
  117.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.readFeatureCollection(JAXPStreamFeatureReader.java:257)
  118.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.read(JAXPStreamFeatureReader.java:182)
  119.     at org.geotoolkit.feature.xml.jaxp.JAXPStreamFeatureReader.read(JAXPStreamFeatureReader.java:131)
  120.     at org.virtual.ows.WfsReader.retrieve(WfsReader.java:43)
  121.     at org.acme.IntegrationTests.retrieve(IntegrationTests.java:116)
  122.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  123.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  124.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  125.     at java.lang.reflect.Method.invoke(Method.java:483)
  126.     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  127.     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  128.     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  129.     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  130.     at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  131.     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
  132.     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
  133.     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  134.     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  135.     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  136.     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  137.     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  138.     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  139.     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  140.     at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
  141.     at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
  142.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
  143.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
  144.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
  145.     at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
  146. Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.geotoolkit.metadata.Citations
  147.     at org.geotoolkit.referencing.factory.epsg.PropertyEpsgFactory.<init>(PropertyEpsgFactory.java:161)
  148.     at org.geotoolkit.referencing.factory.epsg.PropertyEpsgFactory.<init>(PropertyEpsgFactory.java:139)
  149.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  150.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  151.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  152.     at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
  153.     at java.lang.Class.newInstance(Class.java:438)
  154.     at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
  155.     ... 56 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement