Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Тр Кирилл
Hello everyone, Please help to solve next issue. It seems, tomcat saved old IP address somewhere. Cannot find this place :. Local machine IP address got changed. After that tomcat works wrong. It seems it still have a reference to the old IP = 10.28.98.189. What I have found out in logs.

RE: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Caldarale, Charles R
From: Тр Кирилл [mailto:kirillt-h...@yandex.ru] Subject: Tomcat issues error message after IP address got changed. (5.5.26) Please help to solve next issue. It seems, tomcat saved old IP address somewhere. Cannot find this place :. Post your server.xml so we can look at it. Make sure

Re: RE: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Тр Кирилл
=localhost_access_log. suffix=.txt pattern=common resolveHosts=false/ -- /Host /Engine /Service /Server 01.03.10, 08:51, Caldarale, Charles R chuck.caldar...@unisys.com: From: Тр Кирилл [mailto:kirillt-h...@yandex.ru] Subject: Tomcat issues error message after IP

Re: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Konstantin Kolinko
2010/3/1 Тр Кирилл kirillt-h...@yandex.ru: java.lang.RuntimeException: org.apache.catalina.tribes.ChannelException: java.net.SocketException: The requested address is not valid in its context; No faulty members identified. at

Re: Re: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Тр Кирилл
Solved. This wrong IP address came from the next file: Tomcat 5.5.26\common\lib\boot.properties param name: cluster.addr.local Regards, Kirill 01.03.10, 18:25, Konstantin Kolinko knst.koli...@gmail.com: 2010/3/1 Тр Кирилл : java.lang.RuntimeException:

Re: Tomcat issues error message after IP address got changed. (5.5.26)

2010-03-01 Thread Pid
On 01/03/2010 16:29, Тр Кирилл wrote: Solved. This wrong IP address came from the next file: Tomcat 5.5.26\common\lib\boot.properties param name: cluster.addr.local This isn't a Tomcat supplied file. Why not change it to the correct address and see what happens? p Regards, Kirill