Hi, this line in the packaging instructions needs to be updated, it's catching everything starting with "gs-wps-" among the dependencies for the release module: https://github.com/geoserver/geoserver/blob/master/src/release/ext-wps.xml#L12
There are exclusions a few lines below, one for wps-jdbc needs could be added... but seems easier to just grab gs-wps-core only, it's the only gs-wps-* that actually needs to be there... Cheers Andrea On Wed, Mar 3, 2021 at 9:27 AM Simone Giannecchini < [email protected]> wrote: > apparently WPS JDBC status has somehow ended up in the package for WPS > core? > --> org.geoserver.wps.jdbc.JDBCStatusStore ... <-- > > Regards, > Simone Giannecchini > == > GeoServer Professional Services from the experts! > Visit http://bit.ly/gs-services for more information. > == > Ing. Simone Giannecchini > @simogeo > Founder/Director > > GeoSolutions S.A.S. > Via di Montramito 3/A > 55054 Massarosa (LU) > Italy > phone: +39 0584 962313 > fax: +39 0584 1660272 > mob: +39 333 8128928 > > http://www.geo-solutions.it > http://twitter.com/geosolutions_it > > ------------------------------------------------------- > Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE > 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si > precisa che ogni circostanza inerente alla presente email (il suo > contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è > riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il > messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra > operazione è illecita. Le sarei comunque grato se potesse darmene notizia. > > This email is intended only for the person or entity to which it is > addressed and may contain information that is privileged, confidential or > otherwise protected from disclosure. We remind that - as provided by > European Regulation 2016/679 “GDPR” - copying, dissemination or use of this > e-mail or the information herein by anyone other than the intended > recipient is prohibited. If you have received this email by mistake, please > notify us immediately by telephone or e-mail. > > > On Wed, Mar 3, 2021 at 9:20 AM Richard Duivenvoorde <[email protected]> > wrote: > >> On 3/3/21 8:43 AM, Georg Weickelt wrote: >> > After installing the WPS plugin, geoserver is no longer accessible. >> > >> > Apache Tomcat/9.0.36, installed via war-package >> >> Yep, confirmed also on the standalone version: >> >> 03 Mar 09:17:43 ERROR [context.ContextLoader] - Context initialization >> failed >> org.springframework.beans.factory.BeanCreationException: Error creating >> bean with name 'wmtsCapabilitiesProvider' defined in URL >> [jar:file:/tmp/webapps/geoserver/WEB-INF/lib/gs-gwc-2.19-RC.jar!/applicationContext.xml]: >> Cannot resolve reference to bean 'geoServer' while setting constructor >> argument; nested exception is >> org.springframework.beans.factory.BeanCreationException: Error creating >> bean with name 'geoServer' defined in URL >> [jar:file:/tmp/webapps/geoserver/WEB-INF/lib/gs-main-2.19-RC.jar!/applicationContext.xml]: >> Initialization of bean failed; nested exception is >> java.lang.RuntimeException: >> org.springframework.beans.factory.BeanCreationException: Error creating >> bean with name 'wpsInitializer' defined in URL >> [jar:file:/tmp/webapps/geoserver/WEB-INF/lib/gs-wps-core-2.19-RC.jar!/applicationContext.xml]: >> Cannot resolve reference to bean 'executionManager' while setting >> constructor argument; nested exception is >> org.springframework.beans.factory.BeanCreationException: Error creating >> bean with name 'executionManager' defined in URL >> [jar:file:/tmp/webapps/geoserver/WEB-INF/lib/gs-wps-core-2.19-RC.jar!/applicationContext.xml]: >> Cannot resolve reference to bean 'processStatusTracker' while setting >> constructor argument; nested exception is >> org.springframework.beans.factory.BeanCreationException: Error creating >> bean with name 'processStatusTracker' defined in URL >> [jar:file:/tmp/webapps/geoserver/WEB-INF/lib/gs-wps-core-2.19-RC.jar!/applicationContext.xml]: >> Initialization of bean failed; nested exception is >> org.springframework.beans.factory.BeanCreationException: Error creating >> bean with name 'processStatusStore' defined in URL >> [jar:file:/tmp/webapps/geoserver/WEB-INF/lib/gs-wps-jdbc-2.19-RC.jar!/applicationContext.xml]: >> Bean instantiation via constructor failed; nested exception is >> org.springframework.beans.BeanInstantiationException: Failed to instantiate >> [org.geoserver.wps.jdbc.JDBCStatusStore]: Constructor threw exception; >> nested exception is java.lang.RuntimeException: Unable to obtain >> connection: Cannot create PoolableConnectionFactory (FATAL: password >> authentication failed for user "geotools") >> at >> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:314) >> at >> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110) >> at >> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:676) >> at >> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:188) >> at >> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1338) >> at >> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1185) >> at >> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:554) >> at >> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:514) >> at >> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:321) >> at >> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) >> at >> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:319) >> at >> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) >> at >> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:866) >> at >> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878) >> at >> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) >> at >> org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401) >> at >> org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292) >> at >> org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) >> at >> org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:22) >> >> .... >> >> >> Caused by: >> java.lang.RuntimeException: Unable to obtain connection: Cannot create >> PoolableConnectionFactory (FATAL: password authentication failed for user >> "geotools") >> at >> org.geotools.jdbc.JDBCDataStore.createConnection(JDBCDataStore.java:2139) >> at >> org.geotools.jdbc.JDBCDataStore.createTypeNames(JDBCDataStore.java:931) >> at >> org.geotools.data.store.ContentDataStore.getTypeNames(ContentDataStore.java:259) >> at >> org.geoserver.wps.jdbc.JDBCStatusStore.lookupStatusSchema(JDBCStatusStore.java:206) >> at >> org.geoserver.wps.jdbc.JDBCStatusStore.<init>(JDBCStatusStore.java:156) >> at >> org.geoserver.wps.jdbc.JDBCStatusStore.<init>(JDBCStatusStore.java:124) >> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native >> Method) >> >> >> _______________________________________________ >> Geoserver-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/geoserver-devel >> > _______________________________________________ > Geoserver-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-devel > -- Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- *Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.*
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
