DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40482>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40482 Summary: Invalid content in CLASSPATH set by build-classpath Product: Tomcat 5 Version: 5.0.30 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Using Tomcat 5.0.30-27.2 on SUSE SLES 10 and IBM SDK 1.4.2, I noticed that when catalina.sh builds the CLASSPATH variable, it appends invalid text to the end of the classpath because the /usr/bin/build-classpath statement returns an error message. For example, in catalina.sh, the following statement: CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$CATALINA_HOME"/bin/commons-logging-api.jar:`/usr/bin/build-classpath mx4j/mx4j-impl`:`/usr/bin/build-classpath mx4j/mx4j-jmx` executes this command : /usr/bin/build-classpath mx4jj/mx4j-impl and the result is appended to CLASSPATH. On my system, this command returns : /usr/bin/build-classpath: error: JVM_LIBDIR /usr/lib64/jvm-exports/java-1 does not exist or is not a directory causing corrupted information in the CLASSPATH. Thanks -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]