You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Gr...@pfizer.com on 2004/02/18 10:09:24 UTC

JK2 release & Expat

Hi All,

I've been trying to test jk2 as we have a little buglet with 2.0.2 (it
appears apache children get confused, and hang whilst/after dealing with jk2
served content, they then hand around and clog up the process list, and
eventually we hit MaxClients).

Due to many reasons we run an older version of Apache (1.3.26).  This has
been complied with --disable-rule=EXPAT due to mod perl.

However when I start up an apache with the new jk2.so I get:

Cannot load /var/tmp/mod_jk2_new.so into server: ld.so.1:
/WWW/app/apache/1.3.26c/bin/httpd: fatal: relocation error: file
/var/tmp/mod_jk2_new.so: symbol XML_GetErrorCode: referenced symbol not
found

Which appears to be an Expat error.

Is this a new issue with apr or apr-utils?

Any clues?  Or is Expat now required within apache.  If so this could cause
a problem with running jk2 in a mod_perl moduled apache.

Thanks for all your efforts.

Greg

Greg Cope
GCS Ltd
Assign to: CIT, Sandwich - ISG
Phone: (44) 01304 642040
Fax: (44) 01304 652118

LEGAL NOTICE
     
Unless expressly stated otherwise, this message is confidential and may be
privileged. It is intended for the addresee(s) only. Access to this e-mail
by anyone else is unauthorised. If you are not an addressee, any disclosure
or copying of the contents of this e-mail or any action taken (or not taken)
in reliance on it is unauthorised and may be unlawful. If you are not an
addressee, please inform the sender immediately.
     
Pfizer Limited is registered in England under No. 526209 with its registered
office at Ramsgate Road, Sandwich, Kent CT13 9NJ

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: JK2 release & Expat

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
Henri Gomez wrote:
> Greg.Cope@pfizer.com wrote:
> 
>> Hi All,
>>
>> I've been trying to test jk2 as we have a little buglet with 2.0.2 (it
>> appears apache children get confused, and hang whilst/after dealing 
>> with jk2
>> served content, they then hand around and clog up the process list, and
>> eventually we hit MaxClients).
>>
>> Due to many reasons we run an older version of Apache (1.3.26).  This has
>> been complied with --disable-rule=EXPAT due to mod perl.
>>
>> However when I start up an apache with the new jk2.so I get:
>>
>> Cannot load /var/tmp/mod_jk2_new.so into server: ld.so.1:
>> /WWW/app/apache/1.3.26c/bin/httpd: fatal: relocation error: file
>> /var/tmp/mod_jk2_new.so: symbol XML_GetErrorCode: referenced symbol not
>> found

a "ldd /var/tmp/mod_jk2_new.so" would be nice to have.

>>
>> Which appears to be an Expat error.
>>
>> Is this a new issue with apr or apr-utils?
>>
>> Any clues?  Or is Expat now required within apache.  If so this could 
>> cause
>> a problem with running jk2 in a mod_perl moduled apache.
>>
>> Thanks for all your efforts.
> 
> 
> For the jk2 in CVS APR is mandatory so you should rebuild apr with expat
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: JK2 release & Expat

Posted by Henri Gomez <hg...@apache.org>.
Greg.Cope@pfizer.com wrote:

> Hi All,
> 
> I've been trying to test jk2 as we have a little buglet with 2.0.2 (it
> appears apache children get confused, and hang whilst/after dealing with jk2
> served content, they then hand around and clog up the process list, and
> eventually we hit MaxClients).
> 
> Due to many reasons we run an older version of Apache (1.3.26).  This has
> been complied with --disable-rule=EXPAT due to mod perl.
> 
> However when I start up an apache with the new jk2.so I get:
> 
> Cannot load /var/tmp/mod_jk2_new.so into server: ld.so.1:
> /WWW/app/apache/1.3.26c/bin/httpd: fatal: relocation error: file
> /var/tmp/mod_jk2_new.so: symbol XML_GetErrorCode: referenced symbol not
> found
> 
> Which appears to be an Expat error.
> 
> Is this a new issue with apr or apr-utils?
> 
> Any clues?  Or is Expat now required within apache.  If so this could cause
> a problem with running jk2 in a mod_perl moduled apache.
> 
> Thanks for all your efforts.

For the jk2 in CVS APR is mandatory so you should rebuild apr with expat

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org