Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Error Log filling up
Error Log filling up [message #617421] Wed, 16 September 2009 18:56 Go to next message
No real name is currently offline No real nameFriend
Messages: 16
Registered: July 2009
Junior Member
Hi,
I've been using visual editor for a while now and it's been working fine. However , starting today I noticed that I am getting errors in the error log with vague descriptions that I'm not sure how to fix. My visual component is a simple window with a text area and a few buttons. The errors happen when I'm editing the code. Here are two of them and I'm hoping someone can help.

1. Exception Thrown
Plugin - org.eclipse.ve. java.core

java.lang.NullPointerException
at org.eclipse.ve.internal.java.codegen.util.CodeGenUtil.create Instance(CodeGenUtil.java:103)
at org.eclipse.ve.internal.java.codegen.util.CodeGenUtil.create Instance(CodeGenUtil.java:116)
at org.eclipse.ve.internal.java.codegen.model.BeanPart.createEO bject(BeanPart.java:809)


2. Exception Thrown
plugin - org.eclipse.ve. java.core

java.lang.ArrayIndexOutOfBoundsException: -1
at org.eclipse.emf.common.util.BasicEList.get(BasicEList.java:5 14)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.getEObjectF orURIFragmentRootSegment(ResourceImpl.java:642)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.getEObject( ResourceImpl.java:692)



Thanks in advance
Re: Error Log filling up [message #617422 is a reply to message #617421] Wed, 16 September 2009 21:15 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Hi,

Sometimes there is a stalecache problem. This may be a symptom of that.
The way to get the cache cleared is to:

1) Open a VE
2) Close the VE
3) Project->Clean->Clean all
4) Wait for build to finish
5) Open a VE.

Hopefully you won't get any more such errors.


> Thanks in advance
>
>

--
Thanks,
Rich Kulp
Previous Topic:possible VE involvement?
Next Topic:Re: Error Log filling up
Goto Forum:
  


Current Time: Tue Mar 19 02:57:09 GMT 2024

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

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

Back to the top