Amigos, o problema não era a jvm e sim um problema de configuração no postgres.conf.
Resolvido esse problema, consegui configurar o setup e salvar, contudo quando executei o RUN_DBRestore.sh, aconteceu i seguinte problema:
usuario@usuario:/opt/adempiere/adempiere/utils$ sudo sh ./RUN_DBRestore.sh
Setting myEnvironment …
Restore Adempiere Database from Export- /opt/adempiere/adempiere (adempiere)
Re-Create Adempiere User and import /opt/adempiere/adempiere/data/ExpDat.dmp
== The import will show warnings. This is OK ==
20836 -rw-r–r-- 1 root root 21304014 2008-07-14 09:46 /opt/adempiere/adempiere/data/ExpDat.dmp
Press enter to continue …
Adempiere Database Import : 1.10 $
Importing Adempiere DB from /opt/adempiere/adempiere/data/ExpDat.dmp
Recreate user and database
dropdb: não pôde conectar ao banco de dados postgres: could not connect to server: Arquivo ou diretório não encontrado
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
dropuser: não pôde conectar ao banco de dados postgres: could not connect to server: Arquivo ou diretório não encontrado
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
psql: could not connect to server: Arquivo ou diretório não encontrado
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
createdb: não pôde conectar ao banco de dados postgres: could not connect to server: Arquivo ou diretório não encontrado
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
Import Adempiere_pg.dmp
psql: could not connect to server: Arquivo ou diretório não encontrado
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
psql: could not connect to server: Arquivo ou diretório não encontrado
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
usuario@usuario:/opt/adempiere/adempiere/utils$
Reconferi minhas configurações, e tudo ok:
pg_hba.conf:
TYPE DATABASE USER CIDR-ADDRESS METHOD
“local” is for Unix domain socket connections only
local all all trust
IPv4 local connections:
host all all 0.0.0.0/00 trust
IPv6 local connections:
host all all ::1/128 trust
#host all all 192.168.0.0/24 trust
No IPv6 testei com as duas.
postgres.conf
listen_addresses = ‘’ # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to ‘localhost’, '’ = all
# (change requires restart)
port = 5432 # (change requires restart)
e
#------------------------------------------------------------------------------
CUSTOMIZED OPTIONS
#------------------------------------------------------------------------------
#custom_variable_classes = ‘’ # list of custom variable class names
dynamic_library_path = ‘$libdir:/var/lib/pljava/pljava’
custom_variable_classes = ‘pljava’
pljava.classpath=’/var/lib/pljava/pljava/pljava.jar’
Se puderem ajudar agradeço