<div dir="ltr">Hi, could it be that your machine is not powerful enough? Seems that geoserver has not enough resources to process the layer in reasonable time.</div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-24 2:18 GMT+02:00 Marcathian Alexander <span dir="ltr"><<a href="mailto:marcathian@gmail.com" target="_blank">marcathian@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello;</div><div><br></div>I am preparing to deploy a geonode installation using GeoNode version 2.4.dev20160527174840.<div>When
 attempting to upload an esri shp file through the upload layers page 
the process hangs at the message: performing Final GeoServer Config 
Step.</div><div><br></div><div>I shall be grateful for assistance in resolving the issue.  The content of the logs are below.</div><div><br></div><div><br></div><div>output from the postgresql log:</div><div><br></div><div><div><div>2016-06-23
 18:44:40 AST [5406-25] geonode@geonode WARNING:  01000: ST_Force_2d 
signature was deprecated in 2.1.0. Please use ST_Force2D</div><div>2016-06-23 18:44:40 AST [5406-26] geonode@geonode CONTEXT:  SQL function "st_force_2d" during startup</div><div>2016-06-23 18:44:40 AST [5406-27] geonode@geonode LOCATION:  exec_stmt_raise, pl_exec.c:3216</div><div>2016-06-23 18:44:40 AST [5406-28] geonode@geonode STATEMENT:  SELECT ST_AsText(ST_Force_2D(ST_Envelope(ST_Extent("the_geom"::geometry)))) FROM "public"."West_Highway"</div><div>2016-06-23
 18:44:46 AST [5406-29] geonode@geonode WARNING:  01000: ST_Force_2d 
signature was deprecated in 2.1.0. Please use ST_Force2D</div><div>2016-06-23 18:44:46 AST [5406-30] geonode@geonode CONTEXT:  SQL function "st_force_2d" during startup</div><div>2016-06-23 18:44:46 AST [5406-31] geonode@geonode LOCATION:  exec_stmt_raise, pl_exec.c:3216</div><div>2016-06-23 18:44:46 AST [5406-32] geonode@geonode STATEMENT:  SELECT "fid",encode(ST_AsBinary(ST_Force_2D("the_geom")),'base64')
 as "the_geom" FROM "public"."West_Highway" WHERE  "the_geom" &&
 ST_GeomFromText('POLYGON ((487266.2853154304 1518248.9631568347, 
487266.2853154304 1546225.3912784152, 524325.9693206407 
1546225.3912784152, 524325.9693206407 1518248.9631568347, 
487266.2853154304 1518248.9631568347))', 2006) AND 
ST_Intersects("the_geom", ST_GeomFromText('POLYGON ((487266.2853154304 
1518248.9631568347, 487266.2853154304 1546225.3912784152, 
524325.9693206407 1546225.3912784152, 524325.9693206407 
1518248.9631568347, 487266.2853154304 1518248.9631568347))', 2006))</div></div></div><div><br></div><div><br></div><div>Output from TomCat7 log:</div><div><br></div><div><div>Jun 23, 2016 6:44:40 PM org.geoserver.importer.rest.TaskResource handlePost</div><div>INFO: Handling POST of multipart/form-data; boundary=----------ThIs_Is_tHe_bouNdaRY_$</div><div>23
 Jun 18:44:40 WARN [geoserver.security] - Could not find factory for 
