Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse is annoying me !(cleaning projects)
Eclipse is annoying me ! [message #1419440] Mon, 08 September 2014 16:16 Go to next message
Pascal Irinel is currently offline Pascal IrinelFriend
Messages: 11
Registered: September 2014
Junior Member
Hi !

I have a huge issue regarding eclipse (c&c++ ide).

Each day i do programming eclipse continues to show me this message " cleaning all projects has encountered a problem." when i hit "clean all projects" and I do not know why it keeps showing me these messages; it's getting on my nerves. I can't rule any program if i can't clean my projects.

It seems that the only solution is to restart my pc so i can work again; BUT AGAIN "cleaning all projects has encountered a problem" !

Please help me !

thank you !
Re: Eclipse is annoying me ! [message #1419451 is a reply to message #1419440] Mon, 08 September 2014 16:32 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Pascal,

Maybe there are clues in the error log. Maybe selecting all the
projects and doing a refresh will help; if the latter does the trick,
perhaps change the workspace options to refresh using native hooks or
polling will avoid it permanently.


On 08/09/2014 6:22 PM, Pascal Irinel wrote:
> Hi !
>
> I have a huge issue regarding eclipse (c&c++ ide).
>
> Each day i do programming eclipse continues to show me this message "
> cleaning all projects has encountered a problem." when i hit "clean
> all projects" and I do not know why it keeps showing me these
> messages; it's getting on my nerves. I can't rule any program if i
> can't clean my projects.
>
> It seems that the only solution is to restart my pc so i can work
> again; BUT AGAIN "cleaning all projects has encountered a problem" !
>
> Please help me !
>
> thank you !


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse is annoying me ! [message #1419481 is a reply to message #1419451] Mon, 08 September 2014 17:30 Go to previous messageGo to next message
Pascal Irinel is currently offline Pascal IrinelFriend
Messages: 11
Registered: September 2014
Junior Member
how can i do that ? native hooks or polling ?
another error shown to me near the console is "cannot open output file Working.exe: Permission denied."
it cannot delete the debug folder !

[Updated on: Mon, 08 September 2014 18:12]

Report message to a moderator

Re: Eclipse is annoying me ! [message #1419554 is a reply to message #1419481] Mon, 08 September 2014 19:55 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Did the manual refresh help? You can find the preference I mentioned in
Window->Preferences->General->Workspace

On 08/09/2014 7:30 PM, Pascal Irinel wrote:
> how can i do that ? native hooks or polling ?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse is annoying me ! [message #1419897 is a reply to message #1419554] Tue, 09 September 2014 08:20 Go to previous messageGo to next message
Pascal Irinel is currently offline Pascal IrinelFriend
Messages: 11
Registered: September 2014
Junior Member
the refresh does not work and that pulling and native option does not work either.
Re: Eclipse is annoying me ! [message #1419920 is a reply to message #1419897] Tue, 09 September 2014 08:42 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
And no clues in the Error Log view? In the end, it sounds CDT-specific
so might be better to look on that forum and see if anyone else has this
problem.


On 09/09/2014 10:20 AM, Pascal Irinel wrote:
> the refresh does not work and that pulling and native option does not
> work either.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Eclipse is annoying me ! [message #1420078 is a reply to message #1419481] Tue, 09 September 2014 13:21 Go to previous messageGo to next message
Eclipse UserFriend
Pascal Irinel wrote on Mon, 08 September 2014 17:30
how can i do that ? native hooks or polling ?
another error shown to me near the console is "cannot open output file Working.exe: Permission denied."
it cannot delete the debug folder !


How are you starting Eclipse?

Try starting it by right clicking on the Icon you use for starting it. Then select "Run As Administrator".

The Windows OS has problems with many programs that are being run as normal users.

-- L. James

--
L. D. James
ljames@apollo3.com
www.apollo3.com/~ljames

PS: By the way, you should try to be more specific with your topic selection. A description of the problem would make it easier for others to benefit from the thread. Also, your reference to describing the beloved IDE of this forum as annoying might turn some fans off... annoy the community.

[Updated on: Tue, 09 September 2014 13:25] by Moderator

Report message to a moderator

Re: Eclipse is annoying me ! [message #1422264 is a reply to message #1420078] Fri, 12 September 2014 15:23 Go to previous messageGo to next message
Dilton McGowan II is currently offline Dilton McGowan IIFriend
Messages: 110
Registered: July 2009
Senior Member
I'm certainly no fan of Windows but I've never had issues running Eclipse as a normal user. The OP should temporarily try a new workspace, checkout the project from source control and see if the problem goes away.

[Updated on: Fri, 12 September 2014 15:23]

Report message to a moderator

Re: Eclipse is annoying me ! [message #1423602 is a reply to message #1422264] Sun, 14 September 2014 18:47 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
The OP is having several copies of the executable and gdb running. If I recall correctly, Windows does not allow any changes to an executable as long as it is being run.

This is not an Eclipse problem, neither a CDT problem, but a problem with the operating system (Windows, version unknown 7 guessed).

The OP should kill all running copies and GDB processes and then try again. Maybe the best solution is to reboot the whole computer.

When a debugging session is ended, it must be ensured that there are no dangling processes left from the session.


--

Tauno Voipio
Previous Topic:Debugging HTML/PHP Projects
Next Topic:Reading BPMN 2.0 process model through Java APIs
Goto Forum:
  


Current Time: Fri Apr 19 15:37:50 GMT 2024

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

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

Back to the top