On Thu, Aug 21, 2008 at 09:24:50AM -0600, Gustavo Roig wrote: > setup_database: > [java] 2008-08-20 17:35:59,253 INFO > org.dspace.core.ConfigurationManager @ Loading system provided config > property (-Ddspace.configuration): config/dspace.cfg > [java] 2008-08-20 17:35:59,258 INFO > org.dspace.core.ConfigurationManager @ Using default log4j provided log > configuration,if uninitended, check your dspace.cfg for (log.init.config) > [java] 2008-08-20 17:35:59,258 INFO > org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database > [java] 2008-08-20 17:35:59,308 FATAL > org.dspace.storage.rdbms.InitializeDatabase @ Caught exception: > [java] org.postgresql.util.PSQLException: FATAL: no se especifica > un nombre de usuario en el paquete de inicio
This is the problem ^^^
> You can see the part of the config file with the database connection info:
>
> # Database name ("oracle", or "postgres")
> db.name = ${default.db.name}
> #db.name = postgres
> #db.name = oracle
>
> # URL for connecting to database
> db.url = ${default.db.url}
> #db.url = jdbc:postgresql://localhost:5432/dspace
>
> # JDBC Driver
> db.driver = ${default.db.driver}
> #db.driver = org.postgresql.Driver
>
> # Database username and password
> #db.username = ${default.db.username}
> #db.password = ${default.db.password}
> #db.username = dspace
^ This is why it happened. You should uncomment one of the
"db.username" lines.
--
Mark H. Wood, Lead System Programmer [EMAIL PROTECTED]
Typically when a software vendor says that a product is "intuitive" he
means the exact opposite.
pgpdwKEPz5P22.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

