Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » ECF and FileNotFoundException
ECF and FileNotFoundException [message #383194] Sun, 08 March 2009 10:03 Go to next message
Guillaume Chatelet is currently offline Guillaume ChateletFriend
Messages: 146
Registered: July 2009
Senior Member
Hi all,

While trying to debug on Julien Dubuisson's previous post I faced a faulty
behaviour. I'm on Eclipse 3.4 using this query
http://www.eclipse.org/buckminster/samples/queries/buckminst er.cquery.

When using the URLCatalogReader, the process goes through the
readBuckminsterPreferences() function. It fails trying to find the file
http://myurlbase/component/.settings/org.eclipse.buckminster .core.prefs
which doesn't exists. This state is usually handled by the
readBuckminsterPreferences() function in AbstractCatalogReader with a
catch block on a FileNotFoundException. Unfortunately, the process of
getting the file now goes through ECF which throws a
org.eclipse.ecf.filetransfer.IncomingFileTransferException: Exception
connecting to
http://myurlbase/component/.settings/org.eclipse.buckminster .core.prefs.
This makes the whole materialization process fail. Any ideas on how to
handle this the right way ?

Best regards,
Guillaume
Re: ECF and FileNotFoundException [message #383197 is a reply to message #383194] Sun, 08 March 2009 11:13 Go to previous message
Guillaume CHATELET is currently offline Guillaume CHATELETFriend
Messages: 35
Registered: July 2009
Member
Ok, sorry for that. It seems it's a certificate problem that gives the
connection error, testing with unsecure connection works fine.
Previous Topic:Cannot find the class file for java.lang.Object
Next Topic:Assigning the Target Platform in a Headless Build
Goto Forum:
  


Current Time: Fri Apr 26 04:15:28 GMT 2024

Powered by FUDForum. Page generated in 0.02468 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top