Error 18923: Exception During Repository Access

data123
data123 New Altair Community Member
edited November 2024 in Community Q&A

Hi All,

Does anyone have a clue about this issue?

Reported it before but there's been no resolution. 

 

ERROR 18923 --- [main] c.r.execution.jobcontainer.EngineRunner : Exception during repository access

com.rapidminer.repository.RepositoryException: Cannot connect to RapidMiner Server repository 'javax.xml.ws.WebServiceException: java.net.SocketTimeoutException: Read timed out'.
at com.rapidminer.extension.remote.repository.remote.DefaultRemoteRepository.handleExceptionsForService(DefaultRemoteRepository.java:971)
at com.rapidminer.extension.remote.repository.remote.RepositoryServiceFacade.handleException(RepositoryServiceFacade.java:64)
at com.rapidminer.extension.remote.repository.remote.RepositoryServiceFacade.getFolderContents(RepositoryServiceFacade.java:153)
at com.rapidminer.extension.remote.repository.remote.DefaultRemoteFolder.ensureLoaded(DefaultRemoteFolder.java:190)
at com.rapidminer.extension.remote.repository.remote.DefaultRemoteFolder.refresh(DefaultRemoteFolder.java:271)
at com.rapidminer.extension.remote.repository.remote.DefaultRemoteRepository.refresh(DefaultRemoteRepository.java:1185)
at com.rapidminer.execution.jobcontainer.service.RemoteRepositoryService.initializeProcessRepository(RemoteRepositoryService.java:79)
at com.rapidminer.execution.jobcontainer.EngineRunner.onApplicationEvent(EngineRunner.java:67)
at com.rapidminer.execution.jobcontainer.EngineRunner.onApplicationEvent(EngineRunner.java:30)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:167)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:393)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:347)
at org.springframework.boot.context.event.EventPublishingRunListener.finished(EventPublishingRunListener.java:101)
at org.springframework.boot.SpringApplicationRunListeners.callFinishedListener(SpringApplicationRunListeners.java:79)
at org.springframework.boot.SpringApplicationRunListeners.finished(SpringApplicationRunListeners.java:72)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:305)
at com.rapidminer.execution.jobcontainer.Application.main(Application.java:43)

2018-04-29 13:55:44.031 INFO 18923 --- [main] c.r.execution.jobcontainer.EngineRunner : Execution finished with exit code 'ABNORMAL'
2018-04-29 13:55:44.031 INFO 18923 --- [main] c.r.e.j.service.ShutdownService : Job Container exits with status code 'ABNORMAL'
2018-04-29 13:55:44.031 INFO 18923 --- [Thread-2] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@62379589: startup date [Sun Apr 29 13:54:45 MYT 2018]; root of context hierarchy
2018-04-29 13:55:44.035 INFO 18923 --- [Thread-2] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 0
2018-04-29 13:55:44.037 INFO 18923 --- [Thread-2] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown
2018-04-29 13:55:44.037 INFO 18923 --- [Thread-2] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'

Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee

    Hi,

     

    The process tries to connect to a RM server and it fails. Can you provide more details on what you do? Is a parallel loop involved?

     

    Best,

    Martin

  • data123
    data123 New Altair Community Member

    Hi Martin,

    The process is saved in RM Server. There is no parallel loop. The error randomly occurs and usually I wait for about 8-10mins to try running the process again after which it runs smoothly. 

     

    Regards

  • sgenzer
    sgenzer
    Altair Employee
  • Edin_Klapic
    Edin_Klapic New Altair Community Member

    Hi @data123,

     

    Is this process running on a JobAgent? How is it executed (i.e. triggered manually or cron scheduled)?

    Do you have information regarding the Server load the times the error occurs?

     

    Happy Mining,

    Edin