Re: [dspace-tech] Re: Migracion Dspace

2022-06-15 Thread Joelton Silva R. Correia
Boa tarde, tenho o DSPACE JSPUI 6.0 e gostaria de atualizar para a versão
7.x, existe algum material mais detalhado ou vídeo que eu possa realizá-lo?

Em qua., 15 de jun. de 2022 às 13:45, César Eduardo Ramírez Rebollar <
cesar.rami...@dgru.unam.mx> escreveu:

> Buenos días, estoy intentando instalar dspace 7.1 pero no funciona mi
> dspace en la parte de backend se ve blanco y el front no carga para iniciar
> sesión.
>
> El mié., 15 de junio de 2022 10:59 a. m., Jose Miguel Ravasi <
> josem...@gmail.com> escribió:
>
>> Hola Juan
>> Yo hice la instalación de Dspace 7 y justamente lo más problematico es la
>> migración de la base de datos y no logro que funcione.
>> Hice el pg_dump y las distinta variantes de pg_restore y mediante psql,
>> pero no logro que funcione.
>> Se rompe el front end.
>> Lo que hago es dropdb, la creo de nuevo y vuelve a andar el FE
>> No te aporto una solución y si encontras como hacer que funcione, por
>> favor me lo compartis.
>> Saludos, José
>>
>>
>> El martes, 14 de junio de 2022 a la(s) 14:50:15 UTC-3,
>> juanceb...@gmail.com escribió:
>>
>>> Buenas tardes, estoy intentando migrar dspace 6.3 a otro servidor con
>>> dspace 7, por lo que tengo entendido lo más crítico es la base de datos, ya
>>> hice un dump falta el restore y la carpeta assetstore, tengo que tener algo
>>> más en cuenta?
>>> La migración que sugiere la wiki de dspace no resultó en mi caso.
>>> Muchas gracias
>>>
>> --
>> All messages to this mailing list should adhere to the Code of Conduct:
>> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
>> ---
>> 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/818ca67d-f357-49f8-93bb-558edbcbcb7bn%40googlegroups.com
>> 
>> .
>>
> --
> All messages to this mailing list should adhere to the Code of Conduct:
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> ---
> 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/CACM%3D1J5JYCTq_F5omN8G7LN1e44g-1AEDK7djOaax8xjoGQmpw%40mail.gmail.com
> 
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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/CAC0-t5cP8XMGN0OnVWqVgnLfvWvwMjjnD04uB7LxkbPU%2Bftrbg%40mail.gmail.com.


[dspace-tech] Translation Statistics

2020-11-09 Thread Joelton Silva R. Correia
 Hi,

I did not find in the code the location where I carry out this translation 
of the general statistics according to the link below to reference:
http://www.repositorio.ufc.br/handle/riufc/50770/statistics

And also how I trigger the item's individual statistic.

Anyone who can guide me in any of the situations thank you. 

-- 
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/6d1a3e13-d220-4a9c-8d76-036642002c5an%40googlegroups.com.


[dspace-tech] Re: [Dspace-tech] email server configuration

2020-09-20 Thread Joelton Silva R. Correia
How did you solve it?

Em quarta-feira, 26 de agosto de 2015 às 12:57:59 UTC-3, Oscar Sanchez 
Gomez escreveu:

