[dspace-tech] User Permissions

2019-08-16 Thread Leidy Madroñero
Greetings to all

I need to assign a person permissions for him to create new users. The 
problem is that this permission is only given by the administrator. Is 
there any way to give it permission without leaving it as admin?

I'll appreciate your answer, Leidy.

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/8de5b538-70c5-4399-aeee-ba5082d9bd30%40googlegroups.com.


Re: [dspace-tech] Handle Server is not resolving handles created on Dspace 6.2

2019-05-31 Thread Leidy Madroñero
Oh! I had not noticed. I appreciate your cooperation.

A greeting.


El jueves, 30 de mayo de 2019, 12:04:49 (UTC-5), Diego Araujo escribió:
>
> Hello Leidy,
>
> The handle.net is redirecting to 52.*161*.254.83 and your dspace is 
> running on 52.*191*.254.83.
>
>
>
> Em qui, 30 de mai de 2019 às 13:42, Leidy Madroñero  > escreveu:
>
>> Hello friends,
>>
>> A week ago I am trying to solve a problem with the individual identifiers 
>> in Dspace 6.2, but I can not do it.
>>
>> I have published the following:
>>
>> Handle: http://hdl.handle.net/20.500.12276/21, can not find it is 
>> loading, but exists in 
>> http://52.191.254.83:8080/xmlui/handle/20.500.12276/21
>>
>> Modify the files as shown in: 
>> https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-TheHandleServer
>>
>> and also modify the local.cfg file like this:
>>
>> # Canonical Handle URL prefix
>>
>> # handle.canonical.prefix = $ {dspace.url} / handle /
>>
>> handle.canonical.prefix = http://hdl.handle.net/
>>
>>
>> # CNRI Handle prefix
>> # (Defaults to a dummy / fake prefix of 123456789)
>> handle.prefix = 12.500.12276
>>
>>
>> Could someone help me solve it?
>>
>> -- 
>> All messages to this mailing list should adhere to the DuraSpace Code of 
>> Conduct: https://duraspace.org/about/policies/code-of-conduct/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspac...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/dspace-tech/a99f3667-8562-49f5-8b0c-b3f8f6ca3e9c%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dspace-tech/a99f3667-8562-49f5-8b0c-b3f8f6ca3e9c%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/bbcde080-3ee5-447a-ab06-afd13673af09%40googlegroups.com.


[dspace-tech] Re: DSpace 5.10 on Debian Stretch - Java heap space error

2019-05-30 Thread Leidy Madroñero
Check these links:

http://dspace.2283337.n4.nabble.com/Dspace-carga-lento-td4679308.html

https://stackoverflow.com/questions/37335/how-to-deal-with-java-lang-outofmemoryerror-java-heap-space-error


