Re: Wicket war file deployment to Heroku

2014-01-17 Thread Gerrit Wassink
Hello Martin,
Via git rm Procfile -f i first removed the file and i made a new one after 
that.Now i pushed the war file again to heroku and this time the Profile worked.
The app got a dyno (processortime from Heroku) and was recognized as an 
webapplication.
But still there is this application error on starting the site.
Is the link beneath a good workaround?
http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/
Thanks!
Gerrit


Martin Grigorov mgrigo...@apache.org , 15-1-2014 20:20:
Without the error it will be hard to find out what is wrong. 
Try harder to find the error logs. 
 
Martin Grigorov 
Wicket Training and Consulting 
 
 
On Wed, Jan 15, 2014 at 9:16 PM, Gerrit Wassink 
gerrit.wass...@qfactors.nlwrote: 
 
 Hello Martijn, 
 Thank you for your reply, but that is what i already did.I even deleted 
 this file and made a new one with capital P but after deploying again the 
 same error came back. 
 Is it possible that the solution is in this link: 
 
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
  
 
 because i followed one of the manuals of Heroku site according to deploy 
 with Jetty runner and the approach in above link is somewhat different.This 
 works locally but i maybe some start.class must be in this Procfile?? 
 Greetings Gerrit 
 
 
 
 Martijn Dashorst martijn.dasho...@gmail.com , 15-1-2014 16:40: 
 Change the case of your procfile to Procfile. 
 
 That is what the error says. 
 
 Martijn 
 
 On Wed, Jan 15, 2014 at 3:36 PM, Gerrit Wassink 
 gerrit.wass...@qfactors.nl wrote: 
  Martin, 
  This is the error on the Heroku site: 
  ==Application ErrorAn error occurred in 
 the application and your page could not be served. Please try again in a 
 few moments. 
  If you are the application owner, check your logs for 
 details. 
  But after deploying to Heroku there are no errors only in the end 
 something about the Procfile: 
  SHOT.pom 
 [INFO]  
   [INFO] BUILD SUCCESS       [INFO] 
  
 [INFO] Total time: 14.688s       [INFO] Finished at: Wed Jan 15 09:36:40 
 UTC 2014       [INFO] Final Memory: 19M/514M       [INFO] 
 - 
 Discovering process types 
   ~     Mis-cased procfile detected; ignoring. ~     Rename it to 
 Procfile to have it honored. 
         Procfile declares types - (none) 
  - Compressing... done, 93.4MB- Launching... done, v6 
 http://ancient-headland-1117.herokuapp.com deployed to Heroku 
  To g...@heroku.com:ancient-headland-1117.git * [new branch]      master 
 - master 
  What i did is following the tutorials on the Heroku site.Do you have any 
 experience with deploying wicket application on Heroku? 
  Greetings Gerrit 
  
  
  
  Martin Grigorov mgrigo...@apache.org , 15-1-2014 15:01: 
  What is the error ? 
  
  Martin Grigorov 
  Wicket Training and Consulting 
  
  
  On Wed, Jan 15, 2014 at 3:57 PM, gerritqf gerrit.wass...@qfactors.nl 
 wrote: 
  
  Hello Forum members, 
  
  I am trying to deploy a java webapplication with Wicket to Heroku site. 
  The war file is build with maven and can run with Jetty-runner on 
  localhost:8080. 
  Now after deploying to Heroku the site comes up with a Application 
 error. 
  
  Maybe you can help me with how and what i must do. For example the 
 Procfile 
  and system.properties file. 
  
  I found this link: 
  
  
  
 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/
  
  
  but is this a way to follow? 
  
  Thanks a lot for your answer! 
  
  Gerrit 
  
  -- 
  View this message in context: 
  
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
  
  Sent from the Users forum mailing list archive at Nabble.com. 
  
  - 
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org 
  For additional commands, e-mail: users-h...@wicket.apache.org 
  
  
 
 
 
 -- 
 Become a Wicket expert, learn from the best: http://wicketinaction.com 
 
 - 
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org 
 For additional commands, e-mail: users-h...@wicket.apache.org 
 
 


Re: Wicket war file deployment to Heroku

