Hey Emanuele,

I believe you hit the nail on the head.
The team has a plugin to extend the REST API and that jar seems to be
conflicting with GeoFence. Removing that jar and restarting the server
allows Geoserver to start without crashing. However, now we are missing our
extended REST API.

Are there any guidance for having a custom extended REST API?

- Harley

On Wed, Sep 27, 2017 at 12:54 PM, Harleen Lappano <hlapp...@cssflorida.net>
wrote:

> Hey Emanuele,
>
> I believe you hit the nail on the head.
> The team has a plugin to extend the REST API and that jar seems to be
> conflicting with GeoFence. Removing that jar and restarting the server
> allows Geoserver to start without crashing. However, now we are missing our
> extended REST API.
>
> Are there any guidelines for having a custom extended REST API?
>
> - Harley
>
> On Wed, Sep 27, 2017 at 5:55 AM, Emanuele Tajariol <e...@geo-solutions.it>
> wrote:
>
>> Hi again,
>>
>>
>>
>> > > 1. java.io.FileNotFoundException: for 
>> > > geofence-default-override.properties
>>
>>
>>
>>
>> The warning about missing property files are not a problem: the
>> appcontext just searches for optional override files, but if they are not
>> there, there are valid default values in the appcontext files themselves.
>>
>>
>>
>> > > 2.
>>
>> > > org.springframework.beans.factory.BeanDefinitionStoreException -
>> could
>>
>> > > not resolve placeholder 'servicesUrl'.
>>
>>
>>
>> This IS a problem indeed, and that's the error that stops the webapp.
>>
>> Anyway I don't understand why it's happening, since 'servicesUrl' is
>> defined in this line:
>>
>> https://github.com/geoserver/geoserver/blob/2.9.x/src/commun
>> ity/geofence/src/main/resources/applicationContext.xml#L33
>>
>>
>>
>>
>>
>> I just downloaded the 2.9.1 geoserver.war files and the latest
>>
>> geoserver-2.9-SNAPSHOT-geofence-server-plugin.zip, I run it with a
>> tomcat 7.0.73 and it booted without any error.
>>
>> So, either you may have some other plugins which conflict with geofence
>> (please let me know about this), or there are some kind of race conditions
>> with the provided jar files -- I just tried swapping out some jar files,
>> but I couldn't replicate your error.
>>
>>
>>
>> Cheers,
>>
>> Emanuele
>>
>>
>>
>>
>>
>> Alle 11:09:55 di Wednesday 27 September 2017, Emanuele Tajariol ha
>> scritto:
>>
>> > Hi,
>>
>> >
>>
>> > > I guess my first question is there anything else that should be done
>>
>> > > besides dropping the jar files in the lib directory?
>>
>> > > If anything else that should be done, please let me know.
>>
>> >
>>
>> > Dropping the jar in the webinf/lib directory is all that's needed to
>> make
>>
>> > it work.
>>
>> > The errors you're getting should not be there; are you using some other
>>
>> > plugins in that geoserver deploy?
>>
>> >
>>
>> >
>>
>> > Cheers,
>>
>> > Emanuele
>>
>> >
>>
>> > Alle 23:16:52 di Monday 25 September 2017, Harleen Lappano ha scritto:
>>
>> > > Hello,
>>
>> > >
>>
>> > > I've been attempting to install GeoFence embedded plugin to Geoserver
>> and
>>
>> > > upon start up I receive some exceptions. I'm hoping someone might be
>> able
>>
>> > > to help. ;)
>>
>> > >
>>
>> > > I am using:
>>
>> > > Tomcat Version 7.0.78
>>
>> > > Geoserver Version 2.9.1
>>
>> > >
>>
>> > > The following are my steps that I took to install:
>>
>> > >
>>
>> > > 1. I downloaded GeoFence 2.9.x version from
>>
>> > > http://ares.opengeo.org/geoserver/2.9.x/community-latest/. Which
>> gave me
>>
>> > > the zip named "geoserver-2.9-SNAPSHOT-geofence-server-plugin.zip"
>>
>> > > 2. I extracted the zip to /path/to/tomcat/webapps/geoser
>> ver/WEB-INF/lib.
>>
>> > > Note: There are only jars within the zip.
>>
>> > > 3. I changed the permissions to the correct owner and used 664 access
>> for
>>
>> > > those. This step is because I am running a VM and used root to copy
>> them
>>
>> > > over. So I made sure I set the permissions back to the owner of
>> tomcat.
>>
>> > > 4. Restart Tomcat.
>>
>> > >
>>
>> > > Note during the copying over jars, I did overwrite cglib-nodep-2.2.jar
>>
>> > > because it is within the zip.
>>
>> > >
>>
>> > > I will post the full log snippet below, but the two exceptions I get
>> are:
>>
>> > > 1. java.io.FileNotFoundException: for
>>
>> > > geofence-default-override.properties 2.
>>
>> > > org.springframework.beans.factory.BeanDefinitionStoreException -
>> could
>>
>> > > not resolve placeholder 'servicesUrl'.
>>
>> > >
>>
>> > > I guess my first question is there anything else that should be done
>>
>> > > besides dropping the jar files in the lib directory?
>>
>> > > If anything else that should be done, please let me know.
>>
>> > >
>>
>> > > Thank you,
>>
>> > > -Harley
>>
>> > >
>>
>> > > The following is the log snippet:
>>
>> > >
>>
>> > > INFO: Deploying web application archive
>>
>> > > /opt/apache-tomcat-7.0.78/webapps/geoserver.war
>>
>> > > Sep 25, 2017 4:42:13 PM org.apache.catalina.startup.TldConfig execute
>>
>> > > INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
>> Enable
>>
>> > > debug logging for this logger for a complete list of JARs that were
>>
>> > > scanned but no TLDs were found in them. Skipping unneeded JARs during
>>
>> > > scanning can improve startup time and JSP compilation time.
>>
>> > > 25 Sep 16:42:14 DEBUG [geoserver.global] - Found Java environment
>>
>> > > variable GEOSERVER_DATA_DIR to be unset
>>
>> > > 25 Sep 16:42:14 DEBUG [geoserver.global] - Found Servlet context
>>
>> > > parameter GEOSERVER_DATA_DIR to be unset
>>
>> > > 25 Sep 16:42:14 DEBUG [geoserver.global] - Found System environment
>>
>> > > variable GEOSERVER_DATA_DIR to be unset
>>
>> > > 25 Sep 16:42:14 DEBUG [geoserver.global] - Found Java environment
>>
>> > > variable GEOSERVER_DATA_ROOT to be unset
>>
>> > > 25 Sep 16:42:14 DEBUG [geoserver.global] - Found Servlet context
>>
>> > > parameter GEOSERVER_DATA_ROOT to be unset
>>
>> > > 25 Sep 16:42:14 DEBUG [geoserver.global] - Found System environment
>>
>> > > variable GEOSERVER_DATA_ROOT to be unset
>>
>> > > 25 Sep 16:42:14 INFO [geoserver.global] - Falling back to embedded
>> data
>>
>> > > directory: /var/opt/tomcat/webapps/geoserver/data
>>
>> > > Sep 25, 2017 4:42:15 PM org.geoserver.platform.GeoServerExtensions
>>
>> > > checkContext
>>
>> > > WARNING: Extension lookup 'XStreamPersisterInitializer', but
>>
>> > > ApplicationContext is unset.
>>
>> > > Sep 25, 2017 4:42:15 PM org.geoserver.platform.GeoServerExtensions
>>
>> > > checkContext
>>
>> > > WARNING: Extension lookup 'ExtensionFilter', but ApplicationContext is
>>
>> > > unset.
>>
>> > > Sep 25, 2017 4:42:15 PM org.geoserver.platform.GeoServerExtensions
>>
>> > > checkContext
>>
>> > > WARNING: Extension lookup 'ExtensionProvider', but ApplicationContext
>> is
>>
>> > > unset.
>>
>> > > Sep 25, 2017 4:42:15 PM org.geoserver.platform.GeoServerExtensions
>>
>> > > checkContext
>>
>> > > WARNING: Extension lookup 'ExtensionFilter', but ApplicationContext is
>>
>> > > unset.
>>
>> > > log4j:WARN File option not set for appender [geoserverlogfile].
>>
>> > > log4j:WARN Are you using FileAppender instead of ConsoleAppender?
>>
>> > > 25 Sep 16:42:18 INFO [geoserver.global] - Falling back to embedded
>> data
>>
>> > > directory: /var/opt/tomcat/webapps/geoserver/data
>>
>> > > 25 Sep 16:42:18 INFO [geoserver.global] - Falling back to embedded
>> data
>>
>> > > directory: /var/opt/tomcat/webapps/geoserver/data
>>
>> > > 25 Sep 16:42:18 WARN [geoserver.config] - Error reading resource URL
>>
>> > > [jar:file:/opt/apache-tomcat-7.0.78/webapps/geoserver/WEB-IN
>> F/lib/gs-geof
>>
>> > > en ce-server-2.9-SNAPSHOT.jar!/geofence-default-override.properties]
>>
>> > > java.io.FileNotFoundException: URL
>>
>> > > [jar:file:/opt/apache-tomcat-7.0.78/webapps/geoserver/WEB-IN
>> F/lib/gs-geof
>>
>> > > en ce-server-2.9-SNAPSHOT.jar!/geofence-default-override.properties]
>>
>> > > cannot be resolved to absolute file path because it does not reside in
>>
>> > > the file system:
>>
>> > > jar:file:/opt/apache-tomcat-7.0.78/webapps/geoserver/WEB-INF
>> /lib/gs-geofe
>>
>> > > nc e-server-2.9-SNAPSHOT.jar!/geofence-default-override.properties at
>>
>> > > org.springframework.util.ResourceUtils.getFile(ResourceUtils
>> .java:218)
>>
>> > > at
>>
>> > > org.springframework.core.io.AbstractFileResolvingResource.ge
>> tFile(Abstra
>>
>> > > ctF ileResolvingResource.java:52) at
>>
>> > > org.springframework.core.io.UrlResource.getFile(UrlResource.java:212)
>> at
>>
>> > > org.geoserver.config.SpringResourceAdaptor.relative(
>> SpringResourceAdaptor
>>
>> > > .j ava:40) at
>>
>> > > org.geoserver.config.GeoServerPropertyOverrideConfigurer.
>> setLocations(Geo
>>
>> > > Se rverPropertyOverrideConfigurer.java:52) at
>>
>> > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>
>> > > at
>>
>> > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce
>> ssorImpl.java
>>
>> > > :6 2) at
>>
>> > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe
>> thodAccessorI
>>
>> > > mp l.java:43) at java.lang.reflect.Method.invoke(Method.java:498)
>>
>> > > at
>>
>> > > org.springframework.beans.BeanWrapperImpl$BeanPropertyHandle
>> r.setValue(Be
>>
>> > > an WrapperImpl.java:346) at
>>
>> > > org.springframework.beans.AbstractNestablePropertyAccessor.
>> setPropertyVal
>>
>> > > ue (AbstractNestablePropertyAccessor.java:454) at
>>
>> > > org.springframework.beans.AbstractNestablePropertyAccessor.
>> setPropertyVal
>>
>> > > ue (AbstractNestablePropertyAccessor.java:280) at
>>
>> > > org.springframework.beans.AbstractPropertyAccessor.setProper
>> tyValues(Abst
>>
>> > > ra ctPropertyAccessor.java:95) at
>>
>> > > org.springframework.beans.AbstractPropertyAccessor.setProper
>> tyValues(Abst
>>
>> > > ra ctPropertyAccessor.java:75) at
>>
>> > > org.springframework.beans.factory.support.AbstractAutowireCa
>> pableBeanFact
>>
>> > > or y.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1514)
>> at
>>
>> > > org.springframework.beans.factory.support.AbstractAutowireCa
>> pableBeanFac
>>
>> > > tor y.populateBean(AbstractAutowireCapableBeanFactory.java:1226) at
>>
>> > > org.springframework.beans.factory.support.AbstractAutowireCa
>> pableBeanFact
>>
>> > > or y.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) at
>>
>> > > org.springframework.beans.factory.support.AbstractAutowireCa
>> pableBeanFact
>>
>> > > or y.createBean(AbstractAutowireCapableBeanFactory.java:482) at
>>
>> > > org.springframework.beans.factory.support.AbstractBeanFactor
>> y$1.getObject
>>
>> > > (A bstractBeanFactory.java:306) at
>>
>> > > org.springframework.beans.factory.support.DefaultSingletonBe
>> anRegistry.ge
>>
>> > > tS ingleton(DefaultSingletonBeanRegistry.java:230) at
>>
>> > > org.springframework.beans.factory.support.AbstractBeanFactor
>> y.doGetBean(A
>>
>> > > bs tractBeanFactory.java:302) at
>>
>> > > org.springframework.beans.factory.support.AbstractBeanFactor
>> y.getBean(Abs
>>
>> > > tr actBeanFactory.java:202) at
>>
>> > > org.springframework.context.support.PostProcessorRegistratio
>> nDelegate.inv
>>
>> > > ok eBeanFactoryPostProcessors(PostProcessorRegistrationDelegate
>> .java:154)
>>
>> > > at
>>
>> > > org.springframework.context.support.AbstractApplicationConte
>> xt.invokeBea
>>
>> > > nFa ctoryPostProcessors(AbstractApplicationContext.java:678) at
>>
>> > > org.springframework.context.support.AbstractApplicationConte
>> xt.refresh(Ab
>>
>> > > st ractApplicationContext.java:520) at
>>
>> > > org.springframework.web.context.ContextLoader.configureAndRe
>> freshWebAppli
>>
>> > > ca tionContext(ContextLoader.java:444) at
>>
>> > > org.springframework.web.context.ContextLoader.initWebApplica
>> tionContext(C
>>
>> > > on textLoader.java:326) at
>>
>> > > org.springframework.web.context.ContextLoaderListener.contex
>> tInitialized(
>>
>> > > Co ntextLoaderListener.java:107) at
>>
>> > > org.geoserver.platform.GeoServerContextLoaderListener.
>> contextInitialized(
>>
>> > > Ge oServerContextLoaderListener.java:23) at
>>
>> > > org.apache.catalina.core.StandardContext.listenerStart(Stand
>> ardContext.ja
>>
>> > > va
>>
>> > >
>>
>> > > :5118) at
>>
>> > >
>>
>> > > org.apache.catalina.core.StandardContext.startInternal(Stand
>> ardContext.ja
>>
>> > > va
>>
>> > >
>>
>> > > :5634) at
>>
>> > >
>>
>> > > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
>> at
>>
>> > > org.apache.catalina.core.ContainerBase.addChildInternal(Cont
>> ainerBase.jav
>>
>> > > a: 899) at
>>
>> > > org.apache.catalina.core.ContainerBase.addChild(ContainerBas
>> e.java:875)
>>
>> > > at org.apache.catalina.core.StandardHost.addChild(StandardHost.
>> java:652)
>>
>> > > at
>>
>> > > org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.
>> java:1092)
>>
>> > > at
>>
>> > > org.apache.catalina.startup.HostConfig$DeployWar.run(HostCon
>> fig.java:198
>>
>> > > 4) at
>>
>> > > java.util.concurrent.Executors$RunnableAdapter.call(
>> Executors.java:511)
>>
>> > > at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>>
>> > > at
>>
>> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
>> Executor.java
>>
>> > > :1 142) at
>>
>> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
>> lExecutor.jav
>>
>> > > a: 617) at java.lang.Thread.run(Thread.java:748)
>>
>> > > 25 Sep 16:42:18 INFO [config.GeoFencePropertyPlaceholderConfigurer] -
>>
>> > > Loading properties file from
>>
>> > > org.geoserver.config.SpringResourceAdaptor@4196b72f
>>
>> > > 25 Sep 16:42:18 WARN [config.PropertyOverrideConfigurer] - Could not
>> load
>>
>> > > properties from URL
>>
>> > > [file:${geofence.dir}/geofence-datasource-ovr.properties]:
>>
>> > > ${geofence.dir}/geofence-datasource-ovr.properties (No such file or
>>
>> > > directory)
>>
>> > > 25 Sep 16:42:18 INFO [config.GeoServerPropertyOverrideConfigurer] -
>>
>> > > Loading properties file from URL
>>
>> > > [jar:file:/opt/apache-tomcat-7.0.78/webapps/geoserver/WEB-IN
>> F/lib/gs-geof
>>
>> > > en ce-server-2.9-SNAPSHOT.jar!/geofence-default-override.properties]
>> 25
>>
>> > > Sep 16:42:18 INFO [config.GeoServerPropertyOverrideConfigurer] -
>> Loading
>>
>> > > properties file from org.geoserver.config.SpringRes
>> ourceAdaptor@10d7f443
>>
>> > > 25 Sep 16:42:18 INFO [config.GeoServerPropertyOverrideConfigurer] -
>>
>> > > Loading properties file from
>>
>> > > org.geoserver.config.SpringResourceAdaptor@4f8e2cc8 25 Sep 16:42:18
>> WARN
>>
>> > > [support.XmlWebApplicationContext] - Exception encountered during
>> context
>>
>> > > initialization - cancelling refresh attempt:
>>
>> > > org.springframework.beans.factory.BeanDefinitionStoreException:
>> Invalid
>>
>> > > bean definition with name 'geofenceConfigurationManager' defined in
>> URL
>>
>> > > [jar:file:/opt/apache-tomcat-7.0.78/webapps/geoserver/WEB-IN
>> F/lib/gs-geof
>>
>> > > e nce-2.9-SNAPSHOT.jar!/applicationContext.xml]: Could not resolve
>>
>> > > placeholder 'servicesUrl' in string value
>>
>> > > "${servicesUrl}"; nested exception is java.lang.IllegalArgumentExcep
>> tion:
>>
>> > > Could not resolve placeholder 'servicesUrl' in string value
>>
>> > > "${servicesUrl}" 25 Sep 16:42:18 ERROR [context.ContextLoader] -
>> Context
>>
>> > > initialization failed
>>
>> > > org.springframework.beans.factory.BeanDefinitionStoreException:
>> Invalid
>>
>> > > bean definition with name 'geofenceConfigurationManager' defined in
>> URL
>>
>> > > [jar:file:/opt/apache-tomcat-7.0.78/webapps/geoserver/WEB-IN
>> F/lib/gs-geof
>>
>> > > en ce-2.9-SNAPSHOT.jar!/applicationContext.xml]: Could not resolve
>>
>> > > placeholder 'servicesUrl' in string value
>>
>> > > "${servicesUrl}"; nested exception is java.lang.IllegalArgumentExcep
>> tion:
>>
>> > > Could not resolve placeholder 'servicesUrl' in string value
>>
>> > > "${servicesUrl}" at
>>
>> > > org.springframework.beans.factory.config.PlaceholderConfigur
>> erSupport.doP
>>
>> > > ro cessProperties(PlaceholderConfigurerSupport.java:211) at
>>
>> > > org.springframework.context.support.PropertySourcesPlacehold
>> erConfigurer.
>>
>> > > pr ocessProperties(PropertySourcesPlaceholderConfigurer.java:177) at
>>
>> > > org.springframework.context.support.PropertySourcesPlacehold
>> erConfigurer
>>
>> > > .po stProcessBeanFactory(PropertySourcesPlaceholderConfigurer.
>> java:152)
>>
>> > > at
>>
>> > > org.springframework.context.support.PostProcessorRegistratio
>> nDelegate.in
>>
>> > > vok
>>
>> > > eBeanFactoryPostProcessors(PostProcessorRegistrationDelegate
>> .java:284)
>>
>> > > at
>>
>> > > org.springframework.context.support.PostProcessorRegistratio
>> nDelegate.in
>>
>> > > vok
>>
>> > > eBeanFactoryPostProcessors(PostProcessorRegistrationDelegate
>> .java:166)
>>
>> > > at
>>
>> > > org.springframework.context.support.AbstractApplicationConte
>> xt.invokeBea
>>
>> > > nFa ctoryPostProcessors(AbstractApplicationContext.java:678) at
>>
>> > > org.springframework.context.support.AbstractApplicationConte
>> xt.refresh(Ab
>>
>> > > st ractApplicationContext.java:520) at
>>
>> > > org.springframework.web.context.ContextLoader.configureAndRe
>> freshWebAppli
>>
>> > > ca tionContext(ContextLoader.java:444) at
>>
>> > > org.springframework.web.context.ContextLoader.initWebApplica
>> tionContext(C
>>
>> > > on textLoader.java:326) at
>>
>> > > org.springframework.web.context.ContextLoaderListener.contex
>> tInitialized(
>>
>> > > Co ntextLoaderListener.java:107) at
>>
>> > > org.geoserver.platform.GeoServerContextLoaderListener.
>> contextInitialized(
>>
>> > > Ge oServerContextLoaderListener.java:23) at
>>
>> > > org.apache.catalina.core.StandardContext.listenerStart(Stand
>> ardContext.ja
>>
>> > > va
>>
>> > >
>>
>> > > :5118) at
>>
>> > >
>>
>> > > org.apache.catalina.core.StandardContext.startInternal(Stand
>> ardContext.ja
>>
>> > > va
>>
>> > >
>>
>> > > :5634) at
>>
>> > >
>>
>> > > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
>> at
>>
>> > > org.apache.catalina.core.ContainerBase.addChildInternal(Cont
>> ainerBase.jav
>>
>> > > a: 899) at
>>
>> > > org.apache.catalina.core.ContainerBase.addChild(ContainerBas
>> e.java:875)
>>
>> > > at org.apache.catalina.core.StandardHost.addChild(StandardHost.
>> java:652)
>>
>> > > at
>>
>> > > org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.
>> java:1092)
>>
>> > > at
>>
>> > > org.apache.catalina.startup.HostConfig$DeployWar.run(HostCon
>> fig.java:198
>>
>> > > 4) at
>>
>> > > java.util.concurrent.Executors$RunnableAdapter.call(
>> Executors.java:511)
>>
>> > > at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>>
>> > > at
>>
>> > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
>> Executor.java
>>
>> > > :1 142) at
>>
>> > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
>> lExecutor.jav
>>
>> > > a: 617) at java.lang.Thread.run(Thread.java:748)
>>
>> > > Caused by: java.lang.IllegalArgumentException: Could not resolve
>>
>> > > placeholder 'servicesUrl' in string value "${servicesUrl}"
>>
>> > > at
>>
>> > > org.springframework.util.PropertyPlaceholderHelper.parseStri
>> ngValue(Prope
>>
>> > > rt yPlaceholderHelper.java:174) at
>>
>> > > org.springframework.util.PropertyPlaceholderHelper.replacePl
>> aceholders(Pr
>>
>> > > op ertyPlaceholderHelper.java:126) at
>>
>> > > org.springframework.core.env.AbstractPropertyResolver.doReso
>> lvePlaceholde
>>
>> > > rs (AbstractPropertyResolver.java:204) at
>>
>> > > org.springframework.core.env.AbstractPropertyResolver.resolv
>> eRequiredPlac
>>
>> > > eh olders(AbstractPropertyResolver.java:178) at
>>
>> > > org.springframework.context.support.PropertySourcesPlacehold
>> erConfigurer$
>>
>> > > 2. resolveStringValue(PropertySourcesPlaceholderConfigurer.java:172)
>> at
>>
>> > > org.springframework.beans.factory.config.BeanDefinitionVisit
>> or.resolveSt
>>
>> > > rin gValue(BeanDefinitionVisitor.java:282) at
>>
>> > > org.springframework.beans.factory.config.BeanDefinitionVisit
>> or.resolveVal
>>
>> > > ue (BeanDefinitionVisitor.java:204) at
>>
>> > > org.springframework.beans.factory.config.BeanDefinitionVisit
>> or.visitPrope
>>
>> > > rt yValues(BeanDefinitionVisitor.java:141) at
>>
>> > > org.springframework.beans.factory.config.BeanDefinitionVisit
>> or.visitBeanD
>>
>> > > ef inition(BeanDefinitionVisitor.java:82) at
>>
>> > > org.springframework.beans.factory.config.BeanDefinitionVisit
>> or.resolveVal
>>
>> > > ue (BeanDefinitionVisitor.java:172) at
>>
>> > > org.springframework.beans.factory.config.BeanDefinitionVisit
>> or.visitPrope
>>
>> > > rt yValues(BeanDefinitionVisitor.java:141) at
>>
>> > > org.springframework.beans.factory.config.BeanDefinitionVisit
>> or.visitBeanD
>>
>> > > ef inition(BeanDefinitionVisitor.java:82) at
>>
>> > > org.springframework.beans.factory.config.PlaceholderConfigur
>> erSupport.doP
>>
>> > > ro cessProperties(PlaceholderConfigurerSupport.java:208) ... 23 more
>> Sep
>>
>> > > 25, 2017 4:42:18 PM org.apache.catalina.core.StandardContext
>>
>> > > startInternal
>>
>> > > SEVERE: One or more listeners failed to start. Full details will be
>> found
>>
>> > > in the appropriate container log file
>>
>> > > SLF4J: Class path contains multiple SLF4J bindings.
>>
>> > > SLF4J: Found binding in
>>
>> > > [jar:file:/opt/apache-tomcat-7.0.78/webapps/geoserver/WEB-IN
>> F/lib/log4j-s
>>
>> > > lf 4j-impl-2.0.2.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J:
>>
>> > > Found binding in
>>
>> > > [jar:file:/opt/apache-tomcat-7.0.78/webapps/geoserver/WEB-IN
>> F/lib/slf4j-l
>>
>> > > og 4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J:
>> See
>>
>> > > http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
>>
>> > > ERROR StatusLogger Log4j2 could not find a logging implementation.
>>
>> > > Please add log4j-core to the classpath. Using SimpleLogger to log to
>> the
>>
>> > > console... Sep 25, 2017 4:42:18 PM
>>
>> > > org.apache.catalina.core.StandardContext
>>
>> > > startInternal
>>
>> > > SEVERE: Context [/geoserver] startup failed due to previous errors
>>
>> > > Sep 25, 2017 4:42:18 PM org.geoserver.GeoserverInitStartupListener
>>
>> > > contextDestroyed
>>
>> > > INFO: Beginning GeoServer cleanup sequence
>>
>>
>>
>>
>>
>> --
>>
>>
>>
>> Regards,
>>
>> Emanuele Tajariol
>>
>> ==
>>
>> GeoServer Professional Services from the experts! Visit
>> http://goo.gl/it488V for more information.
>>
>> ==
>>
>>
>>
>> Ing. Emanuele Tajariol
>>
>> Technical Lead
>>
>>
>>
>> <https://maps.google.com/?q=Via+di+Montramito+3/A+55054+Massarosa&entry=gmail&source=g>
>>
>> GeoSolutions S.A.S.
>>
>> Via di Montramito 3/A
>> <https://maps.google.com/?q=Via+di+Montramito+3/A+55054+Massarosa&entry=gmail&source=g>
>>
>> 55054 Massarosa
>> <https://maps.google.com/?q=Via+di+Montramito+3/A+55054+Massarosa&entry=gmail&source=g>
>> (LU)
>>
>> Italy
>>
>> phone: +39 0584 962313 <+39%200584%20962313>
>>
>> fax: +39 0584 1660272 <+39%200584%20166%200272>
>>
>>
>>
>> http://www.geo-solutions.it
>>
>> http://twitter.com/geosolutions_it
>>
>>
>>
>> -------------------------------------------------------
>>
>> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
>>
>> Le informazioni contenute in questo messaggio di posta elettronica e/o
>> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
>> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
>> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
>> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
>> darcene notizia via e-mail e di procedere alla distruzione del messaggio
>> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
>> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
>> utilizzarlo per finalità diverse, costituisce comportamento contrario ai
>> principi dettati dal D.Lgs. 196/2003.
>>
>> The information in this message and/or attachments, is intended solely
>> for the attention and use of the named addressee(s) and may be confidential
>> or proprietary in nature or covered by the provisions of privacy act
>> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
>> Code).Any use not in accord with its purpose, any disclosure, reproduction,
>> copying, distribution, or either dissemination, either whole or partial, is
>> strictly forbidden except previous formal approval of the named
>> addressee(s). If you are not the intended recipient, please contact
>> immediately the sender by telephone, fax or e-mail and delete the
>> information in this message that has been received in error. The sender
>> does not give any warranty or accept liability as the content, accuracy or
>> completeness of sent messages and accepts no responsibility for changes
>> made after they were sent or for other risks which arise as a result of
>> e-mail transmission, viruses, etc.
>>
>>
>>
>
>
>
> --
> Regards,
> Harleen Lappano
> 407-473-7157 <(407)%20473-7157>
>



-- 
Regards,
Harleen Lappano
407-473-7157
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to