Re: strange issues in SUSE, please have a look, many thanks!

2008-03-19 Thread Timo Rantalaiho
On Tue, 18 Mar 2008, raybristol wrote:
 My wicket application was developed in windows and it runs fine in my
 windwos, however after deploying it to SUSE, I got this message:
 
 java.lang.IllegalStateException: Request processing executed 100 steps,
 which means it is probably in an infinite loop.
 
 09:33:17,109 ERROR RequestCycle:1255 - Markup of type 'html' for component
 'apto.umbrella.wicketInterface.WicketAccessDenied' not found. 

This happens also when the casing of the HTML and class file
is different (e.g. WicketAccessdenied.html). It works on 
Windows, because Windows is case-insensitive.

 Enable debug messages for org.apache.wicket.util.resource to get a list of
 all filenames tried:

Have you done this?

Best wishes,
Timo

-- 
Timo Rantalaiho   
Reaktor Innovations OyURL: http://www.ri.fi/ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: strange issues in SUSE, please have a look, many thanks!

2008-03-18 Thread Igor Vaynberg
looks like wicket doesnt have permissions to read .html files inside
the classes dir. are you sure they are there? are you sure file
permissions are right? are you sure your SUSE tomcat isnt using a
security manager?

-igor


On Tue, Mar 18, 2008 at 7:46 AM, raybristol [EMAIL PROTECTED] wrote:

  My wicket application was developed in windows and it runs fine in my
  windwos, however after deploying it to SUSE, I got this message:

  java.lang.IllegalStateException: Request processing executed 100 steps,
  which means it is probably in an infinite loop.

  09:33:17,109 ERROR RequestCycle:1255 - Markup of type 'html' for component
  'apto.umbrella.wicketInterface.WicketAccessDenied' not found.
  Enable debug messages for org.apache.wicket.util.resource to get a list of
  all filenames tried:
  [Page class = apto.umbrella.wicketInterface.WicketAccessDenied, id = 173,
  version = 0]
  org.apache.wicket.markup.MarkupNotFoundException: Markup of type 'html'
  for component 'apto.umbrella.wicketInterface.WicketAccessDenied' not found.
  Enable debug messages for org.apache.wicket.util.resource to get a list of
  all filenames tried:
  [Page class = apto.umbrella.wicketInterface.WicketAccessDenied, id = 173,
  version = 0]
 at
  
 org.apache.wicket.MarkupContainer.getAssociatedMarkupStream(MarkupContainer.java:358)
 at org.apache.wicket.Page.onRender(Page.java:1426)
 at org.apache.wicket.Component.render(Component.java:2013)
 at org.apache.wicket.Page.renderPage(Page.java:922)
 at
  
 org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.respond(BookmarkablePageRequestTarget.java:225)
 at
  
 org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:103)
 at org.apache.wicket.RequestCycle.respond(RequestCycle.java:1047)
 at org.apache.wicket.RequestCycle.step(RequestCycle.java:1113)
 at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1177)
 at org.apache.wicket.RequestCycle.request(RequestCycle.java:500)
 at
  org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:261)
 at
  org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:126)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
 at
  
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 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:175)
 at
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 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:263)
 at
  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
 at
  
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
 at
  org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 at java.lang.Thread.run(Unknown Source) Caused by:
  org.apache.wicket.markup.MarkupNotFoundException: Markup not found.
  Component class: apto.umbrella.wicketInterface.WicketAccessDenied
  Enable debug messages for org.apache.wicket.util.resource to get a list of
  all filenames tried
 at
  org.apache.wicket.markup.MarkupCache.getMarkupStream(MarkupCache.java:216)
 at
  
 org.apache.wicket.MarkupContainer.getAssociatedMarkupStream(MarkupContainer.java:346)
 ... 25 more




  Any thoughts? it runs fine in my window machine... I am going nuts don't
  know what caused this...


  Many thanks for your help!
  --
  View this message in context: 
 http://www.nabble.com/strange-issues-in-SUSE%2C-please-have-a-look%2C-many-thanks%21-tp16121989p16121989.html
  Sent from the Wicket - User mailing list archive at Nabble.com.


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]