I assume that you have an entry in your System's classpath settings for
every single jar file that the error indicates were not found for your jvm?
Uday Bhaskar wrote:
Hi,
When I start tomcat following is th error message:
Starting tomcat5: /usr/bin/rebuild-jar-repository: error: could not
find jdbc-stdext Java extension for this JVM
/usr/bin/rebuild-jar-repository: error: could not find jndi Java
extension for this JVM
/usr/bin/rebuild-jar-repository: error: All detected jars were not
found for this jvm
/usr/bin/rebuild-jar-repository: error: could not find jaas Java
extension for this JVM
/usr/bin/rebuild-jar-repository: error: All detected jars were not
found for this jvm
[ OK ]
I did not made any changes on SDK (new installations etc).
when I say
# sudo /usr/sbin/alternatives --config java
Selection Command
-----------------------------------------------
1 /usr/share/java/libgcj-java-placeholder.sh
2 /usr/lib/jvm/java-1.4.2-ibm-1.4.2.0/jre/bin/java
3 /usr/lib/jvm/java-1.4.2-ibm-1.4.2.2/jre/bin/java
*+ 4 /usr/lib/jvm/java-1.4.2-ibm-1.4.2.3/jre/bin/java
And when I say,
$ java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
Tomcat log :
Bootstrap: Class loader creation threw exception
java.lang.IllegalArgumentException: addRepositoryInternal
at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:957)
at
org.apache.catalina.loader.StandardClassLoader.<init>(StandardClassLoader.java:153)
at
org.apache.catalina.startup.ClassLoaderFactory.createClassLoader(ClassLoaderFactory.java:207)
at
org.apache.catalina.startup.Bootstrap.createClassLoader(Bootstrap.java:163)
at
org.apache.catalina.startup.Bootstrap.initClassLoaders(Bootstrap.java:104)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:196)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:402)
Caused by: java.util.zip.ZipException: No such file or directory
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:112)
at java.util.jar.JarFile.<init>(JarFile.java:127)
at java.util.jar.JarFile.<init>(JarFile.java:65)
at
org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(StandardClassLoader.java:944)
... 6 more
Can anyone help me.
--
Uday Bhaskar,
Sr. Programmer,
Olive Technology.
------------------------------------------------------------------------
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]