[Geoserver-devel] Error on runnig Start.java class on eclipse

Hi everybody,
am following this tuto http://docs.geoserver.org/trunk/en/developer/quickstart/index.html to run geoserver in eclipse (run start.java) , but am getting this errors i have no idea what those errors means plz help: (it’s a bit long)

06 mai 12:06:02 WARN [geoserver.logging] - Could not find configuration file for logging
06 mai 12:06:07 WARN [config.CustomEditorConfigurer] - Passing PropertyEditor instances into CustomEditorConfigurer is deprecated: use PropertyEditorRegistrars or PropertyEditor class names instead. Offending key [org.geotools.util.Version; offending editor instance: org.geoserver.platform.util.VersionPropertyEditor@anonymised.com
06 mai 12:06:08 ERROR [geoserver.global] -

  • GEOSERVER_DATA_DIR: C:\Users\OUK\Documents\GitHub\geoserver\src\web\app\src\main\webapp\data

06 mai 12:06:09 INFO [org.geoserver] - Loaded style ‘line’
06 mai 12:06:09 INFO [org.geoserver] - Loaded style ‘point’
06 mai 12:06:09 INFO [org.geoserver] - Loaded style ‘polygon’
06 mai 12:06:09 INFO [org.geoserver] - Loaded style ‘raster’
06 mai 12:06:09 WARN [org.geoserver] - No ‘workspaces’ directory found, unable to load any stores.
06 mai 12:06:12 WARN [support.DisposableBeanAdapter] - Invocation of destroy method failed on bean with name ‘geoServerLoader’: org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name ‘GWCLifeCycleHandler’: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)
06 mai 12:06:12 ERROR [context.ContextLoader] - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘gwcFacade’ defined in URL [file:/C:/Users/OUK/Documents/GitHub/geoserver/src/gwc/target/classes/applicationContext.xml]: Cannot resolve reference to bean ‘gwcTLDispatcher’ while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘geoServer’ defined in URL [file:/C:/Users/OUK/Documents/GitHub/geoserver/src/main/target/classes/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.RuntimeException: java.lang.NullPointerException
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:385)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:284)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
at org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:18)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:222)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.geoserver.web.Start.main(Start.java:116)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘geoServer’ defined in URL [file:/C:/Users/OUK/Documents/GitHub/geoserver/src/main/target/classes/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.RuntimeException: java.lang.NullPointerException
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:284)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
… 28 more
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
at org.geoserver.config.GeoServerLoader.postProcessBeforeInitialization(GeoServerLoader.java:135)
at org.geoserver.config.GeoServerLoaderProxy.postProcessBeforeInitialization(GeoServerLoaderProxy.java:54)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
… 36 more
Caused by: java.lang.NullPointerException
at org.geoserver.config.GeoServerLoader.readConfiguration(GeoServerLoader.java:620)
at org.geoserver.config.DefaultGeoServerLoader.loadGeoServer(DefaultGeoServerLoader.java:68)
at org.geoserver.config.GeoServerLoader.postProcessBeforeInitialization(GeoServerLoader.java:129)
… 40 more
06 mai 12:06:12 ERROR [mortbay.log] - Failed startup of context org.mortbay.jetty.webapp.WebAppContext@anonymised.com{/geoserver,src/main/webapp}
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘gwcFacade’ defined in URL [file:/C:/Users/OUK/Documents/GitHub/geoserver/src/gwc/target/classes/applicationContext.xml]: Cannot resolve reference to bean ‘gwcTLDispatcher’ while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘geoServer’ defined in URL [file:/C:/Users/OUK/Documents/GitHub/geoserver/src/main/target/classes/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.RuntimeException: java.lang.NullPointerException
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:385)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:284)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
at org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:18)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:222)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.geoserver.web.Start.main(Start.java:116)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘geoServer’ defined in URL [file:/C:/Users/OUK/Documents/GitHub/geoserver/src/main/target/classes/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.RuntimeException: java.lang.NullPointerException
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:284)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
… 28 more
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
at org.geoserver.config.GeoServerLoader.postProcessBeforeInitialization(GeoServerLoader.java:135)
at org.geoserver.config.GeoServerLoaderProxy.postProcessBeforeInitialization(GeoServerLoaderProxy.java:54)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
… 36 more
Caused by: java.lang.NullPointerException
at org.geoserver.config.GeoServerLoader.readConfiguration(GeoServerLoader.java:620)
at org.geoserver.config.DefaultGeoServerLoader.loadGeoServer(DefaultGeoServerLoader.java:68)
at org.geoserver.config.GeoServerLoader.postProcessBeforeInitialization(GeoServerLoader.java:129)
… 40 more
06 mai 12:06:12 ERROR [mortbay.log] - Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘gwcFacade’ defined in URL [file:/C:/Users/OUK/Documents/GitHub/geoserver/src/gwc/target/classes/applicationContext.xml]: Cannot resolve reference to bean ‘gwcTLDispatcher’ while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘geoServer’ defined in URL [file:/C:/Users/OUK/Documents/GitHub/geoserver/src/main/target/classes/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.RuntimeException: java.lang.NullPointerException:
java.lang.NullPointerException
at org.geoserver.config.GeoServerLoader.readConfiguration(GeoServerLoader.java:620)
at org.geoserver.config.DefaultGeoServerLoader.loadGeoServer(DefaultGeoServerLoader.java:68)
at org.geoserver.config.GeoServerLoader.postProcessBeforeInitialization(GeoServerLoader.java:129)
at org.geoserver.config.GeoServerLoaderProxy.postProcessBeforeInitialization(GeoServerLoaderProxy.java:54)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:284)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:385)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:284)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111)
at org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:18)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:222)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.geoserver.web.Start.main(Start.java:116)
06 mai 12:06:12 WARN [mortbay.log] - failed SocketConnector@anonymised.com:8080
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.(Unknown Source)
at java.net.ServerSocket.(Unknown Source)
at org.mortbay.jetty.bio.SocketConnector.newServerSocket(SocketConnector.java:80)
at org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:73)
at org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:272)
at org.mortbay.jetty.bio.SocketConnector.doStart(SocketConnector.java:147)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.mortbay.jetty.Server.doStart(Server.java:233)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.geoserver.web.Start.main(Start.java:116)
06 mai 12:06:12 WARN [mortbay.log] - failed Server@anonymised.com
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.(Unknown Source)
at java.net.ServerSocket.(Unknown Source)
at org.mortbay.jetty.bio.SocketConnector.newServerSocket(SocketConnector.java:80)
at org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:73)
at org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:272)
at org.mortbay.jetty.bio.SocketConnector.doStart(SocketConnector.java:147)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.mortbay.jetty.Server.doStart(Server.java:233)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.geoserver.web.Start.main(Start.java:116)
6 mai 2013 12:06:12 org.geoserver.web.Start main
GRAVE: Could not start the Jetty server: Address already in use: JVM_Bind
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.(Unknown Source)
at java.net.ServerSocket.(Unknown Source)
at org.mortbay.jetty.bio.SocketConnector.newServerSocket(SocketConnector.java:80)
at org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:73)
at org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:272)
at org.mortbay.jetty.bio.SocketConnector.doStart(SocketConnector.java:147)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.mortbay.jetty.Server.doStart(Server.java:233)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
at org.geoserver.web.Start.main(Start.java:116)
6 mai 2013 12:06:13 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Beginning GeoServer cleanup sequence
6 mai 2013 12:06:13 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistered JDBC driver org.h2.Driver@anonymised.com
6 mai 2013 12:06:13 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistered JDBC driver com.mysql.jdbc.Driver@anonymised.com
6 mai 2013 12:06:13 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistered JDBC driver org.postgresql.Driver@anonymised.com3727…
6 mai 2013 12:06:14 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory GeoserverWKTOperationFactory[“European Petroleum Survey Group”]
COORDINATE_OPERATION_AUTHORITY_FACTORY = PropertyCoordinateOperationAuthorityFactory[“European Petroleum Survey Group”]
CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory

