Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] tutorials.rcp does not work

Hi,

 

following the quest for a custom RCP app with uDig functionality I tried to get the net.refractions.udig.tutorials.rcp example running. It does run, but I am not able to load any data. I tried to use “Add Background layer from file” as well as the “Add Background layer” actions on almost every file in the data_1.2 collection.

 

I get an IOException during execution of IService handle = catalog.acquire(url, null); in Line 232 of MapView.java saying “Unable to connect to any service supporting file:” etc

I tried to debug and saw that multiple candidate services are processed by the ServiceFactory, but none seem to match.

 

Adding the seagull layer works fine btw.

 

I am using the 1.2 sdk with EclipseMT3.6 and delta pack 3.6.

 

I have looked through the mailing list archives but found nothing on that issue.

 

Could someone point me in the right direction?

 

Thank you,

Konstantin


Back to the top