geosdi / geo-platform

The first pure java opensource framework webgis oriented
Other
53 stars 31 forks source link

test error building geo-platform #99

Closed kratosmat closed 7 years ago

kratosmat commented 7 years ago

Hi all, I am newbie on geo-platform framework and I trying to set up the baseapp in order to evaluate some capabilities.

When I run "mvn clean install -P wms,wfs" I encounter some problems and in particular a failed test:

SendPacketTest.sendPacket » SASLError SASLError using PLAIN: not-authorized

Could you help me to solve this issue?

Thanks, Matteo.

glascaleia commented 7 years ago

Hi Matteo, try to build skipping test with command mvn clean install -Dmaven.test.skip -Pwms,wfs. Regards Giuseppe

2017-02-14 11:56 GMT+01:00 Matteo notifications@github.com:

Hi all, I am newbie on geo-platform framework and I trying to set up the baseapp in order to evaluate some capabilities.

When I run "mvn clean install -P wms,wfs" I encounter some problems and in particular a failed test:

SendPacketTest.sendPacket » SASLError SASLError using PLAIN: not-authorized

Could you help me to solve this issue?

Thanks, Matteo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/geosdi/geo-platform/issues/99, or mute the thread https://github.com/notifications/unsubscribe-auth/ABRmO30Z7lNPM54X83AIXkVq3S5RTpUQks5rcYhrgaJpZM4MAVUw .

-- Giuseppe La Scaleia CNR - IMAA geoSDI Sviluppo Software

C.da S. Loja 85050 Tito Scalo - POTENZA (PZ) Italia

phone: +39 0971427305 fax: +39 0971 427271 mob: +39 3312174998 mail: giuseppe.lascaleia@geosdi.org skype: glascaleia

web: http://www.geosdi.org

kratosmat commented 7 years ago

Thanks a lot Giuseppe, I have compiled and deployed the services under tomcat. Now I am trying to run the baseapp, but I receive the following error:

