Types not found after install Europa Fall Maintenance [message #248262] |
Sun, 30 September 2007 06:27  |
Eclipse User |
|
|
|
Originally posted by: stepper.sympedia.de
Hi,
I just installed a fresh Europa Fall Maintenance zip.
After importing my preferences I kicked a clean build and received
thousands of build errors.
Various types can't be found although they are there and have been found
with the previous installation.
I restarted several times, kicked clean builds even more often -- no effect.
VERY WEIRD: While I was typing this text all of a sudden (>2 minutes
after my last action in Eclipse)
*some* of the build errors simply disappeared. Not as result of a build!
Unfortunately there were 228 errors
left (also illegal errors) that did not disappear automagically. Stupid
me tried a full clean build again and now
I have again >2400 errors as before. Once more: All of them without reason.
When I press F3 on an unresolved class it *does* jump to the definition!
Usually I'd say JDT is completely broken and revert my installation to
the previous which I just renamed.
But I only tried a new installation because the previous one started
frequently showing OutOfPermGenSpace
errors and crashed and disappeared completely and without any
premonition. Simply unacceptable.
This behaviour started after I used UpdateManager to update installed
features. No idea if it really relates to that
or to which feature in particular it relates.
BTW. the effect that after several minutes some build errors go away
persists. while typing it happened a second time.
I'm only developing plugins so it could also be caused by PDE but how
should I know?
What shall I do?
/Eike
|
|
|
|
Re: Types not found after install Europa Fall Maintenance [message #248303 is a reply to message #248288] |
Mon, 01 October 2007 18:39  |
Eclipse User |
|
|
|
Originally posted by: stepper.sympedia.de
Walter Harley schrieb:
> "Eike Stepper" <stepper@sympedia.de> wrote in message
> news:fdntlo$34e$2@build.eclipse.org...
>
>> Hi,
>>
>> I just installed a fresh Europa Fall Maintenance zip.
>> After importing my preferences I kicked a clean build and received
>> thousands of build errors.
>> Various types can't be found although they are there and have been found
>> with the previous installation.
>>
>
> What types? Are these types in your code, in the JRE, in upstream plugins
> ...?
>
Yes, all types (classes and interfaces) in my own code.
>> VERY WEIRD: While I was typing this text all of a sudden (>2 minutes after
>> my last action in Eclipse) *some* of the build errors simply disappeared.
>> Not as result of a build!
>>
>
> With WTP (but not with plain JDT) in the picture, there was a bug in 3.2
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=164496) where the build gets
> silently cancelled midstream due to other "higher priority" validator jobs
> getting kicked off by resource change listeners; the build then does not
> restart until a background thread responsible for saving the build state
> happens to trigger it, generally 5 minutes later.
>
> That problem was supposed to have been fixed in 3.3, so I don't know why it
> would be affecting you, but at least it's an indication of what might cause
> the sort of symptoms you're seeing.
>
It might the the case that I have WTP or parts of it installed if they
are part of RCP EPP.
Other wise not. And I don't have web projects. My projects are all pure
bundle/plugin (i.e. PDE) projects.
>> But I only tried a new installation because the previous one started
>> frequently showing OutOfPermGenSpace errors
>>
>
> Did you try increasing the PermGenSpace? If so, exactly how (so that we can
> be sure you did it right...) and how big did you make it? Did it have any
> effect?
>
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256M
-vmargs
-Xms40m
-Xmx512m
Without actually profiling I think it didn't make a big difference
whether I use 256 or 128 MB as PermGenSpace.
Cheers
/Eike
|
|
|
Powered by
FUDForum. Page generated in 0.03135 seconds