Re: Markup of type 'html' not found. Not usual error...

2011-08-03 Thread Tito
Hi everybody. This time Im  writing to tell you that I solved my problem.
Perhaps this will be useful for someone.

It was a stupid error but it was hard to realize what the problem was. It
was a locale error.
I created html pages with _es.html suffix and I didn't create .html for
default use. When the user browsed with his browser that was configured in
portuguese it failed.
Well thanks for helping me.
Bye
Tito

2011/7/5 Tito 

> Noup. I'm running on a single server.
> And the Unit Test is also failing on server sometimes.
>
>
> 2011/7/5 Bruno Borges 
>
>> Are you running on a cluster? Maybe sessions are being serialized between
>> instances and not working properly.
>>
>>
>> *Bruno Borges*
>> www.brunoborges.com.br
>> +55 21 76727099
>>
>>
>>
>> On Tue, Jul 5, 2011 at 12:37 PM, Tito  wrote:
>>
>> > Mmm I remembered something.
>> > I made a RenderTest for this page and It works, but again, sometimes it
>> > doesn't.
>> >
>> > When it fails, in an specific machine, I have the same error. In that
>> case
>> > I
>> > think It's not a session problem, don't you think? I mean, servlet
>> > shouldn't
>> > catch any request in that case.
>> >
>> > But a session problem sound logic, because it happens with specific
>> users
>> > on
>> > specific machines. I don't know what to think.
>> >
>> >
>> > 2011/7/5 Bruno Borges 
>> >
>> > > I don't know. I'm just guessing. You may not be writing any wicket
>> > > attribute, but you may be removing them.
>> > >
>> > > *Bruno Borges*
>> > > www.brunoborges.com.br
>> > > +55 21 76727099
>> > >
>> > >
>> > >
>> > > On Tue, Jul 5, 2011 at 12:14 PM, Tito  wrote:
>> > >
>> > > > Yes I am, by a servlet that manage the session.
>> > > >
>> > > > But I don't get your point. why you mean It could be the problem?
>> > > > I think I'm not writing wicket attributes of session.
>> > > >
>> > > > I can't use wicket session because struts can't access to it. So I
>> have
>> > > to
>> > > > access direct to HttpSession.
>> > > >
>> > > >
>> > > > 2011/7/5 Bruno Borges 
>> > > >
>> > > > > 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  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.proce

Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Tito
Noup. I'm running on a single server.
And the Unit Test is also failing on server sometimes.

2011/7/5 Bruno Borges 

