You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Davanum Srinivas <di...@yahoo.com> on 2001/06/22 19:33:45 UTC

[C2][Xalan2] Possible Bug? (Was Re: more data on the pattern matching bug)

Scott,

- I have not seen the bug myself. 
- Here's the URL to the original mail from Donald.
  http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=99316067430692&w=2
- We are using xalan.jar from latest CVS code.
- Have not added Bugzilla entry yet.

We'll have to wait for more info from Donald.

Thanks,
dims

--- Scott_Boag@lotus.com wrote:
> 
> Is there a Bugzilla bug posted on the xalan bug?  Which bug number?
> 
> What did you update the xalan.jar with.  Last release or latest CVS?
> 
> -scott
> 
> 
> 
> 
>                                                                                                 
>                   
>                     Donald Ball                                                                 
>                   
>                     <balld@websli        To:     Davanum Srinivas <di...@yahoo.com>              
>                   
>                     ngerZ.com>           cc:     <co...@xml.apache.org>, (bcc: Scott
> Boag/CAM/Lotus)          
>                                          Subject:     Re: more data on the pattern matching bug 
>                   
>                     06/22/2001                                                                  
>                   
>                     01:11 PM                                                                    
>                   
>                     Please                                                                      
>                   
>                     respond to                                                                  
>                   
>                     cocoon-dev                                                                  
>                   
>                                                                                                 
>                   
>                                                                                                 
>                   
> 
> 
> 
> 
> On Fri, 22 Jun 2001, Davanum Srinivas wrote:
> 
> > Donald,
> >
> > This should be fixed now. Can you test the Xalan Bug too? I updated
> > the Xalan Jar today.
> 
> the pattern matching bug seems to be solved but the xalan bug remains.
> more later, gotta give a talk now.
> 
> - donald
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
> 


=====
Davanum Srinivas, JNI-FAQ Manager
http://www.jGuru.com/faq/JNI

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2][Xalan2] Possible Bug? (Was Re: more data on the pattern matching bug)

Posted by Mariano Kamp <mk...@codamax.com>.
Donald,

  I got allmost the same Stacktrace a week ago. In my case it was my fault, 
the serializer I used encountered a NullPointer Exception, which wasn't 
reported but ended up like the below mentioned stacktrace.

Mariano

On Friday 22 June 2001 08:30 pm, you wrote:
> On Fri, 22 Jun 2001, Davanum Srinivas wrote:
> > Scott,
> >
> > - I have not seen the bug myself.
> > - Here's the URL to the original mail from Donald.
> >   http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=99316067430692&w=2
> > - We are using xalan.jar from latest CVS code.
> > - Have not added Bugzilla entry yet.
> >
> > We'll have to wait for more info from Donald.
>
> yeah, using the latest xalan from the cocoon2 cvs that dims checked in, i
> still get this exception when trying to use xsp pages:
>
> javax.xml.transform.TransformerException
>     at
> org.apache.xalan.transformer.TransformerImpl.waitTransformThread(Transforme
>rImpl.java:2884) at
> org.apache.xalan.transformer.TransformerHandlerImpl.endDocument(Transformer
>HandlerImpl.java:397) at
> org.xml.sax.helpers.XMLFilterImpl.endDocument(XMLFilterImpl.java:518)
>     at
> org.xml.sax.helpers.XMLFilterImpl.endDocument(XMLFilterImpl.java:518)
>     at
> org.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1230)
>     at
> org.apache.xerces.validators.common.XMLValidator.callEndDocument(XMLValidat
>or.java:1079) at
> org.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatc
>h(XMLDocumentScanner.java:1555) at
> org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner
>.java:381) at
> org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1035) at
> org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371) at
> org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371) at
> org.apache.cocoon.components.language.markup.LogicsheetCodeGenerator.genera
>teCode(LogicsheetCodeGenerator.java:134)
>
> is there any more data i can provide on this problem?
>
> - donald
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [C2][Xalan2] Possible Bug? (Was Re: more data on the pattern matching bug)

Posted by Donald Ball <ba...@webslingerZ.com>.
On Fri, 22 Jun 2001, Davanum Srinivas wrote:

> Scott,
>
> - I have not seen the bug myself.
> - Here's the URL to the original mail from Donald.
>   http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=99316067430692&w=2
> - We are using xalan.jar from latest CVS code.
> - Have not added Bugzilla entry yet.
>
> We'll have to wait for more info from Donald.

yeah, using the latest xalan from the cocoon2 cvs that dims checked in, i
still get this exception when trying to use xsp pages:

javax.xml.transform.TransformerException
    at
org.apache.xalan.transformer.TransformerImpl.waitTransformThread(TransformerImpl.java:2884)
    at
org.apache.xalan.transformer.TransformerHandlerImpl.endDocument(TransformerHandlerImpl.java:397)
    at
org.xml.sax.helpers.XMLFilterImpl.endDocument(XMLFilterImpl.java:518)
    at
org.xml.sax.helpers.XMLFilterImpl.endDocument(XMLFilterImpl.java:518)
    at
org.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1230)
    at
org.apache.xerces.validators.common.XMLValidator.callEndDocument(XMLValidator.java:1079)
    at
org.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch(XMLDocumentScanner.java:1555)
    at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381)
    at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1035)
    at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
    at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
    at
org.apache.cocoon.components.language.markup.LogicsheetCodeGenerator.generateCode(LogicsheetCodeGenerator.java:134)

is there any more data i can provide on this problem?

- donald


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org