Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

The following command line options are available:

Include Page
qpid:QpidBrokerCommandLineOptionsqpid:
QpidBrokerCommandLineOptions

...

You have not configured the console's SSL trust store properly, see Management Console Security for more details.

...

Client

...

keeps

...

throwing

...

'Server

...

did

...

not

...

respond

...

in

...

a

...

timely

...

fashion'

...

[error

...

code

...

408:

...

Request

...

Timeout

...

].

Wiki MarkupCertain operations wait for a response from the Server. One such operations is commit. If the server does not respond to the commit request within a set time a Request Timeout \ [error code: 408\] exception is thrown (Server did not respond in a timely fashion). This is to ensure that a server that has hung does not cause the client process to be come unresponsive.

However, it is possible that the server just needs a long time to process a give request. For example, sending a large persistent message when using a persistent store will take some time to a) Transfer accross the network and b) to be fully written to disk.

...