Please note: If you’re running into an error that isn’t on this document yet, reach out to us at team@julius.ai.

Postgres Errors:

Error MessageError CodeRoot CauseFix
Initializing connection. Internal service error while intializing the connector. Please retry.5432Password authetication failure.Correct Password and retry
Error initializing connector: ['Failed to initialize connector: {"error":"Error executing connector init code: could not translate host name \\<URL>\\ to address: Name or service not known\n","message":"Connector initialization failed"}']3001Connection failedCorrect Host and retry
Initializing connection. Connection test was cancelled.54321Network: Cannot reach the serverCheck ssl/firewall and retry
Error initializing connector: ['Failed to initialize connector: {"error":"Error executing connector init code: connection to server at \"localhost\" (127.0.0.1), port 5432 failed5432Network: Cannot reach the serverUse a real hostname(not localhost) and retry
Error: Unrecognized configuration parametern/aPostgreSQL: Connection failedIncompatible postgres versions, ensure you are actually connecting to postgres
{"error": "Error initializing connector: [\"Error connecting to Porcupine: HTTPConnectionPool(host='localhost', port=54321): Read timed out.54321Network: Cannot reach the serverCheck ssl/firewall and retry
Error initializing connector: ['Failed to initialize connector: {"error":"Error executing connector init code: connection to server at \"<IP>\", port <PORT> failed: server closed the connection unexpectedly1433Database: Connection failedCheck why database keeps failing
Error initializing connector: ['Failed to initialize connector: {"error":"Error executing connector init code: connection to server at \"<HOST>\" (<IP>), port 5432 failed: error received from server in SCRAM exchange: Wrong password\n","message":"Connector initialization failed"}']5432Connection failedCorrect Password
Connection test failed. Please check your credentials and permissions.n/anot identified yetCheck ssl/firewall and retry
Invalid request - missing required fields,n/aImproper fieldsCheck input fields, ensure all fields are filled out, and retry
Error:[DATA_CONNECTOR_STREAMING_ENABLE_CONNECTOR_EXCEPTION] Exception in streaming enable: 424 GET424Your sandbox is currently unavailable. Please try again in a few moments or restart your sandbox.Restart your sandbox and try again

BigQuery Errors:

Error MessageError CodeRoot CauseFix
Extra data: line 1 column 7 (char 6)n/aMalformed inputDouble check input service-account-json and fix malformed errors
Error initializing connector: ['Failed to initialize connector: {"error":"Error executing connector init code: Expecting value: line 1 column 1 (char 0)","message":"Connector initialization failed"}']n/aConnection failedDouble check input service-account-json and fix malformed errors
BigQuery Error: 403 Access Denied: Table <REGION>.INFORMATION_SCHEMA.TABLES: User does not have permission to query table403BigQuery: Insufficient permissionsLacking permissions to query your tables, please grant proper permissions and retry
Connection test failed: Connection test failedGA4Connection failedunknown

Snowflake Errors:

Error MessageError CodeRoot CauseFix
Exception during connection test: Error initializing connector: ['250001 (08001): Failed to connect to DB. Contact your account administrator250001Our IP is not whitelistedWhitelisting failed, please see docs here: https://docs.snowflake.com/en/user-guide/client-connectivity-troubleshooting/error-messages Make sure the Julius IP is whitelisted
An unknown error occurred during the connection testn/aToo much data being sent at onceConnect to smaller data sources
No Active Warehouse selected on snowflaken/aNo Active Warehouse selected on snowflakeSelect active warehouse on Snowflake
Connection test failed. Please check your credentials and permissions.250003Snowflake Account not foundCorrect snowflake host and username and retry
Connection test failed. Please check your credentials and permissions.250001Could be many things, usually ssl/firewall issuesSee docs here: https://docs.snowflake.com/en/user-guide/client-connectivity-troubleshooting/error-messages. Check your ssl and security configuration/firewall then retry

Supabase Errors:

Error MessageError CodeRoot CauseFix
Connection Pooler Required /Not Foundn/aConnection failedCheck username and password
Error initializing connector: ['Failed to initialize connector: {"error":"Error executing connector init code: connection to server at \"<URL>\" (<IP>), port 5432 failed: SSL connection has been closed unexpectedly\n","message":"Connector initialization failed"}']5432Security: SSL certificate errorSSL issue or database instability
Error initializing connector: ['Failed to initialize connector: {"error":"Error executing connector init code: connection to server at \"<URL>o\" (<IP>), port 5432 failed: FATAL: password authentication failed for user5432PostgreSQL: Invalid username or passwordFix username or password

MCP Errors:

Error MessageError CodeRoot CauseFix
Connection test failed. Please check your credentials and permissions.401unknownUnauthorized for MCP, delete and recreate MCP with the correct information