This is postgresql exception so problem is there (it's not Clojure's
one). Just try to connect via some other tool to confirm this, use
psql in command line, for example. Maybe there is missing group role
that is linked to login role 'mgr'.

PS: I hope that password is not a confidential one :)

2011/8/19 J. Pablo Fernández <pup...@pupeno.com>:
> Hello Clojurians,
> I'm struggling to work with errors in Clojure. This is one example, one
> case, but I had many like these before:
> user=> (load-file "/Users/pupeno/Projects/mgr/src/lobos/migrations.clj")
> org.postgresql.util.PSQLException: FATAL: role "lobos" does not exist
> (config.clj:1)
> It just gives one line, no stack trace. config.clj looks like this:
> (ns lobos.config)
> (def db
>   {:classname "org.postgresql.Driver"
>    :subprotocol "postgresql"
>    :subname "//localhost:5432/mgr"
>    :user "mgr"
>    :password "chi1lie7Wai3ioP6aing3ooci"})
> What now? how do I start to unravel this? How would you do it?
> Thanks.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en



-- 
Petr Gladkikh

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to