|
RE: Problem with SSL certificate: msg#00126java.jetty.support
Problem solved wrong password... Bye Yves Sandfort -- ComDivision Gmbh (http://www.comdivision.net) / ISy.Net (http://www.isy.net) Yves Sandfort Managing Director Muensterstrasse 111 D-48155 Muenster Germany Phone: +49 2506 8647 700 Fax: +49 2506 8647 710 > -----Original Message----- > From: Yves Sandfort > Sent: Thursday, December 12, 2002 4:26 PM > To: jetty-support@xxxxxxxxxxxxxxx > Subject: [jetty-support] Problem with SSL certificate > > > Hello, > > i followed your instructions on the Jetty Homepage for > conversion of an SSL certificate... Everything worked fine, > but after I have entered everything in the jboss-service.xml > jetty tries to start but the SSL port won't with the folowing message: > > 15:34:50,721 INFO [jbossweb] > jetty.ssl.keystore=/opt/isy.net/ssl/mykeystore > 15:34:50,723 INFO [jbossweb] jetty.ssl.password=********* > 15:34:50,724 INFO [STDOUT] jetty.ssl.keypassword [dft] : > 15:34:50,727 INFO [jbossweb] jetty.ssl.keypassword=********* > 15:34:50,729 INFO [jbossweb] jetty.ssl.keystore.type=jks > 15:34:50,731 INFO [jbossweb] > jetty.ssl.keystore.provider.name=[DEFAULT] > 15:34:50,772 WARN [jbossweb] WARNING: > java.security.UnrecoverableKeyException: Cannot recover key > at > sun.security.provider.KeyProtector.recover(KeyProtector.java:301) > at > sun.security.provider.JavaKeyStore.engineGetKey(JavaKeyStore.java:103) > at java.security.KeyStore.getKey(KeyStore.java:289) > at > com.sun.net.ssl.internal.ssl.X509KeyManagerImpl.<init>(DashoA6275) > at > com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl.engineInit( > DashoA6275) > at javax.net.ssl.KeyManagerFactory.init(DashoA6275) > at > com.sun.net.ssl.KeyManagerFactorySpiWrapper.engineInit(DashoA6275) > at com.sun.net.ssl.KeyManagerFactory.init(DashoA6275) > at > org.mortbay.http.SunJsseListener.createFactory(SunJsseListener > .java:198) > at > org.mortbay.http.JsseListener.newServerSocket(JsseListener.java:171) > at > org.mortbay.util.ThreadedServer.start(ThreadedServer.java:388) > at > org.mortbay.http.SocketListener.start(SocketListener.java:156) > at org.mortbay.http.HttpServer.start(HttpServer.java:685) > at > org.jboss.jetty.JettyService.startService(JettyService.java:176) > at > org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport > .java:165) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess > orImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec > tedMBeanDispatcher.java:284) > at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > at > org.jboss.system.ServiceController$ServiceProxy.invoke(Service > Controller.java:978) > at $Proxy5.start(Unknown Source) > at > org.jboss.system.ServiceController.start(ServiceController.java:398) > at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec > tedMBeanDispatcher.java:284) > at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) > at $Proxy3.start(Unknown Source) > at > org.jboss.deployment.SARDeployer.start(SARDeployer.java:249) > at > org.jboss.deployment.MainDeployer.start(MainDeployer.java:807) > at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:621) > at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585) > at > sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec > tedMBeanDispatcher.java:284) > at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) > at $Proxy4.deploy(Unknown Source) > at > org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDe > ploymentScanner.java:435) > at > org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDepl > oymentScanner.java:561) > at > org.jboss.deployment.scanner.AbstractDeploymentScanner$Scanner > Thread.doScan(AbstractDeploymentScanner.java:212) > at > org.jboss.deployment.scanner.AbstractDeploymentScanner$Scanner > Thread.loop(AbstractDeploymentScanner.java:225) > at > org.jboss.deployment.scanner.AbstractDeploymentScanner$Scanner > Thread.run(AbstractDeploymentScanner.java:202) > > 15:34:50,776 WARN [jbossweb] WARNING: Failed to start: > SunJsseListener@xxxxxxx:443 > 15:34:50,776 ERROR [JettyService] multiple exceptions... > 15:34:50,781 ERROR [JettyService] exception > java.io.IOException: Could not create JsseListener: > java.security.UnrecoverableKeyException: Cannot recover key > at > org.mortbay.http.JsseListener.newServerSocket(JsseListener.java:196) > at > org.mortbay.util.ThreadedServer.start(ThreadedServer.java:388) > at > org.mortbay.http.SocketListener.start(SocketListener.java:156) > at org.mortbay.http.HttpServer.start(HttpServer.java:685) > at > org.jboss.jetty.JettyService.startService(JettyService.java:176) > at > org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport > .java:165) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess > orImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec > tedMBeanDispatcher.java:284) > at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > at > org.jboss.system.ServiceController$ServiceProxy.invoke(Service > Controller.java:978) > at $Proxy5.start(Unknown Source) > at > org.jboss.system.ServiceController.start(ServiceController.java:398) > at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec > tedMBeanDispatcher.java:284) > at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) > at $Proxy3.start(Unknown Source) > at > org.jboss.deployment.SARDeployer.start(SARDeployer.java:249) > at > org.jboss.deployment.MainDeployer.start(MainDeployer.java:807) > at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:621) > at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585) > at > sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > odAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(Reflec > tedMBeanDispatcher.java:284) > at > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) > at $Proxy4.deploy(Unknown Source) > at > org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDe > ploymentScanner.java:435) > at > org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDepl > oymentScanner.java:561) > at > org.jboss.deployment.scanner.AbstractDeploymentScanner$Scanner > Thread.doScan(AbstractDeploymentScanner.java:212) > at > org.jboss.deployment.scanner.AbstractDeploymentScanner$Scanner > Thread.loop(AbstractDeploymentScanner.java:225) > at > org.jboss.deployment.scanner.AbstractDeploymentScanner$Scanner > Thread.run(AbstractDeploymentScanner.java:202) > > > Could anyone help me why he won't start? > > > Mit freundlichem Gruß > > Yves Sandfort > -- > ComDivision Gmbh (http://www.comdivision.net) / ISy.Net (http://www.isy.net) Yves Sandfort Managing Director Muensterstrasse 111 D-48155 Muenster Germany Phone: +49 2506 8647 700 Fax: +49 2506 8647 710 -- ComDivision GmbH: Diese E-Mail enthaelt eventuell vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail, oder Teilen davon ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. For the latest information about Jetty, please see http://jetty.mortbay.org Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ -- ComDivision GmbH: Diese E-Mail enthaelt eventuell vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail, oder Teilen davon ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. ------------------------ Yahoo! Groups Sponsor ---------------------~--> Get 128 Bit SSL Encryption! http://us.click.yahoo.com/CBxunD/vN2EAA/xGHJAA/CefplB/TM ---------------------------------------------------------------------~-> For the latest information about Jetty, please see http://jetty.mortbay.org Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | bug in default configuration, Leos Literak |
|---|---|
| Next by Date: | RE: Re: Jetty 4.1.0 load test, Bradley Williams |
| Previous by Thread: | Problem with SSL certificate, Yves Sandfort |
| Next by Thread: | bug in default configuration, Leos Literak |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |