You should always CC dspace-tech.

Your procedure sounds correct to me. I don't know what the problem
could be. I'm not deeply familiar with JSPUI in particular.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


On Wed, Apr 3, 2013 at 2:31 PM, VINAY G <[email protected]> wrote:
> Even though i have done as you have told but getting same error.
> info-------
> element : case
> qualifier : num
>
> after changing the messages.properties and dspace.cfg
> stopped tomcat and
>
>       C:\dspace-1.7.0-src-release\dspace\target\dspace-1.7.0-build.dir>ant
> update
> C:\Dspace\bin>dspace index-init
>
>
> On Wed, Apr 3, 2013 at 5:45 PM, helix84 <[email protected]> wrote:
>>
>> That means your Messages.properties file doesn't contain the
>> browse.menu.num property. When you add it, the value of that property
>> will be displayed in place of ???browse.menu.num???.
>>
>>
>> Regards,
>> ~~helix84
>>
>> Compulsory reading: DSpace Mailing List Etiquette
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>
>>
>> On Wed, Apr 3, 2013 at 2:06 PM, VINAY G <[email protected]> wrote:
>> > Thank you for last reply sir
>> > i have added case number and i am not able to display as "case number"
>> > in
>> > browse field but the link is going to currect place and i have tried to
>> > change the field in
>> >
>> > C:\dspace-1.7.0-src-release\dspace-api\src\main\resources\messages.properties
>> > but browse field is showing like this.. please help me
>> > ???browse.menu.num???
>> >
>> >
>> >
>> >
>> > On Wed, Apr 3, 2013 at 3:12 PM,
>> > <[email protected]>
>> > wrote:
>> >>
>> >> Send DSpace-tech mailing list submissions to
>> >>         [email protected]
>> >>
>> >> To subscribe or unsubscribe via the World Wide Web, visit
>> >>         https://lists.sourceforge.net/lists/listinfo/dspace-tech
>> >> or, via email, send a message with subject or body 'help' to
>> >>         [email protected]
>> >>
>> >> You can reach the person managing the list at
>> >>         [email protected]
>> >>
>> >> When replying, please edit your Subject line so it is more specific
>> >> than "Re: Contents of DSpace-tech digest..."
>> >>
>> >>
>> >> Today's Topics:
>> >>
>> >>    1. Re: Regarding dspace Error (helix84)
>> >>    2. Re: Regarding dspace Error (helix84)
>> >>    3. Re: Automatic generation of thumbnails for image records in
>> >>       DSpace (helix84)
>> >>    4. Ant Build error (Smart D Ncube)
>> >>    5. Re: Ant Build error (helix84)
>> >>    6. Re: Ant Build error (Smart D Ncube)
>> >>
>> >>
>> >> ----------------------------------------------------------------------
>> >>
>> >> Message: 1
>> >> Date: Wed, 3 Apr 2013 09:54:01 +0200
>> >> From: helix84 <[email protected]>
>> >> Subject: Re: [Dspace-tech] Regarding dspace Error
>> >> To: VINAY G <[email protected]>
>> >> Cc: dspace-tech <[email protected]>
>> >> Message-ID:
>> >>
>> >> <cagdvkqgdfnegygfzebyvuxfrmg0_v7g-1c1hm4pbf0q4i4a...@mail.gmail.com>
>> >> Content-Type: text/plain; charset=UTF-8
>> >>
>> >> Hello,
>> >>
>> >> the error means that the group with eperson_group_id = 1 (the
>> >> Administrator group) wasn't found in the eperson_group table. This
>> >> shouldn't happen if you follow the installation instructions. Is there
>> >> anything you did manually to the database? Were there any errors
>> >> loading the database schema during the ant fresh_install step?
>> >>
>> >> I recommend you to drop the database tables and do the ant
>> >> fresh_install step again.
>> >>
>> >>
>> >> Regards,
>> >> ~~helix84
>> >>
>> >> Compulsory reading: DSpace Mailing List Etiquette
>> >> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>> >>
>> >>
>> >> On Wed, Apr 3, 2013 at 7:18 AM, VINAY G <[email protected]> wrote:
>> >> >
>> >> > Respected Sir,
>> >> >
>> >> > This is Vinay G from forest department working on dspace, I am
>> >> > getting
>> >> > an
>> >> > error to create administrator login in command prompt ,
>> >> > 1) I have attached in the command prompt error in dspace admin
>> >> > create.txt
>> >> > 2) I have attached the dspace.cfg file, what i have modified
>> >> > 3) dspace.log file and also
>> >> > 4) postgresql.log
>> >> >
>> >> > Could you please inform me, where can i correct my error.
>> >> >
>> >> > Thank you
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > ------------------------------------------------------------------------------
>> >> > Minimize network downtime and maximize team effectiveness.
>> >> > Reduce network management and security costs.Learn how to hire
>> >> > the most talented Cisco Certified professionals. Visit the
>> >> > Employer Resources Portal
>> >> > http://www.cisco.com/web/learning/employer_resources/index.html
>> >> > _______________________________________________
>> >> > DSpace-tech mailing list
>> >> > [email protected]
>> >> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
>> >> > List Etiquette:
>> >> > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>> >>
>> >>
>> >>
>> >> ------------------------------
>> >>
>> >> Message: 2
>> >> Date: Wed, 3 Apr 2013 09:58:17 +0200
>> >> From: helix84 <[email protected]>
>> >> Subject: Re: [Dspace-tech] Regarding dspace Error
>> >> To: VINAY G <[email protected]>
>> >> Cc: dspace-tech <[email protected]>
>> >> Message-ID:
>> >>
>> >> <cagdvkqgsmon1wmjz0q5onjrnvjpoiohengcbwvq9tfabwkv...@mail.gmail.com>
>> >> Content-Type: text/plain; charset=UTF-8
>> >>
>> >> My mistake, the error doesn't mean what I said.
>> >>
>> >> The problem is that you didn't specify database name in dspace.cfg, so
>> >> DSpace couldn't create the database connection.
>> >> You have to specify database name like this:
>> >>
>> >> db.url = jdbc:postgresql://localhost:5432/databasename
>> >>
>> >> Also make sure that the database exists, username and password is
>> >> correct and the schema was created during the ant fresh_install step.
>> >>
>> >>
>> >> Regards,
>> >> ~~helix84
>> >>
>> >> Compulsory reading: DSpace Mailing List Etiquette
>> >> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>> >>
>> >>
>> >> On Wed, Apr 3, 2013 at 9:54 AM, helix84 <[email protected]> wrote:
>> >> > Hello,
>> >> >
>> >> > the error means that the group with eperson_group_id = 1 (the
>> >> > Administrator group) wasn't found in the eperson_group table. This
>> >> > shouldn't happen if you follow the installation instructions. Is
>> >> > there
>> >> > anything you did manually to the database? Were there any errors
>> >> > loading the database schema during the ant fresh_install step?
>> >> >
>> >> > I recommend you to drop the database tables and do the ant
>> >> > fresh_install step again.
>> >> >
>> >> >
>> >> > Regards,
>> >> > ~~helix84
>> >> >
>> >> > Compulsory reading: DSpace Mailing List Etiquette
>> >> > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>> >> >
>> >> >
>> >> > On Wed, Apr 3, 2013 at 7:18 AM, VINAY G <[email protected]>
>> >> > wrote:
>> >> >>
>> >> >> Respected Sir,
>> >> >>
>> >> >> This is Vinay G from forest department working on dspace, I am
>> >> >> getting
>> >> >> an
>> >> >> error to create administrator login in command prompt ,
>> >> >> 1) I have attached in the command prompt error in dspace admin
>> >> >> create.txt
>> >> >> 2) I have attached the dspace.cfg file, what i have modified
>> >> >> 3) dspace.log file and also
>> >> >> 4) postgresql.log
>> >> >>
>> >> >> Could you please inform me, where can i correct my error.
>> >> >>
>> >> >> Thank you
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> ------------------------------------------------------------------------------
>> >> >> Minimize network downtime and maximize team effectiveness.
>> >> >> Reduce network management and security costs.Learn how to hire
>> >> >> the most talented Cisco Certified professionals. Visit the
>> >> >> Employer Resources Portal
>> >> >> http://www.cisco.com/web/learning/employer_resources/index.html
>> >> >> _______________________________________________
>> >> >> DSpace-tech mailing list
>> >> >> [email protected]
>> >> >> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>> >> >> List Etiquette:
>> >> >> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>> >>
>> >>
>> >>
>> >> ------------------------------
>> >>
>> >> Message: 3
>> >> Date: Wed, 3 Apr 2013 10:01:59 +0200
>> >> From: helix84 <[email protected]>
>> >> Subject: Re: [Dspace-tech] Automatic generation of thumbnails for
>> >>         image records in DSpace
>> >> To: "LIBRIS Reference (LIBRIS)" <[email protected]>
>> >> Cc: "[email protected]"
>> >>         <[email protected]>
>> >> Message-ID:
>> >>
>> >> <CAGdvKqjX7u0XUzQu=leb-vx7fovhtukcambqkoxcpvjxvzg...@mail.gmail.com>
>> >> Content-Type: text/plain; charset=UTF-8
>> >>
>> >> This question has been asked a few times already, but I don't have
>> >> particular steps to give you, only the general solution.
>> >>
>> >> You can create a curation task that will run the MediaFilter on an
>> >> item and then bind this step to a workflow step:
>> >>
>> >>
>> >>
>> >> https://wiki.duraspace.org/display/DSDOC3x/Curation+System#CurationSystem-Inworkflow
>> >>
>> >>
>> >> Regards,
>> >> ~~helix84
>> >>
>> >> Compulsory reading: DSpace Mailing List Etiquette
>> >> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>> >>
>> >>
>> >>
>> >> ------------------------------
>> >>
>> >> Message: 4
>> >> Date: Wed, 3 Apr 2013 10:20:00 +0200
>> >> From: Smart D Ncube <[email protected]>
>> >> Subject: [Dspace-tech] Ant Build error
>> >> To: dspace-tech <[email protected]>
>> >> Message-ID:
>> >>
>> >> <ca++8htq3arrm8sr+ut1a59beerr1mxd9_anrmpanjwpsptc...@mail.gmail.com>
>> >> Content-Type: text/plain; charset="iso-8859-1"
>> >>
>> >> Hello members
>> >>
>> >>  I am installing DSpace 3.0 and have successfully built apache maven
>> >> 2.2
>> >> am
>> >> now stuck at building apache-ant-1.8.4 as I am getting the following
>> >> error
>> >> which seems to be linked to loading database schema
>> >>
>> >> BUILD FAILED
>> >> /dspace-3.0-release/dspace/target/dspace-3.0-build/build.xml:795: Java
>> >> returned: 1
>> >>
>> >> I have tried after that on DSpace 1.7.1 assuming that was a dspace
>> >> version
>> >> problem  but am getting the following problem at ant build.
>> >>
>> >> BUILD FAILED
>> >>
>> >> /dspace-1.7.1-release/dspace/target/dspace-1.7.1-build.dir/build.xml:71:
>> >> Property handle.canonical.prefix was circularly defined.
>> >>
>> >> your help will be greatly appreciated
>> >>
>> >> Regards
>> >>
>> >> Smart.
>> >>
>> >>
>> >>
>> >> --
>> >> Thank God for His Grace .
>> >> -------------- next part --------------
>> >> An HTML attachment was scrubbed...
>> >>
>> >> ------------------------------
>> >>
>> >> Message: 5
>> >> Date: Wed, 3 Apr 2013 10:41:41 +0200
>> >> From: helix84 <[email protected]>
>> >> Subject: Re: [Dspace-tech] Ant Build error
>> >> To: Smart D Ncube <[email protected]>
>> >> Cc: dspace-tech <[email protected]>
>> >> Message-ID:
>> >>
>> >> <cagdvkqizgax-wmqg90kpxnquedyv+5sfna1ptjzhkbssmnu...@mail.gmail.com>
>> >> Content-Type: text/plain; charset=UTF-8
>> >>
>> >> These two errors don't seem related.
>> >>
>> >> On Wed, Apr 3, 2013 at 10:20 AM, Smart D Ncube <[email protected]>
>> >> wrote:
>> >> > BUILD FAILED
>> >> > /dspace-3.0-release/dspace/target/dspace-3.0-build/build.xml:795:
>> >> > Java
>> >> > returned: 1
>> >>
>> >> This one indicates failure during creation of database tables:
>> >>
>> >>
>> >> https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace/src/main/config/build.xml#L795
>> >>
>> >> This is not the error per se, only an indication that an error
>> >> occurred earlier. You'll have to look above that message to find the
>> >> actual error.
>> >>
>> >> The most common sources or errors during database creation include
>> >> wrong database connection information (driver, IP, username,
>> >> password), database not existing or insufficient permissions for the
>> >> database user.
>> >>
>> >>
>> >> > BUILD FAILED
>> >> >
>> >> > /dspace-1.7.1-release/dspace/target/dspace-1.7.1-build.dir/build.xml:71:
>> >> > Property handle.canonical.prefix was circularly defined.
>> >>
>> >> This indicates that you wrote something like this in configuration:
>> >>
>> >> handle.canonical.prefix = ${handle.canonical.prefix}
>> >>
>> >>
>> >> Regards,
>> >> ~~helix84
>> >>
>> >> Compulsory reading: DSpace Mailing List Etiquette
>> >> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>> >>
>> >>
>> >>
>> >> ------------------------------
>> >>
>> >> Message: 6
>> >> Date: Wed, 3 Apr 2013 11:42:33 +0200
>> >> From: Smart D Ncube <[email protected]>
>> >> Subject: Re: [Dspace-tech] Ant Build error
>> >> To: dspace-tech <[email protected]>
>> >> Message-ID:
>> >>
>> >> <CA++8HTT=Tf2MFQDVr2gQVvHZh+4zCJJt5vnAHY0O=huerq3...@mail.gmail.com>
>> >> Content-Type: text/plain; charset="iso-8859-1"
>> >>
>> >> *Smart D Ncube * <[email protected]>   Wed, Apr 3, 2013 at 10:20 AM
>> >> To: dspace-tech <[email protected]>
>> >>    Hello members
>> >>
>> >>  I am installing DSpace 3.0 and have successfully built apache maven
>> >> 2.2
>> >> am
>> >> now stuck at building apache-ant-1.8.4 as I am getting the following
>> >> error
>> >> which seems to be linked to loading database schema
>> >>
>> >> BUILD FAILED
>> >> /dspace-3.0-release/dspace/target/dspace-3.0-build/build.xml:795: Java
>> >> returned: 1
>> >>
>> >> I have tried after that on DSpace 1.7.1 assuming that was a dspace
>> >> version
>> >> problem  but am getting the following problem at ant build.
>> >>
>> >> BUILD FAILED
>> >>
>> >> /dspace-1.7.1-release/dspace/target/dspace-1.7.1-build.dir/build.xml:71:
>> >> Property handle.canonical.prefix was circularly defined.
>> >>
>> >> your help will be greatly appreciated
>> >>
>> >> Regards
>> >>
>> >> Smart.
>> >>
>> >>
>> >>
>> >> --
>> >> Thank God for His Grace .
>> >>   ------------------------------
>> >>   * helix84 * <[email protected]>   Wed, Apr 3, 2013 at 10:41 AM
>> >> Reply-To: [email protected]
>> >>  To: Smart D Ncube <[email protected]>
>> >>  Cc: dspace-tech <[email protected]>
>> >>    These two errors don't seem related.
>> >>
>> >> On Wed, Apr 3, 2013 at 10:20 AM, Smart D Ncube <[email protected]>
>> >> wrote:
>> >> > BUILD FAILED
>> >> > /dspace-3.0-release/dspace/target/dspace-3.0-build/build.xml:795:
>> >> > Java
>> >> > returned: 1
>> >>
>> >> This one indicates failure during creation of database tables:
>> >>
>> >>
>> >> https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace/src/main/config/build.xml#L795
>> >>
>> >> This is not the error per se, only an indication that an error
>> >> occurred earlier. You'll have to look above that message to find the
>> >> actual error.
>> >>
>> >> The most common sources or errors during database creation include
>> >> wrong database connection information (driver, IP, username,
>> >> password), database not existing or insufficient permissions for the
>> >> database user.
>> >>
>> >>
>> >> > BUILD FAILED
>> >> >
>> >> > /dspace-1.7.1-release/dspace/target/dspace-1.7.1-build.dir/build.xml:71:
>> >> > Property handle.canonical.prefix was circularly defined.
>> >>
>> >> This indicates that you wrote something like this in configuration:
>> >>
>> >> handle.canonical.prefix = ${handle.canonical.prefix}
>> >>
>> >>
>> >> Regards,
>> >> ~~helix84
>> >>
>> >> Compulsory reading: DSpace Mailing List Etiquette
>> >> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>> >>   ------------------------------
>> >>   * Smart D Ncube * <[email protected]>   Wed, Apr 3, 2013 at 11:09 AM
>> >> To: [email protected]
>> >>    @helix84
>> >> Thank you so much for the immediate response.
>> >>
>> >>  for the DSpace 3.0 build.xml line 795 the databse test connections in
>> >> the
>> >> above lines seems to be okas shown below,
>> >>
>> >> log configuration,if unintended, check your dspace.cfg for
>> >> (log.init.config)
>> >>      [java]
>> >>      [java] Attempting to connect to database:
>> >>      [java]  - URL: jdbc:postgresql://localhost:5432/dspace
>> >>      [java]  - Driver: org.postgresql.Driver
>> >>      [java]  - Username: dspace
>> >>      [java]  - Password: xxxxxx
>> >>      [java]  - Schema:
>> >>      [java]
>> >>      [java] Testing connection...
>> >>      [java] Connected successfully!
>> >>      [java]
>> >>
>> >> setup_database:
>> >>
>> >> The  following section is the section with the erronous line 795
>> >>
>> >> <!-- ============================================================= -->
>> >>     <!-- Remove the database tables
>> >> -->
>> >>     <!-- =============================================================
>> >> -->
>> >>
>> >>     <!-- We execute InitializeDatabase, passing in the simple log4j
>> >> properties
>> >>     -  file in etc/ and the DSpace configuration file using system
>> >>     -  properties -->
>> >>     <target name="clean_database" description="Removes DSpace database
>> >> tables, destroying data">
>> >>
>> >>        * <java classname="org.dspace.storage.rdbms.InitializeDatabase"
>> >> classpathref="class.path" fork="yes" failonerror="yes">*
>> >>             <sysproperty key="log4j.configuration"
>> >> value="file:config/log4j-console.properties" />
>> >>             <sysproperty key="dspace.log.init.disable" value="true" />
>> >>             <sysproperty key="dspace.configuration" value="${config}"
>> >> />
>> >>             <arg value="clean-database.sql" />
>> >>         </java>
>> >>
>> >>     </target>
>> >>
>> >> so I changed the failonerror to no,and for the subsequent following
>> >> lines
>> >> below this section , it would say build successfull but not functional.
>> >> On
>> >> creating the dspace database user I gave it all the permissions even to
>> >> create other roles.
>> >>
>> >>
>> >> ...
>> >>
>> >> and the line 71 for dspace 1.7.1 build.xml is as follows
>> >>
>> >>  <!-- Load the configuration -->
>> >>     <property file="${config}" />
>> >>
>> >> how can I possibly tweek this line to address the error yet remain
>> >> functional.
>> >>
>> >> Your assistance is very much valuable.
>> >>
>> >> Regards
>> >>
>> >> Smart.
>> >>
>> >>
>> >> [Quoted text hidden]
>> >> --
>> >> Thank God for His Grace .
>> >>   ------------------------------
>> >>   * Smart D Ncube * <[email protected]>   Wed, Apr 3, 2013 at 11:18 AM
>> >> To: [email protected]
>> >>    apologies for sending the wrong section
>> >>
>> >> the actual section where the 795 error is loated is shown below
>> >>
>> >> <!-- ============================================================= -->
>> >>     <!-- Create the database tables
>> >> -->
>> >>     <!-- =============================================================
>> >> -->
>> >>
>> >>     <!-- We execute InitializeDatabase, passing in the simple log4j
>> >> properties
>> >>     -  file in etc/ and the DSpace configuration file using system
>> >>     -  properties -->
>> >>     <target name="setup_database" description="Create database tables">
>> >>
>> >>         <!-- Load the Schema -->
>> >>
>> >>  <java classname="org.dspace.app.launcher.ScriptLauncher"
>> >> classpathref="class.path" fork="yes" failonerror="yes">  * L795*
>> >>
>> >>             <sysproperty key="log4j.configuration"
>> >> value="file:config/log4j-console.properties" />
>> >>             <sysproperty key="dspace.log.init.disable" value="true" />
>> >>             <sysproperty key="dspace.configuration" value="${config}"
>> >> />
>> >>             <arg value="setup-database" />
>> >>             <arg value="database_schema.sql" />
>> >>         </java>
>> >>
>> >> [Quoted text hidden]
>> >>  ------------------------------
>> >>   * helix84 * <[email protected]>   Wed, Apr 3, 2013 at 11:26 AM
>> >> Reply-To: [email protected]
>> >>  To: Smart D Ncube <[email protected]>
>> >>    First, always send your emails to dspace-tech, never directly to me.
>> >>
>> >> You did well to run the test-database script, it's indeed OK.
>> >>
>> >> You didn't include the full log of the ant command (the lines above
>> >> the error you sent previously). They should contain more details.
>> >>
>> >> Before running ant fresh_install again you should run ant
>> >> clean_database to drop the tables. This might fail with the same error
>> >> (or not).
>> >>
>> >> @ helix84 thanks for the advice
>> >>
>> >>
>> >> below is the full log for the ant build process
>> >>
>> >> [dspace@ir dspace-3.0-build]$ ant fresh_install
>> >> Buildfile: /dspace-3.0-release/dspace/target/dspace-3.0-build/build.xml
>> >>
>> >> init_installation:
>> >>
>> >> init_configs:
>> >>
>> >> test_database:
>> >>      [java] 2013-04-03 11:32:48,541 INFO
>> >> org.dspace.core.ConfigurationManager @ Loading system provided config
>> >> property (-Ddspace.configuration): config/dspace.cfg
>> >>      [java] 2013-04-03 11:32:48,565 INFO
>> >> org.dspace.core.ConfigurationManager @ Using default log4j provided log
>> >> configuration,if unintended, check your dspace.cfg for
>> >> (log.init.config)
>> >>      [java]
>> >>      [java] Attempting to connect to database:
>> >>      [java]  - URL: jdbc:postgresql://localhost:5432/dspace
>> >>      [java]  - Driver: org.postgresql.Driver
>> >>      [java]  - Username: dspace
>> >>      [java]  - Password: library88
>> >>      [java]  - Schema:
>> >>      [java]
>> >>      [java] Testing connection...
>> >>      [java] Connected successfully!
>> >>      [java]
>> >>
>> >> setup_database:
>> >>      [java] 2013-04-03 11:32:49,564 INFO
>> >> org.dspace.servicemanager.DSpaceKernelInit @ Created new kernel:
>> >>
>> >>
>> >> DSpaceKernel:org.dspace:name=fc85907a-60ae-47d9-8e13-37deede474d8,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null
>> >>      [java] 2013-04-03 11:32:49,567 INFO
>> >> org.dspace.core.ConfigurationManager @ Loading system provided config
>> >> property (-Ddspace.configuration): config/dspace.cfg
>> >>      [java] 2013-04-03 11:32:49,571 INFO
>> >> org.dspace.core.ConfigurationManager @ Using default log4j provided log
>> >> configuration,if unintended, check your dspace.cfg for
>> >> (log.init.config)
>> >>      [java] 2013-04-03 11:32:49,596 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded 5
>> >> config properties from resource: class path resource
>> >> [config/dspace-defaults.cfg]
>> >>      [java] 2013-04-03 11:32:49,597 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loading
>> >> system property as config: configuration=>config/dspace.cfg
>> >>      [java] 2013-04-03 11:32:49,597 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loading
>> >> system property as config: log.init.disable=>true
>> >>      [java] 2013-04-03 11:32:49,630 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded0
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,630 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded3
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,630 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded1
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,631 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded5
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,631 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded6
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,631 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded4
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,631 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded0
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,632 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded1
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,632 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded0
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,632 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded0
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,632 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded6
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,633 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded13
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,634 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded2
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,635 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded13
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,635 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded2
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,635 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded7
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,635 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded1
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,636 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded2
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,636 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded1
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,638 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded78
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,639 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded3
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,639 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded0
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,639 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded1
>> >> config properties from stream
>> >>      [java] 2013-04-03 11:32:49,649 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Loaded
>> >> 217
>> >> config properties from file: /dspace/config/dspace.cfg
>> >>      [java] 2013-04-03 11:32:49,655 INFO
>> >> org.dspace.servicemanager.config.DSpaceConfigurationService @ Started
>> >> up
>> >> configuration service and loaded 375 settings
>> >>      [java] 2013-04-03 11:32:49,758 INFO
>> >> org.springframework.context.support.ClassPathXmlApplicationContext @
>> >> Refreshing
>> >>
>> >>
>> >> org.springframework.context.support.ClassPathXmlApplicationContext@340d1fa5:
>> >> startup date [Wed Apr 03 11:32:49 CAT 2013]; root of context hierarchy
>> >>      [java] 2013-04-03 11:32:49,805 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from class path resource
>> >> [spring/spring-dspace-applicationContext.xml]
>> >>      [java] 2013-04-03 11:32:50,182 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/additions-3.0.jar!/spring/spring-dspace-addon-example-services.xml]
>> >>      [java] 2013-04-03 11:32:50,226 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]
>> >>      [java] 2013-04-03 11:32:50,279 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-services.xml]
>> >>      [java] 2013-04-03 11:32:50,341 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-core-services.xml]
>> >>      [java] 2013-04-03 11:32:50,376 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-services-3.0.jar!/spring/spring-dspace-core-services.xml]
>> >>      [java] 2013-04-03 11:32:50,435 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from file
>> >> [/dspace/config/spring/api/discovery-solr.xml]
>> >>      [java] 2013-04-03 11:32:50,490 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from file
>> >> [/dspace/config/spring/api/workflow-actions.xml]
>> >>      [java] 2013-04-03 11:32:50,556 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from file
>> >> [/dspace/config/spring/api/identifier-service.xml]
>> >>      [java] 2013-04-03 11:32:50,592 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Overriding bean definition for bean
>> >> 'org.dspace.identifier.IdentifierService': replacing [Generic bean:
>> >> class
>> >> [org.dspace.identifier.IdentifierServiceImpl]; scope=singleton;
>> >> abstract=false; lazyInit=false; autowireMode=2; dependencyCheck=0;
>> >> autowireCandidate=true; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-core-services.xml]]
>> >> with [Generic bean: class
>> >> [org.dspace.identifier.IdentifierServiceImpl];
>> >> scope=singleton; abstract=false; lazyInit=false; autowireMode=2;
>> >> dependencyCheck=0; autowireCandidate=true; primary=false;
>> >> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>> >> destroyMethodName=null; defined in file
>> >> [/dspace/config/spring/api/identifier-service.xml]]
>> >>      [java] 2013-04-03 11:32:50,592 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from file
>> >> [/dspace/config/spring/api/versioning-service.xml]
>> >>      [java] 2013-04-03 11:32:50,637 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from file [/dspace/config/spring/api/discovery.xml]
>> >>      [java] 2013-04-03 11:32:50,674 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Overriding bean definition for bean
>> >> 'org.dspace.discovery.configuration.DiscoveryConfigurationService':
>> >> replacing [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoveryConfigurationService];
>> >> scope=;
>> >> abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
>> >> autowireCandidate=true; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]]
>> >> with [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoveryConfigurationService];
>> >> scope=;
>> >> abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
>> >> autowireCandidate=true; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in file [/dspace/config/spring/api/discovery.xml]]
>> >>      [java] 2013-04-03 11:32:50,679 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Overriding bean definition for bean 'defaultConfiguration': replacing
>> >> [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoveryConfiguration];
>> >> scope=prototype; abstract=false; lazyInit=false; autowireMode=0;
>> >> dependencyCheck=0; autowireCandidate=false; primary=false;
>> >> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>> >> destroyMethodName=null; defined in URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]]
>> >> with [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoveryConfiguration];
>> >> scope=prototype; abstract=false; lazyInit=false; autowireMode=0;
>> >> dependencyCheck=0; autowireCandidate=false; primary=false;
>> >> factoryBeanName=null; factoryMethodName=null; initMethodName=null;
>> >> destroyMethodName=null; defined in file
>> >> [/dspace/config/spring/api/discovery.xml]]
>> >>      [java] 2013-04-03 11:32:50,680 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Overriding bean definition for bean 'searchFilterTitle': replacing
>> >> [Generic
>> >> bean: class [org.dspace.discovery.configuration.DiscoverySearchFilter];
>> >> scope=; abstract=false; lazyInit=false; autowireMode=0;
>> >> dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]]
>> >> with [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoverySearchFilter]; scope=;
>> >> abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in file [/dspace/config/spring/api/discovery.xml]]
>> >>      [java] 2013-04-03 11:32:50,680 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Overriding bean definition for bean 'searchFilterAuthor': replacing
>> >> [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoverySearchFilter]; scope=;
>> >> abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]]
>> >> with [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoverySearchFilterFacet];
>> >> scope=;
>> >> abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in file [/dspace/config/spring/api/discovery.xml]]
>> >>      [java] 2013-04-03 11:32:50,681 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Overriding bean definition for bean 'searchFilterSubject': replacing
>> >> [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoverySearchFilter]; scope=;
>> >> abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]]
>> >> with [Generic bean: class
>> >>
>> >>
>> >> [org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration];
>> >> scope=; abstract=false; lazyInit=false; autowireMode=0;
>> >> dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in file [/dspace/config/spring/api/discovery.xml]]
>> >>      [java] 2013-04-03 11:32:50,682 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Overriding bean definition for bean 'searchFilterIssued': replacing
>> >> [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoverySearchFilter]; scope=;
>> >> abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]]
>> >> with [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoverySearchFilterFacet];
>> >> scope=;
>> >> abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in file [/dspace/config/spring/api/discovery.xml]]
>> >>      [java] 2013-04-03 11:32:50,682 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Overriding bean definition for bean 'sortTitle': replacing [Generic
>> >> bean:
>> >> class
>> >> [org.dspace.discovery.configuration.DiscoverySortFieldConfiguration];
>> >> scope=; abstract=false; lazyInit=false; autowireMode=0;
>> >> dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]]
>> >> with [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoverySortFieldConfiguration];
>> >> scope=; abstract=false; lazyInit=false; autowireMode=0;
>> >> dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in file [/dspace/config/spring/api/discovery.xml]]
>> >>      [java] 2013-04-03 11:32:50,683 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Overriding bean definition for bean 'sortDateIssued': replacing
>> >> [Generic
>> >> bean: class
>> >> [org.dspace.discovery.configuration.DiscoverySortFieldConfiguration];
>> >> scope=; abstract=false; lazyInit=false; autowireMode=0;
>> >> dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in URL
>> >>
>> >>
>> >> [jar:file:/dspace-3.0-release/dspace/target/dspace-3.0-build/lib/dspace-api-3.0.jar!/spring/spring-dspace-addon-discovery-configuration-services.xml]]
>> >> with [Generic bean: class
>> >> [org.dspace.discovery.configuration.DiscoverySortFieldConfiguration];
>> >> scope=; abstract=false; lazyInit=false; autowireMode=0;
>> >> dependencyCheck=0;
>> >> autowireCandidate=false; primary=false; factoryBeanName=null;
>> >> factoryMethodName=null; initMethodName=null; destroyMethodName=null;
>> >> defined in file [/dspace/config/spring/api/discovery.xml]]
>> >>      [java] 2013-04-03 11:32:50,683 INFO
>> >> org.springframework.beans.factory.xml.XmlBeanDefinitionReader @ Loading
>> >> XML
>> >> bean definitions from file [/dspace/config/spring/api/bte.xml]
>> >>      [java] 2013-04-03 11:32:50,913 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Pre-instantiating singletons in
>> >>
>> >>
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory@62ebcdbb:
>> >> defining beans
>> >>
>> >>
>> >> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.dspace.servicemanager.spring.DSpaceBeanPostProcessor#0,org.dspace.example.Example,org.dspace.discovery.configuration.DiscoveryConfigurationService,defaultConfiguration,searchFilterTitle,searchFilterAuthor,searchFilterSubject,searchFilterIssued,sidebarFacetAuthor,sidebarFacetSubject,sidebarFacetDateIssued,sortTitle,sortDateIssued,org.dspace.discovery.SearchService,org.dspace.identifier.IdentifierService,org.dspace.identifier.VersionedHandleIdentifierProvider,org.dspace.services.CachingService,org.dspace.caching.ehcache.CacheManager,org.dspace.services.SessionService,org.dspace.services.EventService,claimactionAPI,reviewactionAPI,editactionAPI,finaleditactionAPI,singleuserreviewactionAPI,selectrevieweractionAPI,scorereviewactionAPI,evaluationactionAPI,autoassignactionAPI,noUserSelectionActionAPI,assignoriginalsubmitteractionAPI,reviewaction,editaction,finaleditaction,selectrevieweraction,singleuserreviewaction,scorereviewaction,evaluationaction,claimaction,autoassignAction,noUserSelectionAction,originalSubmitterAssignAction,org.dspace.versioning.VersioningService,solrServiceResourceIndexPlugin,solrBrowseIndexer,org.dspace.app.itemimport.DataLoaderService,gr.ekt.transformationengine.core.TransformationEngine,gr.ekt.transformationengine.dataloaders.dspace.BibTexDataLoader,gr.ekt.transformationengine.dataloaders.dspace.CSVDataLoader,gr.ekt.transformationengine.dataloaders.dspace.EndnoteDataLoader,gr.ekt.transformationengine.dataloaders.dspace.RISDataLoader,gr.ekt.transformationengine.dataloaders.dspace.TSVDataLoader,conjunctionTransformationWorkflow,dcMap,ektMap,outputGenerator,titleDSpaceMetadata,typeDSpaceMetadata,authorDSpaceMetadata,abstractDSpaceMetadata,sourceDSpaceMetadata,dateDSpaceMetadata,issnDSpaceMetadata,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
>> >> root of factory hierarchy
>> >>      [java] 2013-04-03 11:32:51,169 INFO
>> >> org.dspace.services.sessions.SessionRequestServiceImpl @ init
>> >>      [java] 2013-04-03 11:32:51,215 INFO
>> >> org.springframework.cache.ehcache.EhCacheManagerFactoryBean @
>> >> Initializing
>> >> EHCache CacheManager
>> >>      [java] 2013-04-03 11:32:51,390 INFO
>> >> org.dspace.services.caching.CachingServiceImpl @ init()
>> >>      [java] 2013-04-03 11:32:51,394 INFO
>> >> org.dspace.services.caching.CachingServiceImpl @ Caching service
>> >> initialized:
>> >>      [java] ** Memory report
>> >>      [java]  freeMemory: 44067688
>> >>      [java]  totalMemory: 53870592
>> >>      [java]  maxMemory: 445579264
>> >>      [java]
>> >>      [java] ** Full report of all known caches (0):
>> >>      [java]
>> >>      [java] 2013-04-03 11:32:51,545 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Pre-instantiating singletons in
>> >>
>> >>
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory@62ebcdbb:
>> >> defining beans
>> >>
>> >>
>> >> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.dspace.servicemanager.spring.DSpaceBeanPostProcessor#0,org.dspace.example.Example,org.dspace.discovery.configuration.DiscoveryConfigurationService,defaultConfiguration,searchFilterTitle,searchFilterAuthor,searchFilterSubject,searchFilterIssued,sidebarFacetAuthor,sidebarFacetSubject,sidebarFacetDateIssued,sortTitle,sortDateIssued,org.dspace.discovery.SearchService,org.dspace.identifier.IdentifierService,org.dspace.identifier.VersionedHandleIdentifierProvider,org.dspace.services.CachingService,org.dspace.caching.ehcache.CacheManager,org.dspace.services.SessionService,org.dspace.services.EventService,claimactionAPI,reviewactionAPI,editactionAPI,finaleditactionAPI,singleuserreviewactionAPI,selectrevieweractionAPI,scorereviewactionAPI,evaluationactionAPI,autoassignactionAPI,noUserSelectionActionAPI,assignoriginalsubmitteractionAPI,reviewaction,editaction,finaleditaction,selectrevieweraction,singleuserreviewaction,scorereviewaction,evaluationaction,claimaction,autoassignAction,noUserSelectionAction,originalSubmitterAssignAction,org.dspace.versioning.VersioningService,solrServiceResourceIndexPlugin,solrBrowseIndexer,org.dspace.app.itemimport.DataLoaderService,gr.ekt.transformationengine.core.TransformationEngine,gr.ekt.transformationengine.dataloaders.dspace.BibTexDataLoader,gr.ekt.transformationengine.dataloaders.dspace.CSVDataLoader,gr.ekt.transformationengine.dataloaders.dspace.EndnoteDataLoader,gr.ekt.transformationengine.dataloaders.dspace.RISDataLoader,gr.ekt.transformationengine.dataloaders.dspace.TSVDataLoader,conjunctionTransformationWorkflow,dcMap,ektMap,outputGenerator,titleDSpaceMetadata,typeDSpaceMetadata,authorDSpaceMetadata,abstractDSpaceMetadata,sourceDSpaceMetadata,dateDSpaceMetadata,issnDSpaceMetadata,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
>> >> root of factory hierarchy
>> >>      [java] 2013-04-03 11:32:51,546 INFO
>> >> org.dspace.servicemanager.spring.SpringServiceManager @ Spring Service
>> >> Manager started up in 1874 ms with 68 services...
>> >>      [java] 2013-04-03 11:32:51,547 INFO
>> >> org.dspace.servicemanager.DSpaceKernelImpl @ DSpace kernel startup
>> >> completed in 1976 ms and registered as MBean:
>> >> org.dspace:name=fc85907a-60ae-47d9-8e13-37deede474d8,type=DSpaceKernel
>> >>      [java] 2013-04-03 11:32:51,578 INFO
>> >> org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
>> >>      [java] 2013-04-03 11:32:51,583 FATAL
>> >> org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
>> >>      [java] java.io.FileNotFoundException: database_schema.sql (No such
>> >> file or directory)
>> >>      [java]     at java.io.FileInputStream.open(Native Method)
>> >>      [java]     at
>> >> java.io.FileInputStream.<init>(FileInputStream.java:120)
>> >>      [java]     at
>> >> java.io.FileInputStream.<init>(FileInputStream.java:79)
>> >>      [java]     at java.io.FileReader.<init>(FileReader.java:41)
>> >>      [java]     at
>> >>
>> >>
>> >> org.dspace.storage.rdbms.InitializeDatabase.getScript(InitializeDatabase.java:89)
>> >>      [java]     at
>> >>
>> >>
>> >> org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:50)
>> >>      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> >> Method)
>> >>      [java]     at
>> >>
>> >>
>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> >>      [java]     at
>> >>
>> >>
>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >>      [java]     at java.lang.reflect.Method.invoke(Method.java:597)
>> >>      [java]     at
>> >> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
>> >>      [java] 2013-04-03 11:32:51,585 INFO
>> >> org.springframework.context.support.ClassPathXmlApplicationContext @
>> >> Closing
>> >>
>> >>
>> >> org.springframework.context.support.ClassPathXmlApplicationContext@340d1fa5:
>> >> startup date [Wed Apr 03 11:32:49 CAT 2013]; root of context hierarchy
>> >>      [java] 2013-04-03 11:32:51,586 INFO
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory @
>> >> Destroying singletons in
>> >>
>> >>
>> >> org.springframework.beans.factory.support.DefaultListableBeanFactory@62ebcdbb:
>> >> defining beans
>> >>
>> >>
>> >> [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.dspace.servicemanager.spring.DSpaceBeanPostProcessor#0,org.dspace.example.Example,org.dspace.discovery.configuration.DiscoveryConfigurationService,defaultConfiguration,searchFilterTitle,searchFilterAuthor,searchFilterSubject,searchFilterIssued,sidebarFacetAuthor,sidebarFacetSubject,sidebarFacetDateIssued,sortTitle,sortDateIssued,org.dspace.discovery.SearchService,org.dspace.identifier.IdentifierService,org.dspace.identifier.VersionedHandleIdentifierProvider,org.dspace.services.CachingService,org.dspace.caching.ehcache.CacheManager,org.dspace.services.SessionService,org.dspace.services.EventService,claimactionAPI,reviewactionAPI,editactionAPI,finaleditactionAPI,singleuserreviewactionAPI,selectrevieweractionAPI,scorereviewactionAPI,evaluationactionAPI,autoassignactionAPI,noUserSelectionActionAPI,assignoriginalsubmitteractionAPI,reviewaction,editaction,finaleditaction,selectrevieweraction,singleuserreviewaction,scorereviewaction,evaluationaction,claimaction,autoassignAction,noUserSelectionAction,originalSubmitterAssignAction,org.dspace.versioning.VersioningService,solrServiceResourceIndexPlugin,solrBrowseIndexer,org.dspace.app.itemimport.DataLoaderService,gr.ekt.transformationengine.core.TransformationEngine,gr.ekt.transformationengine.dataloaders.dspace.BibTexDataLoader,gr.ekt.transformationengine.dataloaders.dspace.CSVDataLoader,gr.ekt.transformationengine.dataloaders.dspace.EndnoteDataLoader,gr.ekt.transformationengine.dataloaders.dspace.RISDataLoader,gr.ekt.transformationengine.dataloaders.dspace.TSVDataLoader,conjunctionTransformationWorkflow,dcMap,ektMap,outputGenerator,titleDSpaceMetadata,typeDSpaceMetadata,authorDSpaceMetadata,abstractDSpaceMetadata,sourceDSpaceMetadata,dateDSpaceMetadata,issnDSpaceMetadata,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
>> >> root of factory hierarchy
>> >>      [java] 2013-04-03 11:32:51,588 INFO
>> >> org.dspace.services.caching.CachingServiceImpl @ destroy()
>> >>      [java] 2013-04-03 11:32:51,589 INFO
>> >> org.springframework.cache.ehcache.EhCacheManagerFactoryBean @ Shutting
>> >> down
>> >> EHCache CacheManager
>> >>      [java] 2013-04-03 11:32:51,589 INFO
>> >> org.dspace.services.sessions.SessionRequestServiceImpl @ shutdown
>> >>      [java] 2013-04-03 11:32:51,590 WARN
>> >> org.dspace.services.sessions.SessionRequestServiceImpl @ Request
>> >> interceptor
>> >>
>> >>
>> >> (org.dspace.services.events.SystemEventService$EventRequestInterceptor@5c3a835d)
>> >> failed to execute on end (request-177-1364981571576): null
>> >>      [java] 2013-04-03 11:32:51,591 INFO
>> >> org.dspace.servicemanager.spring.SpringServiceManager @ Spring Service
>> >> Manager Shutdown...
>> >>      [java] 2013-04-03 11:32:51,591 INFO
>> >> org.dspace.servicemanager.DSpaceServiceManager @ Shutdown DSpace core
>> >> service manager
>> >>      [java] 2013-04-03 11:32:51,591 INFO
>> >> org.dspace.servicemanager.DSpaceKernelImpl @ DSpace kernel shutdown
>> >> completed and unregistered MBean:
>> >> org.dspace:name=fc85907a-60ae-47d9-8e13-37deede474d8,type=DSpaceKernel
>> >>
>> >> BUILD FAILED
>> >> /dspace-3.0-release/dspace/target/dspace-3.0-build/build.xml:795: Java
>> >> returned: 1
>> >>
>> >> and attached is the build.xml config file.
>> >> -------------- next part --------------
>> >> An HTML attachment was scrubbed...
>> >> -------------- next part --------------
>> >> A non-text attachment was scrubbed...
>> >> Name: build.xml
>> >> Type: text/xml
>> >> Size: 39344 bytes
>> >> Desc: not available
>> >>
>> >> ------------------------------
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Minimize network downtime and maximize team effectiveness.
>> >> Reduce network management and security costs.Learn how to hire
>> >> the most talented Cisco Certified professionals. Visit the
>> >> Employer Resources Portal
>> >> http://www.cisco.com/web/learning/employer_resources/index.html
>> >>
>> >> ------------------------------
>> >>
>> >> _______________________________________________
>> >> DSpace-tech mailing list
>> >> [email protected]
>> >> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>> >>
>> >>
>> >> End of DSpace-tech Digest, Vol 84, Issue 9
>> >> ******************************************
>> >
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Minimize network downtime and maximize team effectiveness.
>> > Reduce network management and security costs.Learn how to hire
>> > the most talented Cisco Certified professionals. Visit the
>> > Employer Resources Portal
>> > http://www.cisco.com/web/learning/employer_resources/index.html
>> > _______________________________________________
>> > DSpace-tech mailing list
>> > [email protected]
>> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
>> > List Etiquette:
>> > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to