<div dir="ltr"><p>Hi eb,<br>
I'm here,<br>
Ubuntu 20.04 Core installation<br>
Install and configure NGINX<br>
<a rel="nofollow" href="https://docs.geonode.org/en/master/install/advanced/core/#install-and-configure-nginx">https://docs.geonode.org/en/master/install/advanced/core/#install-and-configure-nginx</a></p>
<p>When I restart the uwsgi service:<br>
sudo service uwsgi restart</p>
<p>I get:<br>
Job for uwsgi.service failed because the control process exited with error code.<br>
See "systemctl status uwsgi.service" and "journalctl -xe" for details.</p>
<p>The service status is:<br>
● uwsgi.service - LSB: Start/stop uWSGI server instance(s)<br>
Loaded: loaded (/etc/init.d/uwsgi; generated)<br>
Active: failed (Result: exit-code) since Sun 2021-01-03 20:00:21 CET; 2min 51s ago<br>
Docs: man:systemd-sysv-generator(8)<br>
Process: 25449 ExecStart=/etc/init.d/uwsgi start (code=exited, status=1/FAILURE)<br><br>If they can be useful, I leave the startup logs here<br>sudo tail -F -n 300 /opt/data/geoserver_logs/geoserver.log<br><br>----------------geoserver.log------------------</p><p>2021-01-04 12:19:06,793 WARN [geoserver.config] - Error reading resource URL [jar:file:/opt/tomcat/apache-tomcat-9.0.41/webapps/geoserver/WEB-INF/lib/gs-geofence-server-2.17-20200901.082108-6.jar!/geofence-default-override.properties]<br>java.io.FileNotFoundException: URL [jar:file:/opt/tomcat/apache-tomcat-9.0.41/webapps/geoserver/WEB-INF/lib/gs-geofence-server-2.17-20200901.082108-6.jar!/geofence-default-override.properties] cannot be resolved to absolute file path because it does not reside in the file system: jar:file:/opt/tomcat/apache-tomcat-9.0.41/webapps/geoserver/WEB-INF/lib/gs-geofence-server-2.17-20200901.082108-6.jar!/geofence-default-override.properties<br>    at org.springframework.util.ResourceUtils.getFile(ResourceUtils.java:217)<br>     at org.springframework.core.io.AbstractFileResolvingResource.getFile(AbstractFileResolvingResource.java:154)<br>  at org.springframework.core.io.UrlResource.getFile(UrlResource.java:227)<br>      at org.geoserver.config.SpringResourceAdaptor.relative(SpringResourceAdaptor.java:34)<br> at org.geoserver.config.GeoServerPropertyOverrideConfigurer.setLocations(GeoServerPropertyOverrideConfigurer.java:49)<br> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br>      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>      at java.lang.reflect.Method.invoke(Method.java:498)<br>   at org.springframework.beans.BeanWrapperImpl$BeanPropertyHandler.setValue(BeanWrapperImpl.java:332)<br>   at org.springframework.beans.AbstractNestablePropertyAccessor.processLocalProperty(AbstractNestablePropertyAccessor.java:458)<br> at org.springframework.beans.AbstractNestablePropertyAccessor.setPropertyValue(AbstractNestablePropertyAccessor.java:278)<br>     at org.springframework.beans.AbstractNestablePropertyAccessor.setPropertyValue(AbstractNestablePropertyAccessor.java:266)<br>     at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:97)<br>     at org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:77)<br>     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1707)<br>     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1426)<br>    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)<br>     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)<br>       at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)<br>     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)<br> at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)<br>      at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204)<br>        at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:154)<br>  at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:706)<br>        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:532)<br>        at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401)<br>     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292)<br>    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103)<br>   at org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:22)<br>   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4716)<br>  at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5177)<br>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)<br>       at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)<br>    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)<br>    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:706)<br>      at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:978)<br>      at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1848)<br> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)<br>    at java.util.concurrent.FutureTask.run(FutureTask.java:266)<br>   at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)<br>        at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)<br>      at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:773)<br>     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)<br>     at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)<br> at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)<br> at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)<br>  at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)<br>    at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)<br>    at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)<br>       at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:843)<br> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)<br>       at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)<br>    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)<br>    at java.util.concurrent.FutureTask.run(FutureTask.java:266)<br>   at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)<br>        at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)<br>      at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)<br>       at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)<br>     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)<br>       at org.apache.catalina.core.StandardService.startInternal(StandardService.java:434)<br>   at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)<br>       at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)<br>     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)<br>       at org.apache.catalina.startup.Catalina.start(Catalina.java:772)<br>      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br>      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>      at java.lang.reflect.Method.invoke(Method.java:498)<br>   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:342)<br>    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:473)<br>2021-01-04 12:19:07,080 WARN [geoserver.monitor] - monitoring storage memory not found, falling back to 'memory'<br>2021-01-04 12:19:08,852 WARN [ejb.Ejb3Configuration] - hibernate.connection.autocommit = false break the EJB3 specification<br>2021-01-04 12:19:08,903 WARN [dialect.H2Dialect] - The 1.1.119 version of H2 implements temporary table creation such that it commits current transaction; multi-table, bulk hql/jpaql will not work properly<br>2021-01-04 12:19:09,278 WARN [dialect.H2Dialect] - The 1.1.119 version of H2 implements temporary table creation such that it commits current transaction; multi-table, bulk hql/jpaql will not work properly<br>2021-01-04 12:19:09,637 WARN [cache.EhCacheProvider] - Could not find configuration [RuleLimits]; using defaults.<br>2021-01-04 12:19:10,023 WARN [cache.EhCacheProvider] - Could not find configuration [Rule]; using defaults.<br>2021-01-04 12:19:10,038 WARN [cache.EhCacheProvider] - Could not find configuration [usergroup]; using defaults.<br>2021-01-04 12:19:10,051 WARN [cache.EhCacheProvider] - Could not find configuration [GSUser]; using defaults.<br>2021-01-04 12:19:10,066 WARN [cache.EhCacheProvider] - Could not find configuration [GFUser]; using defaults.<br>2021-01-04 12:19:10,078 WARN [cache.EhCacheProvider] - Could not find configuration [gsinstance]; using defaults.<br>2021-01-04 12:19:10,098 WARN [cache.EhCacheProvider] - Could not find configuration [LayerDetails]; using defaults.<br>2021-01-04 12:19:12,364 WARN [config.GeoserverXMLResourceProvider] - Found no configuration file in config directory, will create one at '/opt/data/gwc_cache_dir/geowebcache.xml' from template jar:file:/opt/tomcat/apache-tomcat-9.0.41/webapps/geoserver/WEB-INF/lib/gwc-core-1.17.2.jar!/geowebcache_empty.xml<br>2021-01-04 12:19:13,449 WARN [gce.imagemosaic] - Unable to set ordering between tiff readers spi<br>2021-01-04 12:19:14,697 WARN [platform.resource] - There is code leaving resource input streams open, locks around them might not be cleared! Add -Dgs.lock.trace=true to your JVM options to get a full stack trace of the code that acquired the input stream<br>2021-01-04 12:19:23,422 WARN [auth.GeoFenceAuthenticationProvider] - INIT FROM CONFIG<br>----------------------------------------------------

<br><br>Thanks<br>Valerio</p></div>