6 mai 2013 12:06:14 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory LongitudeFirstFactory[“European Petroleum Survey Group”]
FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_STANDARD_AXIS_UNITS = false
CS_AUTHORITY_FACTORY = OrderedAxisAuthorityFactory[“European Petroleum Survey Group”]
DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory[“European Petroleum Survey Group”]
EPSG_DATA_SOURCE = java:comp/env/jdbc/EPSG
DATUM_AUTHORITY_FACTORY = FactoryUsingHSQL[“European Petroleum Survey Group”]
FORCE_LONGITUDE_FIRST_AXIS_ORDER = false
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_STANDARD_AXIS_UNITS = false
VERSION = 7.9
CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
FORCE_STANDARD_AXIS_UNITS = false
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
CRS_AUTHORITY_FACTORY = (same as CS_AUTHORITY_FACTORY)

6 mai 2013 12:06:14 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory HTTP_AuthorityFactory[“URL in OGC namespace”]
DATUM_AUTHORITY_FACTORY = AllAuthoritiesFactory[“Tous”]
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

6 mai 2013 12:06:14 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory GeoserverOverridingWKTFactory[“European Petroleum Survey Group”]
CRS_AUTHORITY_EXTRA_DIRECTORY = null
DATUM_AUTHORITY_FACTORY = PropertyAuthorityFactory[“European Petroleum Survey Group”]
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_STANDARD_AXIS_UNITS = false
CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

