it looks like you need to remove crimson.jar from your classpath
still...maybe it's in the system classpath before you start tomcat?? struts
does not like anything but xerces 1.3.1, for some reason, in the newer
containers...
jb
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 24, 2001 10:26 AM
Subject: Re: Baisc q 2 Cannot find message resources u/key -
>
> Jon,
>
> That did something. Before when I was starting my server, the console
> read:
>
> -------------------------------------------------------------------------
>
> Starting service Tomcat-Standalone
> Apache Tomcat/4.0-b6
> Starting service Tomcat-Apache
> Apache Tomcat/4.0-b6
>
> --------------------------------------------------------------------------
>
> Now the console shows:
>
> --------------------------------------------------------------------------
----------------
>
> A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL
> relocation target' has occurred in :
> 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting
method.
> Please report this error in detail to
> http://java.sun.com/cgi-bin/bugreport.cgi
>
> Starting service Tomcat-Standalone
> Apache Tomcat/4.0-b6
> register('-//Apache Software Foundation//DTD Struts Configuration
1.0//EN',
>
'jar:file:/C:/Tomcat/bin/../webapps/struts-example/WEB-INF/lib/struts.jar!/o
rg/apache/struts/resources/struts-config_1_0.dtd'
> register('-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN',
>
'jar:file:/C:/Tomcat/bin/../webapps/struts-example/WEB-INF/lib/struts.jar!/o
rg/apache/struts/
> resources/web-app_2_2.dtd'
> register('-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN',
> 'jar:file:/C:
>
/Tomcat/bin/../webapps/struts-example/WEB-INF/lib/struts.jar!/org/apache/str
uts/
> resources/web-app_2_3.dtd'
> register('-//Apache Software Foundation//DTD Struts Configuration
1.0//EN',
> 'jar
>
:file:/C:/Tomcat/bin/../webapps/struts-blank/WEB-INF/lib/struts.jar!/org/apa
che/
> struts/resources/struts-config_1_0.dtd'
> register('-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN',
> 'jar:file:/C:
>
/Tomcat/bin/../webapps/struts-blank/WEB-INF/lib/struts.jar!/org/apache/strut
s/re
> sources/web-app_2_2.dtd'
> register('-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN',
> 'jar:file:/C:
>
/Tomcat/bin/../webapps/struts-blank/WEB-INF/lib/struts.jar!/org/apache/strut
s/re
> sources/web-app_2_3.dtd'
> Starting service Tomcat-Apache
> Apache Tomcat/4.0-b6
>
> --------------------------------------------------------------------------
----------------
>
> When the index.jsp page for the struts-example application attempts to
> load, it seems to get caught in a loop.. Still no joy, but at least
> something different is happening.
>
> Thanks,
> Brian
>
>
>
>
>
> "Jon Brisbin"
> <brisbin@ipa. To:
<[EMAIL PROTECTED]>
> net> cc: "Chuck Amadi"
<[EMAIL PROTECTED]>
> Subject: Re: Baisc q 2 Cannot
find message resources u/key -
> 07/24/2001
> 10:02 AM
> Please
> respond to
> struts-user
>
>
>
>
>
>
> > Hi, there only promlem is that i am not running tomcat 4.
>
> i know that... :-) ok...let's try this worded a different way:
>
> the problem is an xml parser issue, as this question has come up a lot
> lately and i got my own servlet container to work by carefully analyzing
> where and when my xml parsers were getting loaded...
>
> your solution will *obviously* be different, but the problem seems to come
> from classloading of xml parsers...you'll of course need to look through
> your lib directories and make sure no other jaxp or crimson parsers are
> there, replacing them with xerces 1.3.1 (1.4.1 will also give some issues
> with some containers, specifically tomcat)...
>
> i was only using my solution as an *example* of how everyone having this
> problem can analyze their own servlet container to help fix the problem.
i
> was getting pretty irritated because NO ONE was helping me fix this
> problem,
> or even offering constructive advice on the deeper issue i knew it had to
> be...one deeper than just making sure my config files were accurate...
>
> it's something worth trying, anyway...
>
> jb
>
>
>
>
>
>