---
title: No data appears with Heroku (Java)
source: https://docs.newrelic.com/docs/apm/agents/java-agent/heroku/no-data-appears-heroku-java
---

## Problem

After waiting a few minutes, data is not appearing in your Heroku app's APM [**Summary** page](https://docs.newrelic.com/docs/apm/applications-menu/monitoring/apm-overview-page).

## Solution

1.  Check the Heroku logs for errors with this Heroku toolbelt command:

    ```shell
    heroku logs --tail
    ```
2.  Check that the files in your Heroku dyno match the file modifications from the [Java on Heroku](https://docs.newrelic.com/docs/agents/java-agent/heroku/java-agent-heroku) or [Java with Scala on Heroku](https://docs.newrelic.com/docs/agents/java-agent/heroku/java-agent-scala-heroku) installation procedures. Use this Heroku toolbelt command:

    ```shell
    heroku run bash
    ```
3.  Try the steps in [No data appears (Java)](https://docs.newrelic.com/docs/agents/java-agent/troubleshooting/no-data-appears-java).
