Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Graphiti » Error : Unable to find feature.xml
Error : Unable to find feature.xml [message #894862] Tue, 10 July 2012 20:14 Go to next message
rama hana is currently offline rama hanaFriend
Messages: 10
Registered: July 2012
Junior Member
Hello,

I am new to Graphiti and I have started to use it by following the tutorial given in Graphiti help. I'm worried about the following issue that have disturbed my first editor :
After having create a new plugin with only Eclass element, I have tryed to visualise my editor (whose the domain model containing only "Eclass") by using "Run New configuration". This have opened a new
instance of eclipse, so I have my editor ready and I have tried it. However, there is errors on the console of the first instance of eclipse :
!SESSION 2012-07-10 19:17:27.352 -----------------------------------------------
eclipse.buildId=M20120208-0800
java.version=1.6.0_31
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Framework arguments:  -product org.eclipse.platform.ide
Command-line arguments:  -product org.eclipse.platform.ide -data C:\Users\IKRAM\workspace/../runtime-filesystem_app -dev file:C:/Users/IKRAM/workspace/.metadata/.plugins/org.eclipse.pde.core/New_configuration/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.054
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.export.feature_0.8.2.v20120215-0845.jar

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.093
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.export.source.feature_0.8.2.v20120215-0845.jar

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.104
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.feature.examples.source_0.8.2.v20120215-0845.jar

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.112
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.feature.examples_0.8.2.v20120215-0845.jar

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.117
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.feature_0.8.2.v20120215-0845.jar

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.121
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.sdk.feature_0.8.2.v20120215-0845.jar

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.141
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.sdk.plus.feature_0.8.2.v20120215-0845.jar

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.149
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.sdk.plus.source.feature_0.8.2.v20120215-0845.jar

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.153
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.sdk.source.feature_0.8.2.v20120215-0845.jar

!ENTRY org.eclipse.update.configurator 4 0 2012-07-10 19:17:36.158
!MESSAGE Unable to find feature.xml in directory: C:\Users\IKRAM\Desktop\eclipse\features\org.eclipse.graphiti.source.feature_0.8.2.v20120215-0845.jar


I don't know from what this error is coming, and what problems could cause on my editor Sad ?

Please, I need the answer early!

Thanks in advance.

best regards,

Re: Error : Unable to find feature.xml [message #894922 is a reply to message #894862] Wed, 11 July 2012 06:10 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
How did you create the Eclipse launch config? Did you use the default one or did you remove any plugins from it? In the latter case this might cause the log entries?

Michael
Re: Error : Unable to find feature.xml [message #895189 is a reply to message #894922] Wed, 11 July 2012 23:21 Go to previous messageGo to next message
rama hana is currently offline rama hanaFriend
Messages: 10
Registered: July 2012
Junior Member
thank you Michel for your answer.
I have not any specefic Eclipse launch configuration. I have followed the tutorial which has not any indication about the launch configuration
Re: Error : Unable to find feature.xml [message #895245 is a reply to message #895189] Thu, 12 July 2012 09:09 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
That's strange. The feature.xml files are contained in our download, I just
double-checked that. Could you have a look into your filesystem and check if
they exist on your machine as well?

Maybe your Eclipse setup is somehow inconsistent. Can your try to start your
runtime with the clean metadata flag enabled?

As only the features are affected and your are able to start your editor, I
see no immediate effect on your work. But when it comes to distrubuting a
product this surely something to delve deeper...

Michael
Re: Error : Unable to find feature.xml [message #895725 is a reply to message #895245] Sun, 15 July 2012 11:58 Go to previous messageGo to next message
rama hana is currently offline rama hanaFriend
Messages: 10
Registered: July 2012
Junior Member
Hello,
I have checked the existance of feature.xml from the begining. That's why I have resorted to the forum.
Is there any specific launch configuration?
If not, could you tell me how I could restore the default configuration ? because I think I have tryed to change it quite a few times, to solve the problem Confused
Re: Error : Unable to find feature.xml [message #895814 is a reply to message #895725] Mon, 16 July 2012 07:48 Go to previous message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
There is no specific Graphiti launch config. Simply create a new "Eclipse
Application" run configuration and your are back to the defaults.

Michael
Previous Topic:Problem with EReference
Next Topic:Multiple Diagrams based on one model-file for the DomainModel
Goto Forum:
  


Current Time: Thu Mar 28 18:27:18 GMT 2024

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

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

Back to the top