yes, this is the full trace. We are using jetty web server version 6.x. After deploying the project on the server and accessing the page which contains the error directly from the browser. And we are getting the stack trace on the browser itself. As far as the console is concern, it is not showing any output on the console.
And let me tell you one thing very specific that the same thing is very well working on Windows machine. Its not working on Linux machine. We are having Red Hat 4 linux OS. logancillo wrote: > > on browser? that isnt entire stack trace! i´ll assure you! pls let me see > entire stack trace from console > > 2007/12/13, GTrivedi <[EMAIL PROTECTED]>: >> >> >> Yes, that is entire stack trace. we have our application in >> JSF/MyFaces/Spring.. So when we put our request for the page on address >> bar >> of browser, we get this error. If you have any idea then please let me >> know. >> >> >> logancillo wrote: >> > >> > is this entire stact trace? >> > >> > 2007/12/13, GTrivedi <[EMAIL PROTECTED]>: >> >> >> >> >> >> When I request for xhtml page on the linux environment we are facing >> >> following error. Please anyone help me out. Its the jetty webserver >> used >> >> here. >> >> >> >> HTTP ERROR: 500 >> >> >> >> org.apache.myfaces.util.StateUtils.construct >> >> (Ljava/lang/Object;)Ljava/lang/String; >> >> >> >> RequestURI=/MAWebsite/pages/medication.faces >> >> Caused by: >> >> >> >> java.lang.NoSuchMethodError: >> >> org.apache.myfaces.util.StateUtils.construct >> >> (Ljava/lang/Object;)Ljava/lang/String; >> >> at >> >> org.apache.myfaces.renderkit.html.HtmlResponseStateManager.writeState( >> >> HtmlResponseStateManager.java:72) >> >> at >> >> org.apache.myfaces.application.jsp.JspStateManagerImpl.writeState( >> >> JspStateManagerImpl.java:362) >> >> at >> >> com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java >> >> :605) >> >> at >> >> org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java >> :372) >> >> at javax.faces.webapp.FacesServlet.service(FacesServlet.java >> :109) >> >> at org.mortbay.jetty.servlet.ServletHolder.handle( >> >> ServletHolder.java:487) >> >> at >> >> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter( >> >> ServletHandler.java:1098) >> >> at >> >> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter( >> >> FilterChainProxy.java:265) >> >> at >> >> org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke( >> >> FilterSecurityInterceptor.java:107) >> >> at >> >> org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter( >> >> FilterSecurityInterceptor.java:72) >> >> at >> >> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter( >> >> FilterChainProxy.java:275) >> >> at >> >> org.acegisecurity.ui.ExceptionTranslationFilter.doFilter( >> >> ExceptionTranslationFilter.java:166) >> >> at >> >> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter( >> >> FilterChainProxy.java:275) >> >> at >> >> >> org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter( >> >> AnonymousProcessingFilter.java:125) >> >> at >> >> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter( >> >> FilterChainProxy.java:275) >> >> at >> >> org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter( >> >> RememberMeProcessingFilter.java:142) >> >> at >> >> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter( >> >> FilterChainProxy.java:275) >> >> at >> >> org.acegisecurity.ui.AbstractProcessingFilter.doFilter( >> >> AbstractProcessingFilter.java:271) >> >> at >> >> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter( >> >> FilterChainProxy.java:275) >> >> at org.acegisecurity.ui.logout.LogoutFilter.doFilter( >> >> LogoutFilter.java:110) >> >> at >> >> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter( >> >> FilterChainProxy.java:275) >> >> at >> >> >> org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter( >> >> HttpSessionContextIntegrationFilter.java:249) >> >> at >> >> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter( >> >> FilterChainProxy.java:275) >> >> at >> >> org.medicalert.filters.HttpAuthenticationFilter.doFilter( >> >> HttpAuthenticationFilter.java:49) >> >> at >> >> org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter( >> >> FilterChainProxy.java:275) >> >> at >> >> org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java >> >> :149) >> >> at >> >> org.acegisecurity.util.FilterToBeanProxy.doFilter( >> FilterToBeanProxy.java >> >> :98) >> >> at >> >> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter( >> >> ServletHandler.java:1089) >> >> at org.mortbay.jetty.servlet.ServletHandler.handle( >> >> ServletHandler.java:365) >> >> at >> >> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java >> >> :216) >> >> at org.mortbay.jetty.servlet.SessionHandler.handle( >> >> SessionHandler.java:181) >> >> at org.mortbay.jetty.handler.ContextHandler.handle( >> >> ContextHandler.java:712) >> >> at org.mortbay.jetty.webapp.WebAppContext.handle( >> >> WebAppContext.java:405) >> >> at >> >> org.mortbay.jetty.handler.ContextHandlerCollection.handle( >> >> ContextHandlerCollection.java:211) >> >> at >> >> org.mortbay.jetty.handler.HandlerCollection.handle( >> HandlerCollection.java >> >> :114) >> >> at org.mortbay.jetty.handler.HandlerWrapper.handle( >> >> HandlerWrapper.java:139) >> >> at org.mortbay.jetty.Server.handle(Server.java:285) >> >> at org.mortbay.jetty.HttpConnection.handleRequest( >> >> HttpConnection.java:502) >> >> at >> >> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete( >> >> HttpConnection.java:821) >> >> at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:513) >> >> at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java >> >> :208) >> >> at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java >> >> :378) >> >> at >> >> >> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java >> >> :368) >> >> at >> >> org.mortbay.thread.BoundedThreadPool$PoolThread.run( >> BoundedThreadPool.java >> >> :442) >> >> >> >> -- >> >> View this message in context: >> >> http://www.nabble.com/Myfaces-on-LINUX-tp14313014p14313014.html >> >> Sent from the MyFaces - Users mailing list archive at Nabble.com. >> >> >> >> >> > >> > >> > -- >> > Alonso Isidoro Roman. >> > >> > >> >> >> ----- >> Gautam Trivedi >> Programmer Analyst >> -- >> View this message in context: >> http://www.nabble.com/Myfaces-on-LINUX-tp14313014p14313342.html >> Sent from the MyFaces - Users mailing list archive at Nabble.com. >> >> > > > -- > Alonso Isidoro Roman. > > ----- Gautam Trivedi Programmer Analyst -- View this message in context: http://www.nabble.com/Myfaces-on-LINUX-tp14313014p14330181.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

