https://bz.apache.org/bugzilla/show_bug.cgi?id=65991

--- Comment #6 from Amit Pande <amit.pa...@veritas.com> ---
Hello Remy,

Running into the same issue even without using bindOnInit as mentioned in
comment #4.

This is the connector configuration in use.

<Connector SSLEnabled="true" URIEncoding="UTF-8" acceptCount="100"
allowTrace="false" compressibleMimeType="text/html,text/javascript,text/css"
compression="on" compressionMinSize="10" connectionTimeout="20000" 
disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192"
noCompressionUserAgents="gozilla, traviata" port="8443" scheme="https"
secure="true" useBodyEncodingForURI="true" xpoweredBy="false"
protocol="Http11NioProtocol">
                        <SSLHostConfig certificateVerification="none"
ciphers="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256,
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384,
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384" honorCipherOrder="true" truststoreFile=""
truststorePassword="XXXX" >
                                <Certificate certificateKeystoreFile=""
certificateKeystorePassword="XXXX" />
                        </SSLHostConfig>
</Connector>

---

I see this in logs -

        Caused by: org.apache.catalina.LifecycleException: Failed to start
component
[SSLAuthenticator[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]]
                at
org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
                at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
                at
org.apache.catalina.core.StandardPipeline.startInternal(StandardPipeline.java:176)
                at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
                at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5147)
                ... 10 more
        Caused by: java.lang.NullPointerException
                at
org.apache.catalina.authenticator.SSLAuthenticator.startInternal(SSLAuthenticator.java:201)
                at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
                ... 13 more

Also, any inputs on why this is seen only on Linux and not on Windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to