You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "coyt jackson (JIRA)" <ji...@codehaus.org> on 2005/09/30 00:26:10 UTC

[jira] Created: (MAVEN-1703) XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available

XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
---------------------------------------------------------------------------------------------------------------------

         Key: MAVEN-1703
         URL: http://jira.codehaus.org/browse/MAVEN-1703
     Project: Maven
        Type: Bug
  Components: model  
    Versions: 1.0.2    
 Environment: Win XP
 Reporter: coyt jackson
    Priority: Critical
     Fix For: 1.0.2
 Attachments: Maven error.txt

Hello,

I am building a simple project with about 50 xml docs I have 6 menu's with 8 or so docs and I get this error around doc 23:

XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available

I am rebuilding directories and adding the docs one at a time and it is the same- any suggestions??

Thanks for your help!!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPPDF-51) XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-51?page=comments#action_52705 ] 

Arnaud Heritier commented on MPPDF-51:
--------------------------------------

because it was never tested.
You can do it but you should do it in all plugins which use them to check that it is good.
http://maven.apache.org/maven-1.x/reference/plugins/dependency-convergence-report.html#xalan:xalan : 2.4.1
http://maven.apache.org/maven-1.x/reference/plugins/dependency-convergence-report.html#xerces:xercesImpl : 2.6.2
http://maven.apache.org/maven-1.x/reference/plugins/dependency-convergence-report.html#xerces:xmlParserAPIs : 2.6.2

You can quicly test an upgrade if you change the settings in plugin-parent/project.properties

> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> ---------------------------------------------------------------------------------------------------------------------
>
>          Key: MPPDF-51
>          URL: http://jira.codehaus.org/browse/MPPDF-51
>      Project: maven-pdf-plugin
>         Type: Bug
>  Environment: Win XP
>     Reporter: coyt jackson
>     Priority: Critical
>  Attachments: Maven error.txt
>
>
> Hello,
> I am building a simple project with about 50 xml docs I have 6 menu's with 8 or so docs and I get this error around doc 23:
> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> I am rebuilding directories and adding the docs one at a time and it is the same- any suggestions??
> Thanks for your help!!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPPDF-51) XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available

Posted by "coyt jackson (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-51?page=comments#action_47541 ] 

coyt jackson commented on MPPDF-51:
-----------------------------------

Hello,

Thanks for the Response! 

I have jsdk 1.4.2_08 installed, but I don't have a JAVA_HOME/lib/endorsed file in the directory, I have downloaded the latest pdf plugin version 2.4 from maven - should I create an endorsed folder and add the xalan jars? if so do I get them from sun?

Thanks in advance.

> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> ---------------------------------------------------------------------------------------------------------------------
>
>          Key: MPPDF-51
>          URL: http://jira.codehaus.org/browse/MPPDF-51
>      Project: maven-pdf-plugin
>         Type: Bug
>  Environment: Win XP
>     Reporter: coyt jackson
>     Priority: Critical
>  Attachments: Maven error.txt
>
>
> Hello,
> I am building a simple project with about 50 xml docs I have 6 menu's with 8 or so docs and I get this error around doc 23:
> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> I am rebuilding directories and adding the docs one at a time and it is the same- any suggestions??
> Thanks for your help!!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPPDF-51) XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-51?page=comments#action_52670 ] 

Lukas Theussl commented on MPPDF-51:
------------------------------------

Does anybody know a reason why we shouldn't upgrade to xalan 2.7.0 (together with the corresponding xerces deps)? 

> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> ---------------------------------------------------------------------------------------------------------------------
>
>          Key: MPPDF-51
>          URL: http://jira.codehaus.org/browse/MPPDF-51
>      Project: maven-pdf-plugin
>         Type: Bug
>  Environment: Win XP
>     Reporter: coyt jackson
>     Priority: Critical
>  Attachments: Maven error.txt
>
>
> Hello,
> I am building a simple project with about 50 xml docs I have 6 menu's with 8 or so docs and I get this error around doc 23:
> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> I am rebuilding directories and adding the docs one at a time and it is the same- any suggestions??
> Thanks for your help!!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPPDF-51) XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-51?page=comments#action_47495 ] 

Lukas Theussl commented on MPPDF-51:
------------------------------------

You will have to provide a bit more information here. Which jdk are you using, which version of the pdf plugin?
The error that you get was a known issue in xalan versions that shipped with older jdk 1.4 releases. Maybe you have an old xalan jar in your $JAVA_HOME/lib/endorsed?

> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> ---------------------------------------------------------------------------------------------------------------------
>
>          Key: MPPDF-51
>          URL: http://jira.codehaus.org/browse/MPPDF-51
>      Project: maven-pdf-plugin
>         Type: Bug
>  Environment: Win XP
>     Reporter: coyt jackson
>     Priority: Critical
>  Attachments: Maven error.txt
>
>
> Hello,
> I am building a simple project with about 50 xml docs I have 6 menu's with 8 or so docs and I get this error around doc 23:
> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> I am rebuilding directories and adding the docs one at a time and it is the same- any suggestions??
> Thanks for your help!!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPPDF-51) XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPPDF-51?page=comments#action_47548 ] 

Lukas Theussl commented on MPPDF-51:
------------------------------------

I'm not saying this is a good idea- it might have several side effects. But you could try just to see if it solves the current problem. Anyway, the xalan version that shipped with pdf plugin 2.4 was a rather old one (2.4.1), the issue that I have in mind was only fixed in 2.7.0. You can get it here: http://xml.apache.org/xalan-j/

If that doesn't fix your problem: can you try to cut down your project to a small test case and attach it here so we can reproduce it? Thanks!

> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> ---------------------------------------------------------------------------------------------------------------------
>
>          Key: MPPDF-51
>          URL: http://jira.codehaus.org/browse/MPPDF-51
>      Project: maven-pdf-plugin
>         Type: Bug
>  Environment: Win XP
>     Reporter: coyt jackson
>     Priority: Critical
>  Attachments: Maven error.txt
>
>
> Hello,
> I am building a simple project with about 50 xml docs I have 6 menu's with 8 or so docs and I get this error around doc 23:
> XSLT Error (javax.xml.transform.TransformerException): org.apache.xml.dtm.DTMException: No more DTM IDs are available
> I am rebuilding directories and adding the docs one at a time and it is the same- any suggestions??
> Thanks for your help!!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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