Hello, Am 31.07.2007 um 10:08 schrieb Li Yuan:
> I did what you told me. It is successfull when I complile > the database_schema.sql individually. I dont want to be picky, but I am not absolutely sure what you are doing when "compiling" a .sql file. I usually run them against a database using the db client, id est psql. I guess that is what you did. > But. it still has the > same problem, when I use the ant fresh_install again. I am > sure i did delete the dspace database and it was empty. > ... > setup_database: > [java] 2007-07-31 16:07:01,971 INFO > org.dspace.storage.rdbms.InitializeDatabase @ Initializing > Database > > BUILD FAILED > /dspace-1.4.2-source/build.xml:293: Java returned: 1 > > Do you think it is java jdbc problem??? At least, I dont have any other assumption. It is not that simple to identify the right version because compatible versions of postgresql and the jdbc driver dont share the same version number. Usually, the postgresql versions the jdbc driver is known to work with are mentioned where you can download the driver, so you might double check this. (From where do you pick it?) If you post both, the postgresql version and the jdbc driver version you are using, preferably also the operating system, java version and tomcat version to the list, then maybe somebody can give you definitive answer like the same setup does work for me or this cant work because..., each of them being better then just wondering if this might be a reason of failure. Bye, Christian ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

