On Mon, Sep 29, 2014 at 1:39 PM, Darin Perusich wrote:
> Progress...after making that change to the project.clj and building
> it's now failing to start with this error. Hopefully I can dig into
> this a bit more tomorrow, but puppetdb has been working fine on this
> system.
>
> ArgumentError: Co
On Mon, Sep 29, 2014 at 12:22 PM, Chris Price wrote:
> On Mon, Sep 29, 2014 at 7:17 AM, Darin Perusich wrote:
>>
>> Here's a quick recreation of the steps. This is on OpenSUSE 13.1 with
>> OpenJDK 1.7.0_51
>>
>> https://gist.github.com/deadpoint/900a2d92911705023986
>> --
>> Later,
>> Darin
>
>
>
On Mon, Sep 29, 2014 at 7:17 AM, Darin Perusich wrote:
> Here's a quick recreation of the steps. This is on OpenSUSE 13.1 with
> OpenJDK 1.7.0_51
>
> https://gist.github.com/deadpoint/900a2d92911705023986
> --
> Later,
> Darin
>
Hi Darin,
The issue you're seeing is because the "tk-jetty9" depen
Here's a quick recreation of the steps. This is on OpenSUSE 13.1 with
OpenJDK 1.7.0_51
https://gist.github.com/deadpoint/900a2d92911705023986
--
Later,
Darin
On Mon, Sep 29, 2014 at 8:49 AM, Ken Barber wrote:
>> Yes, I'm using 'lein deps' to download the deps locally, which is how
>> I also han
> Yes, I'm using 'lein deps' to download the deps locally, which is how
> I also handle it for PuppetDB also.
>
> The issue I'm seeing is that when i run 'lein uberjar' the resulting
> jar doesn't contain all the classes need to run, jetty and
> trapperkeeper are not included. When I attempt to sta
On Fri, Sep 26, 2014 at 3:21 PM, Nate Wolfe wrote:
>> I'm trying figure out all the dependencies I'm missing.
>
>
> Leiningen has a couple commands that can help with this. When you have a
> network connection, `lein deps` will pull down all dependencies and cache
> them locally (under ~/.m2). A
For the Archlinux users, an aur package is available:
https://aur.archlinux.org/packages/puppetserver/
Op dinsdag 23 september 2014 18:12:29 UTC+2 schreef Nate Wolfe:
>
> We are thrilled to announce the preview release of Puppet Server, our
> newest open source project.
> Puppet Server is a next
>
> I'm trying figure out all the dependencies I'm missing.
>
Leiningen has a couple commands that can help with this. When you have a
network connection, `lein deps` will pull down all dependencies and cache
them locally (under ~/.m2). After that, you're good to go with no network
access.