Hi Arne thanks for your prompt reply.
On 18.11.2008, at 16:28, arne anka wrote: > see > http://forums.sun.com/thread.jspa?threadID=580496&tstart=120 > if it helps -- to me it looks like one of these nice error messages > that are close to useless ... > according to the link above you might as well add > > -Djavax.net.ssl.trustStore=/your/path/to/fedora/client/truststore - > Djavax.net.ssl.trustStorePassword=tomcat > > to your servers vm args. solved a lot of ssl related issues for me. It didn't help. Here is how I start Fedora: [EMAIL PROTECTED]:/opt/fedora/client$ ps aux | grep java tomcat55 14387 18.9 50.3 925524 518236 pts/1 Sl 16:35 0:31 /usr/ lib/jvm/java-1.5.0-sun/bin/java - Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager - Djava.util.logging.config.file=/var/lib/tomcat5.5/conf/ logging.properties -Djavax.net.ssl.trustStore=/opt/fedora/client/ truststore -Djavax.net.ssl.trustStorePassword=tomcat - Djava.awt.headless=true -Xms384M -Xmx512M -server - Djava.endorsed.dirs=/usr/share/tomcat5.5/common/endorsed -classpath :/ usr/lib/jvm/java-1.5.0-sun/jre//lib/jcert.jar:/usr/lib/jvm/java-1.5.0- sun/jre//lib/jnet.jar:/usr/lib/jvm/java-1.5.0-sun/jre//lib/jsse.jar:/ usr/share/tomcat5.5/bin/bootstrap.jar:/usr/share/tomcat5.5/bin/commons- logging-api.jar -Dcatalina.base=/var/lib/tomcat5.5 -Dcatalina.home=/ usr/share/tomcat5.5 -Djava.io.tmpdir=/var/lib/tomcat5.5/temp org.apache.catalina.startup.Bootstrap start As you can see, I have included the two options you proposed, but to no avail. What makes me a bit worried in the above line is the fact that in the classpath the path to jsse.jar includes two // between jre and lib, ie. usr/lib/jvm/java-1.5.0-sun/jre//lib/jsse.jar. Could this be part of the problem? Sorry for my ignorance but when it comes to SSL, I have no clue :-) Best regards Christian ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