2014-01-17 Thread Martin Grigorov
I don't understand you.
A workaround for what ? The link describes how to setup Wicket Quickstart
app at Heroku.
Without the error it is impossible to tell you what is wrong.
Please contact Heroku support and ask them what is wrong.


On Fri, Jan 17, 2014 at 10:51 AM, Gerrit Wassink gerrit.wass...@qfactors.nl
 wrote:

 Hello Martin,
 Via git rm Procfile -f i first removed the file and i made a new one
 after that.Now i pushed the war file again to heroku and this time the
 Profile worked.
 The app got a dyno (processortime from Heroku) and was recognized as an
 webapplication.
 But still there is this application error on starting the site.
 Is the link beneath a good workaround?

 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/
 Thanks!
 Gerrit


 Martin Grigorov mgrigo...@apache.org , 15-1-2014 20:20:
 Without the error it will be hard to find out what is wrong.
 Try harder to find the error logs.

 Martin Grigorov
 Wicket Training and Consulting


 On Wed, Jan 15, 2014 at 9:16 PM, Gerrit Wassink
 gerrit.wass...@qfactors.nlwrote:

  Hello Martijn,
  Thank you for your reply, but that is what i already did.I even deleted
  this file and made a new one with capital P but after deploying again the
  same error came back.
  Is it possible that the solution is in this link:
 
 
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
 
  because i followed one of the manuals of Heroku site according to deploy
  with Jetty runner and the approach in above link is somewhat
 different.This
  works locally but i maybe some start.class must be in this Procfile??
  Greetings Gerrit
 
 
 
  Martijn Dashorst martijn.dasho...@gmail.com , 15-1-2014 16:40:
  Change the case of your procfile to Procfile.
 
  That is what the error says.
 
  Martijn
 
  On Wed, Jan 15, 2014 at 3:36 PM, Gerrit Wassink
  gerrit.wass...@qfactors.nl wrote:
   Martin,
   This is the error on the Heroku site:
   ==Application ErrorAn error occurred in
  the application and your page could not be served. Please try again in a
  few moments.
   If you are the application owner, check your logs for
  details.
   But after deploying to Heroku there are no errors only in the end
  something about the Procfile:
   SHOT.pom
  [INFO] 
[INFO] BUILD SUCCESS   [INFO]
  
  [INFO] Total time: 14.688s   [INFO] Finished at: Wed Jan 15 09:36:40
  UTC 2014   [INFO] Final Memory: 19M/514M   [INFO]
  -
  Discovering process types
~ Mis-cased procfile detected; ignoring. ~ Rename it to
  Procfile to have it honored.
  Procfile declares types - (none)
   - Compressing... done, 93.4MB- Launching... done, v6
  http://ancient-headland-1117.herokuapp.com deployed to Heroku
   To g...@heroku.com:ancient-headland-1117.git * [new branch]  master
  - master
   What i did is following the tutorials on the Heroku site.Do you have
 any
  experience with deploying wicket application on Heroku?
   Greetings Gerrit
  
  
  
   Martin Grigorov mgrigo...@apache.org , 15-1-2014 15:01:
   What is the error ?
  
   Martin Grigorov
   Wicket Training and Consulting
  
  
   On Wed, Jan 15, 2014 at 3:57 PM, gerritqf gerrit.wass...@qfactors.nl
  wrote:
  
   Hello Forum members,
  
   I am trying to deploy a java webapplication with Wicket to Heroku
 site.
   The war file is build with maven and can run with Jetty-runner on
   localhost:8080.
   Now after deploying to Heroku the site comes up with a Application
  error.
  
   Maybe you can help me with how and what i must do. For example the
  Procfile
   and system.properties file.
  
   I found this link:
  
  
  
 
 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/
  
   but is this a way to follow?
  
   Thanks a lot for your answer!
  
   Gerrit
  
   --
   View this message in context:
  
 
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
   Sent from the Users forum mailing list archive at Nabble.com.
  
   -
   To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
   For additional commands, e-mail: users-h...@wicket.apache.org
  
  
 
 
 
  --
  Become a Wicket expert, learn from the best: http://wicketinaction.com
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 



Re: Wicket war file deployment to Heroku

