MyEclipse: ClearCase Refreshing States Error joehuangathome - Feb 04, 2010 - 04:58 PM Post subject: ClearCase Refreshing States Error
MyEclipse 8.0 often gives the error of
An internal error occurred during: "Refreshing ClearCase Resource States".
Argument not valid: Could not get view status for ** NONE **
whenever I scroll the source file window. I tried Clean All Projects but did not elminate the noise.joehuangathome - Feb 04, 2010 - 08:46 PM Post subject: RE: ClearCase Refreshing States Error
Exception Stack Trace:
java.lang.IllegalArgumentException: Argument not valid: Could not get view status for ** NONE **
at net.sourceforge.clearcase.ClearCase.error(ClearCase.java:559)
at net.sourceforge.clearcase.ClearCase.error(ClearCase.java:447)
at net.sourceforge.clearcase.ClearCaseCLIImpl.getViewType(ClearCaseCLIImpl.java:902)
at net.sourceforge.eclipseccase.StateCache.doUpdate(StateCache.java:345)
at net.sourceforge.eclipseccase.StateCache.doUpdate(StateCache.java:173)
at net.sourceforge.eclipseccase.StateCacheJob.execute(StateCacheJob.java:149)
at net.sourceforge.eclipseccase.StateCacheJobQueue.executePendingJobs(StateCacheJobQueue.java:135)
at net.sourceforge.eclipseccase.StateCacheJobQueue.run(StateCacheJobQueue.java:90)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Session Data:
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86joehuangathome - Mar 02, 2010 - 04:59 PM Post subject: RE: ClearCase Refreshing States Error
I also often got IOConsule Updater error from MyEclipse.Aldous11 - Sep 15, 2010 - 11:34 AM Post subject: RE: ClearCase Refreshing States Error
The issues have disappeared since I unchecked the Javascript Validator in the Builders section of my project preferences. My projects make use of Dojo and JQuery libraries and plug-ins. I suspect the JavaScript Validator is the cause of the memory issues.clark40 - Nov 03, 2010 - 01:07 PM Post subject: hello
I also often got IOConsule Updater error from MyEclipse