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

2019-11-14 Thread euler
Hi,

We are using XMLUI but it could be the same issue when I encountered NPE 
during submission. It turns out that I have custom metadata that is not in 
the metadata registry. Please check that all the metadata in the submission 
form was added in the metadata registry.

Hope this helps.
euler

On Thursday, November 14, 2019 at 8:05:19 PM UTC+8, Joelton Silva R. 
Correia wrote:
>
> 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':
>>> 

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 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 

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

2019-11-12 Thread José Geraldo
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 <
joeltonsi...@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 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
>>> 
>>> .
>>>
>>
>>
>> --
>> 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
> 
> .
>


-- 
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/CANP4ikRCu%3DyVweQ7EoWE-HsfbZHxzMduncbk-SC%2B300URPhRUQ%40mail.gmail.com.


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
>>  
>> 
>> .
>>
>
>
> -- 
> 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.