Thomas Taschauer | 19 May 10:08
Picon
Gravatar

TCP routing beta participation

Hey guys,


Someone over at GitHub uploaded a plugin for Heroku which configures TCP routes for you (I think the author even works for Heroku?). Eventually, I had to find out that the TCP routing feature is still in beta. Bummer. Is there a way to get into the beta?

Have a great day
Tom

--
You received this message because you are subscribed to the Google
Groups "Heroku" group.
 
To unsubscribe from this group, send email to
heroku+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en
Thijs Roumen | 19 May 22:23
Picon

Installing the Heroku Commands

Hey everyone,

I guess I have a super simple question but it has taken me all day now
to try and solve it by myself.. I hope though that some of you might
be able to help me out.

I just installed all the heroku toolbelt stuff and ruby and git. I
think I performed all the required steps to properly install it, but
according to the documentation on the Heroku websites I should now be
able to run the heroku login commands. But that does not seem to work.
What do you guys think went wrong?

Best Regards

 Thijs

--

-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

gruby karol | 18 May 13:19
Picon

cannot deploy grails + gwt on heroku

I was experimenting with Grails on heroku. I followed this article: https://devcenter.heroku.com/articles/grails.

Everything works ok.

Then I decided to try a grails app that uses GWT (via gwt plugin).
This time I cannot deploy the application. After git push I get the following errors:

       Compile error during compilation with javac.
       /app/.grails/2.0.3/projects/test-heroku/plugins/gwt-0.6.1/src/java/grails/plugins/gwt/client/GwtActionService.java:3: package com.google.gwt.user.client.rpc does not exist
       import com.google.gwt.user.client.rpc.RemoteService;
                                            ^
       /app/.grails/2.0.3/projects/test-heroku/plugins/gwt-0.6.1/src/java/grails/plugins/gwt/client/GwtActionService.java:12: cannot find symbol
       symbol: class RemoteService
       public interface GwtActionService extends RemoteService {
                                                 ^
       /app/.grails/2.0.3/projects/test-heroku/plugins/gwt-0.6.1/src/java/grails/plugins/gwt/client/GwtActionServiceAsync.java:3: package com.google.gwt.user.client.rpc does not exist
       import com.google.gwt.user.client.rpc.AsyncCallback;
                                            ^
       /app/.grails/2.0.3/projects/test-heroku/plugins/gwt-0.6.1/src/java/grails/plugins/gwt/client/GwtActionServiceAsync.java:11: cannot find symbol
       symbol  : class AsyncCallback
       location: interface grails.plugins.gwt.client.GwtActionServiceAsync
           <T extends Response> void execute(Action<T> action, AsyncCallback<T> callback);
                                                               ^
       Note: /app/.grails/2.0.3/projects/test-heroku/plugins/gwt-0.6.1/src/java/org/codehaus/groovy/grails/plugins/gwt/XMLJUnitResultFormatter.java uses unchecked or unsafe operations.
       Note: Recompile with -Xlint:unchecked for details.
       4 errors
       
       
       1 error
 !     Failed to build app
 !     Heroku push rejected, failed to compile Grails app

To git-Vgi1d2+GxVTQT0dZR+AlfA@public.gmane.org:gwt-test.git
 ! [remote rejected] master -> master (pre-receive hook declined)


I don't have this problem locally. Heroku doesn't see gwt classes. I see them successfully downloaded during deployment:
       Gwt version 2.4.0 requested, downloading required dependencies
       | Downloading: gwt-dev-2.4.0.pom
       | Downloading: gwt-dev-2.4.0.pom.sha1
       | Downloading: gwt-2.4.0.pom
       | Downloading: gwt-2.4.0.pom.sha1
       | Downloading: oss-parent-4.pom
       | Downloading: oss-parent-4.pom.sha1
       | Downloading: gwt-dev-2.4.0.jar
       | Downloading: gwt-dev-2.4.0.jar.sha1
       | Downloading: gwt-user-2.4.0.pom
       | Downloading: gwt-user-2.4.0.pom.sha1
       | Downloading: gwt-user-2.4.0.jar
       | Downloading: gwt-user-2.4.0.jar.sha1
       | Downloading: gwt-servlet-2.4.0.pom
       | Downloading: gwt-servlet-2.4.0.pom.sha1
       | Downloading: gwt-servlet-2.4.0.jar
       | Downloading: gwt-servlet-2.4.0.jar.sha1
[...] 

I don't understand why gwt classes are not visible.

Did someone succeed with deploying grails + gwt app?

Can someone offer me some advice on how to solve this problem?

I use grails 2.0.3, gwt plugin 0.6.1. 
Regards,
gruby

--
You received this message because you are subscribed to the Google
Groups "Heroku" group.
 
To unsubscribe from this group, send email to
heroku+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en
puzzler | 18 May 08:38
Picon

Need help getting started on Windows XP

I'm following the Heroku/Clojure getting started tutorial, and when I
do the step
foreman start
I get the following error:
C:\devel\Heroku\CFcertifier>foreman start
C:/Program Files/ruby-1.9.3/lib/ruby/gems/1.9.1/gems/foreman-0.46.0/
lib/foreman/
process.rb:94: warning: failed to set environment variable. Ruby 1.9.3
will raise SystemCallError in this case.
23:23:07 web.1     | process terminated
23:23:07 system    | sending SIGTERM to all processes

Any ideas?

Thanks,

Mark

--

-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

Josh Coffman | 17 May 20:50
Picon
Gravatar

postgres query help

In this rails 3.2 app, New Relic is showing location#find is taking a lot of time from a particular controller method. I have users & locations; location belongs to user. the user_id column is indexed, and there is a "timestamp" column which is also indexed. I recently added a column called "lastreport" which is also a date time field but not indexed. The resulting query filters on user_id, and timestamp, and where timestamp + interval is less than or equal to lastreport. Should I create a composite index on all 3 columns? Is adding an index on just "lastreport" enough? 


This is causing me grief today. Any help is appreciated.

Thanks,
Josh

--
You received this message because you are subscribed to the Google
Groups "Heroku" group.
 
To unsubscribe from this group, send email to
heroku+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en
Book Lovers USA | 17 May 18:23

Using an alternative JVM -- possible?

I would like to use a JVM other than the one offered by heroku by default.
The default JVM is the OpenJDK/"IcedTea" JVM, which I am finding has
memory gc issues that are not present in the Oracle/Sun JVM.
How can I install the Oracle/Sun JVM in my heroku app?

--

-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

psychok7 | 17 May 18:19
Picon
Gravatar

git remote references problem

So i have this project hosted on bitbucket and i added a git remote reference saying that origin is bitbucket

after i added  a heroku remote reference and everything is good.

when i pushed my changes into bitbucket and latter cloned it the heroku reference was not there, only bitbucket.

why is that? how do i fix this? 

thanks

--
You received this message because you are subscribed to the Google
Groups "Heroku" group.
 
To unsubscribe from this group, send email to
heroku+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en
Lev Himmelfarb | 15 May 22:51
Picon

jetty SIGTERM ignored

I'm running a web-app using Jetty on Heroku Cedar stack and I noticed that the app does not react to SIGTERM and does not do a graceful shutdown. Every time I stop the process, restart it, deploy new version - whenever Heroku needs to stop running app I get something like this:


2012-05-15T20:41:43+00:00 heroku[web.2]: Stopping process with SIGTERM
2012-05-15T20:41:54+00:00 heroku[web.2]: Error R12 (Exit timeout) -> Process failed to exit within 10 seconds of SIGTERM
2012-05-15T20:41:54+00:00 heroku[web.2]: Stopping process with SIGKILL
2012-05-15T20:41:55+00:00 heroku[web.2]: Process exited with status 137
2012-05-15T20:41:55+00:00 heroku[web.2]: State changed from up to down

My Procfile looks like this:

web: java $JAVA_OPTS -Djetty.port=$PORT -jar target/dependency/jetty-runner.jar --lib target/dependency --config etc/jetty.xml etc/context.xml

And when I run it locally and send SIGTERM to it it shuts down gracefully no problem. Does anyone have any clue on what's going on?

Thanks,
Lev.

--
You received this message because you are subscribed to the Google
Groups "Heroku" group.
 
To unsubscribe from this group, send email to
heroku+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en
psychok7 | 15 May 13:27
Picon
Gravatar

permission denied when trying to run heroku commands

hi there, up until yesterday everything seemed to work fine, but today i did a commit and when i try to run "heroku run fastparqsite/manage.py shell " i get a :


 sh: fastparqsite/manage.py: Permission denied

how can i fix this?? i can still push to my heroku without any problems

--
You received this message because you are subscribed to the Google
Groups "Heroku" group.
 
To unsubscribe from this group, send email to
heroku+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en
MoisesZaragoza | 15 May 01:24
Picon

cant seem to add heroku keys

i am setting up a new application and i have been trying everything
under the sun but i cant seem to work

i have done

ssh-keygen -t rsa

Then

heroku keys:add
Found existing public key: /Users/moiseszaragoza/.ssh/id_rsa.pub
Uploading SSH public key /Users/moiseszaragoza/.ssh/id_rsa.pub
 !    Fingerprint can't be blank

--

-- 
You received this message because you are subscribed to the Google
Groups "Heroku" group.

To unsubscribe from this group, send email to
heroku+unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

Jay Vyas | 14 May 22:21
Picon
Gravatar

contirbuting a new tutorial

Hi guys : I have a tutorial for setting up a heroku/cedar clojure app which I think is quite painless. 
I could easily make it a tiny screencast. Is there a place where the community can contribute improvements to tutorials ? 


--
Jay Vyas
MMSB/UCHC

--
You received this message because you are subscribed to the Google
Groups "Heroku" group.
 
To unsubscribe from this group, send email to
heroku+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

Gmane