Hi Myers,
looks like you are missing a jar file... rr that you're using a SOLR store
that's not a match
for the current GeoServer.
How did you install the SOLR plugin?
A compatible one for 2.9.x should be found here:
http://ares.boundlessgeo.com/geoserver/2.9.x/community-latest/geoserver-2.9-SNAPSHOT-solr-plugin.zip

Also, reminder, it's a community module, it's thus not officially supported
yet

Cheers
Andrea


On Thu, Jul 21, 2016 at 5:54 PM, Myers, Aaron T. <[email protected]> wrote:

> Trying to upgrade Geoserver to 2.9 with the solr plugin and existing solr
> stores.  I am running the Jetty Version of Geoserver, the application fails
> to start and I get the below error.  I have been able to get it to start by
> clearing the SOLR URL from the datastore.xml. However, when I try to update
> and save I get a similar error message.
>
>
>
> Thanks,
> ~Aaron
>
>
>
> 2016-07-20 19:42:50.907:WARN:oejw.WebAppContext:main: Failed startup of
> context o.e.j.w.WebAppContext@2acf57e3
> {/geoserver,file:/opt/geoserver/webapps/geoserver/,STARTING}{/geoserver}
>
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'solrFeatureTypeCallback' defined in URL
> [jar:file:/opt/geoserver/webapps/geoserver/WEB-INF/lib/gs-web-solr-2.9-SNAPSHOT.jar!/applicationContext.xml]:
> Cannot resolve reference to bean 'catalog' while setting constructor
> argument; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'localWorkspaceCatalog' defined in URL
> [jar:file:/opt/geoserver/webapps/geoserver/WEB-INF/lib/gs-main-2.9-SNAPSHOT.jar!/applicationContext.xml]:
> Cannot resolve reference to bean 'advertisedCatalog' while setting
> constructor argument; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'advertisedCatalog' defined in URL
> [jar:file:/opt/geoserver/webapps/geoserver/WEB-INF/lib/gs-main-2.9-SNAPSHOT.jar!/applicationContext.xml]:
> Cannot resolve reference to bean 'secureCatalog' while setting constructor
> argument; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'accessRulesDao' defined in URL
> [jar:file:/opt/geoserver/webapps/geoserver/WEB-INF/lib/gs-main-2.9-SNAPSHOT.jar!/applicationSecurityContext.xml]:
> Cannot resolve reference to bean 'rawCatalog' while setting constructor
> argument; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'rawCatalog' defined in URL
> [jar:file:/opt/geoserver/webapps/geoserver/WEB-INF/lib/gs-main-2.9-SNAPSHOT.jar!/applicationContext.xml]:
> Initialization of bean failed; nested exception is
> java.lang.NoClassDefFoundError: org/apache/solr/client/solrj/SolrClient
>
>                 at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
>
>                 at
> org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
>
>                 at
> org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634)
>
>                 at
> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:140)
>
>                 at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1143)
>
>                 at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1046)
>
>                 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.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)
>
>                 at
> org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
>
>                 at
> org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791)
>
>                 at
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
>
>                 at
> org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
>
>                 at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
>
>                 at
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
>
>                 at
> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
>
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>
>                 at
> org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
>
>                 at
> org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
>
>                 at
> org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:498)
>
>                 at
> org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
>
>                 at
> org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
>
>                 at
> org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:440)
>
>                 at
> org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
>
>                 at
> org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:609)
>
>                 at
> org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
>
>                 at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
>
>                 at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
>
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>
>                 at
> org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150)
>
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>
>                 at
> org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:560)
>
>                 at
> org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:235)
>
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>
>                 at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
>
>                 at org.eclipse.jetty.server.Server.start(Server.java:387)
>
>                 at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
>
>                 at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
>
>                 at org.eclipse.jetty.server.Server.doStart(Server.java:354)
>
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>
>                 at
> org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1255)
>
>                 at java.security.AccessController.doPrivileged(Native
> Method)
>
>                 at
> org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1174)
>
>                 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
>
>                 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
> Source)
>
>                 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)
>
>                 at java.lang.reflect.Method.invoke(Unknown Source)
>
>                 at org.eclipse.jetty.start.Main.invokeMain(Main.java:321)
>
>                 at org.eclipse.jetty.start.Main.start(Main.java:817)
>
>                 at org.eclipse.jetty.start.Main.main(Main.java:112)
>
>
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning
> reports.http://sdm.link/zohodev2dev
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
==
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

*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.

-------------------------------------------------------
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to