it is the version  Apache CXF Fediz 1.2.0 taken from
https://github.com/apache/cxf-fediz, compiled, then jars from services,
plugins/tomcat7 and examples/simpleweb are taken and applied to three
Tomcat instances as given in the blog

http://janbernhardt.blogspot.com/2015/01/single-logout-with-fediz-ws-


Best regards,

2015-07-22 17:51 GMT+02:00 Jan Bernhardt <[email protected]>:

> Which version are you using for your tests?
>
> Kind regards
> Jan
>
> --
> Jan Bernhardt
>
> Talend Community Coder
> http://coders.talend.com
>
> Visit my Blog
> https://janbernhardt.blogspot.de
>
> > -----Ursprüngliche Nachricht-----
> > Von: Dariusz Małyszko [mailto:[email protected]]
> > Gesendet: Mittwoch, 22. Juli 2015 17:27
> > An: [email protected]
> > Betreff: Fediz SimpleWeb demo problem
> >
> > Hello,
> >
> > I have the following problem with Fediz installation. I am trying to
> start
> > SimpleWeb application from examples given in distribution code. I follow
> > instruction given in
> >
> > http://janbernhardt.blogspot.com/2015/01/single-logout-with-fediz-ws-
> > federation.html
> >
> >
> > it means I have created
> >
> > - Fediz-idp, Fediz-idp-sts on one instance of Tomcat 7.0.36
> > - SimpleWeb 1 application on second Tomcat instance
> > - SimpleWeb2 application on the third Tomcat instance
> >
> > The following commands are correct
> >
> > https://localhost:8443/fedizhelloworld/FederationMetadata/2007-
> > 06/FederationMetadata.xml
> >
> >
> > GET https://localhost:9443/fediz-idp/services/rs/idps
> >
> > But when issuing command
> >
> > https://localhost:8443/fedizhelloworld/secure/fedservlet
> >
> > redirection to https://localhost:9443/fediz-idp/federation......
> >
> > gives the following error
> >
> >
> > *ype* Exception report
> >
> > *message* *Request processing failed; nested exception is
> > org.springframework.webflow.execution.FlowExecutionException:
> > Exception thrown in state 'showIDPList' of flow 'signinRequest'*
> >
> > *description* *The server encountered an internal error that prevented it
> > from fulfilling this request.*
> >
> > *exception*
> >
> > org.springframework.web.util.NestedServletException: Request processing
> > failed; nested exception is
> > org.springframework.webflow.execution.FlowExecutionException:
> > Exception thrown in state 'showIDPList' of flow 'signinRequest'
> >       org.springframework.web.servlet.FrameworkServlet.processReques
> > t(FrameworkServlet.java:978)
> >       org.springframework.web.servlet.FrameworkServlet.doGet(Framew
> > orkServlet.java:857)
> >       javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
> >       org.springframework.web.servlet.FrameworkServlet.service(Frame
> > workServlet.java:842)
> >       javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
> >       org.springframework.security.web.FilterChainProxy$VirtualFilterChai
> > n.doFilter(FilterChainProxy.java:330)
> >
>  org.apache.cxf.fediz.service.idp.service.security.GrantedAuthorityEn
> > titlements.doFilter(GrantedAuthorityEntitlements.java:99)
> >       org.springframework.security.web.FilterChainProxy$VirtualFilterChai
> > n.doFilter(FilterChainProxy.java:342)
> >       org.springframework.security.web.servletapi.SecurityContextHolder
> > AwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java
> > :54)
> >       org.springframework.security.web.FilterChainProxy$VirtualFilterChai
> > n.doFilter(FilterChainProxy.java:342)
> >       org.springframework.security.web.savedrequest.RequestCacheAwa
> > reFilter.doFilter(RequestCacheAwareFilter.java:45)
> >       org.springframework.security.web.FilterChainProxy$VirtualFilterChai
> > n.doFilter(FilterChainProxy.java:342)
> >       org.springframework.security.web.context.SecurityContextPersisten
> > ceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
> >       org.springframework.security.web.FilterChainProxy$VirtualFilterChai
> > n.doFilter(FilterChainProxy.java:342)
> >
>  org.apache.cxf.fediz.service.idp.STSPortFilter.doFilter(STSPortFilter.j
> > ava:74)
> >       org.springframework.security.web.FilterChainProxy$VirtualFilterChai
> > n.doFilter(FilterChainProxy.java:342)
> >       org.springframework.security.web.FilterChainProxy.doFilterInternal(
> > FilterChainProxy.java:192)
> >       org.springframework.security.web.FilterChainProxy.doFilter(FilterCh
> > ainProxy.java:160)
> >       org.springframework.web.filter.DelegatingFilterProxy.invokeDelegat
> > e(DelegatingFilterProxy.java:344)
> >       org.springframework.web.filter.DelegatingFilterProxy.doFilter(Deleg
> > atingFilterProxy.java:261)
> >
>  org.springframework.web.filter.CharacterEncodingFilter.doFilterInter
> > nal(CharacterEncodingFilter.java:85)
> >       org.springframework.web.filter.OncePerRequestFilter.doFilter(Once
> > PerRequestFilter.java:107)
> >
> > .......
> >
> >
> > How to correct this problem?
> >
> >
> >
> > Best regards
>

Reply via email to