<div dir="ltr">Hello Zanata Folks.<div><br></div><div style>I've just updated to 2.2.2 from 2.0.3 </div><div style>(Win 2008 server / MySql 5.2 / jdk 1.6.31)</div><div style><br></div><div style>Each time i try to make a search in translation workspace an exception is raised (see below) and the search didn't return values ...</div>
<div style><br></div><div style>Any idea ?</div><div style><br></div><div style>FYI : this bug was also present in my 2.0.3 version (same environment) </div><div style><br></div><div style><br></div><div style>Thanks for answering ..</div>
<div style><br></div><div style><br></div><div style>Regards </div><div style><br></div><div style>Exception below : </div><div style><br></div><div style><div>2013-04-11 22:17:01,280 ERROR [org.zanata.webtrans.server.SeamDispatch] (http-0.0.0.0-80-3) Error dispatching action: org.hibernate.hql.ast.InvalidWithClauseException: with-clause expressions did not reference from-clause element to which the with-clause was associated [SELECT distinct tf FROM org.zanata.model.HTextFlow tf LEFT JOIN tf.targets tfts WITH index(tfts)=:locale WHERE (tf.obsolete=0 AND <a href="http://tf.document.id">tf.document.id</a>=:docId AND ((lower(tf.content0) like :searchString or lower(tf.content1) like :searchString or lower(tf.content2) like :searchString or lower(tf.content3) like :searchString or lower(tf.content4) like :searchString or lower(tf.content5) like :searchString) OR EXISTS ( FROM org.zanata.model.HTextFlowTarget WHERE (textFlow=tf and locale=:locale and (lower(content0) like :searchString or lower(content1) like :searchString or lower(content2) like :searchString or lower(content3) like :searchString or lower(content4) like :searchString or lower(content5) like :searchString))))) ORDER BY tf.pos]</div>
<div>org.hibernate.hql.ast.InvalidWithClauseException: with-clause expressions did not reference from-clause element to which the with-clause was associated [SELECT distinct tf FROM org.zanata.model.HTextFlow tf LEFT JOIN tf.targets tfts WITH index(tfts)=:locale WHERE (tf.obsolete=0 AND <a href="http://tf.document.id">tf.document.id</a>=:docId AND ((lower(tf.content0) like :searchString or lower(tf.content1) like :searchString or lower(tf.content2) like :searchString or lower(tf.content3) like :searchString or lower(tf.content4) like :searchString or lower(tf.content5) like :searchString) OR EXISTS ( FROM org.zanata.model.HTextFlowTarget WHERE (textFlow=tf and locale=:locale and (lower(content0) like :searchString or lower(content1) like :searchString or lower(content2) like :searchString or lower(content3) like :searchString or lower(content4) like :searchString or lower(content5) like :searchString))))) ORDER BY tf.pos]</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.ast.HqlSqlWalker.handleWithFragment(HqlSqlWalker.java:359)</div><div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.ast.HqlSqlWalker.createFromJoinElement(HqlSqlWalker.java:338)</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.antlr.HqlSqlBaseWalker.joinElement(HqlSqlBaseWalker.java:3275)</div><div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3067)</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:2945)</div><div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:688)</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.antlr.HqlSqlBaseWalker.query(HqlSqlBaseWalker.java:544)</div><div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.antlr.HqlSqlBaseWalker.selectStatement(HqlSqlBaseWalker.java:281)</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:229)</div><div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:251)</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:183)</div><div><span class="" style="white-space:pre"> </span>at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:134)</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.engine.query.HQLQueryPlan.<init>(HQLQueryPlan.java:101)</div><div><span class="" style="white-space:pre"> </span>at org.hibernate.engine.query.HQLQueryPlan.<init>(HQLQueryPlan.java:80)</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:94)</div><div><span class="" style="white-space:pre"> </span>at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:156)</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:135)</div><div><span class="" style="white-space:pre"> </span>at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1650)</div>
<div><span class="" style="white-space:pre"> </span>at org.hibernate.search.impl.FullTextSessionImpl.createQuery(FullTextSessionImpl.java:313)</div><div><span class="" style="white-space:pre"> </span>at sun.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)</div>
<div><span class="" style="white-space:pre"> </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</div><div><span class="" style="white-space:pre"> </span>at java.lang.reflect.Method.invoke(Method.java:597)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.persistence.HibernateSessionInvocationHandler.handleCreateQueryWithString(HibernateSessionInvocationHandler.java:113)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.persistence.HibernateSessionInvocationHandler.invoke(HibernateSessionInvocationHandler.java:76)</div>
<div><span class="" style="white-space:pre"> </span>at $Proxy478.createQuery(Unknown Source)</div><div><span class="" style="white-space:pre"> </span>at org.zanata.dao.TextFlowDAO.getTextFlowByDocumentIdWithConstraint(TextFlowDAO.java:299)</div>
<div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div><div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</div>
<div><span class="" style="white-space:pre"> </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</div><div><span class="" style="white-space:pre"> </span>at java.lang.reflect.Method.invoke(Method.java:597)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103)</div>
<div><span class="" style="white-space:pre"> </span>at org.zanata.dao.TextFlowDAO_$$_javassist_seam_68.getTextFlowByDocumentIdWithConstraint(TextFlowDAO_$$_javassist_seam_68.java)</div><div><span class="" style="white-space:pre"> </span>at org.zanata.webtrans.server.rpc.GetTransUnitListHandler.getTextFlows(GetTransUnitListHandler.java:119)</div>
<div><span class="" style="white-space:pre"> </span>at org.zanata.webtrans.server.rpc.GetTransUnitListHandler.execute(GetTransUnitListHandler.java:97)</div><div><span class="" style="white-space:pre"> </span>at org.zanata.webtrans.server.rpc.GetTransUnitListHandler.execute(GetTransUnitListHandler.java:53)</div>
<div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div><div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</div>
<div><span class="" style="white-space:pre"> </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</div><div><span class="" style="white-space:pre"> </span>at java.lang.reflect.Method.invoke(Method.java:597)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103)</div>
<div><span class="" style="white-space:pre"> </span>at org.zanata.webtrans.server.rpc.GetTransUnitListHandler_$$_javassist_seam_66.execute(GetTransUnitListHandler_$$_javassist_seam_66.java)</div><div><span class="" style="white-space:pre"> </span>at org.zanata.webtrans.server.SeamDispatch.doExecute(SeamDispatch.java:164)</div>
<div><span class="" style="white-space:pre"> </span>at org.zanata.webtrans.server.SeamDispatch.execute(SeamDispatch.java:136)</div><div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div>
<div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</div><div><span class="" style="white-space:pre"> </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</div>
<div><span class="" style="white-space:pre"> </span>at java.lang.reflect.Method.invoke(Method.java:597)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103)</div><div><span class="" style="white-space:pre"> </span>at org.zanata.webtrans.server.SeamDispatch_$$_javassist_seam_11.execute(SeamDispatch_$$_javassist_seam_11.java)</div>
<div><span class="" style="white-space:pre"> </span>at org.zanata.webtrans.server.DispatchServiceImpl.execute(DispatchServiceImpl.java:22)</div><div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div>
<div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</div><div><span class="" style="white-space:pre"> </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</div>
<div><span class="" style="white-space:pre"> </span>at java.lang.reflect.Method.invoke(Method.java:597)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103)</div><div><span class="" style="white-space:pre"> </span>at org.zanata.webtrans.server.DispatchServiceImpl_$$_javassist_seam_58.execute(DispatchServiceImpl_$$_javassist_seam_58.java)</div>
<div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div><div><span class="" style="white-space:pre"> </span>at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</div>
<div><span class="" style="white-space:pre"> </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</div><div><span class="" style="white-space:pre"> </span>at java.lang.reflect.Method.invoke(Method.java:597)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.remoting.gwt.GWTToSeamAdapter.callWebRemoteMethod(GWTToSeamAdapter.java:100)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.remoting.gwt.GWTService.RPC_invokeAndEncodeResponse(GWTService.java:544)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.remoting.gwt.GWTService.processCall(GWTService.java:206)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.remoting.gwt.GWTService$1.process(GWTService.java:120)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:65)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.remoting.gwt.GWTService.getResource(GWTService.java:105)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.servlet.SeamResourceServlet.service(SeamResourceServlet.java:80)</div><div><span class="" style="white-space:pre"> </span>at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)</div>
<div><span class="" style="white-space:pre"> </span>at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)</div><div><span class="" style="white-space:pre"> </span>at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)</div>
<div><span class="" style="white-space:pre"> </span>at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)</div><div><span class="" style="white-space:pre"> </span>at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)</div>
<div><span class="" style="white-space:pre"> </span>at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:206)</div><div><span class="" style="white-space:pre"> </span>at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)</div>
<div><span class="" style="white-space:pre"> </span>at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:388)</div><div><span class="" style="white-space:pre"> </span>at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:515)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)</div><div><span class="" style="white-space:pre"> </span>at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)</div>
<div><span class="" style="white-space:pre"> </span>at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)</div>
<div><span class="" style="white-space:pre"> </span>at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)</div><div><span class="" style="white-space:pre"> </span>at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)</div><div><span class="" style="white-space:pre"> </span>at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)</div><div><span class="" style="white-space:pre"> </span>at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)</div>
<div><span class="" style="white-space:pre"> </span>at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)</div><div><span class="" style="white-space:pre"> </span>at java.lang.Thread.run(Thread.java:662)</div>
<div><br></div></div></div>