El lunes, 20 de mayo de 2019, 9:13:57 (UTC-5), Marc escribió:
>
> Dear list,
>
> Struggling with an install of a new DSpace server. The new server is 
> running Debian Stretch 9. This is to replace a DSpace server running Debian 
> Jessie 8.
>
> When we come to create the Administrator account ($HOME/bin/dspace 
> create-administrator)the following error is returned.
>
> Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
> at java.util.Arrays.copyOf(Arrays.java:3332)
> at 
> java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
> at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:472)
> at java.lang.StringBuffer.append(StringBuffer.java:310)
> at java.lang.StringBuffer.append(StringBuffer.java:97)
> at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:486)
> at java.lang.StringBuffer.append(StringBuffer.java:338)
> at java.util.regex.Matcher.appendReplacement(Matcher.java:890)
> at java.util.regex.Matcher.replaceAll(Matcher.java:955)
> at java.lang.String.replace(String.java:2240)
> at 
> org.dspace.servicemanager.config.DSpaceConfigurationService.replaceVariables(DSpaceConfigurationService.java:542)
> at 
> org.dspace.servicemanager.config.DSpaceConfigurationService.loadConfiguration(DSpaceConfigurationService.java:272)
> at 
> org.dspace.servicemanager.config.DSpaceConfigurationService.loadConfiguration(DSpaceConfigurationService.java:232)
> at 
> org.dspace.servicemanager.config.DSpaceConfigurationService.loadInitialConfig(DSpaceConfigurationService.java:466)
> at 
> org.dspace.servicemanager.config.DSpaceConfigurationService.(DSpaceConfigurationService.java:61)
> at 
> org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:145)
> at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:58)
>
> Looking at the code it is trying to read the dspace.dir property I am 
> assuming from the dspace.conf file in the config directory. 
>
> The maven and ant processes went fine and everything looks correct.
>
> DSpace CRIS version: 5.10
> Java version: 1.8.0_212
> Java options are: -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true 
> -Djava.awt.headless=true -Xmx4096m -Xms2048m -Dfile.encoding=UTF-8 
> -XX:+UseConcMarkSweepGC
> PostgreSQL version: 11.3
> Ant version: 1.9.9
> Maven version: 3.6.1
>
> The dspace log files do not contain anything. I am unable to replicate 
> this on a Mac OS X development machine, but have tried installing on two 
> different Debian Strech servers and got the some errors.
>
> Any suggestions on how to fix this would be appreciated. 
>
> Kind regards
>
> Marc
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/2cff2202-d424-4b1a-8a8f-e8a1b7882171%40googlegroups.com.


[dspace-tech] Handle Server is not resolving handles created on Dspace 6.2

2019-05-30 Thread Leidy Madroñero
Hello friends,

A week ago I am trying to solve a problem with the individual identifiers 
in Dspace 6.2, but I can not do it.

I have published the following:

Handle: http://hdl.handle.net/20.500.12276/21, can not find it is loading, 
but exists in http://52.191.254.83:8080/xmlui/handle/20.500.12276/21

Modify the files as shown in: 
https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-TheHandleServer

and also modify the local.cfg file like this:

# Canonical Handle URL prefix

# handle.canonical.prefix = $ {dspace.url} / handle /

handle.canonical.prefix = http://hdl.handle.net/


# CNRI Handle prefix
# (Defaults to a dummy / fake prefix of 123456789)
handle.prefix = 12.500.12276


Could someone help me solve it?

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/a99f3667-8562-49f5-8b0c-b3f8f6ca3e9c%40googlegroups.com.


[dspace-tech] Help Handle Server

2018-09-25 Thread Leidy Madroñero
good morning

I am configuring the handle server in dspace 6.

The server was validated by the CNRI. The problem arises when I try to test 
the prefix changes assigned to me in my repository by creating a new item, 
which continues to appear with the prefix that comes by default in the 
installation.

I have modified the following line in the local.cfg file because of the 
prefix assigned to me:

handle.prefix = 123456789

In addition to the previous one, there are other additional lines that I am 
not sure of changing, for example:

By default it appears:
handle.canonical.prefix = $ {dspace.url} / handle /

Is it correct to change it in this way?

handle.canonical.prefix = $ {dspace.url} /http://hdl.handle.net/

After this, it is necessary to rebuild dspace or restart the server to 
visualize the changes of the prefix in the repository ?.

I appreciate your collaboration.

Greetings, lady.

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Help with thumbnails dspace

2018-08-02 Thread Leidy Madroñero
Greetings to all

I am configuring the thumbnails for images and pdf in dspace, I upload a 
document in pdf and at the moment of executing the command: [dspace] / bin 
/ dspace filter-media to test the changes, the record disappears from the 
recent shipments, it is lost from the list of titles and the community 
appears empty as if no record had been uploaded, the only way to visualize 
them and see their changes is looking for them with their URI link.

I have installed Dspace 6.2 with the xmlui interface, following this 
thumbnails configuration link: 
http://www.arvo.es/dspace/activar-thumbnails-de-imagenes-en-dspace/

Is there any solution for this?

