Hi everyone,
I've been experiencing a strange crash with Cocoon & Jetty. I'm not sure
if anyone can reproduce this. I'm running Cocoon 2.1-Dev and Jetty under
FreeBSD 4.5-R. JDK is 1.4.1_01.
Here's the log from Jetty after it bombs:
19:17:28.616 EVENT Started SocketListener on 0.0.0.0:8888
19:17:28.618 EVENT Started [EMAIL PROTECTED]
Mon Mar 31 19:17:31 EST 2003 Listening for connections ...
Unexpected Signal : 11 occurred at PC=0x2A4966CD
Function=[Unknown.]
Library=(N/A)
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
Dynamic libraries:
Can not get information for pid = 7045
Local Time = Mon Mar 31 19:21:01 2003
Elapsed Time = 219
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002E6
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1_01-b01 mixed mode)
#
# An error report file has been saved as hs_err_pid7022.log.
# Please refer to the file for further information.
My log doesn't contain any more information than is reported in the above
crash report. Here's the sitemap snippet:
<map:match pattern="wx/mn.xml">
<map:generate type="html"
src="http://www.crh.noaa.gov/data/forecasts/MNZ060.php?warncounty=mnc053&city=Minneapolis">
<map:parameter name="xpath"
value="/html/body/table[4]/tr[4]/td[2]/table[1]/tr[2]/td[1]/table[1]/tr[1]/td[2]/table[1]"/>
</map:generate>
<map:transform src="stylesheets/zone.xsl"/>
<map:serialize type="xml"/>
</map:match>
I'd appreciate if someone could take a look at this. The weird part is
there's no crash if i take out the <map:transform/>.
Here's my stylesheet. I pared it down because i thought I had an XSL
problem but it's not looking like that.
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<zone>
<elem>foo</elem>
</zone>
</xsl:template>
</xsl:stylesheet>
I haven't tested this under Tomcat yet, or on different platforms. Is
anyone else seeing a crash like this?
Regards,
Tony
--
Tony Collen
ICQ: 12410567 IRC: irc.byxnet.net
--
Cocoon: Internet Glue (A Cocoon Weblog)
http://manero.otrg/weblog/
--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]