No more DTM IDs are available

2003-01-20 Thread Sebastian Gil
-to resource=dynamic-page/ is deprecated. Please use call resource=dynamic-page/ instead. Fatal: org.apache.xml.dtm.DTMException: No more DTM IDs are available at org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java :3170) at java.lang.Thread.run

Re: No more DTM IDs are available

2003-01-20 Thread jakob . dalsgaard
of redirect-to resource=dynamic-page/ is deprecated. Please use call resource=dynamic-page/ instead. Fatal: org.apache.xml.dtm.DTMException: No more DTM IDs are available at org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java :3170

RE: No more DTM IDs are available

2003-01-20 Thread Geoff Howard
You probably have an old Xalan in your JDK shadowing the Xalan in Cocoon. This is due to Java 2 Class Loading. Solution is to add xalan and xerces to the endorsed lib of your JDK (I am assuming some type of JDK 1.4 here). But note that if you use Tomcat, it overrides the jdk endorsed

Re: No more DTM IDs are available

2002-11-07 Thread jakob . dalsgaard
are available Take a look at: http://www.mail-archive.com/cocoon-users@xml.apache.org/msg19907.html --- Peter Smink [EMAIL PROTECTED] wrote: during the execution of my xsp page with logicsheets I get the DTMException No more DTM IDs are available how can i prevent this error? Peter Smink

No more DTM IDs are available

2002-11-06 Thread Peter Smink
during the execution of my xsp page with logicsheets I get the DTMException No more DTM IDs are available how can i prevent this error? Peter Smink Osirion b.v. - Please check that your question has not already been answered

Re: No more DTM IDs are available

2002-11-06 Thread Alex Romayev
Take a look at: http://www.mail-archive.com/cocoon-users;xml.apache.org/msg19907.html --- Peter Smink [EMAIL PROTECTED] wrote: during the execution of my xsp page with logicsheets I get the DTMException No more DTM IDs are available how can i prevent this error? Peter Smink Osirion b.v

JDK 1.4.1 on Solaris: org.apache.xml.dtm.DTMException: No more DTM IDs are available error

