Troubleshoot CloudBeaver

Extract connection parameters from DataPallas XML to configure CloudBeaver connections.

75|8|Updated Dec 20, 2023
One-click install
npx skills add https://github.com/flowkraft/datapallas --skill troubleshoot-cloudbeaver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Troubleshoot CloudBeaver
Source: https://github.com/flowkraft/datapallas/tree/main/asbl/src/main/external-resources/db-template/_apps/flowkraft/_ai-hub/.skills/troubleshoot-cloudbeaver
Command: npx skills add https://github.com/flowkraft/datapallas --skill troubleshoot-cloudbeaver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fixes CloudBeaver connection failures by translating the DataPallas database connection XML into the exact values CloudBeaver needs, so you stop guessing when CloudBeaver is broken or misconfigured.

Core Features & Use Cases

  • Extracts connection details from DataPallas: reads /datapallas/config/connections/db-<name>/db-<name>.xml to obtain host, port, database, username, password, and SSL requirements.
  • Guides CloudBeaver UI setup: tells you what to enter in CloudBeaver’s "New Connection" flow and how to test and save it.
  • Diagnoses existing CloudBeaver workspace state: references CloudBeaver workspace configuration locations to help determine what connections are already present.

Use cases:

  • CloudBeaver doesn’t show your database/connection.
  • You receive a "driver not found" or JDBC-related error.
  • You need to add a DataPallas-managed database into CloudBeaver quickly and correctly.

Quick Start

Tell the AI to troubleshoot your CloudBeaver connection by reading the DataPallas connection XML for your database and listing the exact fields you must enter in CloudBeaver’s New Connection form.

Frequently Asked Questions about Troubleshoot CloudBeaver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix a CloudBeaver database connection that is missing or showing a JDBC driver error?

To fix a CloudBeaver database connection failure, you need to extract the correct host, port, database, and credentials from your DataPallas connection XML file and map them exactly into CloudBeaver's New Connection form to test and save the configuration.

How do I get CloudBeaver connection parameters from a DataPallas XML file?

You retrieve CloudBeaver connection parameters by reading the DataPallas XML file located at /datapallas/config/connections/db-<name>/db-<name>.xml, which contains the required host, port, database name, username, password, and SSL requirements for setup.

How do I configure an SSL-required database connection in CloudBeaver?

To configure an SSL-required database connection in CloudBeaver, you must identify the SSL requirements within your DataPallas connection XML and apply those specific SSL settings when filling out the CloudBeaver New Connection fields.

Why does CloudBeaver not show my database connection even though it is configured in DataPallas?

CloudBeaver may not show your database because the connection is misconfigured; you must diagnose the CloudBeaver workspace configuration state and manually map the connection details from your DataPallas XML file into a new CloudBeaver connection.

Can I use DataPallas connection details to set up a new database in CloudBeaver?

Yes, you can use DataPallas connection details to set up a new database in CloudBeaver by extracting the necessary connection parameters from the DataPallas XML file and entering them into CloudBeaver's New Connection flow for testing and saving.

Where does CloudBeaver store existing workspace connections to diagnose missing databases?

CloudBeaver stores existing workspace connections in specific workspace configuration locations, which can be referenced to determine what database connections are currently present and identify any missing or broken configurations.