You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Scott Eade <se...@backstagetech.com.au> on 2002/02/20 13:29:01 UTC

Infinite redirect detected...

I have a Production app running under Tomcat 3.1 (moving to 4.01 shortly)
and Apache 1.3.20 that seems to run okay, but occasionally in the logs I see
this:


2002-02-20 22:05:16,744 [Thread-180] ERROR system - Infinite redirect
detected...
2002-02-20 22:05:16,829 [Thread-180] ERROR system - Turbine.handleException:
Infinite redirect detected...
2002-02-20 22:05:16,978 [Thread-180] ERROR system -
java.lang.Exception: Infinite redirect detected...
        at org.apache.turbine.Turbine.doGet(Turbine.java:286)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at 
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at 
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java:156)
        at 
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
        at java.lang.Thread.run(Thread.java:498)

Has anyone seen this error before or have any suggestions as to how I might
go about attempting to track the problem down?

Thanks,

Scott


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Infinite redirect detected...

Posted by Scott Eade <se...@backstagetech.com.au>.
> From: "Gareth Coltman" <ga...@majorband.co.uk>
> 
> We had this problem when our load balancer get getting confused and sending
> the first request to server A but then the redirect to server B.
> ??
> Gareth

Thanks for the suggestion Gareth.  To my knowledge there is no load balancer
involved - the site is running off a fairly standard ISP virtual host
account.

You did give me the idea to check the tomcat log.  All this shows is:

Context log path="/mypath" :mypath: Infinite redirect detected...

Not very helpful unfortunately.

The search continues...

Scott
> 
>> -----Original Message-----
>> From: Scott Eade [mailto:seade@backstagetech.com.au]
>> Sent: 20 February 2002 12:29
>> To: turbine-user
>> Subject: Infinite redirect detected...
>> 
>> 
>> I have a Production app running under Tomcat 3.1 (moving to 4.01 shortly)
>> and Apache 1.3.20 that seems to run okay, but occasionally in the
>> logs I see
>> this:
>> 
>> 
>> 2002-02-20 22:05:16,744 [Thread-180] ERROR system - Infinite redirect
>> detected...
>> 2002-02-20 22:05:16,829 [Thread-180] ERROR system -
>> Turbine.handleException:
>> Infinite redirect detected...
>> 2002-02-20 22:05:16,978 [Thread-180] ERROR system -
>> java.lang.Exception: Infinite redirect detected...
>>         at org.apache.turbine.Turbine.doGet(Turbine.java:286)
>>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>>         at
>> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper
>> .java:503)
>>         at
>> org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
>>         at
>> org.apache.tomcat.service.connector.Ajp12ConnectionHandler.process
>> Connection
>> (Ajp12ConnectionHandler.java:156)
>>         at
>> org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoin
>> t.java:338
>> )
>>         at java.lang.Thread.run(Thread.java:498)
>> 
>> Has anyone seen this error before or have any suggestions as to
>> how I might
>> go about attempting to track the problem down?
>> 
>> Thanks,
>> 
>> Scott
>> 
>> 
>> --
>> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Infinite redirect detected...

Posted by Gareth Coltman <ga...@majorband.co.uk>.
We had this problem when our load balancer get getting confused and sending
the first request to server A but then the redirect to server B.
??
Gareth

> -----Original Message-----
> From: Scott Eade [mailto:seade@backstagetech.com.au]
> Sent: 20 February 2002 12:29
> To: turbine-user
> Subject: Infinite redirect detected...
>
>
> I have a Production app running under Tomcat 3.1 (moving to 4.01 shortly)
> and Apache 1.3.20 that seems to run okay, but occasionally in the
> logs I see
> this:
>
>
> 2002-02-20 22:05:16,744 [Thread-180] ERROR system - Infinite redirect
> detected...
> 2002-02-20 22:05:16,829 [Thread-180] ERROR system -
> Turbine.handleException:
> Infinite redirect detected...
> 2002-02-20 22:05:16,978 [Thread-180] ERROR system -
> java.lang.Exception: Infinite redirect detected...
>         at org.apache.turbine.Turbine.doGet(Turbine.java:286)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>         at
> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper
> .java:503)
>         at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
>         at
> org.apache.tomcat.service.connector.Ajp12ConnectionHandler.process
> Connection
> (Ajp12ConnectionHandler.java:156)
>         at
> org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoin
> t.java:338
> )
>         at java.lang.Thread.run(Thread.java:498)
>
> Has anyone seen this error before or have any suggestions as to
> how I might
> go about attempting to track the problem down?
>
> Thanks,
>
> Scott
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Turbine 2.2.x

Posted by Viraf Bankwalla <vi...@yahoo.com>.
Hi,

Are there timelines for the next release of Turbine ?

What are the new features in Turbine 2.2.x ?

What is the plan for pulling in commons code into
Turibine ?  There is a lot of really good work going
on in the Commons project, and it would be nice to
have them incorporated into Fulcrum as they are
available.  

What are the plans for integration with different app
servers ?

Thanks.

- viraf

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Bind variables in torque

Posted by Gareth Coltman <ga...@majorband.co.uk>.
Hello all,

Does/can Torque use bind variables? I remember looking at the code and
seeing that prepared statements could be used, but I don't understand why
prepared statements with bind variables aren't always used. This would allow
databases to make much better use of their cache.

Any thoughts?

Gareth


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>