Re: Server redirected too many times (20)

2021-09-13 Thread Christopher Schultz
remove: BUILD FAILED /home/barry/tomcat/hockey3/build.xml:504: java.net.ProtocolException: Server redirected too many times (20) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1932) at java.base

Server redirected too many times (20)

2021-09-12 Thread Barry Kimelman
/build.xml:504: java.net.ProtocolException: Server redirected too many times (20) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1932) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520) at

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-20 Thread Zahid Rahman
>>>>>> java.net.ConnectException: Connection refused > >>>>>> (Connection refused) at > >>>>>> java.net.PlainSocketImpl.socketConnect(Native Method) > >>>>>> > >>>>>> AFTER TOMCAT STARTED > >&

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-20 Thread Christopher Schultz
: 'includeantruntime' was not set, defaulting to >>>>>> build.sysclasspath=last; set to false for repeatable >>>>>> builds >>>>>> >>>>>> install: >>>>>> >>>>>> BUILD FAILED /home/kub18/mya

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
>>> builds >> >>>>> >> >>>>> install: >> >>>>> >> >>>>> BUILD FAILED /home/kub18/myapp/build.xml:369: >> >>>>> java.net.ConnectException: Connection refused (Connection >>

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Christopher Schultz
;>>> Using JRE_HOME: /usr Using CLASSPATH: >>>>> /home/kub18/apache-tomcat-9.0.30/bin/bootstrap.jar:/home/kub18/apa c > >>>>> he- > >>>>> > tomcat-9.0.30/bin/tomcat-juli.jar >>>>> >>>>> >>>

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
>>>> /usr Using CLASSPATH: > >>>> /home/kub18/apache-tomcat-9.0.30/bin/bootstrap.jar:/home/kub18/apac > he- > > > >>>> > tomcat-9.0.30/bin/tomcat-juli.jar > >>>> > >>>> > >>>> > >&

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Christopher Schultz
pache-tomcat-9.0.30/bin/bootstrap.jar:/home/kub18/apac he- > >>>> tomcat-9.0.30/bin/tomcat-juli.jar >>>> >>>> >>>> >>>> Tomcat started. >>>> >>>> KONSOLE OUTPUT kub18@UB18:~/myapp$ ant install Build

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
t; > datatype resources > > > > prepare: > > > > compile: [javac] /home/kub18/myapp/build.xml:293: warning: > > 'includeantruntime' was not set, defaulting to > > build.sysclasspath=last; set to false for repeatable builds > > > > install: >

Re: ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Christopher Schultz
t; > compile: [javac] /home/kub18/myapp/build.xml:293: warning: > 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > > install: > > BUILD FAILED /home/kub18/myapp/build.xml:369: > java.net.Proto

ant install build.xml:372: java.net.ProtocolException: Server redirected too many times (20)

2019-12-19 Thread Zahid Rahman
s prepare: compile: [javac] /home/kub18/myapp/build.xml:293: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds install: BUILD FAILED /home/kub18/myapp/build.xml:369: java.net.ProtocolException: Server redirected too many t

Re: ant install java.net.ProtocolException: Server redirected too many times (20)

2019-02-11 Thread Mark Thomas
gt; C:\barry\hockey3\build.xml:369: java.net.ProtocolException: Server > redirected too many times (20) > > build.xml : 362 , 371 > 362:363:description="Install application to servlet container"> > 364: > 365: 366:username="${manager.username

ant install java.net.ProtocolException: Server redirected too many times (20)

2019-02-08 Thread Barry Kimelman
I am trying to build an app under tomcat 9-0-14 that I had previously built under tomcat 7 several years ago. however when I run the "ant install" command it fails with the following errors. BUILD FAILED C:\barry\hockey3\build.xml:369: java.net.ProtocolException: Server redirecte

Cannot invoke Tomcat manager Embedded error: "Server redirected too many times (20)

2008-01-16 Thread VanIngen, Erik (ESTG)
I am using maven tomcat:deploy to deploy. It worked fine but now I am having this error: Cannot invoke Tomcat manager Embedded error: "Server redirected too many times (20) Any ideas?

Re: Server redirected too many times (20)

2007-04-30 Thread Martin Gainty
dersen" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, April 30, 2007 12:53 PM Subject: Server redirected too many times (20) Hi, I can't understand why Tomcat gives me this error message when I try to reload my app: Server redirected too many times (2

Re: Server redirected too many times (20)

2007-04-30 Thread Rashmi Rubdi
Hi John, On 4/30/07, John Pedersen <[EMAIL PROTECTED]> wrote: Hi, I can't understand why Tomcat gives me this error message when I try to reload my app: Server redirected too many times (20) Is my app getting too big ( 400 files) ? The conversation on this http://bugs.sun.com/

Server redirected too many times (20)

2007-04-30 Thread John Pedersen
Hi, I can't understand why Tomcat gives me this error message when I try to reload my app: Server redirected too many times (20) Is my app getting too big ( 400 files) ? It seems to happen more and more often. Usually a server restart fixes it. Sometimes I have to restart my machine. A