-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
Here is my code https://github.com/eshevchenko/modeshape-examples/tree/modeshape3-federation which shows the problem, when I run "mvn clean install" I don't see an issue, but when I run java main from IDE I see this exception:
INFO: ModeShape version 3.1.1.Final Shutting down engine ... Success! javax.jcr.RepositoryException: Error while starting 'FederatedRepository' repository: No match found at org.modeshape.jcr.JcrRepository.login(JcrRepository.java:613) at org.modeshape.jcr.JcrRepository.login(JcrRepository.java:580) at org.modeshape.jcr.JcrRepository.login(JcrRepository.java:149) at org.modeshape.example.filesystem.ModeShapeExample.main(ModeShapeExample.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) Caused by: java.lang.IllegalStateException: No match found at java.util.regex.Matcher.group(Matcher.java:485) at org.modeshape.jcr.RepositoryConfiguration$Federation$ProjectionConfiguration.<init>(RepositoryConfiguration.java:2016) at org.modeshape.jcr.RepositoryConfiguration$Federation.getProjections(RepositoryConfiguration.java:1981) at org.modeshape.jcr.JcrRepository$RunningState.<init>(JcrRepository.java:1053) at org.modeshape.jcr.JcrRepository$RunningState.<init>(JcrRepository.java:966) at org.modeshape.jcr.JcrRepository.doStart(JcrRepository.java:354) at org.modeshape.jcr.JcrRepository.login(JcrRepository.java:611) ... 8 more
- relates to
-
MODE-1765 Startup Errors Installing 3.1.0.Final In JBAS 7.1.1.Final
- Closed