[GeoNetwork-users] geonetwork 3 - map in full view does not work, other issues

Hi,

many thanks for the non-support and many thanks for the non-answering.

Regards

Olaf

Von: Olaf Scheidt
Gesendet: Freitag, 26. Juni 2015 12:47
An: 'geonetwork-users@lists.sourceforge.net'
Betreff: geonetwork 3 - map in full view does not work, other issues

Hi,

Updated to geonetwork 3.1.0. Map is still not displayed in product 'Full view'.
Which files are involved for the map?

Regards

Olaf

Von: Olaf Scheidt
Gesendet: Mittwoch, 24. Juni 2015 17:24
An: 'geonetwork-users@lists.sourceforge.net'
Betreff: geonetwork 3 - map in full view does not work, other issues

Hello,

1. I have updated from geonetwork 2 to geonetwork 3 but I cannot see any map in the Full view. I don't want to switch back, because the new Frontend looks good.

I am in the view My Geonetwork catalogue / Full view.
I am using a sample metadata:
Refer to example: Localities in Victoria (VMADMIN.LOCALITY_POLYGON) - Comprehensive Elements

- Following exception is thrown (s.b.). How can I fix it?. Maybe you can give me some hints or configuration files for geonetwork3, which will fix that.
I have installed geoserver, too. Maybe I can reconfigure the setting.

2. How can I fix following error message Failed to translate codelist value 'boundaries' in language 'eng'. Error is null (Full exception s.b.)

3. I have following exception when I import a metadata record. But the import works well.

4. Is it possible to set the Full view in My Geonetwork catalogue / Full view to the standard view?
I have posted you all the exceptions from my tomcat log. I am using it with postgres 2.4. The most important thing is for me the issue 1 with the map. Maybe it can help you with the further development for geonetwork3, too.
Geonetwork 2.10 works, but I down want to step back. I will see if we can solve the issue with the map.
If you need more infos or files don't hesitate to contact me.
Regards,

Olaf

To 1)
2015-06-24 14:58:56,894 WARN [geonetwork.resources] - Store file download request: No upload request for (metadataid, file): (40988,DMCII01_U2002af5_000000_015499_s_L2R_GLCF-PAN_SRTMv3.jpg)
2015-06-24 14:59:07,395 ERROR [jeeves] - Error occurred within a transaction
BadParameterEx : Either geom or id is required is not a valid value for: id
        at org.fao.geonet.services.region.GetMap.exec(GetMap.java:187)
        at sun.reflect.GeneratedMethodAccessor630.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:219)
        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132)
        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:745)
        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:686)
        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:925)
        at jeeves.config.springutil.JeevesDispatcherServlet.access$001(JeevesDispatcherServlet.java:17)
        at jeeves.config.springutil.JeevesDispatcherServlet$1.doInTransaction(JeevesDispatcherServlet.java:30)
        at jeeves.config.springutil.JeevesDispatcherServlet$1.doInTransaction(JeevesDispatcherServlet.java:27)
        at jeeves.transaction.TransactionManager.runInTransaction(TransactionManager.java:63)
        at jeeves.config.springutil.JeevesDispatcherServlet.doDispatch(JeevesDispatcherServlet.java:24)
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:936)
        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:827)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
        at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:812)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.fao.geonet.monitor.webapp.WebappMetricsFilter.doFilter(WebappMetricsFilter.java:96)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.fao.geonet.monitor.webapp.MetricsRegistryInitializerFilter.doFilter(MetricsRegistryInitializerFilter.java:31)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
        at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
        at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
        at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
       at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:183)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at jeeves.config.springutil.PassthroughFilter.doFilter(PassthroughFilter.java:26)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at jeeves.config.springutil.MultiNodeAuthenticationFilter.doFilter(MultiNodeAuthenticationFilter.java:98)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)
        at jeeves.config.springutil.JeevesDelegatingFilterProxy.doFilter(JeevesDelegatingFilterProxy.java:64)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
       at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:668)
        at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:223)
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1517)
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1474)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:722)
To 2)

      2015-06-24 15:02:30,053 ERROR [geonetwork] - Failed to translate codelist value 'boundaries' in language 'eng'. Error is null