> Hi Mark,
> I modify the dspace.cfg like this:
>
> mail.extraproperties = mail.smtp.starttls.enable=true, \
> mail.smtp.socketFactory.port=587, \
> mail.smtp.starttls.required=true, \
> mail.smtp.socketFactory.fallback=false
>
> But the problem persist. The new error is:
>
>
>
> java.net.ConnectException: Connection refused
> at java.net.PlainSocketImpl.socketConnect(Native Method)
> at 
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
> at 
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
> at 
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> at java.net.Socket.connect(Socket.java:579)
> at java.net.Socket.connect(Socket.java:528)
> at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
> at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
> at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
> at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
> at javax.mail.Service.connect(Service.java:297)
> 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 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.mozilla.javascript.MemberBox.invoke(MemberBox.java:155)
> at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:243)
> at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3237)
> at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2394)
> at 
> org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:162)
> at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:393)
> at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2834)
> at 
> org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:160)
> at org.mozilla.javascript.Context.call(Context.java:538)
> at 
> org.mozilla.javascript.ScriptableObject.callMethod(ScriptableObject.java:1833)
> at 
> org.mozilla.javascript.ScriptableObject.callMethod(ScriptableObject.java:1803)
> at 
> org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.handleContinuation(FOM_JavaScriptInterpreter.java:698)
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(CallFunctionNode.java:94)
> at 
> org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
> at 
> org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
> at 
> org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
> at 
> org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
> at 
> org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
> at 
> org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.buildPipeline(ConcreteTreeProcessor.java:186)
> at 
> org.apache.cocoon.components.treeprocessor.TreeProcessor.buildPipeline(TreeProcessor.java:260)
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:107)
> at 
> org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(SelectNode.java:87)
> at 
> org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
> at 
> org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
> at 
> 

[dspace-tech] Re: mail server office365.com

2020-09-20 Thread Joelton Silva R. Correia
Solved? Like?
Em segunda-feira, 14 de janeiro de 2019 às 14:07:54 UTC-2, Mark H. Wood 
escreveu:

> On Saturday, January 12, 2019 at 9:23:20 AM UTC-5, francesco wrote:
>>
>> Hi, anybody succesful with configuring email settings with office365.com 
>> ? 
>>
>>  
>>
>> mail.server = smtp.office365.com
>>
>>  
>>
>> # SMTP mail server authentication username and password (if required)
>>
>> mail.server.username = us...@domain.com
>>
>> mail.server.password = password
>>
>>  
>>
>> # SMTP mail server alternate port (defaults to 25)
>>
>> mail.server.port = 587
>>
>>  
>>
>> I have tried to enable starttls with the following 
>>
>> mail.extraproperties=mail.smtp.starttls.required = true, \
>>
>> mail.smtp.auth=true
>>
>>  
>>
>> at least now I get a new error: 
>>
>> 535 5.7.3 Authentication unsuccessful [
>> AM6P193CA0138.EURP193.PROD.OUTLOOK.COM]
>>
>>
>
> For "authentication unsuccessful" I would first check that the values of 
> mail.server.username and mail.server.password are correct.  It seems that 
> you are connecting to the proper service and SMTP is working, but the 
> credentials are not accepted.
>

-- 
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/0f1a2d69-b2fd-462d-8b70-c9584c83ca04n%40googlegroups.com.


[dspace-tech] Bulk user registration import via bank

2020-04-13 Thread Joelton Silva R. Correia
Does anyone have any example of the script or routine to import user 
registration in bulk via bank to Dspace? If you have the option to link to 
any group it would be even better, otherwise only bulk import will help.

-- 
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/afecb1bc-ce18-434d-8df4-0adc24e0fc15%40googlegroups.com.


[dspace-tech] Re: Migrate to Another Server - DSPACE 6 / JSPUI

2019-11-25 Thread Joelton Silva R. Correia
Thanks everyone, but I found doing research would be using the "assetstore" 
folder.

Em segunda-feira, 25 de novembro de 2019 08:20:49 UTC-3, Joelton Silva R. 
Correia escreveu:
>
> Hi!
> I need to migrate dspace to another server, I backed up the database and 
> already restored on another server, the question is that the files do not 
> open, where is the deposited files is stored? Or if anyone knows somewhere 
> that has a tutorial for this migration ... I use JSPUI ...
>
>

-- 
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/82f7b56c-7674-4893-9048-08e4a434a3b1%40googlegroups.com.


[dspace-tech] Change text - JSPUI

2019-11-25 Thread Joelton Silva R. Correia
Hi!
Where do I find the amendment of this text? I am trying to locate it, but 
to no avail.

-- 
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/f42845c0-b765-4c48-afaa-fac768faade6%40googlegroups.com.


[dspace-tech] Migrate to Another Server - DSPACE 6 / JSPUI

2019-11-25 Thread Joelton Silva R. Correia


Hi!
I need to migrate dspace to another server, I backed up the database and 
already restored on another server, the question is that the files do not open, 
where is the deposited files is stored? Or if anyone knows somewhere that has a 
tutorial for this migration ... I use JSPUI ...