2014-01-17 Thread Gerrit Wassink
Ok i already did, but thanks anyway!


Martin Grigorov mgrigo...@apache.org , 17-1-2014 11:35:
I don't understand you. 
A workaround for what ? The link describes how to setup Wicket Quickstart 
app at Heroku. 
Without the error it is impossible to tell you what is wrong. 
Please contact Heroku support and ask them what is wrong. 
 
 
On Fri, Jan 17, 2014 at 10:51 AM, Gerrit Wassink gerrit.wass...@qfactors.nl 
 wrote: 
 
 Hello Martin, 
 Via git rm Procfile -f i first removed the file and i made a new one 
 after that.Now i pushed the war file again to heroku and this time the 
 Profile worked. 
 The app got a dyno (processortime from Heroku) and was recognized as an 
 webapplication. 
 But still there is this application error on starting the site. 
 Is the link beneath a good workaround? 
 
 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/
  
 Thanks! 
 Gerrit 
 
 
 Martin Grigorov mgrigo...@apache.org , 15-1-2014 20:20: 
 Without the error it will be hard to find out what is wrong. 
 Try harder to find the error logs. 
 
 Martin Grigorov 
 Wicket Training and Consulting 
 
 
 On Wed, Jan 15, 2014 at 9:16 PM, Gerrit Wassink 
 gerrit.wass...@qfactors.nlwrote: 
 
  Hello Martijn, 
  Thank you for your reply, but that is what i already did.I even deleted 
  this file and made a new one with capital P but after deploying again the 
  same error came back. 
  Is it possible that the solution is in this link: 
  
  
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
  
  
  because i followed one of the manuals of Heroku site according to deploy 
  with Jetty runner and the approach in above link is somewhat 
 different.This 
  works locally but i maybe some start.class must be in this Procfile?? 
  Greetings Gerrit 
  
  
  
  Martijn Dashorst martijn.dasho...@gmail.com , 15-1-2014 16:40: 
  Change the case of your procfile to Procfile. 
  
  That is what the error says. 
  
  Martijn 
  
  On Wed, Jan 15, 2014 at 3:36 PM, Gerrit Wassink 
  gerrit.wass...@qfactors.nl wrote: 
   Martin, 
   This is the error on the Heroku site: 
   ==Application ErrorAn error occurred in 
  the application and your page could not be served. Please try again in a 
  few moments. 
   If you are the application owner, check your logs for 
  details. 
   But after deploying to Heroku there are no errors only in the end 
  something about the Procfile: 
   SHOT.pom 
  [INFO]  
    [INFO] BUILD SUCCESS       [INFO] 
   
  [INFO] Total time: 14.688s       [INFO] Finished at: Wed Jan 15 09:36:40 
  UTC 2014       [INFO] Final Memory: 19M/514M       [INFO] 
  - 
  Discovering process types 
    ~     Mis-cased procfile detected; ignoring. ~     Rename it to 
  Procfile to have it honored. 
          Procfile declares types - (none) 
   - Compressing... done, 93.4MB- Launching... done, v6 
  http://ancient-headland-1117.herokuapp.com deployed to Heroku 
   To g...@heroku.com:ancient-headland-1117.git * [new branch]      master 
  - master 
   What i did is following the tutorials on the Heroku site.Do you have 
 any 
  experience with deploying wicket application on Heroku? 
   Greetings Gerrit 
   
   
   
   Martin Grigorov mgrigo...@apache.org , 15-1-2014 15:01: 
   What is the error ? 
   
   Martin Grigorov 
   Wicket Training and Consulting 
   
   
   On Wed, Jan 15, 2014 at 3:57 PM, gerritqf gerrit.wass...@qfactors.nl 
  wrote: 
   
   Hello Forum members, 
   
   I am trying to deploy a java webapplication with Wicket to Heroku 
 site. 
   The war file is build with maven and can run with Jetty-runner on 
   localhost:8080. 
   Now after deploying to Heroku the site comes up with a Application 
  error. 
   
   Maybe you can help me with how and what i must do. For example the 
  Procfile 
   and system.properties file. 
   
   I found this link: 
   
   
   
  
 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/
  
   
   but is this a way to follow? 
   
   Thanks a lot for your answer! 
   
   Gerrit 
   
   -- 
   View this message in context: 
   
  
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
  
   Sent from the Users forum mailing list archive at Nabble.com. 
   
   - 
   To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org 
   For additional commands, e-mail: users-h...@wicket.apache.org 
   
   
  
  
  
  -- 
  Become a Wicket expert, learn from the best: http://wicketinaction.com