2015-06-24 15:02:30,056 ERROR [geonetwork] - Failed to translate codelist value 'utf8' in language 'eng'. Error is null
2015-06-24 15:02:30,056 ERROR [geonetwork] - Failed to translate codelist value 'dataset' in language 'eng'. Error is null
2015-06-24 15:02:30,057 ERROR [geonetwork] - Failed to translate codelist value 'custodian' in language 'eng'. Error is null
2015-06-24 15:02:30,057 ERROR [geonetwork] - Failed to translate codelist value 'revision' in language 'eng'. Error is null
2015-06-24 15:02:30,057 ERROR [geonetwork] - Failed to translate codelist value 'publication' in language 'eng'. Error is null
2015-06-24 15:02:30,057 ERROR [geonetwork] - Failed to translate codelist value 'custodian' in language 'eng'. Error is null
2015-06-24 15:02:30,058 ERROR [geonetwork] - Failed to translate codelist value 'mapDigital' in language 'eng'. Error is null
2015-06-24 15:02:30,058 ERROR [geonetwork] - Failed to translate codelist value 'onGoing' in language 'eng'. Error is null
2015-06-24 15:02:30,058 ERROR [geonetwork] - Failed to translate codelist value 'pointOfContact' in language 'eng'. Error is null
2015-06-24 15:02:30,059 ERROR [geonetwork] - Failed to translate codelist value 'fortnightly' in language 'eng'. Error is null
2015-06-24 15:02:30,059 ERROR [geonetwork] - Failed to translate codelist value 'dataset' in language 'eng'. Error is null
2015-06-24 15:02:30,059 ERROR [geonetwork] - Failed to translate codelist value 'theme' in language 'eng'. Error is null
2015-06-24 15:02:30,059 ERROR [geonetwork] - Failed to translate codelist value 'revision' in language 'eng'. Error is null
2015-06-24 15:02:30,060 ERROR [geonetwork] - Failed to translate codelist value 'custodian' in language 'eng'. Error is null
2015-06-24 15:02:30,060 ERROR [geonetwork] - Failed to translate codelist value 'documentDigital' in language 'eng'. Error is null
2015-06-24 15:02:30,060 ERROR [geonetwork] - Failed to translate codelist value 'intellectualPropertyRights' in language 'eng'. Error is null
2015-06-24 15:02:30,061 ERROR [geonetwork] - Failed to translate codelist value 'otherRestrictions' in language 'eng'. Error is null
2015-06-24 15:02:30,061 ERROR [geonetwork] - Failed to translate codelist value 'vector' in language 'eng'. Error is null
2015-06-24 15:02:30,061 ERROR [geonetwork] - Failed to translate codelist value 'revision' in language 'eng'. Error is null
2015-06-24 15:02:30,062 ERROR [geonetwork] - Failed to translate codelist value 'documentDigital' in language 'eng'. Error is null
2015-06-24 15:02:30,062 ERROR [geonetwork] - Failed to translate codelist value 'dataset' in language 'eng'. Error is null
2015-06-24 15:02:30,062 ERROR [geonetwork] - Failed to translate codelist value 'directInternal' in language 'eng'. Error is null

To 3)

gn-fn-metadata:getLabel | missing translation in schema iso19139 for gmd:lineage.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for gco:nilReason.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for gco:nilReason.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for gmd:language.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for gco:nilReason.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for gmd:hierarchyLevel.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for gmd:hierarchyLevelName.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for gco:nilReason.

2015-06-24 14:58:21,311 WARN [org.springframework.context.support.ResourceBundleMessageSource] - ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale de
2015-06-24 14:58:21,313 WARN [org.springframework.context.support.ResourceBundleMessageSource] - ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale de
2015-06-24 14:58:21,539 ERROR [jeeves.resources] - Error cloning the cached data. Attempted to get: /var/lib/pgsql/apache-tomcat-8.0.21/webapps/geonetwork/loc/ger/xml/i18n.xmlbut failed so falling back to default language
2015-06-24 14:58:21,829 ERROR [jeeves.webapp.md.edit.saveonly] - Mail server host not configure

Hi Olaf

I know the list sometimes is not very active, but you put the message on
friday, it's monday morning please you should be a bit more patient.

Also the support is done by people that are working in other stuff and it's
done for free, consider this please. If you want other kind of commercial
support, please feel free to contact any of the companies working in
GeoNetwork that you can find in the acknowledgment section in
http://geonetwork-opensource.org/

And now related to the issues you describe. I can provide some input about
point 2 only, I guess other colleagues can help in other points.

That seem a problem locating the translations of codelist values, I found
the method that is failing, but need to test a bit more to check why is
this happening, looks like can't find the codelist file. Will try to manage
today and open a issue in GitHub, so can get fixed asap.

Regards,
Jose GarcĂ­a

On Mon, Jun 29, 2015 at 10:50 AM, Olaf Scheidt <Olaf.Scheidt@anonymised.com>
wrote:

