Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the system property '-Djavax.net.debug=ssl' to your JVM. This property will output some pretty verbose logging but it's a good way to track the the SSL handshake.

Seeing WSSecurityException "The message has expired (WSSecurityEngine: Invalid timestamp The security semantics of the message have expired)"

...

Ensure the EAR was built with the correct profiles if built from source. Webservices are only included if they were built with the respective profile. If the profile is enabled and the error still persists, ensure the context root is correct.

Why is my Connection to Database

...

timing out?

Set check-valid-connection-sql to select 1 to avoid Database time out.  Below is sample configuration:

...