[ome-devel] install trouble
josh.moore at gmx.de
josh.moore at gmx.de
Tue Aug 7 12:25:15 BST 2007
Forwarding to list:
------------------
Hi Cihan.
Sorry that you're still having troubles. Unfortunately this is a
Postgres issue, and not an OMERO issue. Have you looked at
https://trac.openmicroscopy.org.uk/omero/wiki/OmeroAndPostgres
yet? The section on HBA may help you. To simplify things, try to
access the database from the command line as the user specified in
local.properties:
psql -h hostname -U username omero3 #or
sudo su username - -c "psql -h hostname omero3"
or something similar depending on your Postgres version. You have to
add "-h hostname" because otherwise you might be using a socket
connection rather than a TCP connection which could be configured
differently.
Best wishes,
Josh.
cihan cetin writes:
> Hi Josh,
>
> I am trying to install the omero beta 2 but I have this error, I don't
> understand why the autentification failed.
> I left the local.properties as default, I use the user cihan to setup
> and start JBOSS.
> I fill rootpass in local.properties with cihan's password but doesn't
> change.
>
> Any idea?
>
> Cheers,
> Cihan
>
> ------------------------------------
>
> $ java omero setup-db
> Buildfile: build.xml
>
> prepare:
> Copying 1 file to
> /home/cihan/omero-3.0-Beta2/omero/target/generated/resources
> Copying 1 file to /home/cihan/omero-3.0-Beta2/omero/target/classes
>
> reload-db:
> Copying 1 file to /home/cihan/omero-3.0-Beta2/omero/target
> Copying 1 file to /home/cihan/omero-3.0-Beta2/omero/target
>
> BUILD FAILED
> /home/cihan/omero-3.0-Beta2/omero/build.xml:83: The following error
> occurred while executing this line:
> /home/cihan/omero-3.0-Beta2/omero/components/server/build.xml:15: The
> following error occurred while executing this line:
> /home/cihan/omero-3.0-Beta2/omero/components/antlib/resources/macros.xml:47:
> org.postgresql.util.PSQLException: FATAL: Ident authentication failed
> for user "omero"
>
> Total time: 3 seconds
More information about the ome-devel
mailing list