Glad you were able to figure it out! Seems people are finding a lot of Tomcat bugs lately. I found a bug in 5.5.20 that caused my Restlet resources not to work (I also spent a few days figuring that out).
-Scott -Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia On Tue, Jul 15, 2008 at 2:57 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi again, > > i finally resolve the problem ! It is a bug using tomcat 5.5.12/14 + mod_jk > (1.2.15) + Apache/IIS > > https://issues.apache.org/bugzilla/show_bug.cgi?id=38047 > > I resolve just updgrading tomcat version to 5.5.26 ! > The Request.getReader() doesn't work with http://localhost/ but it work > with http://localhost:8080/ > > Bye > Giorgio > > > > ------------------------------------------------------------- > > Hi everyone, > i just found the problem ! > > in the SamlService.java METHOD > protected static String getRequestBody(final HttpServletRequest request) > at LINE 99 while ((line = reader.readLine()) != null) > > This line cause time out calling http://localhost/cas/ (trhought Apache or > IIS) and work good calling http://localhost:8080/cas/ (using tomcat only!) > . The problem is in the reader.readline() but i don't know why. Anyone can > help me ? > > Thank a lot > > Giorgio > > > ------------------------------------------------------------- > > Hi, > i have a problem using cas server with Apache + Tomcat or > Apache + IIS ; when i call http://localhost:8080/cas/ all work good (only > tomcat answer this call) but when i call > http://localhost/cas/ (through webserver) i can't see the form login and > after few minutes the result is timeout ! The mod_jk appears working good (i > have other web application under it) > > I'm using the standard version of cas server 3.2.1; > > this is a cas log's extract when i call http://localhost:8080/cas/ and all > work good > > ------------------------------------------------------------- > 2008-07-14 11:12:12,562 DEBUG > [org.jasig.cas.web.flow.InitialFlowSetupAction] - Action > 'InitialFlowSetupAction' beginning execution > 2008-07-14 11:12:12,562 DEBUG > [org.jasig.cas.web.flow.InitialFlowSetupAction] - sono nella do Execute > [EMAIL PROTECTED] externalContext = > [EMAIL PROTECTED] requestParameterMap = map['null' -> '']], > requestScope = map[[empty]], attributes = map[[empty]], flowExecution = > [EMAIL PROTECTED] flow = 'login-webflow', flowSessions = > [EMAIL PROTECTED] flow = 'login-webflow', state = > 'initialFlowSetup', scope = map[[empty]], flashMap = map[[empty]], status = > Active]]]] > 2008-07-14 11:12:12,562 INFO > [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting ContextPath for > cookies to: /cas > 2008-07-14 11:12:12,562 DEBUG > [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not > generate service. > 2008-07-14 11:12:12,578 DEBUG > [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not > generate service. > ------------------------------------------------------------- > > this the same log's extract when i call http://localhost/cas/ > > ------------------------------------------------------------- > 2008-07-14 11:16:50,312 DEBUG > [org.jasig.cas.web.flow.InitialFlowSetupAction] - Action > 'InitialFlowSetupAction' beginning execution > 2008-07-14 11:16:50,312 DEBUG > [org.jasig.cas.web.flow.InitialFlowSetupAction] - sono nella do Execute > [EMAIL PROTECTED] externalContext = > [EMAIL PROTECTED] requestParameterMap = map['null' -> '']], > requestScope = map[[empty]], attributes = map[[empty]], flowExecution = > [EMAIL PROTECTED] flow = 'login-webflow', flowSessions = > [EMAIL PROTECTED] flow = 'login-webflow', state = > 'initialFlowSetup', scope = map[[empty]], flashMap = map[[empty]], status = > Active]]]] > 2008-07-14 11:16:50,328 INFO > [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting ContextPath for > cookies to: /cas > 2008-07-14 11:16:50,343 DEBUG > [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not > generate service. > ------------------------------------------------------------- > > > How can see in the last case it doesn't excecute > [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not > generate service. > > What can i do to resolve problem ??! Any idea ? > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas >
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
