Odd Duo Exception after upgrading to 3.3.0 from 3.2.0

Christopher Bongaarts cab at umn.edu
Fri Feb 3 16:35:58 EST 2017


We had a similar error that we fixed by updating our customized web.xml 
file from 3.2.1 with the new version in 3.3.0 and reapplying our 
changes.  We did *not* have to add the classpath settings that the Duo 
module doc installation recommends; 3.3.0 already has those paths included.


On 2/3/2017 3:20 PM, Cartwright, Mark A wrote:
>
> Hello,
>
>   We are seeing an Exception with 3.3.0 that does not happen with 
> 3.2.0 — we are using the Unicom plugin — as I understand understand it 
> the Unicom Duo module should work with 3.3.0.
>
>   Below are the extracted exceptions, and then the full stack trace.
>
>   Has anyone else seen similar issues ?  Perhaps the configs or their 
> location has changed ?
>
>   Thanks,
>
>   MarkC
>
> Mark Cartwright —
>
> ITS Applications - Identity & Access Management
>
> The University of Texas at Austin
> mcartwright at austin.utexas.edu <mailto:mcartwright at austin.utexas.edu>
> (512)-471-2268
>
>   // truncated stack….
>
> 187:fabric markc$ grep Exception  ~/shibboleth-build/shibboleth3/throw.txt
>
> <html><head><title>Apache Tomcat/7.0.70 - Error 
> report</title><style><!--H1 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} 
> H2 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} 
> H3 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} 
> BODY 
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} 
> B 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} 
> P 
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A 
> {color : black;}A.name {color : black;}HR {color : 
> #525D76;}--></style> </head><body><h1>HTTP Status 500 - Servlet.init() 
> for servlet idp threw exception</h1><HR size="1" 
> noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> 
> <u>Servlet.init() for servlet idp threw 
> exception</u></p><p><b>description</b> <u>The server encountered an 
> internal error that prevented it from fulfilling this 
> request.</u></p><p><b>exception</b> 
> <pre>javax.servlet.ServletException: Servlet.init() for servlet idp 
> threw exception
>
> </pre></p><p><b>root cause</b> 
> <pre>org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'config': Invocation of init method failed; 
> nested exception is 
> org.springframework.webflow.definition.registry.FlowDefinitionConstructionException: 
> An exception occurred constructing the flow 'c14n/Duo'
>
> </pre></p><p><b>root cause</b> 
> <pre>org.springframework.webflow.definition.registry.FlowDefinitionConstructionException: 
> An exception occurred constructing the flow 'c14n/Duo'
>
> </pre></p><p><b>root cause</b> 
> <pre>org.springframework.webflow.engine.builder.FlowBuilderException: 
> Unable to get the model for this flow
>
> </pre></p><p><b>root cause</b> 
> <pre>org.springframework.webflow.engine.model.builder.FlowModelBuilderException: 
> Unable to find flow 'c14n.abstract' to inherit from
>
> </pre></p><p><b>root cause</b> 
> <pre>org.springframework.webflow.engine.model.registry.NoSuchFlowModelException: 
> No flow model 'c14n.abstract' found
>
>
>
> // full trace
>
> curl -k -G -d 
> "requester=https://utlr-t01-sp.its.utexas.edu/shibboleth&principal=markc" 
> https://localhost:9443/idp/profile/admin/resolvertest
>
> <html><head><title>Apache Tomcat/7.0.70 - Error 
> report</title><style><!--H1 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} 
> H2 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} 
> H3 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} 
> BODY 
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} 
> B 
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} 
> P 
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A 
> {color : black;}A.name {color : black;}HR {color : 
> #525D76;}--></style> </head><body><h1>HTTP Status 500 - Servlet.init() 
> for servlet idp threw exception</h1><HR size="1" 
> noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> 
> <u>Servlet.init() for servlet idp threw 
> exception</u></p><p><b>description</b> <u>The server encountered an 
> internal error that prevented it from fulfilling this 
> request.</u></p><p><b>exception</b> 
> <pre>javax.servlet.ServletException: Servlet.init() for servlet idp 
> threw exception
>
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
>
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
>
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:442)
>
> org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
>
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:623)
>
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>
> java.lang.Thread.run(Thread.java:745)
>
> </pre></p><p><b>root cause</b> 
> <pre>org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'config': Invocation of init method failed; 
> nested exception is 
> org.springframework.webflow.definition.registry.FlowDefinitionConstructionException: 
> An exception occurred constructing the flow 'c14n/Duo'
>
> org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408)
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570)
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
>
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776)
>
> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861)
>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541)
>
> org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:668)
>
> org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:634)
>
> org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:682)
>
> org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:553)
>
> org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:494)
>
> org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
>
> javax.servlet.GenericServlet.init(GenericServlet.java:158)
>
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
>
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
>
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:442)
>
> org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
>
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:623)
>
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
>
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>
> java.lang.Thread.run(Thread.java:745)
>
> </pre></p><p><b>root cause</b> 
> <pre>org.springframework.webflow.definition.registry.FlowDefinitionConstructionException: 
> An exception occurred constructing the flow 'c14n/Duo'
>
> org.springframework.webflow.engine.builder.DefaultFlowHolder.assembleFlow(DefaultFlowHolder.java:111)
>
> org.springframework.webflow.engine.builder.DefaultFlowHolder.getFlowDefinition(DefaultFlowHolder.java:84)
>
> org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl.getFlowDefinition(FlowDefinitionRegistryImpl.java:60)
>
> org.springframework.webflow.definition.registry.FlowDefinitionLocator$getFlowDefinition.call(Unknown 
> Source)
>
> net.unicon.iam.shibboleth.idp.authn.duo.webflow.Config$_setup_closure2.doCall(Config.groovy:45)
>
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> java.lang.reflect.Method.invoke(Method.java:498)
>
> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
>
> groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
>
> org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:292)
>
> groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)
>
> groovy.lang.Closure.call(Closure.java:423)
>
> groovy.lang.Closure.call(Closure.java:439)
>
> org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2027)
>
> org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1887)
>
> org.codehaus.groovy.runtime.dgm$159.invoke(Unknown Source)
>
> org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
>
> org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
>
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:122)
>
> net.unicon.iam.shibboleth.idp.authn.duo.webflow.Config.setup(Config.groovy:44)
>
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> java.lang.reflect.Method.invoke(Method.java:498)
>
> ………. Continues
>
>
>
>
>
>

-- 
%%  Christopher A. Bongaarts   %%  cab at umn.edu          %%
%%  OIT - Identity Management  %%  http://umn.edu/~cab  %%
%%  University of Minnesota    %%  +1 (612) 625-1809    %%

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170203/dd9bd259/attachment-0001.html>


More information about the users mailing list