Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339024 - [Zoodiscovery] ArrayIndexOutOfBoundsException in ECF Discovery View
Summary: [Zoodiscovery] ArrayIndexOutOfBoundsException in ECF Discovery View
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.discovery (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Wim Jongman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-05 20:19 EST by Wim Jongman CLA
Modified: 2011-03-06 06:41 EST (History)
1 user (show)

See Also:


Attachments
mylyn/context/zip (987 bytes, application/octet-stream)
2011-03-05 20:51 EST, Wim Jongman CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wim Jongman CLA 2011-03-05 20:19:31 EST
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:326)
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)
Comment 1 Wim Jongman CLA 2011-03-05 20:51:52 EST
org.eclipse.ecf.provider.discovery.CompositeDiscoveryContainer was passed as id. Zoodiscovery tried to retrieve properties from this string and failed. 

Some defensive code fixed the malfunction. Committed to master.
Comment 2 Wim Jongman CLA 2011-03-05 20:51:53 EST
Created attachment 190481 [details]
mylyn/context/zip
Comment 3 Wim Jongman CLA 2011-03-06 06:40:09 EST
*** Bug 332848 has been marked as a duplicate of this bug. ***
Comment 4 Wim Jongman CLA 2011-03-06 06:41:04 EST
Fixed