Error creating project in Momentics 6.3

Hi,
working with 6.3, Momentics 2.2.0, self hosted on x86. Today, when I try
creating a new project in my usual account, it creates the folder and
file “.project” , apparently let me select Settings in the wizard, when
I click FINISH button shows a dialog box “Error creating project:
Project cannot be created. Reason: Invalid CDTProject owner extension”.
It used to work correctly till yesterday, and it works all right if I’m
root or a new user. Also, if I try to rebuild existing projects that
used to work, the progress information dialog box appears, but nothing
in the C-build window etc; if I try to launch/debug the application, I
get “Exception occurred creating launch configuration tabs. Reason: no
tab group defined per launch configuration type org.eclipse.edt.launch.
localCLaunch” “No tabs defined for launch configuration type C/C++
local”; in navigator view, right clicking on the projects and selecting
properties, “no property pages for xxx”.

Any hint?
Thank you. Bye

stefano

stefano bastianello <stefano.bastianello@unipd.it> wrote:

Hi,
working with 6.3, Momentics 2.2.0, self hosted on x86. Today, when I try
creating a new project in my usual account, it creates the folder and
file “.project” , apparently let me select Settings in the wizard, when
I click FINISH button shows a dialog box “Error creating project:
Project cannot be created. Reason: Invalid CDTProject owner extension”.
It used to work correctly till yesterday, and it works all right if I’m
root or a new user. Also, if I try to rebuild existing projects that
used to work, the progress information dialog box appears, but nothing
in the C-build window etc; if I try to launch/debug the application, I
get “Exception occurred creating launch configuration tabs. Reason: no
tab group defined per launch configuration type org.eclipse.edt.launch.
localCLaunch” “No tabs defined for launch configuration type C/C++
local”; in navigator view, right clicking on the projects and selecting
properties, “no property pages for xxx”.

Any hint?

I’ve seen this once, as well. Something has gotten garbled/corrupted/confused
in the metadata in your workspace. I don’t know what causes it, or how
to fix it – but to continue working, you can do something like:

mv workspace workspace_old

-David

David Gibbs
QNX Training Services
dagibbs@qnx.com

Thank you very much, David.

stefano