> Are you running on a cluster? Maybe sessions are being serialized between
> instances and not working properly.
>
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Tue, Jul 5, 2011 at 12:37 PM, Tito  wrote:
>
> > Mmm I remembered something.
> > I made a RenderTest for this page and It works, but again, sometimes it
> > doesn't.
> >
> > When it fails, in an specific machine, I have the same error. In that
> case
> > I
> > think It's not a session problem, don't you think? I mean, servlet
> > shouldn't
> > catch any request in that case.
> >
> > But a session problem sound logic, because it happens with specific users
> > on
> > specific machines. I don't know what to think.
> >
> >
> > 2011/7/5 Bruno Borges 
> >
> > > I don't know. I'm just guessing. You may not be writing any wicket
> > > attribute, but you may be removing them.
> > >
> > > *Bruno Borges*
> > > www.brunoborges.com.br
> > > +55 21 76727099
> > >
> > >
> > >
> > > On Tue, Jul 5, 2011 at 12:14 PM, Tito  wrote:
> > >
> > > > Yes I am, by a servlet that manage the session.
> > > >
> > > > But I don't get your point. why you mean It could be the problem?
> > > > I think I'm not writing wicket attributes of session.
> > > >
> > > > I can't use wicket session because struts can't access to it. So I
> have
> > > to
> > > > access direct to HttpSession.
> > > >
> > > >
> > > > 2011/7/5 Bruno Borges 
> > > >
> > > > > 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  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(Wi

Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Bruno Borges
Are you running on a cluster? Maybe sessions are being serialized between
instances and not working properly.


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



On Tue, Jul 5, 2011 at 12:37 PM, Tito  wrote:

> Mmm I remembered something.
> I made a RenderTest for this page and It works, but again, sometimes it
> doesn't.
>
> When it fails, in an specific machine, I have the same error. In that case
> I
> think It's not a session problem, don't you think? I mean, servlet
> shouldn't
> catch any request in that case.
>
> But a session problem sound logic, because it happens with specific users
> on
> specific machines. I don't know what to think.
>
>
> 2011/7/5 Bruno Borges 
>
> > I don't know. I'm just guessing. You may not be writing any wicket
> > attribute, but you may be removing them.
> >
> > *Bruno Borges*
> > www.brunoborges.com.br
> > +55 21 76727099
> >
> >
> >
> > On Tue, Jul 5, 2011 at 12:14 PM, Tito  wrote:
> >
> > > Yes I am, by a servlet that manage the session.
> > >
> > > But I don't get your point. why you mean It could be the problem?
> > > I think I'm not writing wicket attributes of session.
> > >
> > > I can't use wicket session because struts can't access to it. So I have
> > to
> > > access direct to HttpSession.
> > >
> > >
> > > 2011/7/5 Bruno Borges 
> > >
> > > > 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  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
> > > > >
> > > >
> > >
> >
> c

Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Tito
Mmm I remembered something.
I made a RenderTest for this page and It works, but again, sometimes it
doesn't.

When it fails, in an specific machine, I have the same error. In that case I
think It's not a session problem, don't you think? I mean, servlet shouldn't
catch any request in that case.

But a session problem sound logic, because it happens with specific users on
specific machines. I don't know what to think.


2011/7/5 Bruno Borges 

> I don't know. I'm just guessing. You may not be writing any wicket
> attribute, but you may be removing them.
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Tue, Jul 5, 2011 at 12:14 PM, Tito  wrote:
>
> > Yes I am, by a servlet that manage the session.
> >
> > But I don't get your point. why you mean It could be the problem?
> > I think I'm not writing wicket attributes of session.
> >
> > I can't use wicket session because struts can't access to it. So I have
> to
> > access direct to HttpSession.
> >
> >
> > 2011/7/5 Bruno Borges 
> >
> > > 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  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
> > > >
> 

Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Bruno Borges
I don't know. I'm just guessing. You may not be writing any wicket
attribute, but you may be removing them.

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



On Tue, Jul 5, 2011 at 12:14 PM, Tito  wrote:

> Yes I am, by a servlet that manage the session.
>
> But I don't get your point. why you mean It could be the problem?
> I think I'm not writing wicket attributes of session.
>
> I can't use wicket session because struts can't access to it. So I have to
> access direct to HttpSession.
>
>
> 2011/7/5 Bruno Borges 
>
> > 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  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.catalin

Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Tito
Yes I am, by a servlet that manage the session.

But I don't get your point. why you mean It could be the problem?
I think I'm not writing wicket attributes of session.

I can't use wicket session because struts can't access to it. So I have to
access direct to HttpSession.


2011/7/5 Bruno Borges 

> 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  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)
> > 
> >
> >  

Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Bruno Borges
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  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

Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Tito
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 

Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Martijn Dashorst
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  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



Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Martin Grigorov
And Wicket version is also relevant.

On Tue, Jul 5, 2011 at 3:13 PM, Bruno Borges  wrote:
> Please post it.
>
>
> *Bruno Borges*
> www.brunoborges.com.br
> +55 21 76727099
>
>
>
> On Tue, Jul 5, 2011 at 10:05 AM, Tito  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
>>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Bruno Borges
Please post it.


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



On Tue, Jul 5, 2011 at 10:05 AM, Tito  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
>


Markup of type 'html' not found. Not usual error...

2011-07-05 Thread Tito
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