Hi,

many thanks for the non-support and many thanks for the non-answering.

Regards

Olaf

Von: Olaf Scheidt
Gesendet: Freitag, 26. Juni 2015 12:47
An: 'geonetwork-users@lists.sourceforge.net'
Betreff: geonetwork 3 - map in full view does not work, other issues

Hi,

Updated to geonetwork 3.1.0. Map is still not displayed in product 'Full
view'.
Which files are involved for the map?

Regards

Olaf

Von: Olaf Scheidt
Gesendet: Mittwoch, 24. Juni 2015 17:24
An: 'geonetwork-users@lists.sourceforge.net'
Betreff: geonetwork 3 - map in full view does not work, other issues

Hello,

1. I have updated from geonetwork 2 to geonetwork 3 but I cannot see
any map in the Full view. I don't want to switch back, because the new
Frontend looks good.

I am in the view My Geonetwork catalogue / Full view.
I am using a sample metadata:
Refer to example: Localities in Victoria (VMADMIN.LOCALITY_POLYGON) -
Comprehensive Elements

- Following exception is thrown (s.b.). How can I fix it?. Maybe
you can give me some hints or configuration files for geonetwork3, which
will fix that.
I have installed geoserver, too. Maybe I can reconfigure the setting.

2. How can I fix following error message Failed to translate codelist
value 'boundaries' in language 'eng'. Error is null (Full exception s.b.)

3. I have following exception when I import a metadata record. But
the import works well.

4. Is it possible to set the Full view in My Geonetwork catalogue /
Full view to the standard view?
I have posted you all the exceptions from my tomcat log. I am using it
with postgres 2.4. The most important thing is for me the issue 1 with the
map. Maybe it can help you with the further development for geonetwork3,
too.
Geonetwork 2.10 works, but I down want to step back. I will see if we can
solve the issue with the map.
If you need more infos or files don't hesitate to contact me.
Regards,

Olaf

To 1)
2015-06-24 14:58:56,894 WARN [geonetwork.resources] - Store file download
request: No upload request for (metadataid, file):
(40988,DMCII01_U2002af5_000000_015499_s_L2R_GLCF-PAN_SRTMv3.jpg)
2015-06-24 14:59:07,395 ERROR [jeeves] - Error occurred within a
transaction
BadParameterEx : Either geom or id is required is not a valid value for: id
        at org.fao.geonet.services.region.GetMap.exec(GetMap.java:187)
        at sun.reflect.GeneratedMethodAccessor630.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at
org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:219)
        at
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132)
        at
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
        at
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:745)
        at
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:686)
        at
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
        at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:925)
        at
jeeves.config.springutil.JeevesDispatcherServlet.access$001(JeevesDispatcherServlet.java:17)
        at
jeeves.config.springutil.JeevesDispatcherServlet$1.doInTransaction(JeevesDispatcherServlet.java:30)
        at
jeeves.config.springutil.JeevesDispatcherServlet$1.doInTransaction(JeevesDispatcherServlet.java:27)
        at
jeeves.transaction.TransactionManager.runInTransaction(TransactionManager.java:63)
        at
jeeves.config.springutil.JeevesDispatcherServlet.doDispatch(JeevesDispatcherServlet.java:24)
        at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)
        at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:936)
        at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:827)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
        at
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:812)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.fao.geonet.monitor.webapp.WebappMetricsFilter.doFilter(WebappMetricsFilter.java:96)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.fao.geonet.monitor.webapp.MetricsRegistryInitializerFilter.doFilter(MetricsRegistryInitializerFilter.java:31)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
        at
org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
        at
org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
        at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
        at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
        at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
       at
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:183)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
jeeves.config.springutil.PassthroughFilter.doFilter(PassthroughFilter.java:26)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
jeeves.config.springutil.MultiNodeAuthenticationFilter.doFilter(MultiNodeAuthenticationFilter.java:98)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
        at
org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
        at
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
        at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)
        at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)
        at
jeeves.config.springutil.JeevesDelegatingFilterProxy.doFilter(JeevesDelegatingFilterProxy.java:64)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
        at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
       at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)
        at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091)
        at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:668)
        at
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:223)
        at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1517)
        at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1474)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:722)
To 2)

      2015-06-24 15:02:30,053 ERROR [geonetwork] - Failed to translate
