Community
Participate
Working Groups
When starting the discovery view, this exception is seen. The parameter value of the propAsString parameter at this time is org.eclipse.ecf.provider.discovery.CompositeDiscoveryContainer which is not a key value pair that this method is assuming. Can anybody imagine that this is caused by something they have been working on? I can make the exception go away but I don't know why the method is so convinced that it receives a key=value pair? java.lang.ArrayIndexOutOfBoundsException: 1 at org.eclipse.ecf.provider.zookeeper.core.internal.Configuration.<init>(Configuration.java:63) at org.eclipse.ecf.provider.zookeeper.core.internal.Configuration.<init>(Configuration.java:55) at org.eclipse.ecf.provider.zookeeper.core.internal.Configurator.createConfig(Configurator.java:41) at org.eclipse.ecf.provider.zookeeper.core.ZooDiscoveryContainer.init(ZooDiscoveryContainer.java:122) at org.eclipse.ecf.provider.zookeeper.core.ZooDiscoveryContainer.connect(ZooDiscoveryContainer.java:327) at org.eclipse.ecf.provider.discovery.CompositeDiscoveryContainer.connect(CompositeDiscoveryContainer.java:150) at org.eclipse.ecf.provider.discovery.SingletonDiscoveryContainer.connect(SingletonDiscoveryContainer.java:46) at org.eclipse.ecf.discovery.ui.model.resource.ServiceResource$ServiceDiscoveryListener.connect(ServiceResource.java:63) at org.eclipse.ecf.discovery.ui.model.resource.ServiceResource$1.run(ServiceResource.java:455) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Hi Wim, this seems related to bug #332848.
Hi Markus, thanks, yes it was. I did not notice that this was the case. Fix released to master. All systems are go!