Oracle Backend for Spring Boot and Microservices
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Get Help

If you need help with Oracle Backend for Spring Boot and Microservices you can seek help at the following channels:

When asking for help please provide the following:

  • Which version of Oracle Backend for Spring Boot and Microservices are you using?
  • Which component(s) do you have an issue with?
  • If possible, provide a testcase that shows the issue.

Diagnostics Collection

Two utilities will help Oracle diagnose and fix issues you may experience.

Baseline

The baseline command (Linux only) will collect non-sensitive information about your cluster and can be used to compare the current cluster state with a baseline state. This will help to quickly identify any discrepancies between a stable deployment and the current deployments.

The baseline utility can be run in one of three modes:

Gather

baseline

This will write out a file <VERSION>.json by connecting to a kubernetes cluster and evaluating the current configuration. Use the gather option to establish a baseline of a working deployment.

Gather and Compare

baseline --compare

This will look for a file called <OBAAS_VERSION>.json and write out a new file <OBAAS_VERSION>_current.json of the current configuration. The two files will be compared for differences.

Compare

baseline --compare <baselineFile> <currentFile>

This will compare two existing files, generated by the utility.

Cluster Dump

A script is provided which can help to collect information about the configuration of your environment, logs of platform services, and various other information that may be helpful to diagnose and fix issues. Usage of this script is optional, and you should be aware that it is possible, and likely, that the output of this script may contain private or sensitive information. If you choose to run the script, you must review the contents of the output before providing that output to Oracle or anyone else.