-- 
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/b5cf5dec-c322-44f6-b818-1cf2c0095f86%40googlegroups.com.


Re: [dspace-tech] New Installation - Error Depositing Document

2019-11-14 Thread Joelton Silva R. Correia


I didn't find anything else, see the complete error ...
I saw that there is someone else here in the forum who mentioned this error, 
but I did not see anyone helping him ... I tried to contact him, but also could 
not ...




2019-11-14 09:51:13,314 ERROR 
org.dspace.app.webui.servlet.SubmissionController @ Error loading step 
class'org.dspace.submit.step.DescribeStep':
java.lang.NullPointerException
at org.dspace.submit.step.DescribeStep.readText(DescribeStep.java:691)
at 
org.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:285)
at 
org.dspace.app.webui.submit.JSPStepManager.doStepEnd(JSPStepManager.java:399)
at 
org.dspace.app.webui.submit.JSPStepManager.processStep(JSPStepManager.java:250)
at 
org.dspace.app.webui.servlet.SubmissionController.doStep(SubmissionController.java:505)
at 
org.dspace.app.webui.servlet.SubmissionController.doDSPost(SubmissionController.java:443)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:122)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:660)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at 
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747)
at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Unknown Source)











Em terça-feira, 12 de novembro de 2019 10:13:37 UTC-3, José Geraldo 
escreveu:
>
> Hi,
>
> Verify the full log with "Caused by:".
>
> If not see anywhere relevant, enable the Debug: 
> https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error
>
> Em seg., 11 de nov. de 2019 às 17:48, Joelton Silva R. Correia <
> joelto...@gmail.com > escreveu:
>
>> I did another test now, and the error log was this ... any direction I 
>> can correct?
>>
>> 2019-11-11 18:44:02,978 ERROR 
>> org.dspace.app.webui.servlet.SubmissionController @ Error loading step 
>> class'org.dspace.submit.step.DescribeStep':
>> java.lang.NullPointerException
>>
>>
>> Em segunda-feira, 11 de novembro de 2019 16:41:41 UTC-3, José Geraldo 
>> escreveu:
>>>
>>> Hi,
>>>
>>> Verify the lofg file of Dspace: *[dspace]/log/dspace.log.-mm-dd*
>>>
>>> Em seg., 11 de nov. de 2019 às 16:25, Joelton Silva R. Correia <
>>> joelto...@gmail.com> escreveu:
>>>
>>>> I performed the installation on Windows of DSpace JSPUI, but

Re: [dspace-tech] New Installation - Error Depositing Document

2019-11-11 Thread Joelton Silva R. Correia
I did another test now, and the error log was this ... any direction I can 
correct?

2019-11-11 18:44:02,978 ERROR 
org.dspace.app.webui.servlet.SubmissionController @ Error loading step 
class'org.dspace.submit.step.DescribeStep':
java.lang.NullPointerException


Em segunda-feira, 11 de novembro de 2019 16:41:41 UTC-3, José Geraldo 
escreveu:
>
> Hi,
>
> Verify the lofg file of Dspace: *[dspace]/log/dspace.log.-mm-dd*
>
> Em seg., 11 de nov. de 2019 às 16:25, Joelton Silva R. Correia <
> joelto...@gmail.com > escreveu:
>
>> I performed the installation on Windows of DSpace JSPUI, but when you get 
>> to the screen below, generates an error, as you can also see, is it any 
>> problem that I must have misconfigured, the strange that I managed to 
>> deposit several documents in the repository, he still is in the testing 
>> phase ...
>> Does anyone know what it may be?
>>
>> [image: UltimaTelaAntesErro.jpeg]
>>
>>
>> [image: UltimaTelaErro.jpg]
>>
>>
>> -- 
>> 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/ddd22b9a-3061-4d29-a1c4-cddfdca7a102%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dspace-tech/ddd22b9a-3061-4d29-a1c4-cddfdca7a102%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>
>
> -- 
> At.te, 
>
> José Geraldo
>
>

-- 
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/bfd73da8-682c-48ef-9e98-0376c3e33b43%40googlegroups.com.