Are you manipulating the HttpSession somehow?

I would guess there's something messing with attributes in session and
making Wicket loose it's references of cache or something.

*Bruno Borges*
www.brunoborges.com.br
+55 21 76727099



On Tue, Jul 5, 2011 at 11:23 AM, Tito <njyt...@gmail.com> wrote:

> I'm still running on wicket 1.4. I'm using 1.4.17 version.
>
> Here is the stack trace. Thank you!
>
> 2011-05-16 10:07:42,870 [http-80-12] ERROR keepcon23
> org.apache.wicket.RequestCycle
> - Markup of type 'html' for component
> 'com.keepcon.web.timetracking.EmployeeDedicationLoad' not found. Enable
> debug messages for org.apache.wicket.util.resource to get a list of all
> filenames tried.: [Page class =
> com.keepcon.web.timetracking.EmployeeDedicationLoad, id = 0, version =
> 0]***
> *
>
> org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html' for
> component 'com.keepcon.web.timetracking.EmployeeDedicationLoad' not found.
> Enable debug messages for org.apache.wicket.util.resource to get a list of
> all filenames tried.: [Page class =
> com.keepcon.web.timetracking.EmployeeDedicationLoad, id = 0, version =
> 0]***
> *
>
>        at org.apache.wicket
> .markup.MarkupCache.getMarkupStream(MarkupCache.java:227)****
>
>        at org.apache.wicket
> .MarkupContainer.getAssociatedMarkupStream(MarkupContainer.java:351)****
>
>        at org.apache.wicket.Page.onRender(Page.java:1587)****
>
>        at org.apache.wicket.Component.render(Component.java:2521)****
>
>        at org.apache.wicket.Page.renderPage(Page.java:932)****
>
>        at org.apache.wicket
>
> .request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:261)
> ****
>
>        at org.apache.wicket
>
> .request.target.coding.HybridUrlCodingStrategy$HybridBookmarkablePageRequestTarget.respond(HybridUrlCodingStrategy.java:987)
> ****
>
>        at org.apache.wicket
>
> .request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:105)
> ****
>
>        at org.apache.wicket
> .RequestCycle.processEventsAndRespond(RequestCycle.java:1258)****
>
>        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)****
>
>        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)****
>
>        at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)****
>
>        at org.apache.wicket
> .protocol.http.WicketFilter.doGet(WicketFilter.java:486)****
>
>        at org.apache.wicket
> .protocol.http.WicketFilter.doFilter(WicketFilter.java:319)****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> ****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> ****
>
>        at
> com.keepcon.web.filter.EncodingFilter.doFilter(EncodingFilter.java:20)****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> ****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> ****
>
>        at
> com.keepcon.web.filter.SecurityFilter.doFilter(SecurityFilter.java:67)****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> ****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> ****
>
>        at
>
> org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
> ****
>
>        at
>
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
> ****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> ****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> ****
>
>        at
>
> net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:157)****
>
>        at
>
> net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:131)****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> ****
>
>        at
>
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> ****
>
>        at
>
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> ****
>
>        at
>
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> ****
>
>        at
>
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
> ****
>
>        at
>
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> ****
>
>        at
>
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> ****
>
>        at
>
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> ****
>
>        at
>
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)*
> ***
>
>        at
>
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)**
> **
>
>        at
>
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
> ****
>
>        at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)****
>
>        at java.lang.Thread.run(Thread.java:662)
>
>
>
> I think I should make it clear I'm working with a servlet to manage
> session,
> because most part of the application is running on Struts and I'm migrating
> gradually to wicket.
>
>
> I telling you this because wicket doesn't manage sessions here.
>
>
> Tito
>
> 2011/7/5 Martijn Dashorst <martijn.dasho...@gmail.com>
>
> > This sounds like something we fixed in 1.5-rc5.1. please make sure you
> > are on the latest 1.5 release candidate (unless you are running 1.4 or
> > 1.3).
> >
> > Martijn
> >
> > On Tue, Jul 5, 2011 at 3:05 PM, Tito <njyt...@gmail.com> wrote:
> > > Hi I'm having this error for several days now.
> > > But the strange thing is that it doesn't happen all the time. It's more
> > like
> > > a random error.
> > >
> > > I know this error usually means that the html file is missing, but html
> > is
> > > there and working. I have this error in production and only in a few
> > cases.
> > > This happens with some users who log in my system from their machines.
> I
> > > can't reproduce this error, it just happens.
> > >
> > > I know it's not enough information but perhaps someone had this problem
> > > before. I can post stacktrace if somone considers it useful.
> > >
> > > Thanks in advanced.
> > >
> > > Tito
> > >
> >
> >
> >
> > --
> > Become a Wicket expert, learn from the best: http://wicketinaction.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>

Reply via email to