I'm testing Geoserver 2.9.1 on CentOS7, Oracle JDK 1.8u101 and Tomcat7, and
getting an error in geoserver log:

2016-09-07 12:39:18,706 ERROR [wps.gs] - Unable to configure some of the
GeorectifyCoverage process properties.
java.io.IOException: Unable to write on the specified folder:
/usr/share/tomcat
        at
org.geoserver.wps.gs.GeorectifyConfiguration.initFolder(GeorectifyConfiguration.java:263)
        at
org.geoserver.wps.gs.GeorectifyConfiguration.loadConfiguration(GeorectifyConfiguration.java:78)
        at
org.geoserver.wps.gs.GeorectifyConfiguration.access$100(GeorectifyConfiguration.java:34)
        at
org.geoserver.wps.gs.GeorectifyConfiguration$ConfigurationPoller.run(GeorectifyConfiguration.java:99)
        at
org.geoserver.wps.gs.GeorectifyConfiguration$ConfigurationPoller.<init>(GeorectifyConfiguration.java:92)
        at
org.geoserver.wps.gs.GeorectifyConfiguration.<init>(GeorectifyConfiguration.java:70)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
        at 
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
        at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
        at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
        at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
        at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
        at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
        at
org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:23)
        at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4973)
        at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
        at 
org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
        at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1880)
        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(ThreadPoolExecutor.java:1142)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

GEOSERVER_DATA_DIR is properly set in JAVA_OPTS. At the time, I haven't got
to clustering so i'm testing on default tomcat instance. Should I ignore
this or is it something I should be worried about?

Thanks
Davor



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WPS-plugin-wants-to-write-to-CATALINA-HOME-tp5284478.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to