Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Constantly Rebuilding View in RC2
Constantly Rebuilding View in RC2 [message #99278] Fri, 22 July 2005 16:11 Go to next message
Sascha Konrad is currently offline Sascha KonradFriend
Messages: 12
Registered: July 2009
Junior Member
Hi, with every build since version 1.1 M2 (the last one to work fine for
me) I have the same problem. It is also found in 1.1 RC2

Every time I change a little line in the code, the whole file is reparsed
and the view is completely rebuild. As this is going on constantly, even
when I make only little changes to the code, it's very annoying and
slowing things done. 1.1 M2 did not have this problem.

Is this a bug or a configuration problem?

Thanks,
-- Sascha
Re: Constantly Rebuilding View in RC2 [message #99296 is a reply to message #99278] Fri, 22 July 2005 16:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Are you talking about the screen going gray and saying "parse error" as
you type? If you are this was a mistake we had done. We added that
indicator so that you know clearly that the graphical view is not active
and will not respond due to parse errors. But we didn't distinguish
between parse errors that cause not to be able to parse the document and
those that are just syntax errors on the line you are typing. For the
1.1 release today we stopped putting up the parse error indicator
entirely. In a fix pack we'll change it so that it only pops up on true
parse errors, not simple syntax where the rest of the doc is still good.

Sascha wrote:
> Hi, with every build since version 1.1 M2 (the last one to work fine for
> me) I have the same problem. It is also found in 1.1 RC2
>
> Every time I change a little line in the code, the whole file is
> reparsed and the view is completely rebuild. As this is going on
> constantly, even when I make only little changes to the code, it's very
> annoying and slowing things done. 1.1 M2 did not have this problem.
>
> Is this a bug or a configuration problem?
>
> Thanks,
> -- Sascha
>

--
Thanks,
Rich Kulp
Re: Constantly Rebuilding View in RC2 [message #99311 is a reply to message #99296] Fri, 22 July 2005 16:39 Go to previous messageGo to next message
Sascha Konrad is currently offline Sascha KonradFriend
Messages: 12
Registered: July 2009
Junior Member
I don't really understand what you mean, so I give you an example. I have
the code and the visual editor views open. Even when I just put in a few
empty lines in the code, the status line says "out of sync"... which is
fine. But then, after one second (the sync timeout I guess), all VE views
go blank, and the whole remote VM seems to restart, and all the views
rebuild. That happens constantly when I make changes to the code and is
very annoying. Could this be a problem with the way I set my views refresh
in the Eclipse config?

Sascha
Re: Constantly Rebuilding View in RC2 [message #99325 is a reply to message #99311] Fri, 22 July 2005 17:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

No, this is a different problem. This would occur because exceptions are
being thrown while processing what you have typed in. The should be a
..log file with the list of exceptions that had occurred. Please send
that list to me.

Sascha wrote:
> I don't really understand what you mean, so I give you an example. I
> have the code and the visual editor views open. Even when I just put in
> a few empty lines in the code, the status line says "out of sync"...
> which is fine. But then, after one second (the sync timeout I guess),
> all VE views go blank, and the whole remote VM seems to restart, and all
> the views rebuild. That happens constantly when I make changes to the
> code and is very annoying. Could this be a problem with the way I set my
> views refresh in the Eclipse config?
>
> Sascha
>

--
Thanks,
Rich Kulp
PS Re: Constantly Rebuilding View in RC2 [message #99339 is a reply to message #99311] Fri, 22 July 2005 17:22 Go to previous messageGo to next message
Sascha Konrad is currently offline Sascha KonradFriend
Messages: 12
Registered: July 2009
Junior Member
M2 does the same thing: out of sync -> reparses after a second,... but
does not blank and rebuild the views if there is no change
Re: Constantly Rebuilding View in RC2 [message #99354 is a reply to message #99325] Fri, 22 July 2005 17:32 Go to previous messageGo to next message
Sascha Konrad is currently offline Sascha KonradFriend
Messages: 12
Registered: July 2009
Junior Member
Ok, I just deleted the eclipse log file to have a clean one. But when I
start Eclipse and reproduce the fault I was talking about, nothing is
logged to this file. Does VE log the exceptions to a different file?

-- Sascha
Re: PS Re: Constantly Rebuilding View in RC2 [message #99368 is a reply to message #99339] Fri, 22 July 2005 18:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

What are you changing when this occurring. What kind of lines are you
changing? Is it within sections of visual code?

We don't see this happening anywhere else but we would like to track
down. If the .log is empty we need more info. I'll show you how to turn
the maximum level of tracing on. This will create a huge .log file.

First in your eclipse directory create a file named "options.txt"
In this file put the following lines:

org.eclipse.ve.java.core/debug/loglevel=FINEST
org.eclipse.ve.java.core/debug/logtracefile=default


Then when you start eclipse start it from a command line like this:

D:\VETestInstallation\eclipse\eclipse.exe -clean -debug
D:\VETestInstallation\eclipse\options.txt

But in place of D:\VETestInstallation put your directory. Note that
after the -debug is the options.txt file.

Then run eclipse with this and give it a try, and after the first two
times it does this reload, close down and send to me directly the .log
file. We'll see if there is anything in it that tells us what is going on.

Note: take the no spam out of my id. :-)

Sascha wrote:
> M2 does the same thing: out of sync -> reparses after a second,... but
> does not blank and rebuild the views if there is no change
>

--
Thanks,
Rich Kulp
Re: PS Re: Constantly Rebuilding View in RC2 [message #99382 is a reply to message #99368] Fri, 22 July 2005 20:23 Go to previous messageGo to next message
Sascha Konrad is currently offline Sascha KonradFriend
Messages: 12
Registered: July 2009
Junior Member
Ok,

I was able to reproduce the error now. It seems to be caused by some null
pointer exception. It does not matter where in the code I change
something, even if I put an empty line anywhere, as soon as it resyncs it
crashes and restarts.

Ok, I got the log file now, but I don't know where to send it to. I don't
want to post it all here, since it is kinda large (>600kb). Please let me
know what to do with it.

-- Sascha
Re: PS Re: Constantly Rebuilding View in RC2 [message #99393 is a reply to message #99382] Fri, 22 July 2005 20:37 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

My userid is on my append, just remove the no spam.

Sascha wrote:
> Ok,
> I was able to reproduce the error now. It seems to be caused by some
> null pointer exception. It does not matter where in the code I change
> something, even if I put an empty line anywhere, as soon as it resyncs
> it crashes and restarts.
>
> Ok, I got the log file now, but I don't know where to send it to. I
> don't want to post it all here, since it is kinda large (>600kb). Please
> let me know what to do with it.
>
> -- Sascha
>

--
Thanks,
Rich Kulp
Re: Constantly Rebuilding View in RC2 [message #609184 is a reply to message #99278] Fri, 22 July 2005 16:22 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Are you talking about the screen going gray and saying "parse error" as
you type? If you are this was a mistake we had done. We added that
indicator so that you know clearly that the graphical view is not active
and will not respond due to parse errors. But we didn't distinguish
between parse errors that cause not to be able to parse the document and
those that are just syntax errors on the line you are typing. For the
1.1 release today we stopped putting up the parse error indicator
entirely. In a fix pack we'll change it so that it only pops up on true
parse errors, not simple syntax where the rest of the doc is still good.

Sascha wrote:
> Hi, with every build since version 1.1 M2 (the last one to work fine for
> me) I have the same problem. It is also found in 1.1 RC2
>
> Every time I change a little line in the code, the whole file is
> reparsed and the view is completely rebuild. As this is going on
> constantly, even when I make only little changes to the code, it's very
> annoying and slowing things done. 1.1 M2 did not have this problem.
>
> Is this a bug or a configuration problem?
>
> Thanks,
> -- Sascha
>

--
Thanks,
Rich Kulp
Re: Constantly Rebuilding View in RC2 [message #609185 is a reply to message #99296] Fri, 22 July 2005 16:39 Go to previous message
Sascha Konrad is currently offline Sascha KonradFriend
Messages: 12
Registered: July 2009
Junior Member
I don't really understand what you mean, so I give you an example. I have
the code and the visual editor views open. Even when I just put in a few
empty lines in the code, the status line says "out of sync"... which is
fine. But then, after one second (the sync timeout I guess), all VE views
go blank, and the whole remote VM seems to restart, and all the views
rebuild. That happens constantly when I make changes to the code and is
very annoying. Could this be a problem with the way I set my views refresh
in the Eclipse config?

Sascha
Re: Constantly Rebuilding View in RC2 [message #609186 is a reply to message #99311] Fri, 22 July 2005 17:17 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

No, this is a different problem. This would occur because exceptions are
being thrown while processing what you have typed in. The should be a
..log file with the list of exceptions that had occurred. Please send
that list to me.

Sascha wrote:
> I don't really understand what you mean, so I give you an example. I
> have the code and the visual editor views open. Even when I just put in
> a few empty lines in the code, the status line says "out of sync"...
> which is fine. But then, after one second (the sync timeout I guess),
> all VE views go blank, and the whole remote VM seems to restart, and all
> the views rebuild. That happens constantly when I make changes to the
> code and is very annoying. Could this be a problem with the way I set my
> views refresh in the Eclipse config?
>
> Sascha
>

--
Thanks,
Rich Kulp
PS Re: Constantly Rebuilding View in RC2 [message #609187 is a reply to message #99311] Fri, 22 July 2005 17:22 Go to previous message
Sascha Konrad is currently offline Sascha KonradFriend
Messages: 12
Registered: July 2009
Junior Member
M2 does the same thing: out of sync -> reparses after a second,... but
does not blank and rebuild the views if there is no change
Re: Constantly Rebuilding View in RC2 [message #609188 is a reply to message #99325] Fri, 22 July 2005 17:32 Go to previous message
Sascha Konrad is currently offline Sascha KonradFriend
Messages: 12
Registered: July 2009
Junior Member
Ok, I just deleted the eclipse log file to have a clean one. But when I
start Eclipse and reproduce the fault I was talking about, nothing is
logged to this file. Does VE log the exceptions to a different file?

-- Sascha
Re: PS Re: Constantly Rebuilding View in RC2 [message #609189 is a reply to message #99339] Fri, 22 July 2005 18:16 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

What are you changing when this occurring. What kind of lines are you
changing? Is it within sections of visual code?

We don't see this happening anywhere else but we would like to track
down. If the .log is empty we need more info. I'll show you how to turn
the maximum level of tracing on. This will create a huge .log file.

First in your eclipse directory create a file named "options.txt"
In this file put the following lines:

org.eclipse.ve.java.core/debug/loglevel=FINEST
org.eclipse.ve.java.core/debug/logtracefile=default


Then when you start eclipse start it from a command line like this:

D:\VETestInstallation\eclipse\eclipse.exe -clean -debug
D:\VETestInstallation\eclipse\options.txt

But in place of D:\VETestInstallation put your directory. Note that
after the -debug is the options.txt file.

Then run eclipse with this and give it a try, and after the first two
times it does this reload, close down and send to me directly the .log
file. We'll see if there is anything in it that tells us what is going on.

Note: take the no spam out of my id. :-)

Sascha wrote:
> M2 does the same thing: out of sync -> reparses after a second,... but
> does not blank and rebuild the views if there is no change
>

--
Thanks,
Rich Kulp
Re: PS Re: Constantly Rebuilding View in RC2 [message #609190 is a reply to message #99368] Fri, 22 July 2005 20:23 Go to previous message
Sascha Konrad is currently offline Sascha KonradFriend
Messages: 12
Registered: July 2009
Junior Member
Ok,

I was able to reproduce the error now. It seems to be caused by some null
pointer exception. It does not matter where in the code I change
something, even if I put an empty line anywhere, as soon as it resyncs it
crashes and restarts.

Ok, I got the log file now, but I don't know where to send it to. I don't
want to post it all here, since it is kinda large (>600kb). Please let me
know what to do with it.

-- Sascha
Re: PS Re: Constantly Rebuilding View in RC2 [message #609191 is a reply to message #99382] Fri, 22 July 2005 20:37 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

My userid is on my append, just remove the no spam.

Sascha wrote:
> Ok,
> I was able to reproduce the error now. It seems to be caused by some
> null pointer exception. It does not matter where in the code I change
> something, even if I put an empty line anywhere, as soon as it resyncs
> it crashes and restarts.
>
> Ok, I got the log file now, but I don't know where to send it to. I
> don't want to post it all here, since it is kinda large (>600kb). Please
> let me know what to do with it.
>
> -- Sascha
>

--
Thanks,
Rich Kulp
Previous Topic:Constantly Rebuilding View in RC2
Next Topic:Problens with Eclipse 3.1
Goto Forum:
  


Current Time: Thu Apr 25 20:27:00 GMT 2024

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

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

Back to the top