kratos@kratos-VirtualBox:~/git_repo/geoplatform-base-app$ mvn jetty:run [INFO] Scanning for projects... [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building GeoPlatform :: == Base Geo Platform Application 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> jetty-maven-plugin:7.6.16.v20140903:run (default-cli) > test-compile @ geoplatform-app >>> [WARNING] The POM for commons-codec:commons-codec:jar:1.10 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.httpcomponents:httpclient:jar:4.3.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.hibernate:hibernate-core:jar:3.6.0.Final is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for xerces:xercesImpl:jar:2.4.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.httpcomponents:httpclient:jar:4.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.httpcomponents:httpcore:jar:4.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.0.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-beanutils:commons-beanutils:jar:1.8.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-lang:commons-lang:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-lang:commons-lang:jar:2.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-collections:commons-collections:jar:3.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for com.vividsolutions:jts:jar:1.8 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for javax.servlet:javax.servlet-api:jar:3.0.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for com.ibm.jbatch:com.ibm.jbatch-tck-spi:jar:1.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.httpcomponents:httpmime:jar:4.5.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-fileupload:commons-fileupload:jar:1.3.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for com.google.gwt.google-apis:gwt-ajaxloader:jar:1.1.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- gwt-maven-plugin:2.7.0:generateAsync (generateAsync) @ geoplatform-app --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geoplatform-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ geoplatform-app --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geoplatform-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/kratos/git_repo/geoplatform-base-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ geoplatform-app --- [INFO] No sources to compile [INFO] [INFO] <<< jetty-maven-plugin:7.6.16.v20140903:run (default-cli) < test-compile @ geoplatform-app <<< [INFO] [INFO] --- jetty-maven-plugin:7.6.16.v20140903:run (default-cli) @ geoplatform-app --- [INFO] Configuring Jetty for project: GeoPlatform :: == Base Geo Platform Application [INFO] Webapp source directory = /home/kratos/git_repo/geoplatform-base-app/war [INFO] Reload Mechanic: manual [INFO] Classes = /home/kratos/git_repo/geoplatform-base-app/war/WEB-INF/classes [INFO] Context path = / [INFO] Tmp directory = /home/kratos/git_repo/geoplatform-base-app/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/kratos/git_repo/geoplatform-base-app/war/WEB-INF/web.xml [INFO] Webapp directory = /home/kratos/git_repo/geoplatform-base-app/war [INFO] jetty-7.6.16.v20140903 [INFO] No Transaction manager found - if your webapp requires one, please configure one. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/kratos/.m2/repository/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/kratos/.m2/repository/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 13:17:20,405 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] 13:17:20,405 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 13:17:20,405 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/kratos/git_repo/geoplatform-base-app/war/WEB-INF/classes/logback.xml] 13:17:20,411 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath. 13:17:20,411 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/home/kratos/.m2/repository/org/geosdi/csv-importer-gwt/1.8-SNAPSHOT/csv-importer-gwt-1.8-SNAPSHOT.jar!/logback.xml] 13:17:20,411 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/home/kratos/git_repo/geoplatform-base-app/war/WEB-INF/classes/logback.xml] 13:17:20,525 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 13:17:20,527 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] 13:17:20,600 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to INFO 13:17:20,613 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] 13:17:20,614 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 13:17:20,614 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4402ed61 - Registering current configuration as safe fallback point SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] [INFO] Initializing Spring root WebApplicationContext 13:17:20.616 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 13:17:20.818 [main] INFO o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Feb 14 13:17:20 CET 2017]; root of context hierarchy 13:17:20.972 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/kratos/git_repo/geoplatform-base-app/war/WEB-INF/classes/applicationContext.xml] 13:17:22.422 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/kratos/git_repo/geoplatform-base-app/war/WEB-INF/classes/applicationContext-Toolbar.xml] 13:17:22.550 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/kratos/git_repo/geoplatform-base-app/war/WEB-INF/classes/applicationContext-Menubar.xml] 13:17:22.627 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/kratos/git_repo/geoplatform-base-app/war/WEB-INF/classes/applicationContext-LayerTreeMenu.xml] 13:17:22.721 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/basic-widget/1.8-SNAPSHOT/basic-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:22.869 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:22.953 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT-sources.jar!/applicationContext-layout.xml] 13:17:22.971 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.074 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT.jar!/applicationContext-layout.xml] 13:17:23.120 [main] INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'geoPlatformInfo' with a different definition: replacing [Generic bean: class [org.geosdi.geoplatform.gui.global.GeoPlatformInfo]; scope=; abstract=false; lazyInit=false; autowireMode=1; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT-sources.jar!/applicationContext.xml]] with [Generic bean: class [org.geosdi.geoplatform.gui.global.GeoPlatformInfo]; scope=; abstract=false; lazyInit=false; autowireMode=1; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT.jar!/applicationContext.xml]] 13:17:23.121 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/map-widget/1.8-SNAPSHOT/map-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.167 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/security-widget/1.8-SNAPSHOT/security-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.242 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/security-widget/1.8-SNAPSHOT/security-widget-1.8-SNAPSHOT.jar!/applicationContext-Toolbar.xml] 13:17:23.248 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-base-configurator/1.8-SNAPSHOT/geoplatform-base-configurator-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.301 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-base-configurator/1.8-SNAPSHOT/geoplatform-base-configurator-1.8-SNAPSHOT.jar!/applicationContext-crypt.xml] 13:17:23.343 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-base-configurator/1.8-SNAPSHOT/geoplatform-base-configurator-1.8-SNAPSHOT.jar!/applicationContext-jasypt.xml] 13:17:23.371 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-base-configurator/1.8-SNAPSHOT/geoplatform-base-configurator-1.8-SNAPSHOT.jar!/applicationContext-CAS.xml] 13:17:23.434 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-xmpp/1.8-SNAPSHOT/geoplatform-xmpp-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.478 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/security-widget/1.8-SNAPSHOT/security-widget-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:23.510 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/security-widget/1.8-SNAPSHOT/security-widget-1.8-SNAPSHOT-sources.jar!/applicationContext-Toolbar.xml] 13:17:23.537 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/layer-widget/1.8-SNAPSHOT/layer-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.601 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/layer-widget/1.8-SNAPSHOT/layer-widget-1.8-SNAPSHOT.jar!/applicationContext-Menubar.xml] 13:17:23.641 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/layer-widget/1.8-SNAPSHOT/layer-widget-1.8-SNAPSHOT.jar!/applicationContext-CompositeMenu.xml] 13:17:23.665 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/gp-shared-beans/1.8-SNAPSHOT/gp-shared-beans-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.706 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-layer-filters/1.8-SNAPSHOT/geoplatform-layer-filters-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.741 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-publisher-base-impl/1.8-SNAPSHOT/geoplatform-publisher-base-impl-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.788 [main] INFO o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Skipped XML bean definition file due to specified profiles [gs_cas] not matching: URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-publisher-base-impl/1.8-SNAPSHOT/geoplatform-publisher-base-impl-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.792 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/sld-validator/1.8-SNAPSHOT/sld-validator-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.838 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-layer-filters/1.8-SNAPSHOT/geoplatform-layer-filters-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:23.864 [main] INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'CQL_FILTER' with a different definition: replacing [Generic bean: class [org.geosdi.geoplatform.gui.configuration.composite.menu.tools.TreeGroupMenuClientTool]; scope=; abstract=false; lazyInit=false; autowireMode=1; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-layer-filters/1.8-SNAPSHOT/geoplatform-layer-filters-1.8-SNAPSHOT.jar!/applicationContext.xml]] with [Generic bean: class [org.geosdi.geoplatform.gui.configuration.composite.menu.tools.TreeGroupMenuClientTool]; scope=; abstract=false; lazyInit=false; autowireMode=1; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-layer-filters/1.8-SNAPSHOT/geoplatform-layer-filters-1.8-SNAPSHOT-sources.jar!/applicationContext.xml]] 13:17:23.874 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/server-widget/1.8-SNAPSHOT/server-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.881 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/server-widget/1.8-SNAPSHOT/server-widget-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:23.950 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/gp-wfst-widget/1.8-SNAPSHOT/gp-wfst-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.986 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/basic-widget/1.8-SNAPSHOT/basic-widget-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:24.102 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.129 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT.jar!/applicationContext-Menubar.xml] 13:17:24.158 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT.jar!/applicationContext-Toolbar.xml] 13:17:24.184 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:24.215 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT-sources.jar!/applicationContext-Menubar.xml] 13:17:24.258 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT-sources.jar!/applicationContext-Toolbar.xml] 13:17:24.290 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-print/1.8-SNAPSHOT/geoplatform-print-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.329 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [mapfish-spring-application-context.xml] 13:17:24.379 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-print/1.8-SNAPSHOT/geoplatform-print-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:24.421 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [mapfish-spring-application-context.xml] 13:17:24.462 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-ws-impl-connector/1.8-SNAPSHOT/geoplatform-ws-impl-connector-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.555 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-cxf-rs-provider-support/1.8-SNAPSHOT/geoplatform-cxf-rs-provider-support-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.579 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/project-export-widget/1.8-SNAPSHOT/project-export-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.673 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-cache/1.8-SNAPSHOT/geoplatform-cache-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.715 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/layer-builder-gwt/1.8-SNAPSHOT/layer-builder-gwt-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.726 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/csv-importer-gwt/1.8-SNAPSHOT/csv-importer-gwt-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.815 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/file-importer-gwt/1.8-SNAPSHOT/file-importer-gwt-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.822 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/streetview/1.8-SNAPSHOT/streetview-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.849 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [mapfish-spring-application-context.xml] 13:17:26.391 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT-sources.jar!/application.properties] 13:17:26.396 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT.jar!/application.properties] 13:17:26.396 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/map-widget/1.8-SNAPSHOT/map-widget-1.8-SNAPSHOT.jar!/toolbar.properties] 13:17:26.396 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT.jar!/toolbar.properties] 13:17:26.396 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT-sources.jar!/toolbar.properties] 13:17:26.504 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT.jar!/menubar.properties] 13:17:26.510 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/repository/org/geosdi/user-widget/1.8-SNAPSHOT/user-widget-1.8-SNAPSHOT-sources.jar!/menubar.properties] 13:17:26.512 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from class path resource [gp-layout.properties] 13:17:26.515 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [file:${GP_DATA_DIR}/gp-layout.properties] 13:17:26.515 [main] WARN o.s.c.s.PropertySourcesPlaceholderConfigurer - Could not load properties from URL [file:${GP_DATA_DIR}/gp-layout.properties]: ${GP_DATA_DIR}/gp-layout.properties (No such file or directory) 13:17:26.516 [main] INFO o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer - Loading properties file from class path resource [gp-ws.properties] 13:17:26.520 [main] INFO o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer - Loading properties file from URL [file:${GP_DATA_DIR}/gp-ws.properties] 13:17:26.527 [main] WARN o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer - Could not load properties from URL [file:${GP_DATA_DIR}/gp-ws.properties]: ${GP_DATA_DIR}/gp-ws.properties (No such file or directory) 13:17:26.527 [main] INFO o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer - Loading properties file from class path resource [gp-db.properties] 13:17:26.528 [main] INFO o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer - Loading properties file from URL [file:${GP_DATA_DIR}/gp-db.properties] 13:17:26.530 [main] WARN o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer - Could not load properties from URL [file:${GP_DATA_DIR}/gp-db.properties]: ${GP_DATA_DIR}/gp-db.properties (No such file or directory) 13:17:26.924 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from class path resource [gp-cas.properties] 13:17:26.925 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [file:${GP_DATA_DIR}/gp-cas.properties] 13:17:26.926 [main] WARN o.s.c.s.PropertySourcesPlaceholderConfigurer - Could not load properties from URL [file:${GP_DATA_DIR}/gp-cas.properties]: ${GP_DATA_DIR}/gp-cas.properties (No such file or directory) 13:17:26.926 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from class path resource [csv-importer-connector.properties] 13:17:26.927 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [file:null/csv-importer-connector.properties] 13:17:26.927 [main] WARN o.s.c.s.PropertySourcesPlaceholderConfigurer - Could not load properties from URL [file:null/csv-importer-connector.properties]: null/csv-importer-connector.properties (No such file or directory) 13:17:26.936 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 13:17:27.114 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'GPLoggerPostProcessorConfig' of type [class org.geosdi.geoplatform.logger.support.spring.config.GPLoggerPostProcessorConfig$$EnhancerBySpringCGLIB$$4bbfa548] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - ------------------------------> INIT STARTUP-GEO-PLATFORM SERVICE 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - GEO-PLATFORM Framework - Version : 1.7-SNAPSHOT 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=GeoSDI - Team, version=1.7-SNAPSHOT, copyright=(c) 2008-2015 GeoSDI, licenseName=GNU General Public License, Version 3 + CPE, licenseUrl=http://www.gnu.org/software/classpath/license.html} 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=GWT, version=2.5.1, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.html} 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=GWT OpenLayers, version=1.1-SNAPSHOT, copyright=Copyright 2010 GWT OpenLayers Team, licenseName=1.1-SNAPSHOT, licenseUrl=http://www.apache.org/licenses/LICENSE-2.0 } 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Spring, version=4.2.0.RELEASE, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Hibernate, version=3.6.10.Final, copyright=, licenseName=GNU Lesser General Public License, version 2.1, licenseUrl=http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=GXT, version=2.3.0-gwt22, copyright=, licenseName=GNU GPL license v3, licenseUrl=http://www.gnu.org/copyleft/gpl.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Piriti, version=0.10, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=EH CACHE, version=2.6.3, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Apache CXF, version=3.1.1, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=JAXB, version=2.2.11, copyright=, licenseName=Dual license consisting of the CDDL v1.1 and GPL v2, licenseUrl=http://glassfish.java.net/public/CDDL+GPL_1_1.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=XStream, version=1.4.8, copyright=, licenseName=BSD license, licenseUrl=http://www.freebsd.org/copyright/license.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Spring Security, version=4.0.2.RELEASE, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Hibernate-Generic-DAO, version=1.1.0, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=JASYPT, version=1.9.2, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Jackson, version=2.6.0, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Dropwizard, version=0.8.2, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=HttpClient, version=4.5, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/} 13:17:27.546 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Swagger, version=1.5.2-M2, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://swagger.io/license/} 13:17:28.132 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform.org/}GeoPlatformServiceService from class org.geosdi.geoplatform.services.GeoPlatformService 13:17:33.183 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform.org/}GPWMSServiceService from class org.geosdi.geoplatform.services.GPWMSService 13:17:33.458 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform.org/}GPPublisherServiceService from class org.geosdi.geoplatform.services.GPPublisherService 13:17:34.095 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform.org/}GPTrackingServiceService from class org.geosdi.geoplatform.services.GPTrackingService 13:17:34.466 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform.org/}GPWFSServiceService from class org.geosdi.geoplatform.services.GPWFSService 13:17:34.908 [main] INFO o.s.b.f.config.PropertiesFactoryBean - Loading properties file from class path resource [ehcache.properties] 13:17:35.630 [main] INFO o.g.g.g.s.util.FileImporterUtils - GEO_PORTAL_DIR_PATH : ***** /mnt/GeoServer/PersonalMedia/GeoPortalDir 13:17:37.626 [main] WARN o.s.w.c.s.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'csvImporterClient' defined in org.geosdi.geoplatform.gui.server.service.client.ICSVImporterClient$CreateUploadCSVImporterClient: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/content/ContentBody 13:17:37.626 [main] INFO o.g.g.g.s.c.GPCommandDispatcher -

