[Dspace-tech] Hide or disable navigation-sidebar only in front page

2015-07-04 Thread Carlos Walter Blandon Alvarez
Hi all.


How hide or disable navigation-sidebar, only in front page of DSpace 4.3, 
Mirage interface?



Regards,


[http://www.eafit.edu.co/firmadigital/logo-EAFIT-color-Firma2015.jpg]
Walter Blandón

Coordinador Gestión Tecnológica
Biblioteca Luis Echavarría Villegas
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.comailto:cblan...@eafit.edu.co


Carrera 49 N° 7 sur - 50, Medellín - Colombia
Línea de atención al usuario: (57 4) 4489500  
www.eafit.edu.cohttp://www.eafit.edu.co/

· Inspira Crea Transforma ·


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

2015-02-10 Thread Carlos Walter Blandon Alvarez
Problem solved!

I reviewed the documentation again and just missing to update git in the 
server. I then ran “maven”and “ant” again and Mirage 2 theme display it fine.


Thanks.

Walter Blandón
Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.co

Carrera 49 N° 7 sur – 50, Medellín – Colombia
Línea de atención al usuario: (57 4) 4489500  www.eafit.edu.co
· Inspira Crea Transforma ·


-Mensaje original-
De: Carlos Walter Blandon Alvarez [mailto:cblan...@eafit.edu.co] 
Enviado el: jueves, 05 de febrero de 2015 9:40 a. m.
Para: dspace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

Hi.

Attach image with Mirage 2 activate. What can be happening?


Regards,

Walter Blandón
Profesional-Analista Gestión Tecnológica Centro Cultural Biblioteca LEV 
Teléfono (57 4) 261 9500, extensión 9365 cblan...@eafit.edu.co

Carrera 49 N° 7 sur – 50, Medellín – Colombia Línea de atención al usuario: (57 
4) 4489500  www.eafit.edu.co · Inspira Crea Transforma ·


-Mensaje original-
De: Carlos Walter Blandon Alvarez [mailto:cblan...@eafit.edu.co] Enviado el: 
martes, 03 de febrero de 2015 11:40 a. m.
Para: dspace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

Hi.

I ran the command as you I would suggest. But I see the following errors, 
however the process ends well. I have not executed and update command:

[INFO] 
/usr/java/dspace-5.0-src-release/dspace/modules/xmlui-mirage2/target/themes/Mirage2/node/node:
 error while loading shared libraries: libstdc++.so.6: cannot open shared 
object file: No such file or directory [ERROR] MojoFailureException:
org.apache.maven.plugin.MojoFailureException: Failed to run task
at 
com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:45)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at 
com.soebes.maven.plugins.iterator.ExecutorMojo.executeMojo(ExecutorMojo.java:302)
at 
com.soebes.maven.plugins.iterator.ExecutorMojo.execute(ExecutorMojo.java:235)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 
'npm install --color=false' failed. (error code 127)
at 
com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
at 
com.github.eirslett.maven.plugins.frontend.mojo.NpmMojo.execute(NpmMojo.java:43)
... 24 more
[INFO] -- (Mirage2) com.github.eirslett:frontend-maven-plugin:0.0.16:grunt
[INFO] Running 'grunt classic_mirage_color_scheme no-compass-prod --no-color' 
in 
/usr/java/dspace-5.0-src-release/dspace/modules/xmlui-mirage2/target/themes/Mirage2
[INFO] 
/usr/java/dspace-5.0-src-release/dspace/modules/xmlui-mirage2/target/themes/Mirage2/node/node:
 error while loading shared libraries: libstdc++.so.6: cannot open shared 
object file: No such file or directory [ERROR] MojoFailureException:
org.apache.maven.plugin.MojoFailureException: Failed to run task

Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

2015-02-03 Thread Carlos Walter Blandon Alvarez
 usuario: (57 4) 4489500  www.eafit.edu.co
· Inspira Crea Transforma ·


-Mensaje original-
De: sn...@buntblock.de [mailto:sn...@buntblock.de] 
Enviado el: viernes, 23 de enero de 2015 4:49 a. m.
Para: dspace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

Hi Carlos,

as i mentioned before, please run it with a regular user account and not as 
root.
mvn -U clean package -Dmirage2.on=true

good luck

snemi



Zitat von Carlos Walter Blandon Alvarez cblan...@eafit.edu.co:

 Hi helix84

 I ran with  -Dmirage2.deps.included=false because I previously 
 installed Bower, Grunt, Ruby and Compass.

 I am running  again mvn -U clean package -Dmirage2.on=true with root 
 user. It finished build process but some errors, for example:

 [INFO] -- (Mirage2) de.saumya.mojo:gem-maven-plugin:1.0.6:exec
 [WARNING] Compass can't find any Sass files to compile.
 [WARNING] Is your compass configuration correct?.
 [WARNING] If you're trying to start a new project, you have left off 
 the directory argument.
 [WARNING] Run compass -h to get help.
 [ERROR] PluginManagerException:
 org.apache.maven.plugin.PluginExecutionException: Execution null of 
 goal de.saumya.mojo:gem-maven-plugin:1.0.6:exec failed: Java
 returned: 1
 at
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:115)
 at
 com.soebes.maven.plugins.iterator.ExecutorMojo.executeMojo(ExecutorMojo.java:302)
 at
 com.soebes.maven.plugins.iterator.ExecutorMojo.execute(ExecutorMojo.java:235)
 at
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
 at
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
 at
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
 at
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
 at
 org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
 at
 org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
 at
 org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
 at
 org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
 at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:3
 56)


 Thanks.

 Walter Blandón

 Profesional-Analista Gestión Tecnológica Centro Cultural Biblioteca 
 LEV Teléfono (57 4) 261 9500, extensión 9365 cblan...@eafit.edu.co


 -Mensaje original-
 De: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] En nombre de 
 helix84 Enviado el: jueves, 22 de enero de 2015 11:10 a. m.
 Para: Carlos Walter Blandon Alvarez
 CC: dspace-tech@lists.sourceforge.net
 Asunto: Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

 Hi Carlos,

 it should be easier running without  -Dmirage2.deps.included=false.


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
 --
  New Year. New Location. New Benefits. New Data Center in 
 Ashburn, VA.
 GigeNET is offering a free month of service with a new server in Ashburn.
 Choose from 2 high performing configs, both with 100TB of bandwidth.
 Higher redundancy.Lower latency.Increased capacity.Completely compliant.
 http://p.sf.net/sfu/gigenet
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:  
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month

Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

2015-01-22 Thread Carlos Walter Blandon Alvarez
Hi snemi.

I am working as root and I get the lines you mention with bower command.

the .bowerrc file have only the next lines 
[dspace-source]/dspace-xmlui-mirage2/src/main/webapp/.bowerrc

{
directory: vendor
}

Any solution?


Thanks.

Walter Blandón
Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.co


-Mensaje original-
De: sn...@buntblock.de [mailto:sn...@buntblock.de] 
Enviado el: jueves, 22 de enero de 2015 8:11 a. m.
Para: dspace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x


Hi Carlos,

are you running the mvn command as root ?

When running 'bower' as root user you will get this message:
_
bower ESUDO Cannot be run with sudo

Additional error details:
Since bower is a user command, there is no need to execute it with superuser 
permissions.
If you're having permission errors when using bower without sudo, please spend 
a few minutes learning more about how your system should work and make any 
necessary repairs.

http://www.joyent.com/blog/installing-node-and-npm
https://gist.github.com/isaacs/579814

You can however run a command with sudo using --allow-root option 
_

The result for the mirage2theme build is that all vendor addons , specified in 
.bowerrc are missing.

 bootstrap-sass-official: 3.3.0,
 modernizr: 2.8.3,
 jquery: ~1.10.2,
 jquery-ui: 1.10.3,
 jqueryuibootstrap: 4f3772cd37b898f456c0126c4b44178ce8d4aad7,
 handlebars: 2.0.0,
 respond: 1.4.2,
 html5shiv: 3.7.2,
 holderjs: 2.4.1,
 datatables: 1.10.3

If you are not root user, then it might be a different problem.


If this is correct it could be mentioned in the docs for mirage2theme.


good luck

snemi


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

2015-01-22 Thread Carlos Walter Blandon Alvarez
Hi helix84

I ran with  -Dmirage2.deps.included=false because I previously installed 
Bower, Grunt, Ruby and Compass.

I am running  again mvn -U clean package -Dmirage2.on=true with root user. It 
finished build process but some errors, for example: 

[INFO] -- (Mirage2) de.saumya.mojo:gem-maven-plugin:1.0.6:exec
[WARNING] Compass can't find any Sass files to compile.
[WARNING] Is your compass configuration correct?.
[WARNING] If you're trying to start a new project, you have left off the 
directory argument.
[WARNING] Run compass -h to get help.
[ERROR] PluginManagerException:
org.apache.maven.plugin.PluginExecutionException: Execution null of goal 
de.saumya.mojo:gem-maven-plugin:1.0.6:exec failed: Java returned: 1
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:115)
at 
com.soebes.maven.plugins.iterator.ExecutorMojo.executeMojo(ExecutorMojo.java:302)
at 
com.soebes.maven.plugins.iterator.ExecutorMojo.execute(ExecutorMojo.java:235)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)


