[midPoint] Reset Password by email issue "Error occurred during page rendering"

Oleksandr Nekriach o.nekriach at dynatech.lv
Thu Sep 14 13:11:33 CEST 2017


Wojciech,
Yes, your workaround with null replacement does work.  But I had in mind
declaration of additional variable hostname in script... this doesn't work.
Any way everything work thanks to all.

Best regards, Oleksandr

2017-09-14 12:42 GMT+03:00 Wojciech Staszewski <
wojciech.staszewski at diagnostyka.pl>:

> Error is the same, but the link in the email is correct. :) I said this is
> workaround, not the solution.
>
> W dniu 14.09.2017 o 11:05, Oleksandr Nekriach pisze:
> > Hello Wojciech,
> > I have tried workaround with
> > hostname = 'https://idm.mydomain.com/midpoint <https://idm.mydomain.com/
> midpoint>';
> > it doesn't work.
> > I see the same error.
> >
> > Best regards, Oleksandr
> >
> >
> > 2017-09-14 11:42 GMT+03:00 Wojciech Staszewski <wojciech.staszewski@
> diagnostyka.pl <mailto:wojciech.staszewski at diagnostyka.pl>>:
> >
> >     ...
> >
> >     Or maybe 'hostname' simply must be declared in the expression?
> >
> >     hostname = 'https://idm.mydomain.com/midpoint <
> https://idm.mydomain.com/midpoint>';
> >     link = midpoint.createPasswordResetLink(userType);
> >     ?
> >     WS
> >     W dniu 14.09.2017 o 10:38, Wojciech Staszewski pisze:
> >     > Hello!
> >     >
> >     > Exactly. I was looking for the 'hostname' variable too and found
> nothing.
> >     > For now I made a workaround like this:
> >     >
> >     > link = midpoint.createPasswordResetLink(
> userType).replaceAll('null','https://idm.mydomain.com/midpoint' <
> https://idm.mydomain.com/midpoint'>);
> >     >
> >     > and it works, but I would like to know where to configure hostname.
> >     >
> >     > Regards,
> >     > WS
> >     >
> >     > W dniu 14.09.2017 o 09:48, Oleksandr Nekriach pisze:
> >     >> Hello Esteban,
> >     >>
> >     >> Many thanks to you!!!
> >     >> Could you help me one more time, where is correct place to define
> hostname to fix next notification issue?
> >     >> I have got a broken link in notification
> >     >> null/confirm/reset?user=testuser10&token=qfwB1n8'
> >     >> and errors in the idm.log
> >     >> 2017-09-14 09:23:36,811 [] [http-nio-8080-exec-9] ERROR
> (com.evolveum.midpoint.model.impl.expr.MidpointFunctionsImpl): No
> hostname defined. It can break link generation.
> >     >>
> >     >> PS. Documentation bugs
> >     >>
> >     >> Email script with empty rows I have got from this example
> >     >> https://github.com/Evolveum/midpoint/blob/master/samples/
> evolveum/system-configuration.xml <https://github.com/Evolveum/
> midpoint/blob/master/samples/evolveum/system-configuration.xml>
> >     >> Nonce block in credentials with missed tag <name> I have got from
> Security Policy sample
> >     >> https://wiki.evolveum.com/display/midPoint/Security+
> Policy+Configuration <https://wiki.evolveum.com/display/midPoint/Security+
> Policy+Configuration>
> >     >> Please fix this samples.
> >     >>
> >     >>
> >     >> 2017-09-13 22:00 GMT+03:00 Jeria, Esteban <esteban.jeria at cgi.com
> <mailto:esteban.jeria at cgi.com> <mailto:esteban.jeria at cgi.com <mailto:
> esteban.jeria at cgi.com>>>:
> >     >>
> >     >>     Hi,
> >     >>
> >     >>
> >     >>
> >     >>     I found the following errors:
> >     >>
> >     >>
> >     >>     On securityPolicy, inside the nonce block in credentials it
> misses the tag <name>. See the example on Wiki
> >     >>
> >     >>     It should be:
> >     >>
> >     >>     <nonce>
> >     >>       <maxAge>PT10M</maxAge>
> >     >>       <name>mailNonce</name>
> >     >>       <lockoutMaxFailedAttempts>3</lockoutMaxFailedAttempts>
> >     >>       <lockoutFailedAttemptsDuration>PT3M</
> lockoutFailedAttemptsDuration>
> >     >>       <lockoutDuration>PT15M</lockoutDuration>
> >     >>       <valuePolicyRef oid="00000004-0000-0000-0000-000000000001"
> relation="org:default" type="c:ValuePolicyType">
> >     >>         <!--  Password Policy for password reset  -->
> >     >>       </valuePolicyRef>
> >     >>     </nonce>
> >     >>
> >     >>
> >     >>
> >     >>     Then on the systemConfig, on the email script you should
> terminates the lines with a ";" or put them on separated lines
> >     >>
> >     >>     It should be:
> >     >>
> >     >>     <code>
> >     >>        import com.evolveum.midpoint.notifications.api.events.
> ModelEvent
> >     >>        modelEvent = (ModelEvent) event
> >     >>        newUser = modelEvent.getFocusContext().getObjectNew();
> >     >>        userType = newUser.asObjectable();
> >     >>        link = midpoint.createPasswordResetLink(userType)
> >     >>        bodyMessage = "Did you request password reset? If yes,
> click on the link bellow \n" + link
> >     >>        return bodyMessage;
> >     >>     </code>
> >     >>
> >     >>
> >     >>
> >     >>     Once these lines fixed your code worked on my side
> >     >>
> >     >>
> >     >>
> >     >>     *Esteban Jeria*
> >     >>
> >     >>     esteban.jeria at cgi.com <mailto:esteban.jeria at cgi.com> <mailto:
> esteban.jeria at cgi.com <mailto:esteban.jeria at cgi.com>>
> >     >>     Conseiller *CGI*/ *CGI*Consultant
> >     >>
> >     >>     Sécurité - Gestion des Identités et des Accès / Security -
> Identity and Access Management
> >     >>
> >     >>
> >      ------------------------------------------------------------
> ------------------------------------------------------------
> ------------------------------------------------------------
> ------------------------------------------------------------
> ------------------------------------------------------------
> ------------------------------------------------------------
> ------------------------------------------------------------
> ------------------------------------------------------------
> --------------------
> >     >>     *From:* Oleksandr Nekriach [o.nekriach at dynatech.lv <mailto:
> o.nekriach at dynatech.lv> <mailto:o.nekriach at dynatech.lv <mailto:
> o.nekriach at dynatech.lv>>]
> >     >>     *Sent:* September 13, 2017 6:11 AM
> >     >>     *To:* midpoint at lists.evolveum.com <mailto:midpoint at lists.
> evolveum.com> <mailto:midpoint at lists.evolveum.com <mailto:midpoint at lists.
> evolveum.com>>
> >     >>     *Subject:* [midPoint] Reset Password by email issue "Error
> occurred during page rendering"
> >     >>
> >     >>     Hello, guys
> >     >>     I have followed instruction how to add "Reset Password by
> email" functionality (https://wiki.evolveum.com/display/midPoint/Reset+
> Password+Configuration <https://wiki.evolveum.com/display/midPoint/Reset+
> Password+Configuration> <https://wiki.evolveum.com/display/midPoint/Reset+
> Password+Configuration <https://wiki.evolveum.com/display/midPoint/Reset+
> Password+Configuration>>) and have faced with problem when basic
> functionality of this feature doesn't work. When I pressed Reset button on
> >     password reset form I have redirected on error page (500 Internal
> Server Error).
> >     >>     Please help what is wrong.
> >     >>
> >     >>     To recreate this issue you should:
> >     >>
> >     >>       * have basic midpoint deployment (ubuntu 16.04 x64+tomcat
> 8.5.16+H2+java-1.8.0-openjdk-amd64) with ldap authentication settings;
> >     >>       * import xml files from attach;
> >     >>       * open password reset form and fill username and email ;
> >     >>       * press "Reset Password" button;
> >     >>       * see an error page (500 Internal Server Error).
> >     >>
> >     >>     Error from idm.log
> >     >>
> >     >>     2017-09-13 12:05:19,077 [] [http-nio-8080-exec-2] ERROR
> (com.evolveum.midpoint.web.security.LoggingRequestCycleListener): Error
> occurred during page rendering.
> >     >>     org.apache.wicket.WicketRuntimeException: Method onRequest
> of interface org.apache.wicket.behavior.IBehaviorListener targeted at
> org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink$1 at 7d5e5265 on
> component [AjaxSubmitButton [Component id = submitButton]] threw an
> exception
> >     >>             at org.apache.wicket.RequestListenerInterface.
> internalInvoke(RequestListenerInterface.java:268)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.RequestListenerInterface.invoke(
> RequestListenerInterface.java:241) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.core.request.handler.
> ListenerInterfaceRequestHandler.invokeListener(
> ListenerInterfaceRequestHandler.java:248) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.core.request.handler.
> ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:234)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.cycle.RequestCycle$
> HandlerExecutor.respond(RequestCycle.java:895)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.
> RequestHandlerStack.execute(RequestHandlerStack.java:64)
> ~[wicket-request-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.
> cycle.RequestCycle.execute(RequestCycle.java:265)
> [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.cycle.RequestCycle.
> processRequest(RequestCycle.java:222) [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.cycle.RequestCycle.
> processRequestAndDetach(RequestCycle.java:293)
> [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.protocol.http.WicketFilter.
> processRequestCycle(WicketFilter.java:261) [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.protocol.http.WicketFilter.
> processRequest(WicketFilter.java:203) [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.protocol.
> http.WicketFilter.doFilter(WicketFilter.java:284)
> [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.16]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:317)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.access.intercept.
> FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.access.intercept.
> FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.access.
> ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.session.
> SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.authentication.
> AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:112)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.servletapi.
> SecurityContextHolderAwareRequestFilter.doFilter(
> SecurityContextHolderAwareRequestFilter.java:169)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.savedrequest.
> RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.
> web.authentication.www.BasicAuthenticationFilter.doFilterInternal(
> BasicAuthenticationFilter.java:158) [spring-security-web-4.1.0.
> RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.web.
> filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
> [spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.authentication.
> AbstractAuthenticationProcessingFilter.doFilter(
> AbstractAuthenticationProcessingFilter.java:206)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.
> web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:121)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.
> web.context.request.async.WebAsyncManagerIntegrationFilt
> er.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.web.
> filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
> [spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.session.
> ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:134)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.context.
> SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:106)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy.
> doFilterInternal(FilterChainProxy.java:214) [spring-security-web-4.1.0.
> RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.
> web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.web.
> filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
> [spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
> >     >>             at org.springframework.web.
> filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
> [spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.16]
> >     >>             at com.evolveum.midpoint.web.util.
> MidPointProfilingServletFilter.doFilter(MidPointProfilingServletFilter.java:86)
> [classes/:na]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.
> StandardWrapperValve.invoke(StandardWrapperValve.java:198)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.
> StandardContextValve.invoke(StandardContextValve.java:96)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.authenticator.
> AuthenticatorBase.invoke(AuthenticatorBase.java:478) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.valves.
> ErrorReportValve.invoke(ErrorReportValve.java:80) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.valves.
> AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.
> StandardEngineValve.invoke(StandardEngineValve.java:87)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.connector.
> CoyoteAdapter.service(CoyoteAdapter.java:342) [catalina.jar:8.5.16]
> >     >>             at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
> [tomcat-coyote.jar:8.5.16]
> >     >>             at org.apache.coyote.AbstractProcessorLight.process(
> AbstractProcessorLight.java:66) [tomcat-coyote.jar:8.5.16]
> >     >>             at org.apache.coyote.AbstractProtocol$
> ConnectionHandler.process(AbstractProtocol.java:868)
> [tomcat-coyote.jar:8.5.16]
> >     >>             at org.apache.tomcat.util.net <
> http://org.apache.tomcat.util.net> <http://org.apache.tomcat.util.net <
> http://org.apache.tomcat.util.net>>.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455)
> [tomcat-coyote.jar:8.5.16]
> >     >>             at org.apache.tomcat.util.net <
> http://org.apache.tomcat.util.net> <http://org.apache.tomcat.util.net <
> http://org.apache.tomcat.util.net>>.SocketProcessorBase.run(SocketProcessorBase.java:49)
> [tomcat-coyote.jar:8.5.16]
> >     >>             at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> [na:1.8.0_131]
> >     >>             at java.util.concurrent.
> ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_131]
> >     >>             at org.apache.tomcat.util.threads.TaskThread$
> WrappingRunnable.run(TaskThread.java:61) [tomcat-util.jar:8.5.16]
> >     >>             at java.lang.Thread.run(Thread.java:748)
> [na:1.8.0_131]
> >     >>     Caused by: java.lang.reflect.InvocationTargetException: null
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method) ~[na:1.8.0_131]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
> >     >>             at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
> >     >>             at java.lang.reflect.Method.invoke(Method.java:498)
> ~[na:1.8.0_131]
> >     >>             at org.apache.wicket.RequestListenerInterface.
> internalInvoke(RequestListenerInterface.java:258)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             ... 67 common frames omitted
> >     >>     Caused by: java.lang.NullPointerException: null
> >     >>             at com.evolveum.midpoint.model.common.stringpolicy.
> ValuePolicyProcessor.generate(ValuePolicyProcessor.java:121)
> ~[model-common-3.6.jar:na]
> >     >>             at com.evolveum.midpoint.model.impl.controller.
> ModelInteractionServiceImpl.generateValue(ModelInteractionServiceImpl.java:812)
> ~[model-impl-3.6.jar:na]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method) ~[na:1.8.0_131]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
> >     >>             at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
> >     >>             at java.lang.reflect.Method.invoke(Method.java:498)
> ~[na:1.8.0_131]
> >     >>             at org.apache.wicket.proxy.LazyInitProxyFactory$
> JdkHandler.invoke(LazyInitProxyFactory.java:507)
> ~[wicket-ioc-7.6.0.jar:7.6.0]
> >     >>             at com.sun.proxy.$Proxy153.generateValue(Unknown
> Source) ~[na:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.generateNonce(PageForgotPassword.java:462)
> ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.access$400(PageForgotPassword.java:72) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword$10.run(PageForgotPassword.java:427) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword$10.run(PageForgotPassword.java:416) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.security.impl.
> SecurityEnforcerImpl.runPrivileged(SecurityEnforcerImpl.java:1508)
> ~[security-impl-3.6.jar:na]
> >     >>             at com.evolveum.midpoint.web.security.
> MidPointGuiAuthorizationEvaluator.runPrivileged(
> MidPointGuiAuthorizationEvaluator.java:215) ~[classes/:na]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method) ~[na:1.8.0_131]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
> >     >>             at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
> >     >>             at java.lang.reflect.Method.invoke(Method.java:498)
> ~[na:1.8.0_131]
> >     >>             at org.apache.wicket.proxy.LazyInitProxyFactory$
> JdkHandler.invoke(LazyInitProxyFactory.java:507)
> ~[wicket-ioc-7.6.0.jar:7.6.0]
> >     >>             at com.sun.proxy.$Proxy158.runPrivileged(Unknown
> Source) ~[na:na]
> >     >>             at com.evolveum.midpoint.gui.api.
> page.PageBase.runPrivileged(PageBase.java:1865) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.saveUserNonce(PageForgotPassword.java:416)
> ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.processResetPassword(PageForgotPassword.java:287)
> ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.access$200(PageForgotPassword.java:72) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword$6.onSubmit(PageForgotPassword.java:223) ~[classes/:na]
> >     >>             at org.apache.wicket.ajax.markup.
> html.form.AjaxSubmitLink$1.onSubmit(AjaxSubmitLink.java:111)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.ajax.form.
> AjaxFormSubmitBehavior$AjaxFormSubmitter.onSubmit(
> AjaxFormSubmitBehavior.java:215) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.markup.html.
> form.Form.delegateSubmit(Form.java:1309) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.markup.html.
> form.Form.process(Form.java:976) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.markup.html.
> form.Form.onFormSubmitted(Form.java:797) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.ajax.form.
> AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:171)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:155)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.ajax.
> AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:601)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             ... 72 common frames omitted
> >     >>     2017-09-13 12:05:19,087 [] [http-nio-8080-exec-2] WARN
> (com.evolveum.midpoint.web.page.error.PageError): Creating error page for
> code org.apache.wicket.WicketRuntimeException, exception Method onRequest
> of interface org.apache.wicket.behavior.IBehaviorListener targeted at
> org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink$1 at 7d5e5265 on
> component [AjaxSubmitButton [Component id = submitButton]] threw an
> exception: {}
> >     >>     org.apache.wicket.WicketRuntimeException: Method onRequest
> of interface org.apache.wicket.behavior.IBehaviorListener targeted at
> org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink$1 at 7d5e5265 on
> component [AjaxSubmitButton [Component id = submitButton]] threw an
> exception
> >     >>             at org.apache.wicket.RequestListenerInterface.
> internalInvoke(RequestListenerInterface.java:268)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.RequestListenerInterface.invoke(
> RequestListenerInterface.java:241) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.core.request.handler.
> ListenerInterfaceRequestHandler.invokeListener(
> ListenerInterfaceRequestHandler.java:248) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.core.request.handler.
> ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:234)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.cycle.RequestCycle$
> HandlerExecutor.respond(RequestCycle.java:895)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.
> RequestHandlerStack.execute(RequestHandlerStack.java:64)
> ~[wicket-request-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.
> cycle.RequestCycle.execute(RequestCycle.java:265)
> [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.cycle.RequestCycle.
> processRequest(RequestCycle.java:222) [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.request.cycle.RequestCycle.
> processRequestAndDetach(RequestCycle.java:293)
> [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.protocol.http.WicketFilter.
> processRequestCycle(WicketFilter.java:261) [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.protocol.http.WicketFilter.
> processRequest(WicketFilter.java:203) [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.protocol.
> http.WicketFilter.doFilter(WicketFilter.java:284)
> [wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.16]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:317)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.access.intercept.
> FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.access.intercept.
> FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.access.
> ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.session.
> SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.authentication.
> AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:112)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.servletapi.
> SecurityContextHolderAwareRequestFilter.doFilter(
> SecurityContextHolderAwareRequestFilter.java:169)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.savedrequest.
> RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.
> web.authentication.www.BasicAuthenticationFilter.doFilterInternal(
> BasicAuthenticationFilter.java:158) [spring-security-web-4.1.0.
> RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.web.
> filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
> [spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.authentication.
> AbstractAuthenticationProcessingFilter.doFilter(
> AbstractAuthenticationProcessingFilter.java:206)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.
> web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:121)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.
> web.context.request.async.WebAsyncManagerIntegrationFilt
> er.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.web.
> filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
> [spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.session.
> ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:134)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.context.
> SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:106)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:331)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.web.FilterChainProxy.
> doFilterInternal(FilterChainProxy.java:214) [spring-security-web-4.1.0.
> RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.security.
> web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
> [spring-security-web-4.1.0.RELEASE.jar:4.1.0.RELEASE]
> >     >>             at org.springframework.web.
> filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
> [spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
> >     >>             at org.springframework.web.
> filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
> [spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.16]
> >     >>             at com.evolveum.midpoint.web.util.
> MidPointProfilingServletFilter.doFilter(MidPointProfilingServletFilter.java:86)
> [classes/:na]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.
> StandardWrapperValve.invoke(StandardWrapperValve.java:198)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.
> StandardContextValve.invoke(StandardContextValve.java:96)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.authenticator.
> AuthenticatorBase.invoke(AuthenticatorBase.java:478) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.valves.
> ErrorReportValve.invoke(ErrorReportValve.java:80) [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.valves.
> AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.core.
> StandardEngineValve.invoke(StandardEngineValve.java:87)
> [catalina.jar:8.5.16]
> >     >>             at org.apache.catalina.connector.
> CoyoteAdapter.service(CoyoteAdapter.java:342) [catalina.jar:8.5.16]
> >     >>             at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
> [tomcat-coyote.jar:8.5.16]
> >     >>             at org.apache.coyote.AbstractProcessorLight.process(
> AbstractProcessorLight.java:66) [tomcat-coyote.jar:8.5.16]
> >     >>             at org.apache.coyote.AbstractProtocol$
> ConnectionHandler.process(AbstractProtocol.java:868)
> [tomcat-coyote.jar:8.5.16]
> >     >>             at org.apache.tomcat.util.net <
> http://org.apache.tomcat.util.net> <http://org.apache.tomcat.util.net <
> http://org.apache.tomcat.util.net>>.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455)
> [tomcat-coyote.jar:8.5.16]
> >     >>             at org.apache.tomcat.util.net <
> http://org.apache.tomcat.util.net> <http://org.apache.tomcat.util.net <
> http://org.apache.tomcat.util.net>>.SocketProcessorBase.run(SocketProcessorBase.java:49)
> [tomcat-coyote.jar:8.5.16]
> >     >>             at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> [na:1.8.0_131]
> >     >>             at java.util.concurrent.
> ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_131]
> >     >>             at org.apache.tomcat.util.threads.TaskThread$
> WrappingRunnable.run(TaskThread.java:61) [tomcat-util.jar:8.5.16]
> >     >>             at java.lang.Thread.run(Thread.java:748)
> [na:1.8.0_131]
> >     >>     Caused by: java.lang.reflect.InvocationTargetException: null
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method) ~[na:1.8.0_131]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
> >     >>             at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
> >     >>             at java.lang.reflect.Method.invoke(Method.java:498)
> ~[na:1.8.0_131]
> >     >>             at org.apache.wicket.RequestListenerInterface.
> internalInvoke(RequestListenerInterface.java:258)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             ... 67 common frames omitted
> >     >>     Caused by: java.lang.NullPointerException: null
> >     >>             at com.evolveum.midpoint.model.common.stringpolicy.
> ValuePolicyProcessor.generate(ValuePolicyProcessor.java:121)
> ~[model-common-3.6.jar:na]
> >     >>             at com.evolveum.midpoint.model.impl.controller.
> ModelInteractionServiceImpl.generateValue(ModelInteractionServiceImpl.java:812)
> ~[model-impl-3.6.jar:na]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method) ~[na:1.8.0_131]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
> >     >>             at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
> >     >>             at java.lang.reflect.Method.invoke(Method.java:498)
> ~[na:1.8.0_131]
> >     >>             at org.apache.wicket.proxy.LazyInitProxyFactory$
> JdkHandler.invoke(LazyInitProxyFactory.java:507)
> ~[wicket-ioc-7.6.0.jar:7.6.0]
> >     >>             at com.sun.proxy.$Proxy153.generateValue(Unknown
> Source) ~[na:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.generateNonce(PageForgotPassword.java:462)
> ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.access$400(PageForgotPassword.java:72) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword$10.run(PageForgotPassword.java:427) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword$10.run(PageForgotPassword.java:416) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.security.impl.
> SecurityEnforcerImpl.runPrivileged(SecurityEnforcerImpl.java:1508)
> ~[security-impl-3.6.jar:na]
> >     >>             at com.evolveum.midpoint.web.security.
> MidPointGuiAuthorizationEvaluator.runPrivileged(
> MidPointGuiAuthorizationEvaluator.java:215) ~[classes/:na]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method) ~[na:1.8.0_131]
> >     >>             at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
> >     >>             at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
> >     >>             at java.lang.reflect.Method.invoke(Method.java:498)
> ~[na:1.8.0_131]
> >     >>             at org.apache.wicket.proxy.LazyInitProxyFactory$
> JdkHandler.invoke(LazyInitProxyFactory.java:507)
> ~[wicket-ioc-7.6.0.jar:7.6.0]
> >     >>             at com.sun.proxy.$Proxy158.runPrivileged(Unknown
> Source) ~[na:na]
> >     >>             at com.evolveum.midpoint.gui.api.
> page.PageBase.runPrivileged(PageBase.java:1865) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.saveUserNonce(PageForgotPassword.java:416)
> ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.processResetPassword(PageForgotPassword.java:287)
> ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword.access$200(PageForgotPassword.java:72) ~[classes/:na]
> >     >>             at com.evolveum.midpoint.web.page.forgetpassword.
> PageForgotPassword$6.onSubmit(PageForgotPassword.java:223) ~[classes/:na]
> >     >>             at org.apache.wicket.ajax.markup.
> html.form.AjaxSubmitLink$1.onSubmit(AjaxSubmitLink.java:111)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.ajax.form.
> AjaxFormSubmitBehavior$AjaxFormSubmitter.onSubmit(
> AjaxFormSubmitBehavior.java:215) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.markup.html.
> form.Form.delegateSubmit(Form.java:1309) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.markup.html.
> form.Form.process(Form.java:976) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.markup.html.
> form.Form.onFormSubmitted(Form.java:797) ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.ajax.form.
> AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:171)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:155)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             at org.apache.wicket.ajax.
> AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:601)
> ~[wicket-core-7.6.0.jar:7.6.0]
> >     >>             ... 72 common frames omitted
> >     >>
> >     >>
> >     >>
> >     >>
> >     >>
> >     >>
> >     >>     --
> >     >>     Best regards,
> >     >>
> >     >>     Oleksandr Nekriach | Identity and access management engineer
> >     >>
> >     >>     Dynatech, Mednieku str. 4a, Riga, LV-1010, Latvia <
> https://maps.google.com/?q=Mednieku+str.+4a,+Riga,+LV-
> 1010,+Latvia&entry=gmail&source=g <https://maps.google.com/?q=
> Mednieku+str.+4a,+Riga,+LV-1010,+Latvia&entry=gmail&source=g>>
> >     >>
> >     >>     +37125314685 <tel:+371%2025%20314%20685>
> >     >>     ,
> >     >>     o.nekriach at dynatech.lv <mailto:o.nekriach at dynatech.lv>
> <mailto:o.nekriach at dynatech.lv <mailto:o.nekriach at dynatech.lv>>
> >     >>     |
> >     >>     www.dynatech.lv <http://www.dynatech.lv> <
> http://www.dynatech.lv>
> >     >>
> >     >>
> >     >>
> >     >>
> >     >>     Stay connected:
> >     >>     <https://www.facebook.com/DynatechLatvia/?ref=br_rs <
> https://www.facebook.com/DynatechLatvia/?ref=br_rs>>
> >     >>     <https://www.linkedin.com/company-beta/17893047/ <
> https://www.linkedin.com/company-beta/17893047/>>
> >     >>
> >     >>
> >     >>     Confidentiality Notice: This message contains confidential
> information and is intended only for the named recipient(s). If you are not
> the addressee you may not copy, distribute or perform any other activities
> with this information. If you have received this transmission in error,
> please notify us by e-mail immediately. E-mail transmission cannot be
> guaranteed to be secure or error-free as information could be intercepted,
> corrupted, lost, destroyed, arrive late or incomplete, or contain
> >     >>     viruses.
> >     >>
> >     >>
> >     >>
> >     >>
> >     >> --
> >     >> Best regards,
> >     >>
> >     >> Oleksandr Nekriach | Identity and access management engineer
> >     >>
> >     >> Dynatech, Mednieku str. 4a, Riga, LV-1010, Latvia
> >     >>
> >     >> +37125314685 <tel:+371%2025%20314%20685>
> >     >> ,
> >     >> o.nekriach at dynatech.lv <mailto:o.nekriach at dynatech.lv> <mailto:
> o.nekriach at dynatech.lv <mailto:o.nekriach at dynatech.lv>>
> >     >> |
> >     >> www.dynatech.lv <http://www.dynatech.lv> <http://www.dynatech.lv>
> >     >>
> >     >>
> >     >>
> >     >>
> >     >> Stay connected:
> >     >> <https://www.facebook.com/DynatechLatvia/?ref=br_rs <
> https://www.facebook.com/DynatechLatvia/?ref=br_rs>>
> >     >> <https://www.linkedin.com/company-beta/17893047/ <
> https://www.linkedin.com/company-beta/17893047/>>
> >     >>
> >     >>
> >     >> Confidentiality Notice: This message contains confidential
> information and is intended only for the named recipient(s). If you are not
> the addressee you may not copy, distribute or perform any other activities
> with this information. If you have received this transmission in error,
> please notify us by e-mail immediately. E-mail transmission cannot be
> guaranteed to be secure or error-free as information could be intercepted,
> corrupted, lost, destroyed, arrive late or incomplete, or contain
> >     viruses.
> >     >>
> >     >>
> >     >> _______________________________________________
> >     >> midPoint mailing list
> >     >> midPoint at lists.evolveum.com <mailto:midPoint at lists.evolveum.com>
> >     >> http://lists.evolveum.com/mailman/listinfo/midpoint <
> http://lists.evolveum.com/mailman/listinfo/midpoint>
> >     >
> >
> >     _______________________________________________
> >     midPoint mailing list
> >     midPoint at lists.evolveum.com <mailto:midPoint at lists.evolveum.com>
> >     http://lists.evolveum.com/mailman/listinfo/midpoint <
> http://lists.evolveum.com/mailman/listinfo/midpoint>
> >
> >
> >
> >
> > --
> > Best regards,
> >
> > Oleksandr Nekriach | Identity and access management engineer
> >
> > Dynatech, Mednieku str. 4a, Riga, LV-1010, Latvia
> >
> > +37125314685 <tel:+371%2025%20314%20685>
> > ,
> > o.nekriach at dynatech.lv <mailto:o.nekriach at dynatech.lv>
> > |
> > www.dynatech.lv <http://www.dynatech.lv>
> >
> >
> >
> >
> > Stay connected:
> > <https://www.facebook.com/DynatechLatvia/?ref=br_rs>
> > <https://www.linkedin.com/company-beta/17893047/>
> >
> >
> > Confidentiality Notice: This message contains confidential information
> and is intended only for the named recipient(s). If you are not the
> addressee you may not copy, distribute or perform any other activities with
> this information. If you have received this transmission in error, please
> notify us by e-mail immediately. E-mail transmission cannot be guaranteed
> to be secure or error-free as information could be intercepted, corrupted,
> lost, destroyed, arrive late or incomplete, or contain viruses.
> >
> >
> > _______________________________________________
> > midPoint mailing list
> > midPoint at lists.evolveum.com
> > http://lists.evolveum.com/mailman/listinfo/midpoint
> >
>
> --
> Wojciech Staszewski
> Administrator Systemów Sieciowych
> tel. kom: 663 680 236
> www.diagnostyka.pl
> Diagnostyka Sp. z o. o.
> ul. Prof. M. Życzkowskiego 16, 31-864 Kraków
> Numer KRS: 0000381559 (Sąd Rejonowy dla Krakowa-Śródmieścia w Krakowie, XI
> Wydział Gospodarczy KRS)
> NIP: 675-12-65-009; REGON: 356366975
> Kapitał zakładowy: 33 756 500 zł.
>
> Pomyśl o środowisku zanim wydrukujesz ten e-mail.
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
>



-- 
Best regards,

Oleksandr Nekriach | Identity and access management engineer

Dynatech, Mednieku str. 4a, Riga, LV-1010, Latvia

+37125314685 <+371%2025%20314%20685>
,
o.nekriach at dynatech.lv
|
www.dynatech.lv




Stay connected:
<https://www.facebook.com/DynatechLatvia/?ref=br_rs>
<https://www.linkedin.com/company-beta/17893047/>


Confidentiality Notice: This message contains confidential information and
is intended only for the named recipient(s). If you are not the addressee
you may not copy, distribute or perform any other activities with this
information. If you have received this transmission in error, please notify
us by e-mail immediately. E-mail transmission cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20170914/c9347bc5/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: o.nekriach at dynatech.lv1502777022855-7772
Type: image/png
Size: 786 bytes
Desc: not available
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20170914/c9347bc5/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: o.nekriach at dynatech.lv1502777022855-7771
Type: image/png
Size: 790 bytes
Desc: not available
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20170914/c9347bc5/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: o.nekriach at dynatech.lv1502777022855-7770
Type: image/png
Size: 2602 bytes
Desc: not available
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20170914/c9347bc5/attachment-0002.png>


More information about the midPoint mailing list