Error:
We are experiencing the below error while testing a process flow in our new UAT environment. Our team had copied the database from production database, but the UAT process flows are not being executing correctly.
java.lang.ArrayIndexOutOfBoundsException: 1
at
com.adeptia.indigo.system.ObjectAddress.<init>(ObjectAddress.java:33)
at
com.adeptia.indigo.repository.RepositoryFactory.getRepository(RepositoryFactory.java:23)
at
com.adeptia.indigo.services.transport.support.AbstractSource.handleStreams(AbstractSource.java:229)
Cause:
The repository address property in the server configuration was not set properly.
Solution
1) Go to Setup > Application Settings > Update System Properties > Kernel Settings
2) Update the abpm.repository.address value to
localhost://indigo.core:service=repository
Note: You can replace localhost with the IP of the Adeptia server
3) Click Save and Reload Configuration.
4) Restart Adeptia Services (Kernel and Webrunner).
Comments
0 comments
Article is closed for comments.