I appreciate your cooperation, Lady.

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] DUDAS SOBRE SERVIDOR HANDLE

2018-05-22 Thread Leidy Madroñero
Buen día Guillermo

Gracias por su respuesta, ahora me queda claro. Los costos por lo que 
observo aun no cambian cierto? Según lo que mire consultando es: 

- Un prefijo, que incluye el pago de una tarifa de 100 dolares para la 
asignación del prefijo y 50 dolares anuales de mantenimiento.

Le agradezco mucho por su respuesta.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] DUDAS SOBRE SERVIDOR HANDLE

2018-05-22 Thread Leidy Madroñero
Gracias Emilio por su respuesta

Ahora mi viene con respecto a cuantos identificadores le dan a uno por el 
pago anual? En un ejemplo seria en el caso de que uno vaya a subir 1000 
archivos en digital durante este año, cuantos identificadores me cubre por 
el costo que se paga en el año?. Es ilimitado o no? 

Agradezco sus respuestas.

Un saludo, lady.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Smtp email configuration

2018-05-09 Thread Leidy Madroñero
Hello

Yo me he guiado basándome en este post: 
http://dspacegeek.blogspot.com.co/2016/10/configure-gmail-with-dspace.html

Espero le sea útil.

Un saludo, lady.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Ayuda con sitemaps

2018-05-07 Thread Leidy Madroñero
Buenos días a todos

Tengo un problema para añadir la propiedad de google sitemaps a mi 
repositorio, el inconveniente radica en el lugar exacto de la instalación 
de Dspace en donde debo alojar el archivo de verificación para sitemaps  ya 
que he probado en algunas secciones de la instalación pero no he tenido 
resultados. En cual carpeta de Dspace exactamente debe estar ese archivo?. 
He asignado como mi sitio web de esta forma: 

Agradezco sus respuestas.

Un saludo, lady.

Método recomendado 

 Métodos alternativos 

*recomendado: *Subir archivo HTMLSube un archivo HTML a tu sitio web.

*1. Descarga* este archivo HTML de verificación 
[googleee64ece564feb7d0.html] .

*2. Sube* el archivo a http://52.191.254.87:8080/.

*3. Confirma* que la subida se ha realizado correctamente a través de la 
página http://52.191.254.87:8080/googleee64ece564feb7d0.html .

*4. Haz clic* en el botón de verificación que aparece a continuación.

Para mantener la verificación, no elimine el archivo HTML aunque la 
verificación se haya realizado correctamente.
VERIFICAR
 
Ahora no

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] DUDAS SOBRE SERVIDOR HANDLE

2018-04-25 Thread Leidy Madroñero
Buenos días a todos  ustedes

El día de hoy me encuentro con ciertas dudas sobre la instalación del 
servidor Handle. Es necesario implementarlo en un repositorio en 
producción? que ventajas me trae la instalación de este?. Aun no entiendo 
muy bien el concepto y los beneficios que traería este servidor. También 
veo que el registro con la CNRI tiene un costo, podría alguien aproximarme 
el valor?. 

Agradezco sus repuestas.

Un saludo, Lady.


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Advertencias en la construcción de Dspace

2018-04-12 Thread Leidy Madroñero
Buenas tardes

Me he encontrado con ciertas advertencias cuando ejecuto la instrucción: 
mvn package -Dmirage2.on=true

Son las siguientes:

[WARNING] The project org.dspace:dspace-parent:pom:6.2 uses prerequisites 
which is only intended for maven-plugin projects but not for non 
maven-plugin projects. For such purposes you should use the 
maven-enforcer-plugin. See 
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html