2002-10-30 Thread Luca Morandini
Folks, we're trying to run Cocoon 2.0.3 on Solaris 8 with Tomcat 4.0.4b3 and JDK 1.4.1, but we're not even able to see the welcome page :( Yes, we've put the Xalan, Xerces, and XML-apis jars in the endorsed directory... but the problem is still there: any clue ? Best regards, Luca Morandini

R: JDK 1.4.1 on Solaris: org.apache.xml.dtm.DTMException: No more DTM IDs are available error

2002-10-30 Thread Luca Morandini
growing tired of helping myself :( Luca Morandini [EMAIL PROTECTED] -Messaggio originale- Da: Luca Morandini [mailto:spectrum.morandini;ipzs.it] Inviato: mercoledì 30 ottobre 2002 12.56 A: Cocoon-users Oggetto: JDK 1.4.1 on Solaris: org.apache.xml.dtm.DTMException: No more DTM IDs

Re: No more DTM IDs are available?

2001-11-08 Thread Ryan Shaw
and then starting your servlet engine again, solves the problem. RHTH Carsten -Original Message- From: Marcelo F. Ochoa [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 08, 2001 4:10 PM To: [EMAIL PROTECTED] Subject: Re: No more DTM IDs are available? Ryan Shaw wrote: I am using J2RE 1.3.0 IBM

Re: No more DTM IDs are available?

2001-11-08 Thread Ryan Shaw
I don't think this can be explained away as a JVM problem. Even if Xalan or Cocoon is running out of resources, they should be printing a more informative error message. But since they were working fine with an older version of Xalan, I suspect the resources are fine, and that this is a bug.

Re: No more DTM IDs are available?

2001-11-08 Thread Ryan Shaw
Okay, I found a detailed discussion of the problem here: http://marc.theaimsgroup.com/?t=10045598502w=2r=1 Looks like this is a limitation of Xalan-J, unfortunately. Ryan Shaw wrote: I don't think this can be explained away as a JVM problem. Even if Xalan or Cocoon is running out of

Re: Exception: No more DTM IDs are available

2001-10-29 Thread Marcelo F. Ochoa
Jack Hirasawa wrote: Hi, I just installed Cocoon 2 on WebSphere 3.5.2 and when I try to access the http://localhost/cocoon/ page I get the following exception. Has anyone run into this problem and can you help me out? I think it's generated by Xalan. Thanks, I had the same error

RE: Exception: No more DTM IDs are available

2001-10-29 Thread Eduardo Godoy Vega
where did you change that parameter ??? Eduardo. -Original Message- From: Marcelo F. Ochoa [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 6:52 AM To: [EMAIL PROTECTED] Subject: Re: Exception: No more DTM IDs are available [DELETE] My solutions was do not used flag -server

Re: RE: Exception: No more DTM IDs are available

2001-10-29 Thread Marcelo F. Ochoa
On solaris systems these parameters are configured on the file /etc/system Best regards, Marcelo. -- Do you know DB Prism look @ http://www.plenix.com/dbprism/ More info? - Chapter 21 ?fesional XML Databases?? Wrox Press (http://www.wrox.com/) - Chapter 8 ?cle Open Source?? O'Reilly

Exception: No more DTM IDs are available

2001-10-26 Thread Jack Hirasawa
Hi, I just installed Cocoon 2 on WebSphere 3.5.2 and when I try to access the http://localhost/cocoon/ page I get the following exception. Has anyone run into this problem and can you help me out? I think it's generated by Xalan. Thanks, Jack java.lang.RuntimeException: No more DTM IDs

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-05 Thread Eduardo Godoy Vega
Hi, Thanks to everyone who send an alternative solution ... I found that if I load the main cocoon page first (http://localhost:8080/cocoon/) and then my appl. (http://loclahost:8080/coccon/myapp/) I don't get the error ... but If I start with my appl. I get the error message ... BTW, the

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-05 Thread SANSONE, AARON M [Non-Pharmacia/1000]
deployed the WAR file. Hope this helps... Aaron -Original Message- From: Eduardo Godoy Vega [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 10:06 AM To: [EMAIL PROTECTED] Subject: RE: [C2] Err-Msg: No more DTM IDs are available Hi, Thanks to everyone who send

[C2] Err-Msg: No more DTM IDs are available ????

2001-10-04 Thread Eduardo Godoy Vega
How to fix it ?? (I don't really understand this error msg). Eduardo. ERROR (2001-10-04) 15:24.58:835 [cocoon ] (/cocoon/unveil/) Thread-16/Handler: Error compiling sitemap java.lang.RuntimeException: No more DTM IDs are available at org.apache.xerces.framework.XMLParser.parse

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-04 Thread Faulkner, Perry
and doesn't appear relevant to anything, just the whole thing has gone crazy! HTH, Perry. -Original Message- From: Eduardo Godoy Vega [mailto:[EMAIL PROTECTED]] Sent: Friday, 5 October 2001 5:30 To: Cocoon-Users Subject: [C2] Err-Msg: No more DTM IDs are available How to fix

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-04 Thread Darren Gibbons
: Eduardo Godoy Vega [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 12:30 PM To: Cocoon-Users Subject: [C2] Err-Msg: No more DTM IDs are available How to fix it ?? (I don't really understand this error msg). Eduardo. ERROR (2001-10-04) 15:24.58:835 [cocoon ] (/cocoon

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-04 Thread Stephan Michels
. java.lang.RuntimeException: No more DTM IDs are available at org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3170) at org.apache.xalan.transformer.TransformerHandlerImpl.endDocument(TransformerHandlerImpl.java:433) at org.xml.sax.helpers.XMLFilterImpl.endDocument