You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2019/04/19 09:17:50 UTC

[Bug 63365] New: Not check the keystore configuration

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

            Bug ID: 63365
           Summary: Not check the keystore configuration
           Product: Tomcat 8
           Version: 8.5.x-trunk
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: lqjacklee@gmail.com
  Target Milestone: ----

When configuration in the server.xml for ssl support. however the key store in
not found in the file system. 

Once the client request to the https, then the exception will throws : 

2019-04-19 17:13:07.640[][ERROR][AbstractAsyncMQ:575]consumer worker[17] error
as:service health check result is false
us.zoom.async.mq.client.exception.ServiceUnavailableException: service health
check result is false
        at
us.zoom.async.mq.client.obj.QueueMessageCarrier.doHealthCheck(QueueMessageCarrier.java:66)
~[asyncmq-client-2.6.jar:?]
        at
us.zoom.async.mq.client.AbstractAsyncMQ$ConsumerWorker.run(AbstractAsyncMQ.java:532)
[asyncmq-client-2.6.jar:?]
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[?:1.8.0_66]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[?:1.8.0_66]
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[?:1.8.0_66]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[?:1.8.0_66]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
2019-04-19 17:13:07.640[][ERROR][AbstractAsyncMQ:575]consumer worker[17] error
as:service health check result is false
us.zoom.async.mq.client.exception.ServiceUnavailableException: service health
check result is false
        at
us.zoom.async.mq.client.obj.QueueMessageCarrier.doHealthCheck(QueueMessageCarrier.java:66)
~[asyncmq-client-2.6.jar:?]
        at
us.zoom.async.mq.client.AbstractAsyncMQ$ConsumerWorker.run(AbstractAsyncMQ.java:532)
[asyncmq-client-2.6.jar:?]
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[?:1.8.0_66]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[?:1.8.0_66]
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[?:1.8.0_66]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[?:1.8.0_66]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
2019-04-19 17:13:10.703[][ERROR][ApiUtil:63]it seems asyncmq server is
unavailable , so sleep [60]s then will try again!
2019-04-19 17:13:10.703[][ERROR][ApiUtil:63]it seems asyncmq server is
unavailable , so sleep [60]s then will try again!

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


[Bug 63365] Not check the keystore configuration

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63365

Remy Maucherat <re...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
You should discuss this in the Tomcat user list. If the keystore is not found,
the connector is not available, however your health check is not a Tomcat
component.

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