Wicket war file deployment to Heroku

2014-01-15 Thread gerritqf
Hello Forum members,

I am trying to deploy a java webapplication with Wicket to Heroku site.
The war file is build with maven and can run with Jetty-runner on
localhost:8080.
Now after deploying to Heroku the site comes up with a Application error.

Maybe you can help me with how and what i must do. For example the Procfile
and system.properties file.

I found this link:

http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/

but is this a way to follow?

Thanks a lot for your answer!

Gerrit

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket war file deployment to Heroku

2014-01-15 Thread Martin Grigorov
What is the error ?

Martin Grigorov
Wicket Training and Consulting


On Wed, Jan 15, 2014 at 3:57 PM, gerritqf gerrit.wass...@qfactors.nlwrote:

 Hello Forum members,

 I am trying to deploy a java webapplication with Wicket to Heroku site.
 The war file is build with maven and can run with Jetty-runner on
 localhost:8080.
 Now after deploying to Heroku the site comes up with a Application error.

 Maybe you can help me with how and what i must do. For example the Procfile
 and system.properties file.

 I found this link:


 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/

 but is this a way to follow?

 Thanks a lot for your answer!

 Gerrit

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Wicket war file deployment to Heroku

2014-01-15 Thread Gerrit Wassink
Martin,
This is the error on the Heroku site:
==Application ErrorAn error occurred in the 
application and your page could not be served. Please try again in a few 
moments.
If you are the application owner, check your logs for 
details.
But after deploying to Heroku there are no errors only in the end something 
about the Procfile:
SHOT.pom       [INFO] 
       [INFO] 
BUILD SUCCESS       [INFO] 
       [INFO] 
Total time: 14.688s       [INFO] Finished at: Wed Jan 15 09:36:40 UTC 2014      
 [INFO] Final Memory: 19M/514M       [INFO] 
- 
Discovering process types
 ~     Mis-cased procfile detected; ignoring. ~     Rename it to Procfile to 
have it honored.
       Procfile declares types - (none)
- Compressing... done, 93.4MB- Launching... done, v6       
http://ancient-headland-1117.herokuapp.com deployed to Heroku
To g...@heroku.com:ancient-headland-1117.git * [new branch]      master - 
master
What i did is following the tutorials on the Heroku site.Do you have any 
experience with deploying wicket application on Heroku?
Greetings Gerrit



Martin Grigorov mgrigo...@apache.org , 15-1-2014 15:01:
What is the error ? 
 
Martin Grigorov 
Wicket Training and Consulting 
 
 
On Wed, Jan 15, 2014 at 3:57 PM, gerritqf gerrit.wass...@qfactors.nlwrote: 
 
 Hello Forum members, 
 
 I am trying to deploy a java webapplication with Wicket to Heroku site. 
 The war file is build with maven and can run with Jetty-runner on 
 localhost:8080. 
 Now after deploying to Heroku the site comes up with a Application error. 
 
 Maybe you can help me with how and what i must do. For example the Procfile 
 and system.properties file. 
 
 I found this link: 
 
 
 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/
  
 
 but is this a way to follow? 
 
 Thanks a lot for your answer! 
 
 Gerrit 
 
 -- 
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
  
 Sent from the Users forum mailing list archive at Nabble.com. 
 
 - 
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org 
 For additional commands, e-mail: users-h...@wicket.apache.org 
 
 


Re: Wicket war file deployment to Heroku

2014-01-15 Thread Martijn Dashorst
Change the case of your procfile to Procfile.

That is what the error says.

Martijn

