Documentation

Documentation

  • Getting Started
  • Core Concepts
  • Using Fivetran
  • Usage-Based Pricing
  • Connectors
  • Applications
  • Databases
    • Connection Options
    • Databases Troubleshooting
      • Deleted Column in Destination
      • Test Reverse SSH Tunnel Connection
      • Choose Database Connection Option
      • Redshift Source Connector
      • Add Multiple Public Keys
      • How to Upgrade High-Volume Agent
      • Recreate Your Connector With a Different Table Name
      • Tables Re-syncing Without Being Triggered
      • Authentication failure while connecting via SSH
      • Null Pointer Exception Error
      • Database Naming Conventions
      • Change in TLS Certificate Detected
      • Revalidate TLS Certificate
      • How are Alters Handled in Fivetran
      • Is It Possible To Start Sync From a Certain Date
      • Views Not Being Replicated
      • Communications Link Failure
      • Require TLS through Tunnel
      • Low Log Retention Period
      • Trust TLS Certificate
      • Table Record Size Limitation
      • Source Restored From Backup
      • Remove a Certificate
      • Database Collation
      • Auth Fail Error
      • Connection Attempt Failed Error
      • Connection Attempt Failed Error with SSH Server
      • Unable To Modify Column Selection
      • Unsupported Data Type
    • BigQuery
    • Convex
    • Cosmos DB
    • Db2 for i
    • DocumentDB
    • DynamoDB
    • Elasticsearch
    • Firebase
    • MariaDB
    • MongoDB
    • MySQL
    • OpenSearch
    • Oracle
    • PlanetScale
    • PostgreSQL
    • Redshift
    • SAP ERP
    • Snowflake
    • SQL Server
    • Release Notes
  • Files
  • Events
  • Functions
  • Destinations
  • Partner-Built
  • Transformations
  • Logs
  • Security
  • REST API
  • Local Data Processing (HVR 6)
  • Release Notes
RSS
Release notes RSS
HVR 5 Documentation
HVR 5 Documentation
  • Support
  • Sign In
Edit on GitHub

Null Pointer Exception Errorlink

Updated 11 days ago

Issuelink

The connector is failing with the error, Null Pointer Exception.

Environmentlink

Database Connectors

Resolutionlink

Please follow the steps below to resolve the error:

  1. (Optional) If you, indeed, have added new tables to the schema or made any changes to the schema, check that the Fivetran user has all the necessary permissions to make these changes. You can find out more about granting appropriate access here.

    GRANT SELECT ANY TABLE TO FIVETRAN;

  2. If you still continue to see the error, contact Fivetran Support.

Causelink

The NullPointerException (NPE) occurs when a declared variable is trying to find a value to use but is receiving null.


Questions?

We're always happy to help with any other questions you might have! Send us an email.

    Thanks for your feedback!
    Was this page helpful?