Okay. It's funny but I don't see it written that way in the various instructions I came across. I tried it though, and I was able to get it to work. I had to modify permissions for ant, but it did build successfully. Thanks. Now I am experiencing issues with getting Ofbiz started. When I run ./startofbiz.sh, after a while it starts throwing out errors. I am seeing
/2011-11-10 15:11:45,411 (org.ofbiz.service.job.JobPoller@de0a6c) [ TransactionUtil.java:351:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-11-10 15:11:45,411 (org.ofbiz.service.job.JobPoller@de0a6c) [ TransactionUtil.java:276:WARN ] [TransactionUtil.commit] Not committing transaction, status is No Transaction (6) 2011-11-10 15:11:45,426 (org.ofbiz.service.job.JobPoller@de0a6c) [ GenericDelegator.java:1295:ERROR] ---- exception report ---------------------------------------------------------- Failure in storeByCondition operation for entity [JobSandbox]: org.ofbiz.entity.GenericDataSourceException: Generic Entity Exception occured in updateByCondition (Unable to esablish a connection with the database. (Unable to acquire a new connection from the pool)). Rolling back transaction. Exception: org.ofbiz.entity.GenericDataSourceException Message: Generic Entity Exception occured in updateByCondition (Unable to esablish a connection with the database. (Unable to acquire a new connection from the pool)) ---- cause --------------------------------------------------------------------- Exception: org.ofbiz.entity.GenericDataSourceException Message: Unable to esablish a connection with the database. (Unable to acquire a new connection from the pool) ---- cause --------------------------------------------------------------------- Exception: java.sql.SQLException Message: Unable to acquire a new connection from the pool ---- cause --------------------------------------------------------------------- Exception: org.postgresql.util.PSQLException Message: FATAL: Ident authentication failed for user "ofbiz"/ I take it that there is something wrong with authentication, but how do I make sure to set that up properly? -- View this message in context: http://ofbiz.135035.n4.nabble.com/Installation-on-CentOS-5-6-with-PostgreSQL-tp4024345p4029536.html Sent from the OFBiz - User mailing list archive at Nabble.com.
