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
[EMAIL PROTECTED]



 We are protected from the virus by Norton Antivirus Corporate Edition

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




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
Luca,

the problem lies with Tomcat 4.0.4 b3 setting its own java.endorsed.dirs
parameter, thus overriding the default endorsed directory
($JAVA_HOME/jre/lib/endorsed).

What you could do is adding the following in catalina.sh (right after the
Execute requested command line):

JAVA_ENDORSED_DIRS=$JAVA_HOME/jre/lib/endorsed:$TOMCAT_HOME/bin:
$TOMCAT_HOME/common/lib
export JAVA_ENDORSED_DIRS

This would let JDK ovverride its version of Xalan and Xerces with the ones
shipped with cocoon 2.0.3 (they should be placed in
$JAVA_HOME/jre/lib/endorsed, of course).

Best regards,

P.S.
Folks, I'm 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 are available error


 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
 [EMAIL PROTECTED]



  We are protected from the virus by Norton Antivirus Corporate Edition

 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]



 We are protected from the virus by Norton Antivirus Corporate Edition

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]