Hi Andrea,
thanks for your fast response.
I’ve activated the request logging as subscribed and restarted tomcat.
I closed Qgis and started from scratch (with trying to manipulate a geometry)
Once again: Displaing geodata per wft works fine an updating does not.
I worked with an older Geoserver Version=>1.71 (but on an older Linux Machine)
and everything works fine with QGIS.
Could it be some Java-missmatch on my (new) machine??
My geoserver logfile says this:
#######################################
2015-04-16 09:31:25,417 INFO [geoserver.filters] - 172.20.9.233 "GET
/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.admin.LogPage&lines=1000"
took 72ms
2015-04-16 09:31:41,229 INFO [geoserver.filters] - 172.20.9.233 "POST
/geoserver/wfs?SERVICE=WFS&VERSION=1.0.0&SRSNAME=EPSG:31466" "Mozilla/5.0
QGIS/2.8.1-Wien" ""
2015-04-16 09:31:41,236 INFO [geoserver.wfs] -
Request: getServiceInfo
2015-04-16 09:31:43,673 ERROR [geoserver.ows] -
org.picocontainer.defaults.UnsatisfiableDependenciesException:
org.geoserver.wfs.xml.gml3.AbstractGeometryTypeBinding has unsatisfiable
dependencies: [interface org.opengis.referencing.crs.CoordinateReferenceSystem]
where org.picocontainer.defaults.DefaultPicoContainer@211e211e was the leaf
container being asked for dependencies.
at
org.picocontainer.defaults.SetterInjectionComponentAdapter.getMatchingParameterListForSetters(SetterInjectionComponentAdapter.java:177)
at
org.picocontainer.defaults.SetterInjectionComponentAdapter.access$000(SetterInjectionComponentAdapter.java:45)
at
org.picocontainer.defaults.SetterInjectionComponentAdapter$2.run(SetterInjectionComponentAdapter.java:189)
at
org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard.observe(ThreadLocalCyclicDependencyGuard.java:53)
at
org.picocontainer.defaults.SetterInjectionComponentAdapter.getComponentInstance(SetterInjectionComponentAdapter.java:244)
at
org.geotools.xml.impl.BindingLoader.loadBinding(BindingLoader.java:61)
at
org.geotools.xml.impl.BindingWalker.visit(BindingWalker.java:135)
at org.geotools.xml.impl.TypeWalker.walk(TypeWalker.java:46)
at
org.geotools.xml.impl.BindingWalker.walk(BindingWalker.java:161)
at
org.geotools.xml.impl.ElementHandlerImpl.startElement(ElementHandlerImpl.java:196)
at
org.geotools.xml.impl.ParserHandler.startElement(ParserHandler.java:694)
at
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at org.geotools.xml.Parser.parse(Parser.java:240)
at org.geotools.xml.Parser.parse(Parser.java:188)
at
org.geoserver.wfs.xml.v1_0_0.WfsXmlReader.read(WfsXmlReader.java:84)
at
org.geoserver.ows.Dispatcher.parseRequestXML(Dispatcher.java:1489)
at org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:637)
at
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:264)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75)
at
org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)
at
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
at
org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:46)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
at
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
at
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
at
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
at
org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
at
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
at
org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:83)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
at
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
at
org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
at
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
at
org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:135)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:72)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:738)
2015-04-16 09:31:43,681 INFO [geoserver.filters] - 172.20.9.233 "POST
/geoserver/wfs?SERVICE=WFS&VERSION=1.0.0&SRSNAME=EPSG:31466" took 2452ms
2015-04-16 09:31:59,326 INFO [geoserver.filters] - 172.20.9.233 "POST
/geoserver/web/?wicket:interface=:9:form::IFormSubmitListener::" "Mozilla/5.0
(Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0"
"http://linux15neu:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.admin.LogPage&lines=1000"
2015-04-16 09:31:59,338 INFO [geoserver.filters] - 172.20.9.233 "POST
/geoserver/web/?wicket:interface=:9:form::IFormSubmitListener::" took 12ms
2015-04-16 09:31:59,344 INFO [geoserver.filters] - 172.20.9.233 "GET
/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.admin.LogPage&lines=1000"
"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0"
"http://linux15neu:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.admin.LogPage&lines=1000"
###########################################
Cheers
Marc
Von: [email protected] [mailto:[email protected]] Im Auftrag von Andrea
Aime
Gesendet: Donnerstag, 16. April 2015 08:57
An: Manns, Marc
Cc: [email protected]
Betreff: Re: [Geoserver-users] Geoserver WFS-T error
On Thu, Apr 16, 2015 at 8:00 AM, Manns, Marc
<[email protected]<mailto:[email protected]>> wrote:
#######
org.picocontainer.defaults.UnsatisfiableDependenciesException:
org.geoserver.wfs.xml.gml3.AbstractGeometryTypeBinding has unsatisfiable
dependencies: [interface org.opengis.referencing.crs.CoordinateReferenceSystem]
where
org.picocontainer.defaults.DefaultPicoContainer@74297429<mailto:org.picocontainer.defaults.DefaultPicoContainer@74297429>
was the leaf container being asked for dependencies.
org.geoserver.wfs.xml.gml3.AbstractGeometryTypeBinding has unsatisfiable
dependencies: [interface org.opengis.referencing.crs.CoordinateReferenceSystem]
where
org.picocontainer.defaults.DefaultPicoContainer@74297429<mailto:org.picocontainer.defaults.DefaultPicoContainer@74297429>
was the leaf container being asked for dependencies.
########
By looking at the error, it might be that QGis is not setting the CRS on the
geometries being inserted.
You should try to have a look a the WFS-T request, if QGis has no way of
showing it, you
can either try to use a debugging proxy (there are several on the net, search
for them)
or change the GeoServer configuration in web.xml to enable request logging:
http://docs.geoserver.org/latest/en/user/production/troubleshooting.html#logging-service-requests
Cheers
Andrea
--
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i
file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo
è consentito esclusivamente al destinatario del messaggio, per le finalità
indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne
il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di
procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro
sistema. Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse,
costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.
The information in this message and/or attachments, is intended solely for the
attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act (Legislative
Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in
accord with its purpose, any disclosure, reproduction, copying, distribution,
or either dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the intended
recipient, please contact immediately the sender by telephone, fax or e-mail
and delete the information in this message that has been received in error. The
sender does not give any warranty or accept liability as the content, accuracy
or completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.
-------------------------------------------------------
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users