GPCommandDispatcher destroy ################################ 13:17:37.661 [main] INFO o.g.g.g.s.s.impl.StartupService - -------------------> DESTROY STARTUP-GEO-PLATFORM SERVICE 13:17:37.668 [main] ERROR o.s.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'csvImporterClient' defined in org.geosdi.geoplatform.gui.server.service.client.ICSVImporterClient$CreateUploadCSVImporterClient: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/content/ContentBody at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) 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:761) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:866) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542) 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.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:746) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:238) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1240) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:689) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:482) at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:256) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) at org.eclipse.jetty.server.Server.doStart(Server.java:281) at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:520) at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:365) at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:521) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/content/ContentBody at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ... 55 common frames omitted Caused by: java.lang.NoClassDefFoundError: org/apache/http/entity/mime/content/ContentBody at org.geosdi.geoplatform.gui.server.service.client.ICSVImporterClient$CreateUploadCSVImporterClient.getUploadCSVImporterClient(ICSVImporterClient.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ... 56 common frames omitted Caused by: java.lang.ClassNotFoundException: org.apache.http.entity.mime.content.ContentBody at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:430) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) ... 62 common frames omitted [WARNING] Failed startup of context o.m.j.p.JettyWebAppContext{/,file:/home/kratos/git_repo/geoplatform-base-app/war/},file:/home/kratos/git_repo/geoplatform-base-app/war/ org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'csvImporterClient' defined in org.geosdi.geoplatform.gui.server.service.client.ICSVImporterClient$CreateUploadCSVImporterClient: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/content/ContentBody at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) 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:761) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:866) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542) 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.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:746) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:238) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1240) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:689) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:482) at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:256) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) at org.eclipse.jetty.server.Server.doStart(Server.java:281) at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:520) at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:365) at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:521) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/content/ContentBody at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ... 55 more Caused by: java.lang.NoClassDefFoundError: org/apache/http/entity/mime/content/ContentBody at org.geosdi.geoplatform.gui.server.service.client.ICSVImporterClient$CreateUploadCSVImporterClient.getUploadCSVImporterClient(ICSVImporterClient.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ... 56 more Caused by: java.lang.ClassNotFoundException: org.apache.http.entity.mime.content.ContentBody at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:430) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) ... 62 more [WARNING] !RequestLog [INFO] Started SelectChannelConnector@0.0.0.0:9393 [INFO] Started Jetty Server [INFO] Console reloading is ENABLED. Hit ENTER on the console to restart the context.

Could you help me to understand the error?

glascaleia commented 7 years ago

Hi Matteo, i have tried now , deleting all geosdi libraries in my .m2 repo, and i haven't this problem. Have you enable the tag compile in geoplatform-base-app for gwt-maven-plugin?? Try to add manually the dependency missing. It refers to org.apache.httpcomponents:httpmime:jar:4.5.3. Try to rebuild base app with command mvn clean install -U -Dmaven.test.skip. Regards Giuseppe

2017-02-14 13:19 GMT+01:00 Matteo notifications@github.com:

Thanks a lot Giuseppe, I have compiled and deployed the services under tomcat. Now I am trying to run the baseapp, but I receive the following error:

kratos@kratos-VirtualBox:~/git_repo/geoplatform-base-app$ mvn jetty:run [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------

[INFO] Building GeoPlatform :: == Base Geo Platform Application 1.0-SNAPSHOT [INFO] ------------------------------------------------------------

[INFO] [INFO] >>> jetty-maven-plugin:7.6.16.v20140903:run (default-cli) > test-compile @ geoplatform-app >>> [WARNING] The POM for commons-codec:commons-codec:jar:1.10 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.httpcomponents:httpclient:jar:4.3.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.hibernate:hibernate-core:jar:3.6.0.Final is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for xerces:xercesImpl:jar:2.4.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.httpcomponents:httpclient:jar:4.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.httpcomponents:httpcore:jar:4.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.0.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-beanutils:commons-beanutils:jar:1.8.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-lang:commons-lang:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-lang:commons-lang:jar:2.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-collections:commons-collections:jar:3.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for com.vividsolutions:jts:jar:1.8 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for javax.servlet:javax.servlet-api:jar:3.0.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for com.ibm.jbatch:com.ibm.jbatch-tck-spi:jar:1.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.httpcomponents:httpmime:jar:4.5.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-fileupload:commons-fileupload:jar:1.3.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for com.google.gwt.google-apis:gwt-ajaxloader:jar:1.1.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- gwt-maven-plugin:2.7.0:generateAsync (generateAsync) @ geoplatform-app --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geoplatform-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ geoplatform-app --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geoplatform-app --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/kratos/git_repo/ geoplatform-base-app/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ geoplatform-app --- [INFO] No sources to compile [INFO] [INFO] <<< jetty-maven-plugin:7.6.16.v20140903:run (default-cli) < test-compile @ geoplatform-app <<< [INFO] [INFO] --- jetty-maven-plugin:7.6.16.v20140903:run (default-cli) @ geoplatform-app --- [INFO] Configuring Jetty for project: GeoPlatform :: == Base Geo Platform Application [INFO] Webapp source directory = /home/kratos/git_repo/ geoplatform-base-app/war [INFO] Reload Mechanic: manual [INFO] Classes = /home/kratos/git_repo/geoplatform-base-app/war/WEB- INF/classes [INFO] Context path = / [INFO] Tmp directory = /home/kratos/git_repo/geoplatform-base-app/target/ tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/kratos/git_repo/ geoplatform-base-app/war/WEB-INF/web.xml [INFO] Webapp directory = /home/kratos/git_repo/geoplatform-base-app/war [INFO] jetty-7.6.16.v20140903 [INFO] No Transaction manager found - if your webapp requires one, please configure one. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/kratos/.m2/ repository/ch/qos/logback/logback-classic/1.1.7/logback- classic-1.1.7.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/kratos/.m2/ repository/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1. 7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 13:17:20,405 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] 13:17:20,405 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 13:17:20,405 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/kratos/git_repo/ geoplatform-base-app/war/WEB-INF/classes/logback.xml] 13:17:20,411 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath. 13:17:20,411 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/home/kratos/.m2/ repository/org/geosdi/csv-importer-gwt/1.8-SNAPSHOT/csv- importer-gwt-1.8-SNAPSHOT.jar!/logback.xml] 13:17:20,411 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/home/kratos/git_repo/ geoplatform-base-app/war/WEB-INF/classes/logback.xml] 13:17:20,525 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core. ConsoleAppender] 13:17:20,527 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] 13:17:20,600 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to INFO 13:17:20,613 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction

  • Attaching appender named [STDOUT] to Logger[ROOT] 13:17:20,614 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction
  • End of configuration. 13:17:20,614 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@ 4402ed6 https://github.com/ch.qos.logback.classic.joran.JoranConfigurator/geo-platform/commit/4402ed61
  • Registering current configuration as safe fallback point SLF4J: Actual binding is of type [ch.qos.logback.classic.util. ContextSelectorStaticBinder] [INFO] Initializing Spring root WebApplicationContext 13:17:20.616 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization started 13:17:20.818 [main] INFO o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Tue Feb 14 13:17:20 CET 2017]; root of context hierarchy 13:17:20.972 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/kratos/git_repo/ geoplatform-base-app/war/WEB-INF/classes/applicationContext.xml] 13:17:22.422 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/kratos/git_repo/ geoplatform-base-app/war/WEB-INF/classes/applicationContext-Toolbar.xml] 13:17:22.550 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/kratos/git_repo/ geoplatform-base-app/war/WEB-INF/classes/applicationContext-Menubar.xml] 13:17:22.627 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [file:/home/kratos/git_repo/ geoplatform-base-app/war/WEB-INF/classes/applicationContext- LayerTreeMenu.xml] 13:17:22.721 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/basic-widget/1.8-SNAPSHOT/basic- widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:22.869 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/ geoplatform-api-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:22.953 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/ geoplatform-api-1.8-SNAPSHOT-sources.jar!/applicationContext-layout.xml] 13:17:22.971 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/ geoplatform-api-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.074 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/ geoplatform-api-1.8-SNAPSHOT.jar!/applicationContext-layout.xml] 13:17:23.120 [main] INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'geoPlatformInfo' with a different definition: replacing [Generic bean: class [org.geosdi.geoplatform.gui.global.GeoPlatformInfo]; scope=; abstract=false; lazyInit=false; autowireMode=1; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/home/kratos/.m2/repository/org/geosdi/ geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT-sources.jar!/applicationContext.xml]] with [Generic bean: class [org.geosdi.geoplatform.gui.global.GeoPlatformInfo]; scope=; abstract=false; lazyInit=false; autowireMode=1; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/home/kratos/.m2/repository/org/geosdi/ geoplatform-api/1.8-SNAPSHOT/geoplatform-api-1.8-SNAPSHOT. jar!/applicationContext.xml]] 13:17:23.121 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/map-widget/1.8-SNAPSHOT/map- widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.167 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/security-widget/1.8-SNAPSHOT/ security-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.242 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/security-widget/1.8-SNAPSHOT/ security-widget-1.8-SNAPSHOT.jar!/applicationContext-Toolbar.xml] 13:17:23.248 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-base-configurator/ 1.8-SNAPSHOT/geoplatform-base-configurator-1.8-SNAPSHOT.jar! /applicationContext.xml] 13:17:23.301 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-base-configurator/ 1.8-SNAPSHOT/geoplatform-base-configurator-1.8-SNAPSHOT.jar! /applicationContext-crypt.xml] 13:17:23.343 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-base-configurator/ 1.8-SNAPSHOT/geoplatform-base-configurator-1.8-SNAPSHOT.jar! /applicationContext-jasypt.xml] 13:17:23.371 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-base-configurator/ 1.8-SNAPSHOT/geoplatform-base-configurator-1.8-SNAPSHOT.jar! /applicationContext-CAS.xml] 13:17:23.434 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-xmpp/1.8-SNAPSHOT/ geoplatform-xmpp-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.478 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/security-widget/1.8-SNAPSHOT/ security-widget-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:23.510 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/security-widget/1.8-SNAPSHOT/ security-widget-1.8-SNAPSHOT-sources.jar!/applicationContext-Toolbar.xml] 13:17:23.537 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/layer-widget/1.8-SNAPSHOT/layer- widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.601 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/layer-widget/1.8-SNAPSHOT/layer- widget-1.8-SNAPSHOT.jar!/applicationContext-Menubar.xml] 13:17:23.641 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/layer-widget/1.8-SNAPSHOT/layer- widget-1.8-SNAPSHOT.jar!/applicationContext-CompositeMenu.xml] 13:17:23.665 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/gp-shared-beans/1.8-SNAPSHOT/gp- shared-beans-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.706 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-layer-filters/1.8- SNAPSHOT/geoplatform-layer-filters-1.8-SNAPSHOT.jar!/ applicationContext.xml] 13:17:23.741 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-publisher-base- impl/1.8-SNAPSHOT/geoplatform-publisher-base-impl-1.8-SNAPSHOT.jar!/ applicationContext.xml] 13:17:23.788 [main] INFO o.s.b.f.x.DefaultBeanDefinitionDocumentReader - Skipped XML bean definition file due to specified profiles [gs_cas] not matching: URL [jar:file:/home/kratos/.m2/repository/org/geosdi/ geoplatform-publisher-base-impl/1.8-SNAPSHOT/geoplatform- publisher-base-impl-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.792 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/sld-validator/1.8-SNAPSHOT/sld- validator-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.838 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-layer-filters/1.8- SNAPSHOT/geoplatform-layer-filters-1.8-SNAPSHOT-sources. jar!/applicationContext.xml] 13:17:23.864 [main] INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'CQL_FILTER' with a different definition: replacing [Generic bean: class [org.geosdi.geoplatform.gui. configuration.composite.menu.tools.TreeGroupMenuClientTool]; scope=; abstract=false; lazyInit=false; autowireMode=1; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/home/kratos/.m2/repository/org/geosdi/ geoplatform-layer-filters/1.8-SNAPSHOT/geoplatform-layer- filters-1.8-SNAPSHOT.jar!/applicationContext.xml]] with [Generic bean: class [org.geosdi.geoplatform.gui.configuration.composite.menu. tools.TreeGroupMenuClientTool]; scope=; abstract=false; lazyInit=false; autowireMode=1; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-layer-filters/1.8- SNAPSHOT/geoplatform-layer-filters-1.8-SNAPSHOT-sources. jar!/applicationContext.xml]] 13:17:23.874 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/server-widget/1.8-SNAPSHOT/server- widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.881 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/server-widget/1.8-SNAPSHOT/server- widget-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:23.950 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/gp-wfst-widget/1.8-SNAPSHOT/gp-wfst- widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:23.986 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/basic-widget/1.8-SNAPSHOT/basic- widget-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:24.102 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.129 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT.jar!/applicationContext-Menubar.xml] 13:17:24.158 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT.jar!/applicationContext-Toolbar.xml] 13:17:24.184 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:24.215 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT-sources.jar!/applicationContext-Menubar.xml] 13:17:24.258 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT-sources.jar!/applicationContext-Toolbar.xml] 13:17:24.290 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-print/1.8-SNAPSHOT/geoplatform-print-1. 8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.329 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [mapfish-spring-application- context.xml] 13:17:24.379 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-print/1.8-SNAPSHOT/geoplatform-print-1. 8-SNAPSHOT-sources.jar!/applicationContext.xml] 13:17:24.421 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [mapfish-spring-application- context.xml] 13:17:24.462 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-ws-impl-connector/ 1.8-SNAPSHOT/geoplatform-ws-impl-connector-1.8-SNAPSHOT. jar!/applicationContext.xml] 13:17:24.555 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-cxf-rs-provider-support/1.8-SNAPSHOT/ geoplatform-cxf-rs-provider-support-1.8-SNAPSHOT.jar!/ applicationContext.xml] 13:17:24.579 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/project-export-widget/1.8-SNAPSHOT/ project-export-widget-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.673 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-cache/1.8-SNAPSHOT/geoplatform-cache-1. 8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.715 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/layer-builder-gwt/1.8-SNAPSHOT/ layer-builder-gwt-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.726 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/csv-importer-gwt/1.8-SNAPSHOT/csv- importer-gwt-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.815 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/file-importer-gwt/1.8-SNAPSHOT/ file-importer-gwt-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.822 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/streetview/1.8-SNAPSHOT/ streetview-1.8-SNAPSHOT.jar!/applicationContext.xml] 13:17:24.849 [main] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [mapfish-spring-application- context.xml] 13:17:26.391 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/ geoplatform-api-1.8-SNAPSHOT-sources.jar!/application.properties] 13:17:26.396 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/geoplatform-api/1.8-SNAPSHOT/ geoplatform-api-1.8-SNAPSHOT.jar!/application.properties] 13:17:26.396 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/map-widget/1.8-SNAPSHOT/map- widget-1.8-SNAPSHOT.jar!/toolbar.properties] 13:17:26.396 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT.jar!/toolbar.properties] 13:17:26.396 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT-sources.jar!/toolbar.properties] 13:17:26.504 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT.jar!/menubar.properties] 13:17:26.510 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [jar:file:/home/kratos/.m2/ repository/org/geosdi/user-widget/1.8-SNAPSHOT/user- widget-1.8-SNAPSHOT-sources.jar!/menubar.properties] 13:17:26.512 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from class path resource [gp-layout.properties] 13:17:26.515 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [file:${GP_DATA_DIR}/gp- layout.properties] 13:17:26.515 [main] WARN o.s.c.s.PropertySourcesPlaceholderConfigurer - Could not load properties from URL [file:${GP_DATA_DIR}/gp-layout.properties]: ${GP_DATA_DIR}/gp-layout.properties (No such file or directory) 13:17:26.516 [main] INFO o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer
  • Loading properties file from class path resource [gp-ws.properties] 13:17:26.520 [main] INFO o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer
  • Loading properties file from URL [file:${GP_DATA_DIR}/gp-ws.properties] 13:17:26.527 [main] WARN o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer
  • Could not load properties from URL [file:${GP_DATA_DIR}/gp-ws.properties]: ${GP_DATA_DIR}/gp-ws.properties (No such file or directory) 13:17:26.527 [main] INFO o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer
  • Loading properties file from class path resource [gp-db.properties] 13:17:26.528 [main] INFO o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer
  • Loading properties file from URL [file:${GP_DATA_DIR}/gp-db.properties] 13:17:26.530 [main] WARN o.j.s.p.EncryptablePropertySourcesPlaceholderConfigurer
  • Could not load properties from URL [file:${GP_DATA_DIR}/gp-db.properties]: ${GP_DATA_DIR}/gp-db.properties (No such file or directory) 13:17:26.924 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from class path resource [gp-cas.properties] 13:17:26.925 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [file:${GP_DATA_DIR}/gp-cas.properties] 13:17:26.926 [main] WARN o.s.c.s.PropertySourcesPlaceholderConfigurer - Could not load properties from URL [file:${GP_DATA_DIR}/gp-cas.properties]: ${GP_DATA_DIR}/gp-cas.properties (No such file or directory) 13:17:26.926 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from class path resource [csv-importer-connector. properties] 13:17:26.927 [main] INFO o.s.c.s.PropertySourcesPlaceholderConfigurer - Loading properties file from URL [file:null/csv-importer- connector.properties] 13:17:26.927 [main] WARN o.s.c.s.PropertySourcesPlaceholderConfigurer - Could not load properties from URL [file:null/csv-importer-connector.properties]: null/csv-importer-connector.properties (No such file or directory) 13:17:26.936 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 13:17:27.114 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker
  • Bean 'GPLoggerPostProcessorConfig' of type [class org.geosdi.geoplatform.logger.support.spring.config. GPLoggerPostProcessorConfig$$EnhancerBySpringCGLIB$$4bbfa548] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - ------------------------------> INIT STARTUP-GEO-PLATFORM SERVICE 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - GEO-PLATFORM Framework - Version : 1.7-SNAPSHOT 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=GeoSDI - Team, version=1.7-SNAPSHOT, copyright=(c) 2008-2015 GeoSDI, licenseName=GNU General Public License, Version 3 + CPE, licenseUrl=http://www.gnu.org/software/classpath/license.html} 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=GWT, version=2.5.1, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache. org/licenses/LICENSE-2.0.html} 13:17:27.544 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=GWT OpenLayers, version=1.1-SNAPSHOT, copyright=Copyright 2010 GWT OpenLayers Team, licenseName=1.1-SNAPSHOT, licenseUrl= http://www.apache.org/licenses/LICENSE-2.0 } 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Spring, version=4.2.0.RELEASE, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache. org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Hibernate, version=3.6.10.Final, copyright=, licenseName=GNU Lesser General Public License, version 2.1, licenseUrl= http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=GXT, version=2.3.0-gwt22, copyright=, licenseName=GNU GPL license v3, licenseUrl=http://www.gnu.org/copyleft/gpl.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Piriti, version=0.10, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache. org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=EH CACHE, version=2.6.3, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache. org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Apache CXF, version=3.1.1, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache. org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=JAXB, version=2.2.11, copyright=, licenseName=Dual license consisting of the CDDL v1.1 and GPL v2, licenseUrl= http://glassfish.java.net/public/CDDL+GPL_1_1.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=XStream, version=1.4.8, copyright=, licenseName=BSD license, licenseUrl=http://www.freebsd.org/copyright/license.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Spring Security, version=4.0.2.RELEASE, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache. org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Hibernate-Generic-DAO, version=1.1.0, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache. org/licenses/LICENSE-2.0.html} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=JASYPT, version=1.9.2, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Jackson, version=2.6.0, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Dropwizard, version=0.8.2, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/} 13:17:27.545 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=HttpClient, version=4.5, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://www.apache.org/licenses/} 13:17:27.546 [main] INFO o.g.g.g.s.s.impl.StartupService - CopyrightInfo{key=Swagger, version=1.5.2-M2, copyright=, licenseName=Apache License, Version 2.0, licenseUrl=http://swagger.io/license/} 13:17:28.132 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform. org/}GeoPlatformServiceService from class org.geosdi.geoplatform. services.GeoPlatformService 13:17:33.183 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform.org/}GPWMSServiceService from class org.geosdi.geoplatform.services.GPWMSService 13:17:33.458 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform. org/}GPPublisherServiceService from class org.geosdi.geoplatform. services.GPPublisherService 13:17:34.095 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform. org/}GPTrackingServiceService from class org.geosdi.geoplatform. services.GPTrackingService 13:17:34.466 [main] INFO o.a.c.w.s.f.ReflectionServiceFactoryBean - Creating Service {http://services.geo-platform.org/}GPWFSServiceService from class org.geosdi.geoplatform.services.GPWFSService 13:17:34.908 [main] INFO o.s.b.f.config.PropertiesFactoryBean - Loading properties file from class path resource [ehcache.properties] 13:17:35.630 [main] INFO o.g.g.g.s.util.FileImporterUtils - GEO_PORTAL_DIR_PATH : ***** /mnt/GeoServer/PersonalMedia/GeoPortalDir 13:17:37.626 [main] WARN o.s.w.c.s.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'csvImporterClient' defined in org.geosdi.geoplatform.gui. server.service.client.ICSVImporterClient$CreateUploadCSVImporterClient: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/ content/ContentBody 13:17:37.626 [main] INFO o.g.g.g.s.c.GPCommandDispatcher -

GPCommandDispatcher destroy ################################ 13:17:37.661 [main] INFO o.g.g.g.s.s.impl.StartupService - -------------------> DESTROY STARTUP-GEO-PLATFORM SERVICE 13:17:37.668 [main] ERROR o.s.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'csvImporterClient' defined in org.geosdi.geoplatform.gui. server.service.client.ICSVImporterClient$CreateUploadCSVImporterClient: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/ content/ContentBody at org.springframework.beans.factory.support.ConstructorResolver. instantiateUsingFactoryMethod(ConstructorResolver.java:599) at org.springframework.beans.factory.support. AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod( AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support. AbstractAutowireCapableBeanFactory.createBeanInstance( AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support. AbstractAutowireCapableBeanFactory.doCreateBean( AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support. AbstractAutowireCapableBeanFactory.createBean( AbstractAutowireCapableBeanFactory.java:483) 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:761) at org.springframework.context.support.AbstractApplicationContext. finishBeanFactoryInitialization(AbstractApplicationContext.java:866) at org.springframework.context.support.AbstractApplicationContext.refresh( AbstractApplicationContext.java:542) 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.eclipse.jetty.server.handler.ContextHandler. startContext(ContextHandler.java:746) at org.eclipse.jetty.servlet.ServletContextHandler.startContext( ServletContextHandler.java:238) at org.eclipse.jetty.webapp.WebAppContext.startContext( WebAppContext.java:1240) at org.eclipse.jetty.server.handler.ContextHandler. doStart(ContextHandler.java:689) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:482) at org.mortbay.jetty.plugin.JettyWebAppContext.doStart( JettyWebAppContext.java:256) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection. doStart(HandlerCollection.java:229) at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart( ContextHandlerCollection.java:172) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection. doStart(HandlerCollection.java:229) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerWrapper. doStart(HandlerWrapper.java:95) at org.eclipse.jetty.server.Server.doStart(Server.java:281) at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java:64) at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty( AbstractJettyMojo.java:520) at org.mortbay.jetty.plugin.AbstractJettyMojo.execute( AbstractJettyMojo.java:365) at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:521) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo( DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute( MojoExecutor.java:207) at org.apache.maven.lifecycle.internal.MojoExecutor.execute( MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute( MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder. buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder. buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded. SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter. execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher. launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher. launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher. mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher. main(Launcher.java:356) Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/ content/ContentBody at org.springframework.beans.factory.support.SimpleInstantiationStrategy. instantiate(SimpleInstantiationStrategy.java:189) at org.springframework.beans.factory.support.ConstructorResolver. instantiateUsingFactoryMethod(ConstructorResolver.java:588) ... 55 common frames omitted Caused by: java.lang.NoClassDefFoundError: org/apache/http/entity/mime/ content/ContentBody at org.geosdi.geoplatform.gui.server.service.client.ICSVImporterClient$ CreateUploadCSVImporterClient.getUploadCSVImporterClient( ICSVImporterClient.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy. instantiate(SimpleInstantiationStrategy.java:162) ... 56 common frames omitted Caused by: java.lang.ClassNotFoundException: org.apache.http.entity.mime. content.ContentBody at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass( SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm. unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm. loadClass(ClassRealm.java:247) at org.codehaus.plexus.classworlds.realm.ClassRealm. loadClass(ClassRealm.java:239) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass( WebAppClassLoader.java:430) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass( WebAppClassLoader.java:383) ... 62 common frames omitted [WARNING] Failed startup of context o.m.j.p.JettyWebAppContext{/, file:/home/kratos/git_repo/geoplatform-base-app/war/}, file:/home/kratos/git_repo/geoplatform-base-app/war/ org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'csvImporterClient' defined in org.geosdi.geoplatform.gui. server.service.client.ICSVImporterClient$CreateUploadCSVImporterClient: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/ content/ContentBody at org.springframework.beans.factory.support.ConstructorResolver. instantiateUsingFactoryMethod(ConstructorResolver.java:599) at org.springframework.beans.factory.support. AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod( AbstractAutowireCapableBeanFactory.java:1173) at org.springframework.beans.factory.support. AbstractAutowireCapableBeanFactory.createBeanInstance( AbstractAutowireCapableBeanFactory.java:1067) at org.springframework.beans.factory.support. AbstractAutowireCapableBeanFactory.doCreateBean( AbstractAutowireCapableBeanFactory.java:513) at org.springframework.beans.factory.support. AbstractAutowireCapableBeanFactory.createBean( AbstractAutowireCapableBeanFactory.java:483) 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:761) at org.springframework.context.support.AbstractApplicationContext. finishBeanFactoryInitialization(AbstractApplicationContext.java:866) at org.springframework.context.support.AbstractApplicationContext.refresh( AbstractApplicationContext.java:542) 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.eclipse.jetty.server.handler.ContextHandler. startContext(ContextHandler.java:746) at org.eclipse.jetty.servlet.ServletContextHandler.startContext( ServletContextHandler.java:238) at org.eclipse.jetty.webapp.WebAppContext.startContext( WebAppContext.java:1240) at org.eclipse.jetty.server.handler.ContextHandler. doStart(ContextHandler.java:689) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:482) at org.mortbay.jetty.plugin.JettyWebAppContext.doStart( JettyWebAppContext.java:256) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection. doStart(HandlerCollection.java:229) at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart( ContextHandlerCollection.java:172) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerCollection. doStart(HandlerCollection.java:229) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java:64) at org.eclipse.jetty.server.handler.HandlerWrapper. doStart(HandlerWrapper.java:95) at org.eclipse.jetty.server.Server.doStart(Server.java:281) at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java:64) at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty( AbstractJettyMojo.java:520) at org.mortbay.jetty.plugin.AbstractJettyMojo.execute( AbstractJettyMojo.java:365) at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:521) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo( DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute( MojoExecutor.java:207) at org.apache.maven.lifecycle.internal.MojoExecutor.execute( MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute( MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder. buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder. buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded. SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter. execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher. launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher. launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher. mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher. main(Launcher.java:356) Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.geosdi.geoplatform.gui.server.service.client.CSVImporterClient]: Factory method 'getUploadCSVImporterClient' threw exception; nested exception is java.lang.NoClassDefFoundError: org/apache/http/entity/mime/ content/ContentBody at org.springframework.beans.factory.support.SimpleInstantiationStrategy. instantiate(SimpleInstantiationStrategy.java:189) at org.springframework.beans.factory.support.ConstructorResolver. instantiateUsingFactoryMethod(ConstructorResolver.java:588) ... 55 more Caused by: java.lang.NoClassDefFoundError: org/apache/http/entity/mime/ content/ContentBody at org.geosdi.geoplatform.gui.server.service.client.ICSVImporterClient$ CreateUploadCSVImporterClient.getUploadCSVImporterClient( ICSVImporterClient.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy. instantiate(SimpleInstantiationStrategy.java:162) ... 56 more Caused by: java.lang.ClassNotFoundException: org.apache.http.entity.mime. content.ContentBody at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass( SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm. unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm. loadClass(ClassRealm.java:247) at org.codehaus.plexus.classworlds.realm.ClassRealm. loadClass(ClassRealm.java:239) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass( WebAppClassLoader.java:430) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass( WebAppClassLoader.java:383) ... 62 more [WARNING] !RequestLog [INFO] Started SelectChannelConnector@0.0.0.0:9393 [INFO] Started Jetty Server [INFO] Console reloading is ENABLED. Hit ENTER on the console to restart the context.

Could you help me to understand the error?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/geosdi/geo-platform/issues/99#issuecomment-279693032, or mute the thread https://github.com/notifications/unsubscribe-auth/ABRmO659GFRGfdKUymH_hbkBp-OJxnRiks5rcZvZgaJpZM4MAVUw .

-- Giuseppe La Scaleia CNR - IMAA geoSDI Sviluppo Software

C.da S. Loja 85050 Tito Scalo - POTENZA (PZ) Italia

phone: +39 0971427305 fax: +39 0971 427271 mob: +39 3312174998 mail: giuseppe.lascaleia@geosdi.org skype: glascaleia

web: http://www.geosdi.org

kratosmat commented 7 years ago

Hi Giuseppe, I have deleted the entire repository folder under .m2, but I have new troubles, you can see the attached file.

It seems that some repositories aren't invalid.

nohup.txt

kratosmat commented 7 years ago

Hi Giuseppe, good news, I have commented all repositories except geosdi in pom.xml and now it is able to retrieve all artifacts and it compiles without errors.

Also the mvn jetty:run runs without neither errors or warning, but web page is blank.

It seems that it isn't able to get the following resources:

glascaleia commented 7 years ago

Hi Matteo, it's normal. You must enable tag compile in pom for gwt-maven-plugin and rebuild. Regards Giuseppe

Inviato da iPhone

Il giorno 14 feb 2017, alle ore 18:44, Matteo notifications@github.com ha scritto:

Hi Giuseppe, good news, I have commented all repositories except geosdi in pom.xml and now it is able to retrieve all artifacts and it compiles without errors.

Also the mvn jetty:run runs without neither errors or warning, but web page is blank.

It seems that it isn't able to get the following resources:

http://localhost:9393/baseapp/baseapp.nocache.js http://localhost:9393/baseapp/resources/css/gxt-all.css http://localhost:9393/baseapp/OpenLayers.js — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.