You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Graeme Colman <gr...@yahoo.com> on 2002/09/09 16:02:02 UTC

WARP error shutting down tomcat

Hi,

I have a problem with my tomcat/apache setup.

I have several tomcat threads running with apache via
the warp connector.

My setup is:
Tomcat 4.0.3
apache httpd server 1.3
webapp-module 1.0


This works fine for a while, until I get an error page
from apache: Error 500 warp connector error.

Looking at the httpd log file I get the following
errors:

[Mon Sep  9 12:07:05 2002] [error] Re-Trying to deploy
connections
[Mon Sep  9 12:07:05 2002] [error] Connection "conn4"
cannot connect
[Mon Sep  9 12:07:05 2002] [error] Cannot open
connection "conn4"
[Mon Sep  9 12:07:05 2002] [error] Connection "conn3"
cannot connect
[Mon Sep  9 12:07:05 2002] [error] Cannot open
connection "conn3"
[Mon Sep  9 12:45:48 2002] [error] Cannot shutdown
"conn2"

This error results in my tomcat thread being shut down
and will re-appear until I restart apache and tomcat.

Has anyone else had this problem?

Any help will be most gratefully received.

Graeme Colman.

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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


Re: tomcat 4.1.10 & tag

Posted by Remy Maucherat <re...@apache.org>.
luca wrote:
> Hello,
> I've caught an exception with tomcat 4.1.10 and the tag <jsp:include
> page="...">.
> this is the code:
> 
> -------------------------------------------
> <% boolean disabled=false; ...%>
> 
> <jsp:include page="simple-icon.jsp">
>    <jsp:param name="icon" value="blocca"/>
>    <jsp:param name="disabled" value="<%= disabled %>"/>
> </jsp:include>
> -------------------------------------------
> 
> and this is the error message:
> 
> -------------------------------------------
> An error occurred at line: 567 in the jsp file: /frame-grid.jsp
> 
> Generated servlet error:
> D:\Programmi\Tomcat
> 4.1\work\Standalone\localhost\webmodel\frame_0002dgrid_jsp.java:412: cannot
> resolve symbol
> symbol  : method encode  (boolean)
> location: class java.net.URLEncoder
>       JspRuntimeLibrary.include(request, response, "simple-icon.jsp" + "?" +
> "icon=" + "blocca" + "&" + "disabled=" + java.net.URLEncoder.encode(
> disabled ), out, false);
> -------------------------------------------
> 
> Note that with Tomcat 4.04 this worked fine.
> 
> I'm using Tomcat 4.1.10 LE-jdk14 with jdk 1.4.0

Yes, this is a known issue. It will be fixed in the next release.

Remy


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


tomcat 4.1.10 & tag

Posted by luca <lb...@ais.it>.
Hello,
I've caught an exception with tomcat 4.1.10 and the tag <jsp:include
page="...">.
this is the code:

-------------------------------------------
<% boolean disabled=false; ...%>

<jsp:include page="simple-icon.jsp">
   <jsp:param name="icon" value="blocca"/>
   <jsp:param name="disabled" value="<%= disabled %>"/>
</jsp:include>
-------------------------------------------

and this is the error message:

-------------------------------------------
An error occurred at line: 567 in the jsp file: /frame-grid.jsp

Generated servlet error:
D:\Programmi\Tomcat
4.1\work\Standalone\localhost\webmodel\frame_0002dgrid_jsp.java:412: cannot
resolve symbol
symbol  : method encode  (boolean)
location: class java.net.URLEncoder
      JspRuntimeLibrary.include(request, response, "simple-icon.jsp" + "?" +
"icon=" + "blocca" + "&" + "disabled=" + java.net.URLEncoder.encode(
disabled ), out, false);
-------------------------------------------

Note that with Tomcat 4.04 this worked fine.

I'm using Tomcat 4.1.10 LE-jdk14 with jdk 1.4.0
Thanx for any suggests, luca



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