Thursday, March 31, 2016

Re: GWT-2.8.0-SNAPSHOT SuperDevMode in Jetbrains IDEA - Exception in GWT ResourceAccumulatorManager after saving file

Oh BTW, as a workaround, you should be able to disable filewatch by passing the gwt.watchFileChanges system property with value false: -Dgwt.watchFileChanges=false

On Thursday, March 31, 2016 at 3:19:13 PM UTC+2, Thomas Broyer wrote:


On Thursday, March 31, 2016 at 3:00:40 PM UTC+2, Rocco De Angelis wrote:
Hi All,

I have tested again the current state of the SuperDevMode in Jetbrains IDEA (Version: 2016.1)
The SuperDevMode seems to work in general but it takes very long until the CodeServer is started (1:30min).
But this is not maybe biggest problem. After the SuperDevMode/CodeServer is started each time when I
change and save a file in IDEA an exception occurs in the CodeServer:
    

java.nio.file.NoSuchFileException: U:\ALL\dev\tc\_trunk\apps\aris\aris\common\server-remote-api\src\main\java\com\aris\modeling\common\serverremoteapi\cscommon\corearisdesigner\om\impl\ADesignerObjOcc.java___jb_old___


Any idea where that __jb_old__ suffix comes from? (jb == JetBrains?)

Anyway, this looks like a race condition: the file being created, GWT being notified, but the file having been deleted already when it looks at it.
I suppose GWT could have special handling for NoSuchFileExceptions.
Would you mind opening an issue?

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment