Verify Dabase Setup of Dspace installation's: https://wiki.lyrasis.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-Installation
You MUST enable the pgcrypto extension <http://www.postgresql.org/docs/9.4/static/pgcrypto.html> on your new dspace database. Again, this can only be enabled by a "superuser" account (e.g. postgres) # Login to the database as a superuser, and enable the pgcrypto extension on this database psql --username=postgres dspace -c "CREATE EXTENSION pgcrypto;" Em sex., 5 de mar. de 2021 às 11:49, Erick Olotu <[email protected]> escreveu: > Hi Erveryone > > i am installatiing dspace in windows 10 computer, all steps i follwed were > succeeded except when i start installing dspace using command ant > fresh_install it returns error as following > Plaese any assistance on fixing this issue > Buildfile: > C:\dspace\DSpace-dspace-6.3\DSpace-dspace-6.3\dspace\target\dspace-installer\build.xml > > init_installation: > > prepare_configs: > [mkdir] Created dir: > C:\dspace\DSpace-dspace-6.3\DSpace-dspace-6.3\dspace\target\dspace-installer\config-temp > [copy] Copying 159 files to > C:\dspace\DSpace-dspace-6.3\DSpace-dspace-6.3\dspace\target\dspace-installer\config-temp > [copy] Copying 1 file to > C:\dspace\DSpace-dspace-6.3\DSpace-dspace-6.3\dspace\target\dspace-installer\config-temp > [copy] Copying 16 files to > C:\dspace\DSpace-dspace-6.3\DSpace-dspace-6.3\dspace\target\dspace-installer\config-temp > > init_configs: > [copy] Copying 1 file to C:\dspace\config > [delete] Deleting directory > C:\dspace\DSpace-dspace-6.3\DSpace-dspace-6.3\dspace\target\dspace-installer\config-temp > > test_database: > [java] 2021-03-05 16:53:42,361 WARN > org.dspace.services.email.EmailServiceImpl @ Couldn't get an email session > from environment: Need to specify class name in environment or system > property, or as an applet parameter, or in an application resource file: > java.naming.factory.initial > [java] > [java] Attempting to connect to database > [java] Connected successfully! > [java] > [java] Database Type: postgres > [java] Database URL: jdbc:postgresql://localhost:5432/dspace > [java] Database Schema: public > [java] Database Username: dspace > [java] Database Software: PostgreSQL version 10.16 > [java] Database Driver: PostgreSQL JDBC Driver version 42.2.1 > [java] PostgreSQL 'pgcrypto' extension installed/up-to-date? false > (not installed) > [java] > [java] WARNING: Required PostgreSQL 'pgcrypto' extension is NOT > INSTALLED on this database. > [java] > [java] ** DSpace REQUIRES PostgreSQL >= 9.4 AND pgcrypto extension >= > 1.1 ** > [java] > [java] To install it, please connect to your DSpace database as a > 'superuser' and manually run the following command: > [java] > [java] CREATE EXTENSION pgcrypto; > [java] > [java] 2021-03-05 16:53:43,459 WARN > org.dspace.services.sessions.SessionRequestServiceImpl @ Request > interceptor > (org.dspace.services.events.SystemEventService$EventRequestInterceptor@46093133) > failed to execute on end (request-532-1614952422699): null > > BUILD FAILED > C:\dspace\DSpace-dspace-6.3\DSpace-dspace-6.3\dspace\target\dspace-installer\build.xml:789: > Java returned: 1 > > Total time: 15 seconds > > -- > All messages to this mailing list should adhere to the Code of Conduct: > https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dspace-tech/39bf1aa9-6f9a-447e-ac6d-99f575ae71f7n%40googlegroups.com > <https://groups.google.com/d/msgid/dspace-tech/39bf1aa9-6f9a-447e-ac6d-99f575ae71f7n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- At.te, José Geraldo -- All messages to this mailing list should adhere to the Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/CANP4ikSr4Lq4C_06LgMEgzOLLaCMzsx%3DdYuc__%3D9nx_EGv_yoA%40mail.gmail.com.