Thanks.

Walter Blandón

Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.co


-Mensaje original-
De: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] En nombre de helix84
Enviado el: jueves, 22 de enero de 2015 11:10 a. m.
Para: Carlos Walter Blandon Alvarez
CC: dspace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

Hi Carlos,

it should be easier running without  -Dmirage2.deps.included=false.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Problem update Mirage 2 in DSpace 5.x

2015-01-21 Thread Carlos Walter Blandon Alvarez
Hi everybody.

I try to upgrade Dspace 5. I Install prerequisites for OSX / Linux 
(https://github.com/DSpace/DSpace/tree/master/dspace-xmlui-mirage2)

Then I execute the next command to build Dspace: 

mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=false

But it gives me the next error for Mirage 2.

[INFO] -- (Mirage2) org.codehaus.mojo:exec-maven-plugin:1.3.1:exec
npm WARN package.json Mirage2@0.1.1 No description
npm WARN package.json Mirage2@0.1.1 No repository field.
npm WARN package.json Mirage2@0.1.1 No README data
npm WARN cannot run in wd Mirage2@0.1.1 bower install 
(wd=/usr/java/dspace-5.0-src-release/dspace/modules/xmlui-mirage2/target/themes/Mirage2)
[INFO] -- (Mirage2) org.codehaus.mojo:exec-maven-plugin:1.3.1:exec
Running copy:classic_mirage_color_scheme (copy) task
Copied 1 files

Running compass:prod (compass) task
error styles/main.scss (Line 16: File to import not found or unreadable: 
../vendor/bootstrap-sass-official/assets/stylesheets/bootstrap.
Load paths:
  Compass::SpriteImporter
  
/usr/java/dspace-5.0-src-release/dspace/modules/xmlui-mirage2/target/themes/Mirage2/styles
  /usr/local/rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets)
Compilation failed in 1 files.


Regards,

Walter Blandón
Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.co


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Using DSpace with https

2014-10-17 Thread Carlos Walter Blandon Alvarez
Hi Hilton.

My question is because I see the next error:

[blocked] The page at 'https://repository.eafit.edu.co/' was loaded over HTTPS, 
but ran insecure content from 
'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js': this content 
should also be loaded over HTTPS.

I think is by Google Analytics but I followed the recommendation of Google 
about this case.


Regards,

[http://www.eafit.edu.co/firmadigital/logo-EAFIT-color-peq-01.jpg]

Walter Blandón

Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.comailto:cblan...@eafit.edu.co



Carrera 49  N 7 sur – 50, Medellín - Colombia
Línea de atención al usuario: (57 4) 4489500  
www.eafit.edu.cohttp://www.eafit.edu.co/



De: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Enviado el: jueves, 16 de octubre de 2014 10:36 a.m.
Para: Carlos Walter Blandon Alvarez
CC: dspace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Using DSpace with https

Hi Carlos

Not as far as I know.
See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Secure_Internet_Connections

Cheers

hg

Hilton Gibson
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025C
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 16 October 2014 16:19, Carlos Walter Blandon Alvarez 
cblan...@eafit.edu.comailto:cblan...@eafit.edu.co wrote:
Dear DSpace Team,

We implemented https in DSpace 4.1, xmlui interface.

Is necessary to update dspace.baseUrl variable in dspace.cfg?

Also in oai.cfg, solr-statistics.cfg, discovery.cfg and others configuration 
files?


Regards,

[http://www.eafit.edu.co/firmadigital/logo-EAFIT-color-peq-01.jpg]

Walter Blandón

Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.comailto:cblan...@eafit.edu.co



Carrera 49  N 7 sur – 50, Medellín - Colombia
Línea de atención al usuario: (57 4) 4489500  
www.eafit.edu.cohttp://www.eafit.edu.co/




--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Using DSpace with https

2014-10-16 Thread Carlos Walter Blandon Alvarez
Dear DSpace Team,

We implemented https in DSpace 4.1, xmlui interface.

Is necessary to update dspace.baseUrl variable in dspace.cfg?

Also in oai.cfg, solr-statistics.cfg, discovery.cfg and others configuration 
files?


Regards,

[http://www.eafit.edu.co/firmadigital/logo-EAFIT-color-peq-01.jpg]

Walter Blandón

Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.comailto:cblan...@eafit.edu.co



Carrera 49  N 7 sur - 50, Medellín - Colombia
Línea de atención al usuario: (57 4) 4489500  
www.eafit.edu.cohttp://www.eafit.edu.co/



--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Problem with Request a copy language translation

2014-06-17 Thread Carlos Walter Blandon Alvarez
Hi all.

I did the translation to Request a copy form in message_es.xml, but the 
translation does not appear for item.

For example with: 
{dspace.baseUrl}/handle/123456789/1318/restricted-resource?bitstreamId=3254

But with {dspace.baseUrl}/handle/123456789/1318/restricted-resource does show 
the translation.

Do I need to enable or add anything else?


Regards,

[http://www.eafit.edu.co/firmadigital/logo-EAFIT-color-peq-01.jpg]

Walter Blandón

Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.comailto:cblan...@eafit.edu.co



Carrera 49  N 7 sur - 50, Medellín - Colombia
Línea de atención al usuario: (57 4) 4489500  
www.eafit.edu.cohttp://www.eafit.edu.co/



--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Strange issue with DSpace 3.0

2014-05-30 Thread Carlos Walter Blandon Alvarez
Hi helix84.

Recently, we have this problem to access to “Control Panel/ DSpace 
Configuration”. A few weeks ago, this option usually worked and we have not 
made recent changes to DSpace.

org.dspace.app.xmlui.wing.WingInvalidArgument: The 'characters' parameter is 
required for list items.

Java stacktrace
org.dspace.app.xmlui.wing.WingInvalidArgument: The 'characters' parameter is 
required for list items.
at 
org.dspace.app.xmlui.wing.element.AbstractWingElement.require(AbstractWingElement.java:117)
at org.dspace.app.xmlui.wing.element.List.addItem(List.java:292)
at 
org.dspace.app.xmlui.aspect.administrative.ControlPanel.addDSpaceConfiguration(ControlPanel.java:527)
at 
org.dspace.app.xmlui.aspect.administrative.ControlPanel.addBody(ControlPanel.java:324)


In dspace.cfg and build.properties files, db.maxconnections  parameter isn’t 
empty or commented. We have DSpace 4.0.


Regards.

[http://www.eafit.edu.co/firmadigital/logo-EAFIT-color-peq-01.jpg]

Walter Blandón

Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.comailto:cblan...@eafit.edu.co



Carrera 49  N 7 sur – 50, Medellín - Colombia
Línea de atención al usuario: (57 4) 4489500  
www.eafit.edu.cohttp://www.eafit.edu.co/



De: helix84 [mailto:heli...@centrum.sk]
Enviado el: lunes, 11 de marzo de 2013 10:11 a.m.
Para: Alan Orth
CC: dspace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Strange issue with DSpace 3.0

Hi Alan,

you can determine the cause by looking at this part of the stacktrace:



Caused by: org.dspace.app.xmlui.wing.WingInvalidArgument: The 'characters' 
parameter is required for list items.

at 
org.dspace.app.xmlui.wing.element.AbstractWingElement.require(AbstractWingElement.java:117)

at org.dspace.app.xmlui.wing.element.List.addItem(List.java:292)

at 
org.dspace.app.xmlui.aspect.administrative.ControlPanel.addDSpaceConfiguration(ControlPanel.java:511)

This tells you that the 'characters' parameter is an empty string and addItem 
uses the require() method to check for that. If you go up a call, addItem() is 
called from the ControlPanel class, specifically line 511:

https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/administrative/ControlPanel.java#L511

The parameter passed to addItem() is db.maxconnections property from 
dspace.cfg. So it seems you either didn't define it or left it empty. If you 
didn't touch this property in dspace.cfg, the problem is in build.properties. 
All properties defined in build.properties are transferred to dspace.cfg when 
you execute ant (update or fresh_install). You have to make sure you do not 
comment out any line in build.properties. Read the warning here:
https://wiki.duraspace.org/display/DSDOC3x/Configuration#Configuration-Thebuild.propertiesConfigurationPropertiesFile


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Add date field in workflow tasks tables

2014-05-20 Thread Carlos Walter Blandon Alvarez
Hi all.

We need to add in the workflow tasks tables (Tasks you own and Tasks in the 
pool) a column with the date submitted.

Someone know what is the file or configuration to do this change?


Regards,


[http://www.eafit.edu.co/firmadigital/logo-EAFIT-color-peq-01.jpg]

Walter Blandón

Profesional-Analista Gestión Tecnológica
Centro Cultural Biblioteca LEV
Teléfono (57 4) 261 9500, extensión 9365
cblan...@eafit.edu.comailto:cblan...@eafit.edu.co



Carrera 49  N 7 sur - 50, Medellín - Colombia
Línea de atención al usuario: (57 4) 4489500  
www.eafit.edu.cohttp://www.eafit.edu.co/



--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] OAI validation for Dspace 3.0 failure

2014-02-20 Thread Carlos Walter Blandon Alvarez
Hi helix84.

I applied this patch in Dspace 4.0 and updated with 

mvn package
ant -Dconfig=[dspace]/config/dspace.cfg update

But the problem in http://www.openarchives.org/ is yet.

Is necessary to do fresh install?


Regards,

Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca

-Mensaje original-
De: helix84 [mailto:heli...@centrum.sk] 
Enviado el: miércoles, 27 de noviembre de 2013 03:20 p.m.
Para: esa
CC: dspace-tech
Asunto: Re: [Dspace-tech] OAI validation for Dspace 3.0 failure

Hello everyone who has been affected by this OAI timezone issue. There is now a 
patch that fixes this:

https://github.com/DSpace/DSpace/pull/408

In order to help get the fix into DSpace 4.0, we'd like to ask you to verify 
that it fixes your problem. The sooner you report back the better as 4.0 will 
be released soon. Thanks in advance!

Regards,
~~helix84

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

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance affects 
their revenue. With AppDynamics, you get 100% visibility into your Java,.NET,  
PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Doesn't show Advanced Search link in Dspace homepage

2014-02-14 Thread Carlos Walter Blandon Alvarez
Hi all.

When I open repository page with http://localhost;, doesn't show Advanced 
Search link below the basic search box in navigation block.

But if I open http://localhost/xmlui;, the Advanced Search link appears 
below the basic search box.

I have Dspace 4.0 xmlui Mirage, run on port 80.

Config in dspace.cfg: 
dspace.baseUrl = http://localhost
dspace.url = {dspace.baseUrl}


Thanks and Regards,

Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca


--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Customize messages.xml files

2014-01-23 Thread Carlos Walter Blandon Alvarez
Hi all.

We resolved this case. We review the correct XML structure of messages_es.xml 
file, closing xml tags correctly. Recommend using the right software for 
editing XML files or essential-as oXygen XML. Thanks to Emilio Lorenzo for the 
help.


Best regards,

Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca

De: Carlos Walter Blandon Alvarez [mailto:cblan...@eafit.edu.co]
Enviado el: jueves, 16 de enero de 2014 11:03 a.m.
Para: Oscar Sanchez Gomez
CC: DSpace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Customize messages.xml files

Hi Oscar.

Currently we have the same problem. In the initial installation of DSpace 4.0 
with XMLUI interface and Mirage Theme, was with Spanish language (es) but after 
restart TOMCAT it changed to English language (en). I modified messages_es.xml 
file and then I rebuild DSPACE but still with the English language by default. 
In dspace.cfg is configured with the options to the Spanish language (es).

could you fix this?


Best regards,

Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca

De: Oscar Sanchez Gomez [mailto:osanc...@itcr.ac.cr]
Enviado el: viernes, 20 de diciembre de 2013 12:20 p.m.
Para: 
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
Asunto: [Dspace-tech] Customize messages.xml files

Hi all,
I install Dspace 4.0 and for now it Works well, but when I try to customize the 
i18n messages files the application set its default to messages.xml (default 
English language). As a proof, I only modify the parameter:
message key=xmlui.dri2xhtml.structural.head-subtitleRepositorio Dspace 
versión 4.0/message in the messages_es.xml. Also create a locale 
messages_es_CR.xml and do the same change. The result is that the Mirage 
interface returns to English version of the messages.xml file.

Does anybody know what is happen?


Ing. Oscar Sánchez G., MAE
Profesional en TI
Biblioteca José Figueres Ferrer
Instituto Tecnológico de Costa Rica
*  Tel: 2550-2135
7   Fax: 2591-4820
*  Apdo Postal:  159-7050

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Customize messages.xml files

2014-01-16 Thread Carlos Walter Blandon Alvarez
Hi Oscar.

Currently we have the same problem. In the initial installation of DSpace 4.0 
with XMLUI interface and Mirage Theme, was with Spanish language (es) but after 
restart TOMCAT it changed to English language (en). I modified messages_es.xml 
file and then I rebuild DSPACE but still with the English language by default. 
In dspace.cfg is configured with the options to the Spanish language (es).

could you fix this?


Best regards,

Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca

De: Oscar Sanchez Gomez [mailto:osanc...@itcr.ac.cr]
Enviado el: viernes, 20 de diciembre de 2013 12:20 p.m.
Para: DSpace-tech@lists.sourceforge.net
Asunto: [Dspace-tech] Customize messages.xml files

Hi all,
I install Dspace 4.0 and for now it Works well, but when I try to customize the 
i18n messages files the application set its default to messages.xml (default 
English language). As a proof, I only modify the parameter:
message key=xmlui.dri2xhtml.structural.head-subtitleRepositorio Dspace 
versión 4.0/message in the messages_es.xml. Also create a locale 
messages_es_CR.xml and do the same change. The result is that the Mirage 
interface returns to English version of the messages.xml file.

Does anybody know what is happen?


Ing. Oscar Sánchez G., MAE
Profesional en TI
Biblioteca José Figueres Ferrer
Instituto Tecnológico de Costa Rica
*  Tel: 2550-2135
7   Fax: 2591-4820
*  Apdo Postal:  159-7050

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Migrate DSPACE 3.2 to 4.0 version

2013-12-17 Thread Carlos Walter Blandon Alvarez
Hi all.

We trying to update to DSPACE 4.0 but at moment to execute mvn -U clean 
package command we get this error: 

main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmlui ---
[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] DSpace Addon Modules .. SUCCESS [1.427s]
[INFO] DSpace Kernel :: Additions and Local Customizations  SUCCESS [3.159s]
[INFO] DSpace XML-UI (Manakin) :: Local Customizations ... FAILURE [1.349s]
[INFO] DSpace LNI :: Local Customizations  SKIPPED
[INFO] DSpace JSP-UI :: Local Customizations . SKIPPED
[INFO] DSpace REST (JAX RS 1 - Jersey) :: Local Customizations  SKIPPED
[INFO] DSpace SWORD :: Local Customizations .. SKIPPED
[INFO] DSpace SWORD v2 :: Local Customizations ... SKIPPED
[INFO] DSpace SOLR :: Local Customizations ... SKIPPED
[INFO] DSpace OAI 2.0 :: Local Customizations  SKIPPED
[INFO] DSpace Assembly and Configuration . SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 6.695s
[INFO] Finished at: Tue Dec 17 14:35:48 COT 2013
[INFO] Final Memory: 17M/310M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-resources-plugin:2.6:resources 
(default-resources) on project xmlui: Error loading property file 
'/usr/java/dspace-4.0-src-release/dspace/modules/xmlui/../../../target/build.properties'
 - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn goals -rf :xmlui

We have Linux Fedora and apache maven version: 3.1.1, update two days ago.


Thanks.

Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Migrate Bitstream Store

2013-09-13 Thread Carlos Walter Blandon Alvarez
Thanks helix84.

Can we mount remote Windows Server partition with Samba to connect both servers?


Regards,

Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca


-Mensaje original-
De: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] En nombre de helix84
Enviado el: miércoles, 04 de septiembre de 2013 10:12 a.m.
Para: Carlos Walter Blandon Alvarez
CC: dspace-tech@lists.sourceforge.net
Asunto: Re: [Dspace-tech] Migrate Bitstream Store

On Wed, Sep 4, 2013 at 4:45 PM, Carlos Walter Blandon Alvarez 
cblan...@eafit.edu.co wrote:
 Currently, we are using file system on the server for storing content. But we 
 want to storing content in NAS external server.

 How to do to migrate between local file system to SBR storage?

Hi Carlos,

NAS doesn't imply SRB. SRB is a grid computing technology, whereas NAS only 
exports filesystems. But that's good news - setting up NAS with DSpace requires 
you simply to mount the exported filesystem on the DSpace server in an empty 
directory, point assetstore.dir in dspace.cfg to that empty directory and 
restart Tomcat.

You'll also probably want to copy your current assetstore over to that mount 
point before you restart Tomcat. Then you won't need your old assetstore 
directory anymore. Another alternative is to add
assetstore.dir.1 pointing to NAS in addition to your current assetstore.dir; in 
that case all new content would be stored to
assetstore.dir.1 and the old content would remain in assetstore.dir.

More information here:
https://wiki.duraspace.org/display/DSDOC3x/Storage+Layer#StorageLayer-BitstreamStore

Regards,
~~helix84

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



--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Error sending email

2013-09-09 Thread Carlos Walter Blandon Alvarez
Hi Jimena.

Try to change mail.server.port to 465 or 587.

Regards,


Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca

De: Jimena Quiroga [mailto:jim...@gmail.com]
Enviado el: viernes, 06 de septiembre de 2013 03:24 p.m.
Para: dspace-tech@lists.sourceforge.net
Asunto: [Dspace-tech] Error sending email

Hi everybody:

I`m working with dspace 3.1, windows, jspui.

After test the email, I got the following:


Error testing email:
  - Error: javax.mail.MessagingException: Could not connec to to SMTP host: 
smtp.gmail.comhttp://smtp.gmail.com, port:25:
nested exception is:
  java.net.ConnectException: Connection timed out: connect


I sent you part of the dspace.cfg file. Can somebody help me please?

Saludos!

Jimena



# Email settings ##

# SMTP mail server
mail.server = smtp.gmail.comhttp://smtp.gmail.com

# SMTP mail server authentication username and password (if required)
mail.server.username = 
repositorioin...@gmail.commailto:repositorioin...@gmail.com
mail.server.password = mypassword

# SMTP mail server alternate port (defaults to 25)
mail.server.port = 25

# From address for mail
mail.from.address = 
repositorioin...@gmail.commailto:repositorioin...@gmail.com

# Currently limited to one recipient!
feedback.recipient = 
repositorioin...@gmail.commailto:repositorioin...@gmail.com


# General site administration (Webmaster) e-mail
mail.admin = repositorioin...@gmail.commailto:repositorioin...@gmail.com


# Recipient for server errors and alerts
alert.recipient = ${mail.alert.recipient}

# Recipient for new user registration emails
registration.notify = ${mail.registration.notify}

# Set the default mail character set. This may be overridden by providing a line
# inside the email template charset: encoding, otherwise this default is 
used.
mail.charset = UTF-8

# A comma-separated list of hostnames that are allowed to refer browsers to 
email forms.
# Default behaviour is to accept referrals only from dspace.hostname
mail.allowed.referrers = ${dspace.hostname}

# If you are connecting to a TLS/SSL protected email server, enable this 
setting,
# and possibly extra settings below
mail.ssl.enable = true


# Pass extra settings to the Java mail library. Comma-separated, equals sign 
between
# the key and the value. For example:

 mail.extraproperties = mail.smtp.socketFactory.port=465, \
 mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \
 mail.smtp.socketFactory.fallback=false

# An option is added to disable the mailserver. By default, this property is 
set to false
# By setting mail.server.disabled = true, DSpace will not send out emails.
# It will instead log the subject of the email which should have been sent
# This is especially useful for development and test environments where 
production data is used when testing functionality.
mail.server.disabled = false

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Migrate Bitstream Store

2013-09-04 Thread Carlos Walter Blandon Alvarez
Hi all.

Currently, we are using file system on the server for storing content. But we 
want to storing content in NAS external server.

How to do to migrate between local file system to SBR storage?

Our Dspace: 3.1 jspui
Server: Linux Fedora 17, 64 bits


Kind regards,

Walter Blandón
Gestión Tecnológica y Proyectos
Centro Cultural Biblioteca Luis Echavarría Villegas
Universidad EAFIT, Medellín, Colombia
Carrera 49 No. 7 Sur-50, Av. Las Vegas
Tel: (57)(4)2619500 ext. 9365
http://www.eafit.edu.co/biblioteca




--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Show collection -item list- outside DSPACE

2013-07-12 Thread Carlos Walter Blandon Alvarez
Hi all.I'm using dspace 3.1 jspui and I'm using discovery.Is it possible to display item list in a particular collection outside to DSPACE?For example to show only this table as an element embedded in another website?Thanks in advance.-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, Colombia

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] [KE1019161] datestamp in UTC for OAI

2013-04-29 Thread Carlos Walter Blandon Alvarez
Hi João.In which folder should I unzip and run the file xoai-masterzip.zip?I tried to follow steps but I showed this error after mvn install: [INFO][INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ xoai ---[INFO][INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ xoai ---[debug] execute contextualize[INFO] Using 'UTF-8' encoding to copy filtered resources.[INFO] skip non existing resourceDirectory /usr/java/xoai/src/main/resources[INFO][INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ xoai ---[INFO] Compiling 134 source files to /usr/java/xoai/target/classes[INFO] -[ERROR] COMPILATION ERROR :[INFO] -[ERROR] Failure executing javac, but could not parse the error:javac: invalid target release: 1.7Usage: javac options source filesuse -help for a list of possible options[INFO] 1 error[INFO] -[INFO] [INFO] BUILD FAILURE[INFO] [INFO] Total time: 15.717s[INFO] Finished at: Mon Apr 29 09:47:29 COT 2013[INFO] Final Memory: 9M/490M[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project xoai: Compilation failure[ERROR] Failure executing javac, but could not parse the error:[ERROR] javac: invalid target release: 1.7[ERROR] Usage: javac options source files[ERROR] use -help for a list of possible options[ERROR] - [Help 1][ERROR][ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR][ERROR] For more information about the errors and possible solutions, please read the following articles:[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExceptionWe have Dspace 3.1 and java version 1.6.0_37Regards,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 22/02/13, marco.we...@kesslernetworks.de escribió:

Hi Joao, Ivan and Helix,
thank you very much for that amazing support you giving to us!
It works, i unzipped the xoai, did a mvn install, than mvn -U clean package, an ant upate, copied back my configurations and now i get the item with that time i expected!
Thats all done on my development server, and after verifying it i copied it over to my production system and there it works too.
I'll now give these system to the DNB (German national bibliothec) and i hope they now will accept my OAI interface.
 
Thank you, Marco
 
 
Am 22.02.2013 13:28, schrieb João Melo:

Hi Marco,

zip attached.

 I'm not completely sure, but you might need to update the xoai versionin dspace-oai/pom.xml to correspond to the one you'll have built.

You don't need to modify the pom.xml



On 22 February 2013 12:22, helix84 heli...@centrum.sk heli...@centrum.sk wrote:

On Fri, Feb 22, 2013 at 1:17 PM, marco.we...@kesslernetworks.de marco.we...@kesslernetworks.de wrote:  sorry but i can't connect to git from this network here ;)
You can also use http, https is not necessary.
  Can i use the zip provided there https://github.com/lyncode/xoai ?   I think that is the same or?
Yes. It's the same.
  Does it matter where i unpack that zip?
Not at all, it's just source.
  Can you shortly explain what happen by executing mvn install?
You build the source and create a .jar. This is the the xoai library, which is a dependency of the oai module in DSpace. It will be stored in your local maven repository in ~/.m2 and the new version will be used when you rebuild DSpace. I'm not completely sure, but you might need to update the xoai version in dspace-oai/pom.xml to correspond to the one you'll have built.

 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquettehttps://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





-- 






Thanks, João Melo (My Portfolio) DSpace DepartmentLyncode: Official website













 


-- 

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] [KE1019161] datestamp in UTC for OAI

2013-04-29 Thread Carlos Walter Blandon Alvarez
Hi helix84.I'm trying to update xoai to correct the problem with datestamp field, as suggested  Joao and Marco.Regards.Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 29/04/13, helix84  heli...@centrum.sk escribió:On Mon, Apr 29, 2013 at 5:02 PM, Carlos Walter Blandon Alvarezcblan...@eafit.edu.co wrote: In which folder should I unzip and run the file xoai-masterzip.zip?Hi Carlos,what are you trying to do? You don't need to build XOAI in order touse the new DSpace OAI module. The XOAI library is already available inMaven Central.Regards,~~helix84Compulsory reading: DSpace Mailing List Etiquettehttps://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette-- 

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] input-form.xml - fields not display in submission

2013-04-03 Thread Carlos Walter Blandon Alvarez
Hi Claudia.Thanks for your support.I made changes to the collection template, adding dc.date.issued field but in the submission form containing this field yet.The idea is that the user enter the date in the submission form but I do not understand why this does not appear if is well defined in the input-form.xmlRegards,-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 03/04/13, Claudia Jürgen  claudia.juer...@ub.tu-dortmund.de escribió:Hello Carlos,the field dc.date.issued depends on the initial questions step.If The item has been published or publicly distributed before is checked, then the date will be displayed in the form.To prepropulate fields you can use the metadata template of the collection.Hope this helpsClaudia JürgenAm 02.04.2013 21:20, schrieb Carlos Walter Blandon Alvarez: Hi all. We want to use dc.date.issued and dc.date metadata in the same submission form. In the input-file form.xml add both fields but the form displays only dc.date field. If we edit item, dc.date.issued field appears with the current date and time, the system filled value by default.  field    dc-schemadc/dc-schema    dc-elementdate/dc-element    dc-qualifier/dc-qualifier    repeatablefalse/repeatable    labelDate/label    input-typedate/input-type    hint/hint    requiredYou must enter at least the year./required  /field  field    dc-schemadc/dc-schema    dc-elementdate/dc-element    dc-qualifierissued/dc-qualifier    repeatablefalse/repeatable    labelDate of Issue/label    input-typedate/input-type    hint/hint    requiredYou must enter at least the year./required  /field How can we make to display in the submission form dc.date.issued field? How can we disable that dspace automatically enter data in some fields such as in dc.date.issued or dc.date.available? We have dspace 3.1 version in jspui interface. Regards, -- Walter Blandón Analista Técnico Centro Cultural Biblioteca Luis Echavarría Villegas Tel: (57) (4) 2619500, extensión 9365 E-mail: cblan...@eafit.edu.co Universidad EAFIT, Medellín, Colombia -- 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 DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette-- Claudia JuergenUniversitaetsbibliothek DortmundEldorado0231/755-4043https://eldorado.tu-dortmund.de/--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 Portalhttp://www.cisco.com/web/learning/employer_resources/index.html___DSpace-tech mailing listDSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-techList 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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] SOLR statistics problem in DSPACE 3.1

2013-02-07 Thread Carlos Walter Blandon Alvarez
Hi helix84.Thanks four your support. In fact, solr-statistics.cfg file had URL to the repository. I changed it for localhost with port 8080 and it worked.Regards,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 02/05/13, helix84  heli...@centrum.sk escribió:Hi Carlos,yes, it seems that for some reason DSpace can't connect to Solr inorder to write a log entry. But the message doesn't specify what theconnection was reset (I'm guessing a timeout of 100 secondssomewhere).Verify whether Solr client is listening and can be connected to from localhost:1) Look into [dspace]/config/modules/solr-statistics.cfg at the serverproperty and remember the URL and port number.2) Using that URL, try querying Solr statistics core:wget http://localhost:8080/solr/statistics/select?indent=onversion=2.2start=0rows=10fl=*%2Cscoreqt=standardwt=standardexplainOther=hl.fl=q=type:0-O response.xml3) If that fails, run netstat -tulpn and check whether there'ssomething listening on that port.4) If that succeeds, check that your firewall isn't blocking that port.5) If that dosn't resolve the problem, enable logging (in[dspace]/config/log4j.properties) in order to determine the moreimmediate cause of error:http://hc.apache.org/httpclient-3.x/logging.html#Log4j_ExamplesRegards,~~helix84Compulsory reading: DSpace Mailing List Etiquettehttps://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Problem with sending email in Dspace 3.1

2013-02-07 Thread Carlos Walter Blandon Alvarez
Hi all.Dspace 3.1 doesn't send emails. We migrated the same configuration settings of dspace.cfg that work OK in 1.8.2 version.Email notifications for new items or new users don't get me.For example, when I try to rescue forgotten password, this error was registered in dspace log. 2013-02-07 09:16:31,163 INFO  org.dspace.app.webui.servlet.RegisterServlet @ anonymous:session_id=749A5DCF44AE3650A385CAC81AFE0C12:ip_addr=xxx.xxx.xxx.xxx:error_emailing:email=cblan...@eafit.edu.cojavax.mail.AuthenticationFailedException        at javax.mail.Service.connect(Service.java:306)        at javax.mail.Service.connect(Service.java:156)        at javax.mail.Service.connect(Service.java:105)        at javax.mail.Transport.send0(Transport.java:168)        at javax.mail.Transport.send(Transport.java:98)        at org.dspace.core.Email.send(Email.java:366)        at org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:262)        at org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:222)        at org.dspace.eperson.AccountManager.sendForgotPasswordInfo(AccountManager.java:87)        at org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:372)        at org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:172)        at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)        at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)        at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)        at org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936)        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)        at java.lang.Thread.run(Thread.java:662)		Any suggestions?Regards,-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, Colombia

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem with sending email in Dspace 3.1

2013-02-07 Thread Carlos Walter Blandon Alvarez
Hi Andrea.I ran dspace test-email and this happened: INFO [main] (DSpaceKernelInit.java:52) - Created new kernel: DSpaceKernel:org.dspace:name=ca02b443-1073-47c3-b13a-cb72bc16e277,type=DSpaceKernel:lastLoad=null:loadTime=0:running=false:kernel=null INFO [main] (ConfigurationManager.java:1224) - Loading from classloader: file:/usr/java/dspace/config/dspace.cfg INFO [main] (ConfigurationManager.java:1224) - Using dspace provided log configuration (log.init.config) INFO [main] (ConfigurationManager.java:1224) - Loading: /usr/java/dspace/config/log4j.propertiesAbout to send test email: - To: cblan...@eafit.edu.co - Subject: DSpace test email - Server: mailhost.eafit.edu.coError sending email: - Error: javax.mail.AuthenticationFailedExceptionRegards,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 02/07/13, Andrea Schweer  schw...@waikato.ac.nz escribió:
  

  
  
Hi,

On 08/02/13 10:24, Carlos Walter
  Blandon Alvarez wrote:


  
Dspace 3.1 doesn't
send emails. We migrated the same configuration settings of
dspace.cfg that work OK in 1.8.2 version.

  


What happens when you run this?
[dspace]/bin/dspace test-email

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
  



--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem with sending email in Dspace 3.1

2013-02-07 Thread Carlos Walter Blandon Alvarez
Hi Brian.I installed dspace 3.1 with build.properties configuration and then I checked dspace.cfg to verify and correct settings but no work yet.Regards,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 02/07/13, Brian Freels-Stendel  bfre...@unm.edu escribió:







Hi Carlos,
 
Did you migrate the email settings to build.properties, or in dspace.cfg? 

 
I saw problems when I used dspace.cfg for values that appear in build.properties because I’d commented out those lines in build.properties.  I don’t remember
 now whether uncommenting them and leaving them blank worked, or whether I had to end up putting values in.
 
Here’s hoping it’s this simple.
 
B--
 
From: Carlos Walter Blandon Alvarez [mailto:cblan...@eafit.edu.co]

Sent: Thursday, February 07, 2013 2:25 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Problem with sending email in Dspace 3.1
 



Hi all.


 


Dspace 3.1 doesn't send emails. We migrated the same configuration settings of dspace.cfg that work OK in 1.8.2 version.


 


Email notifications for new items or new users don't get me.


 


For example, when I try to rescue forgotten password, this error was registered in dspace log. 


 


2013-02-07 09:16:31,163 INFO  org.dspace.app.webui.servlet.RegisterServlet @ anonymous:session_id=749A5DCF44AE3650A385CAC81AFE0C12:ip_addr=xxx.xxx.xxx.xxx:error_emailing:email=cblan...@eafit.edu.co


javax.mail.AuthenticationFailedException


        at javax.mail.Service.connect(Service.java:306)


        at javax.mail.Service.connect(Service.java:156)


        at javax.mail.Service.connect(Service.java:105)


        at javax.mail.Transport.send0(Transport.java:168)


        at javax.mail.Transport.send(Transport.java:98)


        at org.dspace.core.Email.send(Email.java:366)


        at org.dspace.eperson.AccountManager.sendEmail(AccountManager.java:262)


        at org.dspace.eperson.AccountManager.sendInfo(AccountManager.java:222)


        at org.dspace.eperson.AccountManager.sendForgotPasswordInfo(AccountManager.java:87)


        at org.dspace.app.webui.servlet.RegisterServlet.processEnterEmail(RegisterServlet.java:372)


        at org.dspace.app.webui.servlet.RegisterServlet.doDSPost(RegisterServlet.java:172)


        at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)


        at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)


        at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)


        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)


        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)


        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)


        at org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)


        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)


        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)


        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)


        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)


        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)


        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)


        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)


        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936)


        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)


        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)


        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)


        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)


        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)


        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)


        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)


        at java.lang.Thread.run(Thread.java:662)


    



Any suggestions?



 



Regards,
-- 


Walter Blandón
Analista Técnico
Centro Cultural Biblioteca Luis Echavarría Villegas
Tel: (57) (4) 2619500, extensión 9365
E-mail: cblan...@eafit.edu.co cblan...@eafit.edu.co
Universidad EAFIT, Medellín, Colombia






--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013

Re: [Dspace-tech] Problem with sending email in Dspace 3.1

2013-02-07 Thread Carlos Walter Blandon Alvarez
I checked dspace.cfg again and comment out mail.server.username and mail.server.password lines as it was in the previous version and works well.Thanks all.Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 02/07/13, helix84  heli...@centrum.sk escribió:On Thu, Feb 7, 2013 at 10:38 PM, Brian Freels-Stendel bfre...@unm.edu wrote: I saw problems when I used dspace.cfg for values that appear in build.properties because I’d commented out those lines in build.properties. I don’t remember now whether uncommenting them and leaving them blank worked, or whether I had to end up putting values in.You're supposed to leave them blank. It's the same as ignoringbuild.properties completely - everything should work the old way ifyou don't touch it.Regards,~~helix84Compulsory reading: DSpace Mailing List Etiquettehttps://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] SOLR statistics problem in DSPACE 3.1

2013-02-05 Thread Carlos Walter Blandon Alvarez
Hi all.We have updated DSpace version of1.8.2 to 3.0, JSPUI interface in Linux Fedora 18. Then we installed version 3.1 and made migrating the database and data to the new version.When trying to view a community, collection or item takes a long time to show, we get the error shown below (from dspace log)We believe that it is the statistics module (solr) but we have not detected the problem. We followed the Solr and Dsicovery wiki but still the problem persists.Any suggestions?2013-02-04 16:49:47,473 INFO  org.dspace.app.webui.servlet.HandleServlet @ anonymous:session_id=81BA151F1004D0162AEA2F0EAB336B21:ip_addr=200.12.186.42:view_community:community_id=92013-02-04 16:49:47,478 INFO  org.dspace.browse.BrowseEngine @ anonymous:session_id=81BA151F1004D0162AEA2F0EAB336B21:ip_addr=200.12.186.42:browse_mini:2013-02-04 16:49:47,483 INFO  org.dspace.app.webui.discovery.DiscoverUtility @ facets for scope, org.dspace.content.Community@27e: 32013-02-04 16:49:47,548 INFO  org.dspace.usage.LoggerUsageEventListener @ anonymous:session_id=81BA151F1004D0162AEA2F0EAB336B21:ip_addr=200.12.186.42:view_community:community_id=92013-02-04 16:51:30,526 ERROR org.dspace.statistics.SolrLogger @ java.net.SocketException: Connection resetorg.apache.solr.client.solrj.SolrServerException: java.net.SocketException: Connection reset        at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:480)        at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:246)        at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:121)        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:106)        at org.dspace.statistics.SolrLogger.postView(SolrLogger.java:232)        at org.dspace.statistics.SolrLoggerUsageEventListener.receiveEvent(SolrLoggerUsageEventListener.java:40)        at org.dspace.services.events.SystemEventService.fireLocalEvent(SystemEventService.java:144)        at org.dspace.services.events.SystemEventService.fireEvent(SystemEventService.java:86)        at org.dspace.app.webui.servlet.HandleServlet.communityHome(HandleServlet.java:498)        at org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:254)        at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:119)        at org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:67)        at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)        at org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936)        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)        at java.lang.Thread.run(Thread.java:662)Caused by: java.net.SocketException: Connection reset        at java.net.SocketInputStream.read(SocketInputStream.java:168)        at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)        at java.io.BufferedInputStream.read(BufferedInputStream.java:237)        at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)        at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)        at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)        at 

[Dspace-tech] Migrate 1.8 to 3.0 database

2013-01-25 Thread Carlos Walter Blandon Alvarez
Hi all.We have DSPACE 1.8 version and we will to install 3.0 version in other server.Can we restore the database version to 1.8 to 3.0?What other files and configuration are recommended to move?Regards,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, Colombia

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problem with Handle

2012-10-10 Thread Carlos Walter Blandon Alvarez
Hi helix84.I killed running instance. I checked init.d scripts and handle isn't launched.With or without handle launched we don't have URI access: http://hdl.handle.net/10784/73Any other suggestions?Regards,-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 10/09/12, helix84  heli...@centrum.sk escribió:Carlos, so is there a problem? Or is anything I wrote unclear?Like I said, you don't need to run the handle server, so:1) kill the running instance2) make sure it's not launched at next startup (check init.d scripts)Regards,~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-10-10 Thread Carlos Walter Blandon Alvarez
That's correct helix84. We want to access our repository through Handle.Regards,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 10/10/12, helix84  heli...@centrum.sk escribió:On Wed, Oct 10, 2012 at 5:51 PM, Carlos Walter Blandon Alvarezcblan...@eafit.edu.co wrote: I killed running instance. I checked init.d scripts and handle isn't launched. With or without handle launched we don't have URI access: http://hdl.handle.net/10784/73I see, so I probably misunderstood, when you said We don't access to repository through Handle.I thought you meant We don't want to access our repository through Handle,but you meant Accessing our repository through Handle is broken andwe want to fix it. Is that correct?Regards,~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Problem with Handle in Fedora 16

2012-10-09 Thread Carlos Walter Blandon Alvarez
Hi all.We don't access to repository through Handle in Fedora 16 and Dspace 1.8.2.We had already reported this problem in a previous post and we follow the recommendations without success. We reinstall Handle Server, review all necesary ports and it's OK. Logs aren't report problems.Someone suggested revising the public and private keys of Fedora (or Linux) to correct the access by handle, but we do not know how. Does anyone have knowledge of this procedure or anything we can do?Regards,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, Colombia

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Browse by Communities/Collections

2012-10-01 Thread Carlos Walter Blandon Alvarez
Hi all.How we can to display browse option by Communities or Collections using Navigation Bar when we are in respective section?Our system: Dspace version 1.8.2, jspui interface, OS Fedora 16.Example: http://dspace.mit.edu/handle/1721.1/39118 Option in navigation bar: This CommunityRegards.-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, Colombia

--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Not show restricted bitstream

2012-09-25 Thread Carlos Walter Blandon Alvarez
Hi all.We are registering items with multiple bitstreams, some of these are restricted and do not want to be visible to anonymous in files in This Item secction.Is there a way to not show these bitstream to anonymous users and that only authorized users see when they enter your My Dspace?Our system: Dspace version 1.8.2, jspui, OS Fedora 16.Regards.-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, Colombia

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Not show restricted bitstream

2012-09-25 Thread Carlos Walter Blandon Alvarez
Hi Lorenzo.Thanks for your response.We have items with login to show it. But to which I refer is not show on screen, neither the text nor the URL for a particular bitstream. In your case for exmple, does not show Poster Master.pdf to anonymous users but for registered users who enter the system after (administrator user)Regards.-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 09/25/12, emilio lorenzo  elore...@arvo.es escribió:

  


  
  
Carlos, of course there is a way to do that...

a number of repositories have such restrictions.. example:
http://repositorio.unican.es/xmlui/handle/10902/526

You have to remove anomymous permissions from the item, assign
logged in  users to a group and add  read-group-permission  to the
item. 
The permission´s assignment can be done at collection or item level,
and some wildcard policies are available  (in XMLUI, but since you
probably have the two interfaces deployed, it´s just a matter of
administrator login to the xmlui interface)
Take into account that the collection permissions are inherited to
its items only during submission.  
Citing  from Atmire:
When a new item gets archived in the repository, it inherits the
default policies for an item, defined by the collection in which the
item is archived. It's important to realize that these policies can
altered for each item, bundle or bitstream, without altering other
items or collection properties. Policies are really tied to items,
bundles and bitstreams.

So only new items (sent after the change of permissions) will be
affected. If you need to assign retroactively you must change the
item permissions one-by-one (or write a task or an sql query or...)

Emilio Lorenzo

El 25/09/2012 17:27, Carlos Walter Blandon Alvarez escribió:

  
Hi
  all.


We are registering items with multiple bitstreams,
some of these are restricted and do not want to be visible
to anonymous in files in This Item secction.

  
Is there a way to not show these
bitstream to anonymous users and that only authorized users
see when they enter your My Dspace?


Our
  system: Dspace version 1.8.2, jspui, OS Fedora 16.
  
  
  
  
  
  Regards.
  
-- 
  
  Walter Blandón
Analista Técnico
Centro Cultural Biblioteca Luis Echavarría Villegas
Tel: (57) (4) 2619500, extensión 9365
E-mail: cblan...@eafit.edu.co cblan...@eafit.edu.co
Universidad EAFIT, Medellín, Colombia
  
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


  



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-09-11 Thread Carlos Walter Blandon Alvarez
Hi helix84.This is the result by running the commands:netstat -tulpn | grep 8009tcp    0  0 :::8009 :::*    LISTEN  13461/javacat /proc/13461/cmdline/usr/java/default/bin/java-Djava.util.logging.config.file=/usr/java/apache-tomcat-7.0.27/conf/logging.properties-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager-Djava.endorsed.dirs=/usr/java/apache-tomcat-7.0.27/endorsed-classpath/usr/java/apache-tomcat-7.0.27/bin/bootstrap.jar:/usr/java/apache-tomcat-7.0.27/bin/tomcat-juli.jar-Dcatalina.base=/usr/java/apache-tomcat-7.0.27-Dcatalina.home=/usr/java/apache-tomcat-7.0.27-Djava.io.tmpdir=/usr/java/apache-tomcat-7.0.27/temporg.apache.catalina.startup.BootstrapstartWhy run with 8009? Should not run with 8000?Regads,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasUniversidad EAFIT, Medellín, ColombiaCarrera 49 No. 7 Sur-50, Av. Las VegasTel: (57)(4)2619500 ext. 9365http://www.eafit.edu.co/bibliotecaEl 09/10/12, helix84 heli...@centrum.sk escribió:On Tue, Sep 11, 2012 at 12:44 AM, Walter Blandón cblan...@eafit.edu.co wrote: We don't access to repository through Handle. We review log file and this is the result:That's strange. I'm running a handle server so I can't check thebehaviour without it. But I'm guessing even with the default handleprefix 123456789, the local might be running.The message is coming from the handle server DSpace has embedded. Ifyou were running a handle server, the way to resolve this would bethis:http://dspace.2283337.n4.nabble.com/Problem-launching-Handle-Server-in-Dspace-1-6-1-td3681633.htmlBut don't do anything just yet. First, let's find out more. Run thefollowing as root:netstat -tulpn | grep 8009You should see a process id, like this: 24078/javaRun this command using your process id:cat /proc/24078/cmdlineAnd send the output of both commands.Regards,~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-09-11 Thread Carlos Walter Blandon Alvarez
helix84, no problem.New results:netstat -tulpn | grep 8000tcp    0  0 :::200.12.180.26:8000   :::*    LISTEN  2625/javanetstat -tulpn | grep 2641tcp    0  0 :::200.12.180.26:2641   :::*    LISTEN  2625/javaudp   0  0 :::200.12.180.26:2641   :::*   2625/javacat /proc/2625/cmdlinejava-Xmx256m-classpath:/usr/java/dspace/lib/activation-1.1.jar:/usr/java/dspace/lib/ant-1.7.0.jar:/usr/java/dspace/lib/ant-contrib-1.0b3.jar:/usr/java/dspace/lib/ant-launcher-1.7.0.jar:/usr/java/dspace/lib/aopalliance-1.0.jar:/usr/java/dspace/lib/bcmail-jdk15-1.44.jar:/usr/java/dspace/lib/bcprov-jdk15-1.44.jar:/usr/java/dspace/lib/commons-cli-1.0.jar:/usr/java/dspace/lib/commons-codec-1.3.jar:/usr/java/dspace/lib/commons-collections-3.2.jar:/usr/java/dspace/lib/commons-dbcp-1.4.jar:/usr/java/dspace/lib/commons-fileupload-1.2.1.jar:/usr/java/dspace/lib/commons-httpclient-3.1.jar:/usr/java/dspace/lib/commons-io-1.4.jar:/usr/java/dspace/lib/commons-lang-2.2.jar:/usr/java/dspace/lib/commons-logging-1.0.4.jar:/usr/java/dspace/lib/commons-pool-1.4.jar:/usr/java/dspace/lib/dnsjava-2.0.6.jar:/usr/java/dspace/lib/dom4j-1.6.1.jar:/usr/java/dspace/lib/dspace-api-1.8.2.jar:/usr/java/dspace/lib/dspace-api-lang-1.8.0.3.jar:/usr/java/dspace/lib/dspace-discovery-provider-1.8.2.jar:/usr/java/dspace/lib/dspace-discovery-solr-1.8.2.jar:/usr/java/dspace/lib/dspace-geoip-1.2.3.jar:/usr/java/dspace/lib/dspace-services-api-2.0.4.jar:/usr/java/dspace/lib/dspace-services-impl-2.0.4.jar:/usr/java/dspace/lib/dspace-services-utils-2.0.4.jar:/usr/java/dspace/lib/dspace-stats-1.8.2.jar:/usr/java/dspace/lib/dspace-tm-extractors-1.0.1.jar:/usr/java/dspace/lib/ehcache-core-1.7.2.jar:/usr/java/dspace/lib/fontbox-1.6.0.jar:/usr/java/dspace/lib/geronimo-stax-api_1.0_spec-1.0.1.jar:/usr/java/dspace/lib/handle-6.2.jar:/usr/java/dspace/lib/icu4j-3.8.jar:/usr/java/dspace/lib/jargon-1.4.25.jar:/usr/java/dspace/lib/jaxen-1.1.jar:/usr/java/dspace/lib/jdom-1.0.jar:/usr/java/dspace/lib/jempbox-1.6.0.jar:/usr/java/dspace/lib/jline-0.9.94.jar:/usr/java/dspace/lib/log4j-1.2.14.jar:/usr/java/dspace/lib/lucene-analyzers-3.3.0.jar:/usr/java/dspace/lib/lucene-core-3.3.0.jar:/usr/java/dspace/lib/mail-1.4.jar:/usr/java/dspace/lib/mets-1.5.2.jar:/usr/java/dspace/lib/oclc-harvester2-0.1.12.jar:/usr/java/dspace/lib/opensearch-0.1.jar:/usr/java/dspace/lib/oro-2.0.8.jar:/usr/java/dspace/lib/pdfbox-1.6.0.jar:/usr/java/dspace/lib/poi-3.6.jar:/usr/java/dspace/lib/poi-ooxml-3.6.jar:/usr/java/dspace/lib/poi-ooxml-schemas-3.6.jar:/usr/java/dspace/lib/poi-scratchpad-3.6.jar:/usr/java/dspace/lib/postgresql-8.1-408.jdbc3.jar:/usr/java/dspace/lib/rome-1.0.0.jar:/usr/java/dspace/lib/rome-1.0.jar:/usr/java/dspace/lib/rome-modules-1.0.jar:/usr/java/dspace/lib/servlet-api-2.3.jar:/usr/java/dspace/lib/slf4j-api-1.5.6.jar:/usr/java/dspace/lib/slf4j-log4j12-1.5.6.jar:/usr/java/dspace/lib/solr-solrj-3.3.0.jar:/usr/java/dspace/lib/spring-aop-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-asm-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-beans-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-context-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-context-support-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-core-3.0.5.RELEASE.jar:/usr/java/dspace/lib/spring-_expression_-3.0.5.RELEASE.jar:/usr/java/dspace/lib/stax-api-1.0.1.jar:/usr/java/dspace/lib/utils-1.07.00.jar:/usr/java/dspace/lib/wstx-asl-3.2.7.jar:/usr/java/dspace/lib/xalan-2.7.0.jar:/usr/java/dspace/lib/xercesImpl-2.8.1.jar:/usr/java/dspace/lib/xml-apis-1.3.02.jar:/usr/java/dspace/lib/xmlbeans-2.3.0.jar:/usr/java/dspace/lib/xmlParserAPIs-2.0.2.jar:/usr/java/dspace/lib/xmlunit-1.1.jar:/usr/java/dspace/lib/zookeeper-3.3.1.jar:/usr/java/dspace/config-Ddspace.log.init.disable=true-Dlog4j.configuration=log4j-handle-plugin.propertiesnet.handle.server.Main/usr/java/dspace/handle-server/svr_1Regads,Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasUniversidad EAFIT, Medellín, ColombiaCarrera 49 No. 7 Sur-50, Av. Las VegasTel: (57)(4)2619500 ext. 9365http://www.eafit.edu.co/bibliotecaEl 09/11/12, helix84 heli...@centrum.sk escribió:On Tue, Sep 11, 2012 at 6:43 PM, Carlos Walter Blandon Alvarezcblan...@eafit.edu.co wrote: Why run with 8009? Should not run with 8000?I apologize for the mixup. I meant 8000, indeed.Regards,~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problem with Handle

2012-09-11 Thread Carlos Walter Blandon Alvarez
Hi helix84.ls -l /usr/java/dspace/handle-server/svr_1total 14960-rw-r--r--. 1 dspace dspace  335 ago  9 15:13 admpriv.bin-rw-r--r--. 1 dspace dspace  440 ago  9 15:13 admpub.bin-rw-rw-r--. 1 dspace dspace    16402 ago 13 13:12 cache.jdb-rw-rw-r--. 1 dspace dspace  833 ago  9 15:39 config.dct-rw-rw-r--. 1 dspace dspace  182 ago  9 15:39 contactdata.dct-rw-rw-r--. 1 dspace dspace 15253030 sep 11 14:53 error.logdrwxrwxr-x. 2 dspace dspace 4096 ago  9 15:30 logs-rw-r--r--. 1 dspace dspace  335 ago  9 15:13 privkey.bin-rw-r--r--. 1 dspace dspace  441 ago  9 15:13 pubkey.bin-rw-rw-r--. 1 dspace dspace 1579 ago  9 15:39 sitebndl.zip-rw-rw-r--. 1 dspace dspace  519 ago  9 15:39 siteinfo.bindrwxrwxr-x. 2 dspace dspace 4096 ago 13 13:12 txnsI followed Handle documentation for its installation and I upgraded handle-server/svr_1 in dspace.cfghandle.dir = ${dspace.dir}/handle-server/svr_1Regards,Walter Blandón.El 09/11/12, helix84 heli...@centrum.sk escribió:Can you run also this:ls -l /usr/java/dspace/handle-server/svr_1It seems like you installed a handle server there. I'm fairly surethis isn't anywhere in standard DSpace.Regards,~~helix84-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, Colombia

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Change Sort by field values in Issue Date and Title browse

2012-09-08 Thread Carlos Walter Blandon Alvarez
Hi helix84.We have changed sorting options, thanks.Regads,-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, ColombiaEl 09/07/12, helix84  heli...@centrum.sk escribió:Also, here's the relevant part in documentation:https://wiki.duraspace.org/display/DSDOC18/Configuration#Configuration-BrowseIndexConfigurationRegards,~~helix84

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Change Sort by field values in Issue Date and Title browse

2012-09-07 Thread Carlos Walter Blandon Alvarez
Hi all.How we can change values in Issue Date and Title browse, to sort items? By defect, Sort by field has title, submit date and issue date values and we would like to replace these.Thanks.-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: cblan...@eafit.edu.coUniversidad EAFIT, Medellín, Colombia

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Unfinished Submissions problem

2012-08-03 Thread Carlos Walter Blandon Alvarez
Hi helix. I reviewed and we don't have the dc.description.provenance field. I ran the INSERT query, I checked again and the problem was resolved. But we have other problem in Workflow Process When I click in Perform this task button and then click in Approve button in Perform Task section, again appears: The system has experienced an internal error. Please try to do what you were doing again, and if the problem persists, please contact us so we can fix the problem.This is DSPACE log: 2012-08-03 09:06:54,341 WARN  org.dspace.content.Item @ cblan...@eafit.edu.co:session_id=B86C222E54191898FB995119CAA66DD8:ip_addr=200.12.176.57:bad_dc:Bad DC field. schema=dc, element\colon; date qualifier\colon; accessioned value\colon; 2012-08-03T14\colon;06\colon;54Z2012-08-03 09:06:54,341 WARN  org.dspace.app.webui.servlet.DSpaceServlet @ cblan...@eafit.edu.co:session_id=B86C222E54191898FB995119CAA66DD8:ip_addr=200.12.176.57:database_error:java.sql.SQLException\colon; bad_dublin_core schema=dc, date accessionedjava.sql.SQLException: bad_dublin_core schema=dc, date accessioned    at org.dspace.content.Item.update(Item.java:1580)    at org.dspace.content.InstallItem.finishItem(InstallItem.java:228)    at org.dspace.content.InstallItem.installItem(InstallItem.java:83)    at org.dspace.content.InstallItem.installItem(InstallItem.java:42)    at org.dspace.workflow.WorkflowManager.archive(WorkflowManager.java:701)    at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:651)    at org.dspace.workflow.WorkflowManager.advance(WorkflowManager.java:414)    at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:629)    at org.dspace.workflow.WorkflowManager.advance(WorkflowManager.java:405)    at org.dspace.workflow.WorkflowManager.advance(WorkflowManager.java:334)    at org.dspace.app.webui.servlet.MyDSpaceServlet.processPerformTask(MyDSpaceServlet.java:429)    at org.dspace.app.webui.servlet.MyDSpaceServlet.doDSPost(MyDSpaceServlet.java:109)    at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)    at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)    at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)    at org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)    at org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:999)    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)    at java.lang.Thread.run(Thread.java:662) Regards,Walter BlandónEl 08/02/12, helix84 heli...@centrum.sk escribió:On Thu, Aug 2, 2012 at 4:20 PM, Carlos Walter Blandon Alvarezcblan...@eafit.edu.co wrote: I offer my apologies for the translation, but I do not know what happened to the previous post, I had corrected the English texts are in DSPACE.I'm sorry, I didn't understand what you just said. 2012-08-02 09:06:08,936 ERROR org.dspace.submit.step.CompleteStep @ Caught exception in submission step: java.sql.SQLException: bad_dublin_core schema=dc, description provenanceThis are the relevant source 

Re: [Dspace-tech] Unfinished Submissions problem

2012-08-02 Thread Carlos Walter Blandon Alvarez
Hi helix.I offer my apologies for the translation, but I do not know what happened to the previous post, I had corrected the English texts are in DSPACE.It is the error in DSPACE/log:2012-08-02 09:06:08,936 ERROR org.dspace.submit.step.CompleteStep @ Caught exception in submission step:java.sql.SQLException: bad_dublin_core schema=dc, description provenance    at org.dspace.content.Item.update(Item.java:1580)    at org.dspace.workflow.WorkflowManager.recordStart(WorkflowManager.java:1140)    at org.dspace.workflow.WorkflowManager.start(WorkflowManager.java:158)    at org.dspace.submit.step.CompleteStep.doProcessing(CompleteStep.java:96)    at org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.java:301)    at org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:246)    at org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:382)    at org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionController.java:452)    at org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:398)    at org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:318)    at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)    at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)    at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)    at org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)    at org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:999)    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)    at java.lang.Thread.run(Thread.java:662)2012-08-02 09:06:08,938 ERROR org.dspace.app.webui.servlet.SubmissionController @ Error loading step class'org.dspace.submit.step.CompleteStep':javax.servlet.ServletException: java.sql.SQLException: bad_dublin_core schema=dc, description provenance    at org.dspace.submit.step.CompleteStep.doProcessing(CompleteStep.java:103)    at org.dspace.app.webui.submit.JSPStepManager.doStepStart(JSPStepManager.java:301)    at org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:246)    at org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:382)    at org.dspace.app.webui.servlet.SubmissionController.doNextStep(SubmissionController.java:452)    at org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:398)    at org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:318)    at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)    at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)    at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)    at 

[Dspace-tech] Unfinished Submissions problem

2012-08-01 Thread Carlos Walter Blandon Alvarez
Dear all.

We are experimenting sending items to our DSPACE and we have a problem.

DSPACE version 1.8.2. It's a new instalation.

In step to approve the license, then to click on the I Grant the license 
button, get a message that says The system has experienced an internal error. 
Please try to do what you were doing again, and if the problem persists, please 
contact us so we can fix the problem

If I go to My DSpace, the item previously sent is, with its own file, but 
says it's as Unfinished Submissions

To my email arrive next message:

-- URL Was: http://repository.eafit.edu.co/submit
-- Method: POST
-- Parameters were:
Exception:
java.lang.IllegalStateException: No puedo reenviar después de que la respuesta 
se haya llevado a cabo.
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:339)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:329)
at org.dspace.app.webui.util.JSPManager.showJSP(JSPManager.java:60)
at 
org.dspace.app.webui.util.JSPManager.showInternalError(JSPManager.java:75)
at 
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:409)
at 
org.dspace.app.webui.servlet.SubmissionController.doPreviousStep(SubmissionController.java:569)
at 
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:305)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:999)
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:307)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)


Can anyone tell me if we need any permission to complete the submission process?


Regards,

Walter Blandón
Analista Técnico
Centro Cultural Biblioteca Luis Echavarría Villegas
Tel: (57) (4) 2619500, extensión 9365
E-mail: cblan...@eafit.edu.co
Universidad EAFIT, Medellín, Colombia
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] send feedback error and register error

2012-06-13 Thread Carlos Walter Blandon Alvarez
Dear Lei.In dspace.cfg file, you uncomment mail.server.port = 25 and try again.If not work, you change port by 587.Regards.Walter BlandónEl 06/13/12, Lei Zhang lzha...@sycamores.indstate.edu escribió:Hello all, I have two problems and could someone help me to fix them? I tested my email server by using command, mail to johnny060...@gmail.com johnny060...@gmail.com. I got the mail. I can not figure out the reasons why feedback and register do not work. Thanks a lot. FeedbackAn error has occurredGo to DSpace home org.dspace.authorize.AuthorizeException: The feedback mail page may only be invoked from another DSpace pageCocoon stacktrace [show] Java stacktrace [show] Java full stacktrace [show] The Manakin / DSpace digital repository software.  DSpace Home New user registrationLogin New user registrationDSpace Home New user registrationLogin New user registration # DSpace installation directorydspace.dir = /dspace # DSpace host name - should match base URL.  Do not include port numberdspace.hostname = localhost # DSpace base host URL.  Include port number etc.dspace.baseUrl = http://localhost:8080 # DSpace base URL.  Include port number etc., but NOT trailing slash# Change to xmlui if you wish to use the xmlui as the default, or remove# /jspui and set webapp of your choice as the ROOT webapp in# the servlet engine.dspace.url = ""> # Name of the sitedspace.name = DSpace at My University # Database settings # # Database name (oracle, or postgres)db.name = postgres#db.name = postgres#db.name = oracle # URL for connecting to databasedb.url = "">#db.url = ""> # JDBC Driverdb.driver = org.postgresql.Driver#db.driver = org.postgresql.Driver # Database username and passworddb.username = dspacedb.password = dspace#db.username = dspace#db.password = dspace # Schema name - if your database contains multiple schemas, you can avoid problems with# retrieving the definitions of duplicate object names by specifying# the schema name here that is used for DSpace by uncommenting the following entry# db.schema = # Connection pool parameters # Maximum number of DB connections in pooldb.maxconnections = 30 # Maximum time to wait before giving up if all connections in pool are busy (milliseconds)db.maxwait = 5000 # Maximum number of idle connections in pool (-1 = unlimited)db.maxidle = -1 # Determine if prepared statement should be cached. (default is true)db.statementpool = true # Specify a name for the connection pool (useful if you have multiple applications sharing Tomcat's dbcp)# If not specified, defaults to 'dspacepool'# db.poolname = dspacepool # Email settings ## # SMTP mail servermail.server = smtp.gmail.com # SMTP mail server authentication username and password (if required)mail.server.username = johnny060...@gmail.commail.server.password = mypassword # SMTP mail server alternate port (defaults to 25)# mail.server.port = 25 # From address for mailmail.from.address = johnny060...@gmail.com # Currently limited to one recipient!feedback.recipient = johnny060...@gmail.com # General site administration (Webmaster) e-mailmail.admin = johnny060...@gmail.com # Recipient for server errors and alerts# alert.recipient = email-address-here # Recipient for new user registration emails# registration.notify = email-address-here # Set the default mail character set. This may be over ridden by providing a line# inside the email template charset: encoding, otherwise this default is used.#mail.charset = UTF-8 # A comma separated list of hostnames that are allowed to refer browsers to email forms.# Default behaviour is to accept referrals only from dspace.hostname#mail.allowed.referrers = localhost # Pass extra settings to the Java mail library. Comma separated, equals sign between# the key and the value.#mail.extraproperties = mail.smtp.socketFactory.port=465, \#   mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory, \#   mail.smtp.socketFactory.fallback=false # An option is added to disable the mailserver. By default, this property is set to false# By setting mail.server.disabled = true, DSpace will not send out emails.# It will instead log the subject of the email which should have been sent# This is especially useful for development and test environments where production data is used when testing functionality.#mail.server.disabled = false # Default language for metadata valuesdefault.language = en_US  # File Storage ## # Asset (bitstream) store number 0 (zero)assetstore.dir = ${dspace.dir}/assetstore # Specify extra asset stores like this, counting from 1 upwards:# assetstore.dir.1 = /second/assetstore# assetstore.dir.2 = /third/assetstore # Specify the number of the store to use for new bitstreams with this property# The default is 0 (zero) which corresponds to the 'assetstore.dir' above# assetstore.incoming = 1-- Walter BlandónAnalista TécnicoCentro Cultural Biblioteca Luis Echavarría VillegasTel: (57) (4) 2619500, extensión 9365E-mail: