Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Cannot create a C project with new project model

Hi Doug,

The "storage file not found" log message is not actually an error and is
logged mistakenly. I've removed the logging of this message locally in
my workspace and will commit the change later today or tomorrow along
with other bug-fixes.

Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Doug Schaefer
Sent: Wednesday, February 21, 2007 7:30 PM
To: CDT General developers list.
Subject: RE: [cdt-dev] Cannot create a C project with new project model

I'm seeing a lot of "storage file not found" errors. But, yes, they
don't
seem to be critical. Although it would be nice to get a traceback for
them
so we can see where they are getting generated from.

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, Tools PMC Member


> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On
> Behalf Of Sennikovsky, Mikhail
> Sent: Wednesday, February 21, 2007 11:28 AM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Cannot create a C project with new project
model
> 
> Hi Vivian,
> 
> I have never seen such error. The "storage file not found" message
does
> not seem to be the reason of the fail.
> We have added an exception log call to the UI wizard. Please try
> updating the UI code and check an error log if the error occurs again.
> 
> It would be also good if you could catch the occurred exception in the
> debug mode and post me the stack trace.
> 
> Thanks,
> Mikhail
> 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Vivian Kong
> Sent: Wednesday, February 21, 2007 6:52 PM
> To: CDT General developers list.
> Subject: [cdt-dev] Cannot create a C project with new project model
> 
> 
> I'm trying to create new C and C++ executable projects with the new
> project
> wizard.  After I click Finish I got a dialog box saying there's an
> internal
> error and this is what I saw in the error log:
> 
> !ENTRY org.eclipse.cdt.core 4 0 2007-02-21 10:44:28.616
> !MESSAGE storage file not found
> 
> !ENTRY org.eclipse.cdt.core 4 0 2007-02-21 10:44:28.632
> !MESSAGE storage file not found
> 
> !ENTRY org.eclipse.cdt.core 4 0 2007-02-21 10:44:28.710
> !MESSAGE storage file not found
> 
> !ENTRY org.eclipse.cdt.core 4 0 2007-02-21 10:44:28.882
> !MESSAGE storage file not found
> 
> No error stack trace is available.  Did anyone see the same error?
> 
> Regards,
> 
> Vivian Kong
> IBM CDT Team
> IBM Canada Toronto Lab
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top