store : DataStoreInfoImpl[datastore]. Unable to encrypt connection 
parameters.</div><div>23 Jun 18:44:40 INFO [org.geoserver] - Loaded store 'datastore', enabled</div><div>23 Jun 18:44:40 INFO [geoserver.importer] - begining import</div><div>23 Jun 18:44:40 ERROR [geoserver.rest] - No such layer: West_Highway</div><div>23 Jun 18:44:40 ERROR [geoserver.rest] - </div><div>org.geoserver.rest.RestletException</div><div><span style="white-space:pre-wrap">    </span>at org.geoserver.catalog.rest.LayerFinder.findTarget(LayerFinder.java:39)</div><div><span style="white-space:pre-wrap">        </span>at org.restlet.Finder.handle(Finder.java:268)</div><div><span style="white-space:pre-wrap">    </span>at org.geoserver.rest.BeanDelegatingRestlet.handle(BeanDelegatingRestlet.java:38)</div><div><span style="white-space:pre-wrap">        </span>at org.restlet.Filter.doHandle(Filter.java:105)</div><div><span style="white-space:pre-wrap">  </span>at org.restlet.Filter.handle(Filter.java:134)</div><div><span style="white-space:pre-wrap">    </span>at org.restlet.Router.handle(Router.java:444)</div><div><span style="white-space:pre-wrap">    </span>at org.geoserver.rest.RESTDispatcher$1.handle(RESTDispatcher.java:205)</div><div><span style="white-space:pre-wrap">   </span>at com.noelios.restlet.ext.servlet.ServletConverter.service(ServletConverter.java:129)</div><div><span style="white-space:pre-wrap">   </span>at org.geoserver.rest.RESTDispatcher.handleRequestInternal(RESTDispatcher.java:87)</div><div><span style="white-space:pre-wrap">       </span>at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)</div><div><span style="white-space:pre-wrap">     </span>at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)</div><div><span style="white-space:pre-wrap">     </span>at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)</div><div><span style="white-space:pre-wrap">      </span>at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)</div><div><span style="white-space:pre-wrap">       </span>at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)</div><div><span style="white-space:pre-wrap">    </span>at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)</div><div><span style="white-space:pre-wrap">     </span>at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)</div><div><span style="white-space:pre-wrap">  </span>at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)</div><div><span style="white-space:pre-wrap">  </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)</div><div><span style="white-space:pre-wrap">   </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75)</div><div><span style="white-space:pre-wrap">   </span>at org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)</div><div><span style="white-space:pre-wrap">     </span>at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)</div><div><span style="white-space:pre-wrap">   </span>at org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:46)</div><div><span style="white-space:pre-wrap"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)</div><div><span style="white-space:pre-wrap">        </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)</div><div><span style="white-space:pre-wrap">      </span>at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)</div><div><span style="white-space:pre-wrap">   </span>at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)</div><div><span style="white-space:pre-wrap">        </span>at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)</div><div><span style="white-space:pre-wrap">       </span>at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)</div><div><span style="white-space:pre-wrap">   </span>at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)</div><div><span style="white-space:pre-wrap">     </span>at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)</div><div><span style="white-space:pre-wrap">      </span>at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)</div><div><span style="white-space:pre-wrap">   </span>at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)</div><div><span style="white-space:pre-wrap">      </span>at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)</div><div><span style="white-space:pre-wrap">   </span>at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)</div><div><span style="white-space:pre-wrap">     </span>at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)</div><div><span style="white-space:pre-wrap">      </span>at org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)</div><div><span style="white-space:pre-wrap"> </span>at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)</div><div><span style="white-space:pre-wrap">      </span>at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)</div><div><span style="white-space:pre-wrap">   </span>at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:201)</div><div><span style="white-space:pre-wrap">    </span>at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)</div><div><span style="white-space:pre-wrap">   </span>at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)</div><div><span style="white-space:pre-wrap">     </span>at org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:83)</div><div><span style="white-space:pre-wrap"> </span>at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)</div><div><span style="white-space:pre-wrap">      </span>at org.geonode.security.GeoNodeCookieProcessingFilter.doFilter(GeoNodeCookieProcessingFilter.java:111)</div><div><span style="white-space:pre-wrap">   </span>at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)</div><div><span style="white-space:pre-wrap">      </span>at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)</div><div><span style="white-space:pre-wrap">   </span>at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)</div><div><span style="white-space:pre-wrap">  </span>at org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53)</div><div><span style="white-space:pre-wrap"> </span>at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)</div><div><span style="white-space:pre-wrap">   </span>at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)</div><div><span style="white-space:pre-wrap">     </span>at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)</div><div><span style="white-space:pre-wrap">      </span>at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)</div><div><span style="white-space:pre-wrap"> </span>at org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:135)</div><div><span style="white-space:pre-wrap"> </span>at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)</div><div><span style="white-space:pre-wrap">   </span>at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)</div><div><span style="white-space:pre-wrap"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:87)</div><div><span style="white-space:pre-wrap">   </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)</div><div><span style="white-space:pre-wrap"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)</div><div><span style="white-space:pre-wrap"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)</div><div><span style="white-space:pre-wrap">       </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)</div><div><span style="white-space:pre-wrap">   </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)</div><div><span style="white-space:pre-wrap">   </span>at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)</div><div><span style="white-space:pre-wrap">   </span>at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)</div><div><span style="white-space:pre-wrap">        </span>at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)</div><div><span style="white-space:pre-wrap"> </span>at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)</div><div><span style="white-space:pre-wrap">  </span>at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)</div><div><span style="white-space:pre-wrap">     </span>at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)</div><div><span style="white-space:pre-wrap">   </span>at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041)</div><div><span style="white-space:pre-wrap">   </span>at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)</div><div><span style="white-space:pre-wrap">       </span>at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:315)</div><div><span style="white-space:pre-wrap">      </span>at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)</div><div><span style="white-space:pre-wrap">       </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)</div><div><span style="white-space:pre-wrap">       </span>at java.lang.Thread.run(Thread.java:745)</div><div>23 Jun 18:44:40 INFO [geoserver.importer] - load to target took 104</div><div>23 Jun 18:44:45 INFO [org.geoserver] - Loaded feature type 'null', enabled</div><div>23 Jun 18:44:45 WARN [catalog.impl] - Failed to load actual store for FeatureTypeInfoImpl[null]</div><div>23 Jun 18:44:45 WARN [catalog.impl] - Failed to load actual store for FeatureTypeInfoImpl[null]</div><div>23 Jun 18:44:45 INFO [catalog.rest] - PUT FeatureTypedatastore,West_Highway updated metadata only</div><div>23 Jun 18:44:46 INFO [geoserver.wms] - </div><div>Request: getServiceInfo</div><div>23 Jun 18:44:46 INFO [geoserver.wms] - </div><div>Request: reflect</div><div><span style="white-space:pre-wrap">       </span>SldBody = null</div><div><span style="white-space:pre-wrap">   </span>ValidateSchema = false</div><div><span style="white-space:pre-wrap">   </span>Sld = null</div><div><span style="white-space:pre-wrap">       </span>StyleUrl = null</div><div><span style="white-space:pre-wrap">  </span>Width = 200</div><div><span style="white-space:pre-wrap">      </span>Height = 150</div><div><span style="white-space:pre-wrap">     </span>Interpolations = []</div><div><span style="white-space:pre-wrap">      </span>StyleFormat = sld</div><div><span style="white-space:pre-wrap">        </span>Transparent = false</div><div><span style="white-space:pre-wrap">      </span>TilesOrigin = null</div><div><span style="white-space:pre-wrap">       </span>Tiled = false</div><div><span style="white-space:pre-wrap">    </span>Palette = null</div><div><span style="white-space:pre-wrap">   </span>FeatureVersion = null</div><div><span style="white-space:pre-wrap">    </span>SRS = null</div><div><span style="white-space:pre-wrap">       </span>Styles = [StyleImpl[ name=geonode_West_Highway1]]</div><div><span style="white-space:pre-wrap">        </span>Layers = [org.geoserver.wms.MapLayerInfo@1ee3d97d]</div><div><span style="white-space:pre-wrap">       </span>MaxFeatures = null</div><div><span style="white-space:pre-wrap">       </span>Crs = null</div><div><span style="white-space:pre-wrap">       </span>Bbox = null</div><div><span style="white-space:pre-wrap">      </span>RemoteOwsType = null</div><div><span style="white-space:pre-wrap">     </span>RemoteOwsURL = null</div><div><span style="white-space:pre-wrap">      </span>Env = {}</div><div><span style="white-space:pre-wrap"> </span>FormatOptions = {}</div><div><span style="white-space:pre-wrap">       </span>Angle = 0.0</div><div><span style="white-space:pre-wrap">      </span>CQLFilter = null</div><div><span style="white-space:pre-wrap"> </span>Elevation = []</div><div><span style="white-space:pre-wrap">   </span>FeatureId = null</div><div><span style="white-space:pre-wrap"> </span>StartIndex = null</div><div><span style="white-space:pre-wrap">        </span>ViewParams = null</div><div><span style="white-space:pre-wrap">        </span>BgColor = java.awt.Color[r=255,g=255,b=255]</div><div><span style="white-space:pre-wrap">      </span>Exceptions = SE_XML</div><div><span style="white-space:pre-wrap">      </span>StyleBody = null</div><div><span style="white-space:pre-wrap"> </span>SldVersion = null</div><div><span style="white-space:pre-wrap">        </span>StyleVersion = null</div><div><span style="white-space:pre-wrap">      </span>ScaleMethod = null</div><div><span style="white-space:pre-wrap">       </span>Format = image/png8</div><div><span style="white-space:pre-wrap">      </span>Buffer = 0</div><div><span style="white-space:pre-wrap">       </span>Time = []</div><div><span style="white-space:pre-wrap">        </span>Filter = null</div><div><span style="white-space:pre-wrap">    </span>Filters = null</div><div><span style="white-space:pre-wrap">   </span>Get = true</div><div><span style="white-space:pre-wrap">       </span>BaseUrl = <a href="http://sling.gosl.gov.lc:8080/geoserver/" target="_blank">http://sling.gosl.gov.lc:8080/geoserver/</a></div><div><span style="white-space:pre-wrap">        </span>RawKvp = {FORMAT=image/png8, HEIGHT=150, LAYERS=geonode:West_Highway, WIDTH=200}</div><div><span style="white-space:pre-wrap"> </span>RequestCharset = UTF-8</div><div><span style="white-space:pre-wrap">   </span>Version = null</div><div><span style="white-space:pre-wrap">   </span>Request = GetMap</div><div><br></div></div><br><br><br><br clear="all"><div><div data-smartmail="gmail_signature"><font size="1">May Yahweh bless you and keep you.<br>May Yahweh let his face shine on you and be gracious to you.<br>May Yahweh show you his face and bring you peace.<br>(New Jerusalem Bible Numbers 6:24-26)<br><br>Marcathian Alexander<br><br>email: <a href="mailto:marcathian@gmail.com" target="_blank">marcathian@gmail.com</a><br>Home: 453-3632 / 453-3454<br>Mobile: 719-2248<br>Work: 468-4434</font></div></div>
</div>
<br>_______________________________________________<br>
geonode-devel mailing list<br>
<a href="mailto:geonode-devel@lists.osgeo.org">geonode-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geonode-devel" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/geonode-devel</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Simone </div>
</div>