DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36703>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36703 ------- Additional Comments From [EMAIL PROTECTED] 2005-09-20 04:45 ------- > Unless you happen to be running the tests on a machine > named 'my-server-name.com' that's never going to be > the expected output is it? Besides, what I changed it to > is consistent with the other tests in the suite. The concern Wendy mentioned is about the test itself. The test here is against the html:base tag, so I specifically did not choose <%=server%> to reduce the chance of false-positives. By 'hard coding' this property to something other than <%=server%>, we can say, without doubt, that this tag does what it is intended. Wendy, please revert this back. > The errors you saw may be because (I think) Cactus starts and stops > the servlet container for each test? If that's true, than we have much bigger problems ;) > At any rate, I think they're problems outside the tests themselves > since nothing in Struts would be attempting to bind to anything > I don't think. That's correct. > Might be worth trying the tests on another machine if you have > acces to one. Nah, I wouldn't do that. A bind exception simply means that program, err, Tomcat, cannot open a specific port. If you get this when firing up Tomcat, chances are good that either: a) you've already got another instance running (hence, using the same ports) or b) you've configured tomcat to use port 80, which is conflicting with some other application (Apache, IIS, Resin, etc) In either case, if tomcat throws a bind exception during maven cactus tests, the tests never ran, and you can possibly hang the jvm (thank god for Ctrl + C). For more help with Tomcat errors, see: http://www.spikesource.com/docs/cs_1.6.0-linux/doc/tomcat55/tomcat55_troubleshoot.html -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]