01-24-2008 04:57 PM
24-Jan-08 1:43:35 PM org.apache.catalina.core.StandardContext start
SEVERE: Error in dependencyCheck
java.util.jar.JarException: Section should start with a Name header: unexpected ''
at gnu.java.util.jar.JarUtils.readSectionName(libgcj.so.7rh)
at gnu.java.util.jar.JarUtils.readIndividualSections(libgcj.so.7rh)
at java.util.jar.Manifest.read(libgcj.so.7rh)
at java.util.jar.Manifest.<init>(libgcj.so.7rh)
at java.util.jar.JarInputStream.readManifest(libgcj.so.7rh)
at java.util.jar.JarInputStream.<init>(libgcj.so.7rh)
at java.util.jar.JarInputStream.<init>(libgcj.so.7rh)
at org.apache.catalina.util.ExtensionValidator.getManifest(catalina-5.5.23.jar.so)
at org.apache.catalina.util.ExtensionValidator.validateApplication(catalina-5.5.23.jar.so)
at org.apache.catalina.core.StandardContext.start(catalina-5.5.23.jar.so)
at org.apache.catalina.core.ContainerBase.addChildInternal(catalina-5.5.23.jar.so)
at org.apache.catalina.core.ContainerBase.addChild(catalina-5.5.23.jar.so)
at org.apache.catalina.core.StandardHost.addChild(catalina-5.5.23.jar.so)
at org.apache.catalina.startup.HostConfig.deployWAR(catalina-5.5.23.jar.so)
at org.apache.catalina.startup.HostConfig.deployWARs(catalina-5.5.23.jar.so)
at org.apache.catalina.startup.HostConfig.deployApps(catalina-5.5.23.jar.so)
at org.apache.catalina.startup.HostConfig.check(catalina-5.5.23.jar.so)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(catalina-5.5.23.jar.so)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(catalina-5.5.23.jar.so)
at org.apache.catalina.core.ContainerBase.backgroundProcess(catalina-5.5.23.jar.so)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(catalina-5.5.23.jar.so)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(catalina-5.5.23.jar.so)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(catalina-5.5.23.jar.so)
at java.lang.Thread.run(libgcj.so.7rh)
I tried adding a Name: entry to the manifest but it still gives the same exception. Help?
01-29-2008 12:43 AM
01-29-2008 06:21 PM
I've seen almost this exact error posted a few other places with basically no help added.Due to Sun's licensing, the Sun JVM will not be provided on RedHat's yum repositories. You can download an installer manually from http://java.sun.com/javase/downloads/?intcmp=1281. It will create an RPM and install it.
I've got the same set up as you and mine is throwing the exact same error.
One post said try installing sun,java instead of gnu. I did try re-installing java-gcc and the gcc libraries, but this didn't help at all. Same error as before.
I was wondering if it's an issue with the symbolic links -if you go to the dir where the libgcj.so.7rh is, you'll find a symbolic link to the file with data, but I tried eliminating the symbolic link and renaming the file to match, but this still gave the same error. So, it's not the symbolic link its something with the file.
I have no clue how to get the sun version on the system: where is it for one and additionally I like to stick with yum for my updates, so if this can be avoided I'd be glad.
I'll keep bumping this one until we get a response!
01-29-2008 07:01 PM
01-29-2008 10:59 PM
01-30-2008 04:49 PM
errrt. waitaminute.The Sun JDK… version 5 or 6
Now, I put the JDK on there before the install. I'm a little lost which download is it then that you mean?
If its the JDK, do you think maybe it didn't overwrite the files in question here?Installing the Sun JDK most definitely does not overwrite any files on the system (without warning). It will simply install itself into /usr/java. Unfortunately tomcat is configured to look at /usr/lib/java/something/symlink/bla
And whats the gcj that you would purge here?GCJ is GNU Compiler for Java. It compiles java files into native binaries for the system rather than java bytecode. GIJ is GNU Interpreter for Java. It's basically a 1.4 JRE. It's also the default JRE for the system until you fiddle with stuff everywhere. When I said GCJ I meant GCJ/GIJ and all related everything that's not Sun.
Sorry, the world of java is not my own.
02-05-2008 01:30 PM
02-07-2008 12:13 PM
02-07-2008 08:14 PM
Seems to be targeted more towards windows compatability…
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.