Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8680087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:09:17+00:00 2026-06-12T21:09:17+00:00

I have downloaded Spring Social Showcase from git hub and have no problem running

  • 0

I have downloaded Spring Social Showcase from git hub and have no problem running it on my localhost. When I try to run it on Heroku I get an application error. Checking the logs I see a

Error H14 – No web processes running

The heroku documentation states:

This is most likely the result of scaling your web processes down to
zero through the client.

$ heroku ps:scale web=0

Use the heroku ps command to determine the state of your web
processes.

When I run the heroku ps commnad nothing is returned.
I then attempted to set the web=1 with the following command:

$ heroku ps:scale web=1

This returns the following:

Scaling web processes... failed
 !    Record not found

I have two questions at this point:

  1. Has anyone been able to get the Spring Social Showcase to run on
    Heroku?
  2. Does anyone know what might be causing my application to
    fail on Heroku while running without problems locally?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T21:09:19+00:00Added an answer on June 12, 2026 at 9:09 pm

    This is working now on Heroku. After adding the Procfile, checking the pom.xml for the web app runner plugin and commenting out the tomcat-maven-plugin, I ran

    mvn clean package

    and deployed to Heroku once again. I received the no processes running error again. This time when I ran

    $ heroku ps:scale web=1

    it did not fail but started the web process. I then executed

    heroku open

    and the application launched successfully.

    This is the plugin I commented out:

    <!--
        <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>tomcat-maven-plugin</artifactId>
            <version>1.0-beta-1</version>
        </plugin>
    -->
    

    This is the plugin I added:

    <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-dependency-plugin</artifactId>
                    <version>2.3</version>
                    <executions>
                        <execution>
                            <phase>package</phase>
                            <goals>
                                <goal>copy</goal>
                            </goals>
                            <configuration>
                                <artifactItems>
                                    <artifactItem>
                                        <groupId>com.github.jsimone</groupId>
                                        <artifactId>webapp-runner</artifactId>
                                        <version>7.0.30.1</version>
                                        <destFileName>webapp-runner.jar</destFileName>
                                    </artifactItem>
                                </artifactItems>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have downloaded follwing code from one of Google Codes but problem is in
I have downloaded the Spring toolsuite, and installed. Now when I try to create
have downloaded page by webbrowser and need to get mail address. But it is
I have downloaded the two releases of python 2.6.8 from here http://www.python.org/getit/releases/2.6.8/ and I
I have noticed from several web pages that apparently Spring 3.0 supports @Inject from
So I downloaded a trial of idea ultimate, and I want to get spring
I'm trying to run my first example with spring. So I downloaded SpringSource Tool
I have downloaded Play Framework from GitHub and compiled it. Now I want to
I have downloaded the Facebook API example and have a test run on. FacebookMobile.login(handleLogin,
Here is the Roo script that I am running. Using version spring-roo-1.2.2.RELEASE from the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.