Jonathon McKitrick writes:
> Has anyone had any success accepting FTP uploads in Clojure on Heroku?
Unfortunately Heroku apps are only capable of responding to HTTP
requests at this point.
-Phil
pgp4tO21faepT.pgp
Description: PGP signature
I did some googling today, and didn't find much specifically for Clojure,
and most of what I did find was a bit stale.
Has anyone had any success accepting FTP uploads in Clojure on Heroku?
--
--
You received this message because you are subscribed to the Google
Groups "Clojure&
Jonathon McKitrick writes:
> I just tried again, with and without trampoline, and now I'm getting this:
Sorry about this; there was a bug that was affected by the networking
limitations on dynos. I've pushed out a fix now.
-Phil
--
--
You received this message because you are subscribed to t
And that wouldn't make sense on Heroku, would it?
On Friday, January 25, 2013 12:08:46 AM UTC-5, AtKaaZ wrote:
>
> looks like you denied outgoing for java.exe in your firewall
> the java.exe that's in your path(or in JAVA_HOME if set)
>
> in my case:
> ie. cmd.exe
> C:\Users\user>java -version
> j
I wonder how the double posting happens (I've seen others do it), and I've
sent that from gmail. (I'll assume something causes the send email to
happen twice)
On Fri, Jan 25, 2013 at 6:08 AM, AtKaaZ wrote:
> looks like you denied outgoing for java.exe in your firewall
> the java.exe that's in y
looks like you denied outgoing for java.exe in your firewall
the java.exe that's in your path(or in JAVA_HOME if set)
in my case:
ie. cmd.exe
C:\Users\user>java -version
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02,
I just tried again, with and without trampoline, and now I'm getting this:
...
Retrieving net/cgrand/parsley/0.9.1/parsley-0.9.1.jar from clojars
ConnectException Connection refused
java.net.PlainSocketImpl.socketConnect (PlainSocketImpl.java:-2)
java.net.AbstractPlainSocketImpl.doConnect
(Abstr
And *this* is what I love about Clojure and the Clojure community
On Tuesday, January 22, 2013 11:07:39 PM UTC-5, Phil Hagelberg wrote:
>
>
> Jonathon McKitrick writes:
>
> > I checked out the GitHub repos for leiningen and leiningen_repl, but
> > nothing jumps out as the cause. I require l
Jonathon McKitrick writes:
> I checked out the GitHub repos for leiningen and leiningen_repl, but
> nothing jumps out as the cause. I require leiningen 2.0.0, but dropping
> this requirement allows the repl task to load and run.
This is due to the release of Leiningen 2.0.0; the buildpack cur
I've been deploying/testing/running a noir app on heroku for weeks. This
morning, I ran 'heroku run lein run', which never has an issue. I got this:
java.lang.RuntimeException: No such var: repl/profile,
compiling:(leiningen/standalone_repl.clj:9)
I checked out the GitHub repos for leiningen
On Jul 26, 2011, at 1:50 AM, Tarantoga wrote:
> Does anyone know how to create an autoincrementing ID field for a
> table schema on Heroku?
In the schema for the table, define an id field like this:
[:id :serial "PRIMARY KEY"]
> It uses PostgreSQL and a common way for this DB is to create a
> s
Hello!
Take a look at this tutorial and search for the word 'serial'.
http://devcenter.heroku.com/articles/clojure-web-application
I think that'll get you where you want to be.
Let me know if you have any questions!
Best,
Michael Gorsuch
On Tue, Jul 26, 2011 at 3:50 AM, Tarantoga wrote:
> D
Does anyone know how to create an autoincrementing ID field for a
table schema on Heroku?
It uses PostgreSQL and a common way for this DB is to create a
sequence and then take default ID's from this sequence. But I haven't
found a way to do something like that.
I know that rails migrations do som
13 matches
Mail list logo