On Wed, Jan 15, 2014 at 3:36 PM, Gerrit Wassink
gerrit.wass...@qfactors.nl wrote:
 Martin,
 This is the error on the Heroku site:
 ==Application ErrorAn error occurred in the 
 application and your page could not be served. Please try again in a few 
 moments.
 If you are the application owner, check your logs for 
 details.
 But after deploying to Heroku there are no errors only in the end something 
 about the Procfile:
 SHOT.pom   [INFO] 
    [INFO] 
 BUILD SUCCESS   [INFO] 
    [INFO] 
 Total time: 14.688s   [INFO] Finished at: Wed Jan 15 09:36:40 UTC 2014
[INFO] Final Memory: 19M/514M   [INFO] 
 - 
 Discovering process types
  ~ Mis-cased procfile detected; ignoring. ~ Rename it to Procfile to 
 have it honored.
Procfile declares types - (none)
 - Compressing... done, 93.4MB- Launching... done, v6   
 http://ancient-headland-1117.herokuapp.com deployed to Heroku
 To g...@heroku.com:ancient-headland-1117.git * [new branch]  master - 
 master
 What i did is following the tutorials on the Heroku site.Do you have any 
 experience with deploying wicket application on Heroku?
 Greetings Gerrit



 Martin Grigorov mgrigo...@apache.org , 15-1-2014 15:01:
 What is the error ?

 Martin Grigorov
 Wicket Training and Consulting


 On Wed, Jan 15, 2014 at 3:57 PM, gerritqf gerrit.wass...@qfactors.nlwrote:

 Hello Forum members,

 I am trying to deploy a java webapplication with Wicket to Heroku site.
 The war file is build with maven and can run with Jetty-runner on
 localhost:8080.
 Now after deploying to Heroku the site comes up with a Application error.

 Maybe you can help me with how and what i must do. For example the Procfile
 and system.properties file.

 I found this link:


 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/

 but is this a way to follow?

 Thanks a lot for your answer!

 Gerrit

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket war file deployment to Heroku

2014-01-15 Thread Gerrit Wassink
Hello Martijn,
Thank you for your reply, but that is what i already did.I even deleted this 
file and made a new one with capital P but after deploying again the same 
error came back.
Is it possible that the solution is in this link:
http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
 
because i followed one of the manuals of Heroku site according to deploy with 
Jetty runner and the approach in above link is somewhat different.This works 
locally but i maybe some start.class must be in this Procfile??
Greetings Gerrit



Martijn Dashorst martijn.dasho...@gmail.com , 15-1-2014 16:40:
Change the case of your procfile to Procfile. 
 
That is what the error says. 
 
Martijn 
 
On Wed, Jan 15, 2014 at 3:36 PM, Gerrit Wassink 
gerrit.wass...@qfactors.nl wrote: 
 Martin, 
 This is the error on the Heroku site: 
 ==Application ErrorAn error occurred in the 
 application and your page could not be served. Please try again in a few 
 moments. 
 If you are the application owner, check your logs for 
 details. 
 But after deploying to Heroku there are no errors only in the end something 
 about the Procfile: 
 SHOT.pom       [INFO] 
        [INFO] 
 BUILD SUCCESS       [INFO] 
        [INFO] 
 Total time: 14.688s       [INFO] Finished at: Wed Jan 15 09:36:40 UTC 2014    
    [INFO] Final Memory: 19M/514M       [INFO] 
 - 
 Discovering process types 
  ~     Mis-cased procfile detected; ignoring. ~     Rename it to Procfile to 
 have it honored. 
        Procfile declares types - (none) 
 - Compressing... done, 93.4MB- Launching... done, v6       
 http://ancient-headland-1117.herokuapp.com deployed to Heroku 
 To g...@heroku.com:ancient-headland-1117.git * [new branch]      master - 
 master 
 What i did is following the tutorials on the Heroku site.Do you have any 
 experience with deploying wicket application on Heroku? 
 Greetings Gerrit 
 
 
 
 Martin Grigorov mgrigo...@apache.org , 15-1-2014 15:01: 
 What is the error ? 
 
 Martin Grigorov 
 Wicket Training and Consulting 
 
 
 On Wed, Jan 15, 2014 at 3:57 PM, gerritqf gerrit.wass...@qfactors.nlwrote: 
 
 Hello Forum members, 
 
 I am trying to deploy a java webapplication with Wicket to Heroku site. 
 The war file is build with maven and can run with Jetty-runner on 
 localhost:8080. 
 Now after deploying to Heroku the site comes up with a Application error. 
 
 Maybe you can help me with how and what i must do. For example the Procfile 
 and system.properties file. 
 
 I found this link: 
 
 
 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/
  
 
 but is this a way to follow? 
 
 Thanks a lot for your answer! 
 
 Gerrit 
 
 -- 
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
  
 Sent from the Users forum mailing list archive at Nabble.com. 
 
 - 
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org 
 For additional commands, e-mail: users-h...@wicket.apache.org 
 
 
 
 
 
