Internal System Error: The system has experienced an internal error. Please try to do what you were

1,538 views
Skip to first unread message

informat...@gmail.com

unread,
Jan 31, 2017, 6:05:57 PM1/31/17
to DSpace Technical Support
Hi everybody;

i succefully installed dspace 6 on debian jessie, with jspui as webapps
when i try to add a submission it displays this error message:

Internal System Error

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 my dspace log:

2017-01-31 22:28:44,139 INFO  org.dspace.content.MetadataValueServiceImpl @ wiwi884@gmail.com:session_id=71697D7C023BBF766327270081AF29B8:ip_addr=105.98.218.157:delete_metadata_value: metadata_value_id=158
2017-01-31 22:28:44,140 INFO  org.dspace.content.MetadataValueServiceImpl @ wiwi884@gmail.com:session_id=71697D7C023BBF766327270081AF29B8:ip_addr=105.98.218.157:delete_metadata_value: metadata_value_id=159
2017-01-31 22:28:44,140 INFO  org.dspace.content.MetadataValueServiceImpl @ wiwi884@gmail.com:session_id=71697D7C023BBF766327270081AF29B8:ip_addr=105.98.218.157:delete_metadata_value: metadata_value_id=160
2017-01-31 22:28:44,175 INFO  org.dspace.content.WorkspaceItemServiceImpl @ wiwi884@gmail.com:session_id=71697D7C023BBF766327270081AF29B8:ip_addr=105.98.218.157:update_workspace_item:workspace_item_id=6
2017-01-31 22:28:44,176 INFO  org.dspace.content.Item @ wiwi884@gmail.com:session_id=71697D7C023BBF766327270081AF29B8:ip_addr=105.98.218.157:update_item:item_id=b0059596-f3cf-4fcc-83af-d1967dcc6116
2017-01-31 22:28:44,194 ERROR org.dspace.event.ConsumerProfile @ Bad ObjectType in Consumer Stanza in Configuration entry for event.consumer.versioning.consumers: Item
2017-01-31 22:28:44,195 ERROR org.dspace.event.ConsumerProfile @ Bad EventType in Consumer Stanza in Configuration entry for event.consumer.versioning.consumers:  Install
2017-01-31 22:28:44,195 ERROR org.dspace.app.webui.servlet.SubmissionController @ Error loading step class'org.dspace.submit.step.DescribeStep':
java
.lang.IllegalStateException: Unable to aquire dispatcher named default
        at org
.dspace.event.EventServiceImpl.getDispatcher(EventServiceImpl.java:120)
        at org
.dspace.core.Context.dispatchEvents(Context.java:421)
        at org
.dspace.submit.step.DescribeStep.doProcessing(DescribeStep.java:349)
        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:648)
        at javax
.servlet.http.HttpServlet.service(HttpServlet.java:729)
        at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
        at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
        at org
.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
        at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
        at org
.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)
        at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
        at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
        at org
.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
        at org
.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
        at org
.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
        at org
.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
        at org
.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
        at org
.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:474)
        at org
.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
        at org
.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
        at org
.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624)
        at org
.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
        at org
.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)
        at org
.apache.coyote.http11.Http11Processor.service(Http11Processor.java:783)
        at org
.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
        at org
.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:798)
        at org
.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1434)
        at org
.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
        at java
.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java
.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at org
.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java
.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: No class configured for consumer named: search
        at org
.dspace.event.ConsumerProfile.readConfiguration(ConsumerProfile.java:78)
        at org
.dspace.event.ConsumerProfile.makeConsumerProfile(ConsumerProfile.java:62)
        at org
.dspace.event.EventServiceImpl$DispatcherPoolFactory.makeObject(EventServiceImpl.java:222)
        at org
.dspace.event.EventServiceImpl$DispatcherPoolFactory.makeObject(EventServiceImpl.java:170)
        at org
.apache.commons.pool2.impl.GenericKeyedObjectPool.create(GenericKeyedObjectPool.java:1041)
        at org
.apache.commons.pool2.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:357)
        at org
.apache.commons.pool2.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:279)
        at org
.apache.commons.pool2.PoolUtils$SynchronizedKeyedObjectPool.borrowObject(PoolUtils.java:932)
        at org
.dspace.event.EventServiceImpl.getDispatcher(EventServiceImpl.java:116)
       
... 38 more

 can someone help me please?
thanks.


informat...@gmail.com

unread,
Feb 1, 2017, 3:16:51 AM2/1/17
to DSpace Technical Support
Is there any solution please!!

informat...@gmail.com

unread,
Feb 2, 2017, 4:10:05 AM2/2/17
to DSpace Technical Support
any response please!!


Le mercredi 1 février 2017 00:05:57 UTC+1, informat...@gmail.com a écrit :

Tom Desair

unread,
Feb 2, 2017, 4:14:50 AM2/2/17
to informat...@gmail.com, DSpace Technical Support
The error indicates that you are missing this line in your dspace.cfg file:

Can you double check that the line is there in your local dspace.cfg file?

Best regards,
Tom

 
logoTom Desair
250-B Suite 3A, Lucius Gordon Drive, West Henrietta, NY 14586
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Tom Desair

unread,
Feb 2, 2017, 4:17:32 AM2/2/17
to informat...@gmail.com, DSpace Technical Support
Taking a second look, it could also be the case that you defined a "search" consumer without having a property "event.consumer.search.class" with a value in your dspace.cfg file.

Can you also check that?

 
logoTom Desair
250-B Suite 3A, Lucius Gordon Drive, West Henrietta, NY 14586
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com

Luiz dos Santos

unread,
Feb 2, 2017, 8:12:49 AM2/2/17
to Tom Desair, informat...@gmail.com, DSpace Technical Support
Hi Tom, 

      One quick question, I realized that in DSpace 6 there is not a search consumer, do you know if it was replace by a Service or something? Do you know any doc about it?

Thanks
Luiz Claudio Santos
http://luizclaudiosantos.me/

Tom Desair

unread,
Feb 3, 2017, 3:48:43 AM2/3/17
to Luiz dos Santos, Compte Messagerie, DSpace Technical Support

Best regards,
Tom

 
logoTom Desair
250-B Suite 3A, Lucius Gordon Drive, West Henrietta, NY 14586
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.com
Reply all
Reply to author
Forward
0 new messages