java.util.NoSuchElementException when clonning a repository in business central for BPM Suite 6.3
Issue
I created a new repository in my local installation and when trying to clone it into business central, I have a popup with the error "java.lang.RuntimeException: java.util.NoSuchElementException". In server logs I see the following error:
RROR [org.guvnor.structure.backend.repositories.RepositoryServiceImpl] (http-localhost.localdomain/127.0.0.1:8080-5) Error during create repository: java.lang.RuntimeException: java.util.NoSuchElementException
at org.guvnor.structure.backend.repositories.RepositoryServiceImpl.createRepository(RepositoryServiceImpl.java:283) [guvnor-structure-backend-6.4.0.Final-redhat-3.jar:6.4.0.Final-redhat-3]
at org.guvnor.structure.backend.repositories.RepositoryServiceImpl.createRepository(RepositoryServiceImpl.java:197) [guvnor-structure-backend-6.4.0.Final-redhat-3.jar:6.4.0.Final-redhat-3]
at org.guvnor.structure.backend.repositories.RepositoryServiceImpl$Proxy$_$$_WeldClientProxy.createRepository(RepositoryServiceImpl$Proxy$_$$_WeldClientProxy.java) [guvnor-structure-backend-6.4.0.Final-redhat-3.jar:6.4.0.Final-redhat-3]
(...)
What could be wrong?
Environment
- Red Hat JBoss BPM Suite
- 6.3
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