codelist value 'boundaries' in language 'eng'. Error is null
2015-06-24 15:02:30,056 ERROR [geonetwork] - Failed to translate codelist
value 'utf8' in language 'eng'. Error is null
2015-06-24 15:02:30,056 ERROR [geonetwork] - Failed to translate codelist
value 'dataset' in language 'eng'. Error is null
2015-06-24 15:02:30,057 ERROR [geonetwork] - Failed to translate codelist
value 'custodian' in language 'eng'. Error is null
2015-06-24 15:02:30,057 ERROR [geonetwork] - Failed to translate codelist
value 'revision' in language 'eng'. Error is null
2015-06-24 15:02:30,057 ERROR [geonetwork] - Failed to translate codelist
value 'publication' in language 'eng'. Error is null
2015-06-24 15:02:30,057 ERROR [geonetwork] - Failed to translate codelist
value 'custodian' in language 'eng'. Error is null
2015-06-24 15:02:30,058 ERROR [geonetwork] - Failed to translate codelist
value 'mapDigital' in language 'eng'. Error is null
2015-06-24 15:02:30,058 ERROR [geonetwork] - Failed to translate codelist
value 'onGoing' in language 'eng'. Error is null
2015-06-24 15:02:30,058 ERROR [geonetwork] - Failed to translate codelist
value 'pointOfContact' in language 'eng'. Error is null
2015-06-24 15:02:30,059 ERROR [geonetwork] - Failed to translate codelist
value 'fortnightly' in language 'eng'. Error is null
2015-06-24 15:02:30,059 ERROR [geonetwork] - Failed to translate codelist
value 'dataset' in language 'eng'. Error is null
2015-06-24 15:02:30,059 ERROR [geonetwork] - Failed to translate codelist
value 'theme' in language 'eng'. Error is null
2015-06-24 15:02:30,059 ERROR [geonetwork] - Failed to translate codelist
value 'revision' in language 'eng'. Error is null
2015-06-24 15:02:30,060 ERROR [geonetwork] - Failed to translate codelist
value 'custodian' in language 'eng'. Error is null
2015-06-24 15:02:30,060 ERROR [geonetwork] - Failed to translate codelist
value 'documentDigital' in language 'eng'. Error is null
2015-06-24 15:02:30,060 ERROR [geonetwork] - Failed to translate codelist
value 'intellectualPropertyRights' in language 'eng'. Error is null
2015-06-24 15:02:30,061 ERROR [geonetwork] - Failed to translate codelist
value 'otherRestrictions' in language 'eng'. Error is null
2015-06-24 15:02:30,061 ERROR [geonetwork] - Failed to translate codelist
value 'vector' in language 'eng'. Error is null
2015-06-24 15:02:30,061 ERROR [geonetwork] - Failed to translate codelist
value 'revision' in language 'eng'. Error is null
2015-06-24 15:02:30,062 ERROR [geonetwork] - Failed to translate codelist
value 'documentDigital' in language 'eng'. Error is null
2015-06-24 15:02:30,062 ERROR [geonetwork] - Failed to translate codelist
value 'dataset' in language 'eng'. Error is null
2015-06-24 15:02:30,062 ERROR [geonetwork] - Failed to translate codelist
value 'directInternal' in language 'eng'. Error is null

To 3)

gn-fn-metadata:getLabel | missing translation in schema iso19139 for
gmd:lineage.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for
gco:nilReason.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for
gco:nilReason.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for
gmd:language.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for
gco:nilReason.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for
gmd:hierarchyLevel.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for
gmd:hierarchyLevelName.
gn-fn-metadata:getLabel | missing translation in schema iso19139 for
gco:nilReason.

2015-06-24 14:58:21,311 WARN
[org.springframework.context.support.ResourceBundleMessageSource] -
ResourceBundle [messages] not found for MessageSource: Can't find bundle
for base name messages, locale de
2015-06-24 14:58:21,313 WARN
[org.springframework.context.support.ResourceBundleMessageSource] -
ResourceBundle [messages] not found for MessageSource: Can't find bundle
for base name messages, locale de
2015-06-24 14:58:21,539 ERROR [jeeves.resources] - Error cloning the
cached data. Attempted to get:
/var/lib/pgsql/apache-tomcat-8.0.21/webapps/geonetwork/loc/ger/xml/i18n.xmlbut
failed so falling back to default language
2015-06-24 14:58:21,829 ERROR [jeeves.webapp.md.edit.saveonly] - Mail
server host not configure

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors
network devices and physical & virtual servers, alerts via email & sms
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--

*GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net/&gt; for
details. _________________________Jose GarcĂ­aGeoCat bvVeenderweg 136721 WD
BennekomThe Netherlandshttp://GeoCat.net/>*