6 mai 2013 12:06:14 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory LongitudeFirstFactory[“European Petroleum Survey Group”]
FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_STANDARD_AXIS_UNITS = false
CS_AUTHORITY_FACTORY = OrderedAxisAuthorityFactory[“European Petroleum Survey Group”]
DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory[“European Petroleum Survey Group”]
EPSG_DATA_SOURCE = java:comp/env/jdbc/EPSG
DATUM_AUTHORITY_FACTORY = FactoryUsingHSQL[“European Petroleum Survey Group”]
FORCE_LONGITUDE_FIRST_AXIS_ORDER = false
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_STANDARD_AXIS_UNITS = false
VERSION = 7.9
CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
FORCE_STANDARD_AXIS_UNITS = false
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
CRS_AUTHORITY_FACTORY = (same as CS_AUTHORITY_FACTORY)

6 mai 2013 12:06:14 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory GeoserverCustomWKTFactory[“European Petroleum Survey Group”]
CRS_AUTHORITY_EXTRA_DIRECTORY = null
DATUM_AUTHORITY_FACTORY = PropertyAuthorityFactory[“European Petroleum Survey Group”]
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_STANDARD_AXIS_UNITS = false
CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

6 mai 2013 12:06:14 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory CartesianAuthorityFactory[“European Petroleum Survey Group”]
CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory

6 mai 2013 12:06:14 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory AutoCRSFactory[“Automatic Projections”]
CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory

6 mai 2013 12:06:14 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory WebCRSFactory[“Web Map Service CRS”]
CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory

6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory HTTP_AuthorityFactory[“URL in OGC namespace”]
DATUM_AUTHORITY_FACTORY = AllAuthoritiesFactory[“Tous”]
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory LongitudeFirstFactory[“European Petroleum Survey Group”]
FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_STANDARD_AXIS_UNITS = false
CS_AUTHORITY_FACTORY = OrderedAxisAuthorityFactory[“European Petroleum Survey Group”]
DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory[“European Petroleum Survey Group”]
EPSG_DATA_SOURCE = java:comp/env/jdbc/EPSG
DATUM_AUTHORITY_FACTORY = FactoryUsingHSQL[“European Petroleum Survey Group”]
FORCE_LONGITUDE_FIRST_AXIS_ORDER = false
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_STANDARD_AXIS_UNITS = false
VERSION = 7.9
CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
FORCE_STANDARD_AXIS_UNITS = false
FORCE_STANDARD_AXIS_DIRECTIONS = false
FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
CRS_AUTHORITY_FACTORY = (same as CS_AUTHORITY_FACTORY)

6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener disposeAuthorityFactories
INFO: Disposing referencing factory HTTP_AuthorityFactory[“URL in OGC namespace”]
DATUM_AUTHORITY_FACTORY = AllAuthoritiesFactory[“Tous”]
CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)
COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Shut down GT referencing threads
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Shut down GT SPI
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Shut down coverage thread pool
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcgrid.spi.AsciiGridsImageReaderSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.stream.ChannelImageOutputStreamSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.FileImageOutputStreamExtImplSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.raw.RawImageWriterSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.bmp.BMPImageReaderSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.raw.RawImageReaderSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.tiff.TIFFImageReaderSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.URLImageOutputStreamSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.pnm.PNMImageReaderSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.wbmp.WBMPImageWriterSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcgrid.spi.AsciiGridsImageWriterSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.gif.GIFImageWriterSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageioimpl.plugins.tiff.TIFFImageWriterSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.bmp.BMPImageWriterSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.StringImageOutputStreamSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.tiff.TIFFImageWriterSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.pnm.PNMImageWriterSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.stream.ChannelImageInputStreamSpi@anonymised.com
6 mai 2013 12:06:15 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.wbmp.WBMPImageReaderSpi@anonymised.com
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering JAI factory class org.geotools.image.palette.ColorInversionCRIF
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageWriteCRIF
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering JAI factory class org.jaitools.media.jai.zonalstats.ZonalStatsRIF
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageReadCRIF
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering JAI factory class org.geotools.image.palette.ColorReductionCRIF
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering JAI factory class org.geotools.image.crop.GTCropCRIF
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering JAI factory class org.jaitools.media.jai.vectorbinarize.VectorBinarizeRIF
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageReadCIF
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageWriteCIF
6 mai 2013 12:06:16 org.geoserver.GeoserverInitStartupListener contextDestroyed
INFO: Cleaned up javabean caches

Asma OUQALLI

Élève ingénieur : 3ème Sciences d’Information Géographique (SIG).
Chef de commission développement professionnel - Rotaract EHTP.
Chef de cellule Media - Olympiades EHTP 2012.
Ecole Hassania des Travaux Publics.
Mobile : +212 672 48 23 15.
Email : asma.ouqalli@anonymised.com