--  
Become a Wicket expert, learn from the best: http://wicketinaction.com 
 
- 
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org 
For additional commands, e-mail: users-h...@wicket.apache.org 
 


Re: Wicket war file deployment to Heroku

2014-01-15 Thread Martin Grigorov
Without the error it will be hard to find out what is wrong.
Try harder to find the error logs.

Martin Grigorov
Wicket Training and Consulting


On Wed, Jan 15, 2014 at 9:16 PM, Gerrit Wassink
gerrit.wass...@qfactors.nlwrote:

 Hello Martijn,
 Thank you for your reply, but that is what i already did.I even deleted
 this file and made a new one with capital P but after deploying again the
 same error came back.
 Is it possible that the solution is in this link:

 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html

 because i followed one of the manuals of Heroku site according to deploy
 with Jetty runner and the approach in above link is somewhat different.This
 works locally but i maybe some start.class must be in this Procfile??
 Greetings Gerrit



 Martijn Dashorst martijn.dasho...@gmail.com , 15-1-2014 16:40:
 Change the case of your procfile to Procfile.

 That is what the error says.

 Martijn

 On Wed, Jan 15, 2014 at 3:36 PM, Gerrit Wassink
 gerrit.wass...@qfactors.nl wrote:
  Martin,
  This is the error on the Heroku site:
  ==Application ErrorAn error occurred in
 the application and your page could not be served. Please try again in a
 few moments.
  If you are the application owner, check your logs for
 details.
  But after deploying to Heroku there are no errors only in the end
 something about the Procfile:
  SHOT.pom
 [INFO] 
   [INFO] BUILD SUCCESS   [INFO]
 
 [INFO] Total time: 14.688s   [INFO] Finished at: Wed Jan 15 09:36:40
 UTC 2014   [INFO] Final Memory: 19M/514M   [INFO]
 -
 Discovering process types
   ~ Mis-cased procfile detected; ignoring. ~ Rename it to
 Procfile to have it honored.
 Procfile declares types - (none)
  - Compressing... done, 93.4MB- Launching... done, v6
 http://ancient-headland-1117.herokuapp.com deployed to Heroku
  To g...@heroku.com:ancient-headland-1117.git * [new branch]  master
 - master
  What i did is following the tutorials on the Heroku site.Do you have any
 experience with deploying wicket application on Heroku?
  Greetings Gerrit
 
 
 
  Martin Grigorov mgrigo...@apache.org , 15-1-2014 15:01:
  What is the error ?
 
  Martin Grigorov
  Wicket Training and Consulting
 
 
  On Wed, Jan 15, 2014 at 3:57 PM, gerritqf gerrit.wass...@qfactors.nl
 wrote:
 
  Hello Forum members,
 
  I am trying to deploy a java webapplication with Wicket to Heroku site.
  The war file is build with maven and can run with Jetty-runner on
  localhost:8080.
  Now after deploying to Heroku the site comes up with a Application
 error.
 
  Maybe you can help me with how and what i must do. For example the
 Procfile
  and system.properties file.
 
  I found this link:
 
 
 
 http://wicketinaction.com/2011/09/git-wicket-running-on-heroku/comment-page-1/
 
  but is this a way to follow?
 
  Thanks a lot for your answer!
 
  Gerrit
 
  --
  View this message in context:
 
 http://apache-wicket.1842946.n4.nabble.com/Wicket-war-file-deployment-to-Heroku-tp4663737.html
  Sent from the Users forum mailing list archive at Nabble.com.
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 



 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org