[WARNING] bootstrap class path not set in conjunction with -source 1.7
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/content/crosswalk/RoleCrosswalk.java:[23,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/event/ConsumerProfile.java:[14,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/ctask/general/MetadataWebService.java:[36,35]
 
org.apache.http.impl.client.DefaultHttpClient in 
org.apache.http.impl.client has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/content/Site.java:[12,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java:[37,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/event/TestConsumer.java:[16,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/content/crosswalk/CrosswalkMetadataValidator.java:[19,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/browse/BrowseIndex.java:[16,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/sort/SortOption.java:[17,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/statistics/content/StatisticsDataVisits.java:[31,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/administer/StructBuilder.java:[26,30]
 
org.apache.commons.cli.PosixParser in org.apache.commons.cli has been 
deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/app/mediafilter/JPEGFilter.java:[23,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/xmlworkflow/WorkflowUtils.java:[14,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/content/authority/SolrAuthority.java:[23,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/content/packager/METSManifest.java:[32,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/app/util/SyndicationFeed.java:[29,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/content/SiteServiceImpl.java:[14,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/browse/CrossLinks.java:[13,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/harvest/HarvestedCollectionServiceImpl.java:[11,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/app/itemupdate/MetadataUtilities.java:[47,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/app/mediafilter/ImageMagickThumbnailFilter.java:[31,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/content/packager/AbstractMETSIngester.java:[30,23]
 
org.dspace.core.ConfigurationManager in org.dspace.core has been deprecated
[WARNING] 
/dspace-6.2-src-release/dspace-api/src/main/java/org/dspace/app/statistics/CreateStatReport.java:[20,30]
 
org.apache.commons.cli.PosixParser in org.apache.commons.cli has been 
deprecated
[WARNING] 

[dspace-tech] Problemas con Ant update

2018-03-22 Thread Leidy Madroñero


Buenos días

Me encuentro modificando el archivo dspace.cfg y el archivo local.cfg En 
Dspace V. 6.2, ingreso con el usuario dspace y ejecuto en la terminal el 
comando: ant update pero obtengo un error por permiso denegado.

Adjunto la imagen a continuación



Agradezco su colaboración a este tema.

Saludos

Jessika


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Internal system error DSpace

2018-01-26 Thread Leidy Madroñero
good afternoon 

I find an internal error of the system that I have not been able to solve 
yet, I check each different documentation and I make the corresponding 
installations, but nothing gives a good result. I want to attach my 
installation step by step so that you can observe it and they can help me 
in case I'm missing some configuration or doing a step wrong. I have the 
same problem: Internal system error. I also attach the error captures. I 
hope to get some help.


Thank you for your attention.

a greeting
Jessica
Installation:


 

The installation was done by guiding me in:

https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace

https://www.researchgate.net/publication/320719874_Instalacion_de_Dspace_62_en_Linux

http://repositorio.iaen.edu.ec/bitstream/24000/3721/1/MANUAL%20DE%20INSTALACI%C3%93N%20DE%20DSPACE%20VERSI%C3%93N%205.4.pdf


   


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Error dspace Jspui/Xmlui

2017-10-31 Thread Leidy Madroñero
Buenos días a todos

Tengo un problema con las interfaces de dspace que es el siguiente:

SolrCore Initialization Failures

   - *search:* 
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
   Cannot create directory: /dspace/solr/search/data/index
   - *oai:* 
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
   Cannot create directory: /dspace/solr/oai/data/index
   - *authority:* 
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
   Cannot create directory: /dspace/solr/authority/data/index
   - *statistics:* 
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
   Cannot create directory: /dspace/solr/statistics/data/index 

Alguien tuvo este mismo problema? Como se soluciona?


Agradezco sus respuestas.




-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] NO PUEDO INGRESAR A LA INTERFAZ JSPUI

2017-09-07 Thread Leidy Madroñero
Buenas tardes,

Acabo de instalar dspace 6 en ubuntu. Accedo normalmente a la interfaz 
xmlui pero cuando trato de ingresar con jspui no me es posible. 
Los pasos que seguí para la instalación están en el siguiente 
enlace: 
http://dspaceclub.blogspot.com.co/2017/03/installing-dspace-60-on-ubuntu-1404-lts.html
No se si de pronto ha faltado algo en la instalación.

Agradezco su atención y colaboración.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.